cancel
Showing results for 
Search instead for 
Did you mean: 

delete vlan on ap7522

delete vlan on ap7522

Thomas76
New Contributor
hi,
i will present you my problem .
i need to delete vlan on ap 7522 but when i'm run this commande "no int vlan12" nothing happens
i use cli


>en
#self
#no interface vlan12
#com wr
#sh ip int br

INTERFACE IP-ADDRESS/MASK TYPE STATUS PROTOCOL
-------------------------------------------------------------------------------
vlan1 unassigned(DHCP) n/a DOWN down
vlan12 unassigned(DHCP) n/a DOWN down
vlan15 unassigned(DHCP) n/a DOWN down
vlan101 192.168.0.1/24 primary UP up
-------------------------------------------------------------------------------

is it possible to delete vlan with another command ?

Thomas
3 REPLIES 3

Thomas76
New Contributor
hi,

it works thanks you for your answers


Thomas

Christoph_S
Extreme Employee
Hello Thomas,

You might have VLAN12 configured in the AP profile as well as an override. By running the above command, you removed it as an override by it is still available in the AP profile and will still display when you run the sh ip int br command.

I would recommend you check the profile and overrides for this vlan:

#conf t
#profile ap7522 profile-name
#show context
if it's in here remove it:
#no int vlan 12
#com wr
#show context
Go to override and make sure it's not there either
#self
#show context

Of course also make sure that the AP is not adopted by any controller and pulling this information back in.

Thank you,

Chris
Christoph S.

RobertZ
Extreme Employee
Can you provide output of 'show context ' while your in self
GTM-P2G8KFN