Page 1 of 1

Removing IP INTERFACE command

Posted: 12 Nov 2013 07:58
by Rasherz
Hi, I have some vlans configured that I now wish to remove. I have remoced the vlans but still have the interface configured, what is the command to remove them ?

ip interface "vlan-184" address 192.168.184.1 mask 255.255.255.0 vlan 184 ifindex 6

I have tried ip interface NO ......... but with no luck, i'm sure its pretty simple.

Cheers

Re: Removing IP INTERFACE command

Posted: 12 Nov 2013 09:16
by Rasherz
found the command now.

Re: Removing IP INTERFACE command

Posted: 13 Nov 2013 02:47
by devnull
command is
no ip interface "vlan-184"

Re: Removing IP INTERFACE command

Posted: 13 Nov 2013 02:59
by Rasherz
cheers