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

removing 6500 blade configuration

k.a.clarke
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Latchum Naidu
VIP Alumni
VIP Alumni

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.

View solution in original post

2 Replies 2

Latchum Naidu
VIP Alumni
VIP Alumni

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.

That's great thanks.

Review Cisco Networking for a $25 gift card