cancel
Showing results for 
Search instead for 
Did you mean: 

how to see what settings are overriden ?

how to see what settings are overriden ?

Yansof
New Contributor
Hi All,

In WInG I would like to figure out how we can check setting that are overriden before to clear the override ?

thank you
1 ACCEPTED SOLUTION

RobertZ
Extreme Employee



no, typically there will be default config such as below:

use profile default-ap7632
use rf-domain default
hostname ap7632-AAB373


any additional lines would be considered overrides
adding the " remove-override all " will remove anything that is an override

View solution in original post

9 REPLIES 9

RobertZ
Extreme Employee



no, typically there will be default config such as below:

use profile default-ap7632
use rf-domain default
hostname ap7632-AAB373


any additional lines would be considered overrides
adding the " remove-override all " will remove anything that is an override

Yansof
New Contributor
Thank you all for your help but it is still no clear for me.
so en cli, every option that comes up when we type show context, it shows a override ?
for instance
ap7632-XXX(config-device-XXX)#show context
ap7632 XXX
use profile XXX
use rf-domain XXX
hostname ap7632-XXX
interface vlan1
no ip dhcp client request options all

Christoph_S
Extreme Employee
Also you can get into the controller or AP via CLI and run the following commands:

>en
#self
#show context
This should provide you with info on your overrides.
#remove-override all

I hope this helps

Chris
Christoph S.

RobertZ
Extreme Employee
In the CLI - when you execute command 'show run' you can see the overrides at the end of running configuration,

abc4563659314d0798f023c14bc33290_02eeda32-0c41-42f8-a365-6859e6bd3744.jpg



to remove them:

rfs4000-1C0BD8#en
rfs4000-1C0BD8#config
Enter configuration commands, one per line. End with CNTL/Z.
rfs4000-1C0BD8(config)#
rfs4000-1C0BD8(config)#remove-override all
rfs4000-1C0BD8(config)# com w

RobertZ
Extreme Employee
In the GUI you can go to Configuration --> Devices -->Device Configuration


5f4337660efe4833aa563f39712fc06d_a46d12e8-232d-4e3c-8ac4-e7e45814b9b2.jpg

GTM-P2G8KFN