cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2950
Views
5
Helpful
5
Replies

Remove configuration from slot 7 on a Cisco 6509

silviorodrigues
Level 1
Level 1

Dears I put a card on slot 7, but after remeve them. For exemplo when I do show ip int brief, its say that that is still there, How I can remove this configuration?

Thanks

5 Replies 5

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

If it is none VSS, the module should not be there once you remove it physically

anyway, try this command:

no module provision slot xx

HTH

Reza thanks for your help.

1 - I do the command below:

no module provision 7 dynamic

no module provision 7 first-insert

But my problems continues

Look this:

2 - When I set command to show status of card:

sw6509#show interfaces status module 7

% Module 7 not present.

3 - But configure is there:

sw6509# sh runn interface GigabitEthernet7/1

interface GigabitEthernet7/1

no ip address

shutdown

end


Hi,

Before the Module is Removed

If a module is physically removed and the configuration is not needed
anymore, then apply the module clear-config command from the global
configuration mode before you physically remove the module.

Note: The module clear-config command is currently available only in
Cisco Catalyst 6500/6000 Series Switches.

Note: The command works when applied before you remove the module.

This is an example of the command usage from the switch:

   6509switch(config)#module ?
     ContentServicesGateway  Configure a CSG module
     ContentSwitchingModule  configure a CSM SLB module
     clear-config            To clear configuration when module is
removed
     provision               Configure module provision status

Complete these steps:

  1. Apply the module clear-config command in global configuration
mode.

         6509switch(config)#module clear-config

  2. Once the command is applied and the configuration is saved, check
the output of the show run command to see if the command is there.

         6509switch#show run
         Building configuration...

         Current configuration : 6786 bytes
         !
         version 12.2
         service timestamps debug datetime
         service timestamps log datetime
         service password-encryption
         service counters max age 10
         !

         !--- Output supressed.

         no spanning-tree optimize bpdu transmission
         module clear-config
         fabric required
         fabric switching-mode allow truncated
         diagnostic bootup level com
         !

         !--- Output supressed.

         !
         6509switch#

  3. After the changes have been saved, remove the module from the
chassis.

     Once the module is physically removed from the chassis, the
configuration will also be removed from the show run command output.

     Note: The side effect of this CLI is that all the configuration
related to the removed module will be deleted. Also, when the card is
re-inserted, all of the deleted configuration needs to be re-entered.

Reference Link:

http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a008086ed2e.shtml

Hope that  helps.

Sweta

P.S. Please rate the answer if it helped

Hi thank!!!

I think that I´ll insert the card again before execute de command module clear-config. I'll do this later this week and post here the status.

For now, have a nice day

Sweta, thank for your help!

Know is OK!

look

sw6509# sh runn interface GigabitEthernet7/1

                                   ^

% Invalid input detected at '^' marker.

Have a nice day!