cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3993
Views
0
Helpful
2
Replies

Cannot delete VLAN interface on Cisco Nexus 3048

Lyphiard
Level 1
Level 1

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?

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

What is the version of Nexus OS and is this Standalone switch or any config sync with other peer switch ?

 

BB

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Rick1776
Level 5
Level 5

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.