- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-19-2017 03:22 PM
I'm trying to remove an IP address from a subinterface using the CLI.
Command I'm using is: 'delete network interface ethernet 1/8 layer3 units ethernet1/8.3624 ip x.x.x.x/29'
When I run this command, I get a message saying:
'No object to delete in delete handler'
I am able to remove all other configuration from the subinterface.
09-19-2017 04:54 PM
try this
in edit mode
type " run set cli config-output-format set " (without the quote).
type "network interface ethernet 1/8 layer3 units ethernet1/8.3624 "
and review the output, see if that a.b.c.d/29 still exists.
I just did a quick test on a PA220 running 8.0.4. I am able to remove the subinterface ip adderss. hope this helps,
E
09-20-2017 09:50 AM
The command that I used to get it was:
delete network interface ethernet ethernet 1/8 layer3 units ethernet1/8.3624 ip x.x.x.x/29
There is an extra 'ethernet' included that I wasn't typing.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!