03-15-2011 03:55 AM - edited 03-06-2019 04:05 PM
Hi
We've had a WS-X6708-10GE connected via slot 3 in a 6500 and has now been removed. The configuration is still showing in both start up and running configuration. How is this config removed?
e.g.
!
interface TenGigabitEthernet3/1
no ip address
shutdown
!
interface TenGigabitEthernet3/2
no ip address
shutdown
!
interface TenGigabitEthernet3/3
no ip address
shutdown
!
interface TenGigabitEthernet3/4
no ip address
shutdown
!
interface TenGigabitEthernet3/5
no ip address
shutdown
!
interface TenGigabitEthernet3/6
no ip address
shutdown
!
interface TenGigabitEthernet3/7
no ip address
shutdown
!
interface TenGigabitEthernet3/8
no ip address
shutdown
Thanks
Solved! Go to Solution.
03-15-2011 04:34 AM
Hi,
The below example is how to delete the configuration information in NVRAM on module 2:
Console> (enable) clear config 2
This command will clear module 2 configuration.
Do you want to continue (y/n) [n]? y
..............................
Module 2 configuration cleared.
Console> (enable)
And this example shows how to delete the configuration information stored in NVRAM on module 1 (the supervisor engine):
Console> (enable) clear config 1
This command will clear module 1 configuration.
Do you want to continue (y/n) [n]? y
......
Module 1 configuration cleared.
Hope this helps you.
Please rate the helpfull posts.
Regards,
Naidu.
03-15-2011 04:34 AM
Hi,
The below example is how to delete the configuration information in NVRAM on module 2:
Console> (enable) clear config 2
This command will clear module 2 configuration.
Do you want to continue (y/n) [n]? y
..............................
Module 2 configuration cleared.
Console> (enable)
And this example shows how to delete the configuration information stored in NVRAM on module 1 (the supervisor engine):
Console> (enable) clear config 1
This command will clear module 1 configuration.
Do you want to continue (y/n) [n]? y
......
Module 1 configuration cleared.
Hope this helps you.
Please rate the helpfull posts.
Regards,
Naidu.
03-15-2011 09:10 AM
That's great thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide