Cisco Cisco IOS Software Release 12.2(27)SBC

Page de 12
 
      ATM Conditional Debug Support
Configuration Examples for ATM Conditional Debug Support
4
Cisco IOS Release: Multiple releases (see the Feature History table)
Verifying ATM Conditional Debug Support
To verify that the ATM Conditional Debug Support feature is working correctly, perform this task.
SUMMARY STEPS
1.
enable
2.
show debug condition
DETAILED STEPS
Configuration Examples for ATM Conditional Debug Support
This section provides the following configuration example:
Enabling Debugging for a Specific ATM Interface and VPI/VCI Pair: Example
The following example enables an ATM interface, specifies an IP address for the interface, turns on 
conditional debugging for that interface with a VPI/VCI pair of 255/62610, and verifies that debugging 
has been enabled:
Router> enable
Password: 
Router# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)# interface ATM 2/0
Router(config-if)# ip address 10.0.0.5 255.255.255.0
Router(config-if)# pvc 255/62610
Router(config-if-atm-vc)# no shutdown
Router(config-if)# exit
Router(config)# exit
Router#
2w3d: %SYS-5-CONFIG_I: Configured from console by console
Router# debug atm state
ATM VC States debugging is on
Router# debug condition interface ATM2/0 vc 255/62610
Condition 1 set
Router#
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
show debug condition
Example:
Router# show debug condition
Displays filtered debug condition.