02-02-2018 04:55 AM - edited 03-01-2019 01:42 PM
Current running configuration:
switch(config)# sh run | sect int ... interface Vlan114 description TEST no shutdown ip address 10.0.0.1/30 ...
When I try to delete a VLAN:
switch(config)# no vlan 114
switch(config)# no int vlan 114
interface Vlan114 doesn't exist
However, when I go to execute "sh run | sect int" again, interface Vlan114 still appears. How would I go about removing it?
02-06-2018 08:05 PM
What is the version of Nexus OS and is this Standalone switch or any config sync with other peer switch ?
BB
02-07-2018 09:11 AM - edited 02-07-2018 11:53 AM
I've run into this in the past. Make sure that any interfaces or port-channels are not associated with that VLAN, shut the VLAN and VLAN interface down, and they try to delete.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide