Table Of Contents
Configuration Management Debug Commands on Cisco IOS XR Software
debug config
Configuration Management Debug Commands on Cisco IOS XR Software
This chapter describes the configuration debug command used to debug Cisco IOS XR software.
debug config
To enable debugging of the configuration data manipulation, use the debug config command in EXEC mode. To turn off the debugging output, use the no form of this command.
debug config {cfs | checkpoint | connections | distribution | errors | installops | oir [interface-type interface-instance] | requests | rollback | startup | versioning}
no debug config {cfs | checkpoint | connections | distribution | errors | installops | oir [interface-type interface-instance] | requests | rollback | startup | versioning}
Syntax Description
cfs |
Reports Configuration Manager configuration file system events. |
checkpoint |
Reports Configuration Manager configuration checkpoint events. |
connections |
Reports Configuration Manager connection events. |
distribution |
Reports Configuration Manager configuration distribution events. |
errors |
Reports Configuration Manager errors. |
installops |
Reports events during an install operation. |
oir |
Reports configuration saving and restoring. |
interface-type |
(Optional) Interface type. For more information, use the question mark (?) online help function. |
interface-instance |
(Optional) Either a physical interface instance or a virtual interface instance as follows: • Physical interface instance. Naming notation is rack/slot/module/port and a slash between values is required as part of the notation. – rack: Chassis number of the rack. – slot: Physical slot number of the modular services card or line card. – module: Module number. A physical layer interface module (PLIM) is always 0. – port: Physical port number of the interface. Note In references to a Management Ethernet interface located on a route processor card, the physical slot number is alphanumeric (RP0 or RP1) and the module is CPU0. Example: interface MgmtEth0/RP1/CPU0/0. • Virtual interface instance. Number range varies depending on interface type. For more information about the syntax for the router, use the question mark (?) online help function. |
requests |
Reports Configuration Manager request information. |
rollback |
Reports Configuration Manager configuration rollback events. |
startup |
Reports Configuration Manager configuration startup events. |
versioning |
Reports Configuration Manager startup file versioning events. |
Defaults
No default behavior or values
Command Modes
EXEC
Command History
|
Release
|
Modification
|
Release 2.0 |
This command was introduced on the Cisco CRS-1. |
Release 3.0 |
No modification. |
Release 3.2 |
This command was supported on the Cisco XR 12000 Series Router. |
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Examples
The following example shows how to enable debugging of the configuration data manipulation:
RP/0/RP0/CPU0:router# debug config cfs