2-142
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.4.0SG and IOS 15.1(2)SG)
OL-27596 -01
Chapter 2 Cisco IOS Commands for the Catalyst 4500 Series Switches
debug condition interface
debug condition interface
To limit the debugging output of interface-related activities, use the debug condition interface
command. To disable the debugging output, use the no form of this command.
debug condition interface {fastethernet mod/port | GigabitEthernet mod/port |
null interface_num | port-channel interface-num | vlan vlan_id}
no debug condition interface {fastethernet mod/port | GigabitEthernet mod/port | null
interface_num | port-channel interface-num | vlan vlan_id}
Syntax Description
Defaults This command has no default settings.
Command Modes Privileged EXEC mode
Command History
Examples This example shows how to limit the debugging output to VLAN interface 1:
Switch# debug condition interface vlan 1
Condition 2 set
Switch#
Related Commands
fastethernet Limits the debugging to Fast Ethernet interfaces.
mod/port Number of the module and port.
GigabitEthernet Limits the debugging to Gigabit Ethernet interfaces.
null interface-num Limits the debugging to null interfaces; the valid value is 0.
port-channel interface-num Limits the debugging to port-channel interfaces; valid values are from
1 to 64.
vlan vlan_id Specifies the VLAN interface number; valid values are from 1 to 4094.
Release Modification
12.1(8a)EW Support for this command was introduced on the Catalyst 4500 series switch.
12.1(12c)EW Support for extended VLAN addresses added.
Command Description
debug interface Abbreviates the entry of the debug condition interface command.
undebug condition interface
(same as no debug condition
interface)
Disables interface related activities.