Cisco Systems 310 Switch User Manual


  Open as PDF
of 1216
 
5-26
Cisco Catalyst Switch Module 3110 and 3012 for IBM BladeCenter Software Configuration Guide
OL-12189-01
Chapter 5 Managing Switch Stacks
Accessing the CLI of a Specific Stack Member
To remove provisioned information and to avoid receiving an error message, remove the specified switch
from the stack before you use the no form of this command.
For example, if you are removing a provisioned switch in a stack with this configuration:
The stack has four members
Stack member 1 is the master
Stack member 3 is a provisioned switch
and want to remove the provisioned information and to avoid receiving an error message, you can remove
power from stack member 3, disconnect the StackWise Plus cables between the stack member 3 and
switches to which it is connected, reconnect the cables between the remaining stack members, and enter
the no switch stack-member-number provision global configuration command.
This example shows how to provision a switch with a stack member number of 2 for the switch stack.
The show running-config command output shows the interfaces associated with the provisioned switch:
Switch(config)# switch 2 provision WS-CBS3110G
Switch(config)# end
Switch# show running-config | include switch 2
!
interface GigabitEthernet2/0/1
!
interface GigabitEthernet2/0/2
!
interface GigabitEthernet2/0/3
<output truncated>
Accessing the CLI of a Specific Stack Member
Note This task is available only from the stack master. This task is only for debugging purposes.
You can access all or specific stack members by using the remote command {all |
stack-member-number} privileged EXEC command. The stack member number range is 1 to 9.
You can access specific stack members by using the session stack-member-number privileged EXEC
command. The stack member number range is 1 to 9. The stack member number is appended to the
system prompt. For example,
Switch-2# is the prompt in privileged EXEC mode for stack member 2,
and the system prompt for the stack master is
Switch. Enter exit to return to the CLI session on the stack
master. Only the show and debug commands are available in a CLI session to a specific stack member.
Step 6
show switch stack-member-number Verify the status of the provisioned switch. For stack-member-number,
enter the same number as in Step 1.
Step 7
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose