2-519
Catalyst 3750-X and 3560-X Switch Command Reference
OL-29704-01
Chapter 2 Catalyst 3750-X and 3560-X Switch Cisco IOS Commands
remote command
remote command
Use the remote command privileged EXEC command to monitor all or specified stack members.
remote command {all | stack-member-number} LINE
Note This command is supported only on Catalyst 3750-X switches.
Syntax Description
Command Modes Privileged EXEC
Command History
Usage Guidelines The commands (such as debug, show, or clear) you use in the LINE command-to-execute string apply
to a specific stack member or to the switch stack.
Examples This example shows how to execute the undebug command on the switch stack:
Switch(config)# remote command all undebug all
Switch :1 :
------------
All possible debugging has been turned off
Switch :5 :
------------
All possible debugging has been turned off
Switch :9 :
------------
All possible debugging has been turned off
This example shows how to execute the debug udld event command on stack member 5:
Switch(config)# remote command 5 undebug all
Switch :5 :
------------
UDLD events debugging is on
all Apply to all stack members.
stack-member-number Specify the stack member. The range is 1 to 9.
LINE Specify the command to execute.
Release Modification
12.2(53)SE2 This command was introduced.