Basic Troubleshooting Commands
Viewing a List of Debug Features
To display a list of the available debug features, Type the debug mode and enter a ? for on-screen help.
The set of debug mode features is different in EXEC and administration EXEC modes. In the following
example, EXEC mode is the entry point to debug mode:
RP/0/RSP0/CPU0:router# debug
RP/0/RSP0/CPU0:router(debug)# ?
aaa
adjacency
adjacency
aib
alarm-logger
arm
arp
asic-errors
asic-scan
--More--
In the next example, administration EXEC mode is the entry point to debug mode:
RP/0/RSP1/CPU0:router# admin
RP/0/RSP1/CPU0:router(admin)# debug
RP/0/RSP1/CPU0:router(admin-debug)# ?
cctl
cetftp
cpuctrl
describe
diagnostic
dsc
dumper
exit
fabric
fabricq
fia
gsp
ingressq
install
inv
invd
invmgr
ntp
oird
pair
shelfmgr
sysdb
upgrade-fpd
--More--
Enabling Debugging for a Feature
To enable debugging for a feature, type the debug command in EXEC or administration EXEC mode
and then enable the feature for debugging. For example:
RP/0/RSP0/CPU0:router# debug
RP/0/RSP0/CPU0:router(debug)# aaa all
RP/0/RSP0/CPU0:router(debug)# exit
You can also type the complete command from EXEC mode, as shown in the following example:
RP/0/RSP0/CPU0:router# debug aaa all
Cisco ASR 9000 Series Aggregation Services Router Getting Started Guide
6-4
F I N A L D R A F T — C i s c o C o n f i d e n t i a l
AAA Authentication, Authorization and Accounting
Adjacency debug
platform AIB information
AIB information
Turn on alarm debugging
IP Address Repository Manager
IP ARP transactions
Debug ASIC erors
Debug Asic Scan
Chassis control driver process debug
Control ethernet TFTP (CE-TFTP) server process debug
Debug Cpuctrl Driver
Describe a command without taking real actions
Diagnostic debugging
dsc debug: all, fsm, table, cfg, and api
Admin Debug Dumper
Exit from this submode
Fabric debugging
Debug Fabric Queue Manager
Debug the Fabric Interface ASIC (FIA) driver
Admin Debug gsp
Debug Ingress Queue Manager
Install debug information
Inventory manager process debug
Inventory debug: all, trap, dll mem
Inventory Manager client API interface debug
NTP information
oird all, event, message
DRP Pairing debug: Display debugging messages of drp_pairing
Shelfmgr debug: all, heartbeat, boot, fsm, init and eah
Configure SysDB debug settings
Debug upgrade fpd
Chapter 6
Troubleshooting the Cisco IOS XR Software
OL-17502-01