Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 09:35 AM
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
In WInG I would like to figure out how we can check setting that are overriden before to clear the override ?
thank you
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 03:09 PM
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
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 03:09 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 02:55 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 12:47 PM
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
>en
#self
#show context
This should provide you with info on your overrides.
#remove-override all
I hope this helps
Chris
Christoph S.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 12:40 PM
In the CLI - when you execute command 'show run' you can see the overrides at the end of running configuration,
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-30-2019 12:29 PM
In the GUI you can go to Configuration --> Devices -->Device Configuration
