Cannot delete VLAN interface on Cisco Nexus 3048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Labels:
-
Other Server Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
