121
Cisco ASR 9000 Series Aggregation Services Router Getting Started Guide
OL-28417-02
Chapter CLI Tips, Techniques, and Shortcuts
Displaying System Information with show Commands
vty / Console Timestamp
This feature enables the timestamp to be set to On by default for each EXEC or admin EXEC command.
Previously, the default setting for the time stamp was disabled.
The following command disables the timestamp:
RP/0//CPU0:router(config)# line console timestamp disable
The following command enables the timestamp:
RP/0//CPU0:router(config)# no line console timestamp disable
However, the previous command to enable the timestamp is still available.
Displaying Interfaces by Slot Order
This feature lets you display physical interfaces in a sequence of slots for a specific rack. This provides
an easy way to determine if the interfaces are configured on a specific slot. Previously, the physical
interfaces were displayed by interface types.
To display the interfaces by slot order, you need to configure the configuration display interface
slot-order command at the global configuration mode:
RP/0//CPU0:router# configure terminal
RP/0//CPU0:router(config)# configuration display interface slot-order
RP/0//CPU0:router(config)# commit
RP/0//CPU0:router(config)# end
This command enables the display of physical interfaces by slot-order:
RP/0//CPU0:router# show running-config
service configuration display slot-order
interface MgmtEth0/0/CPU0/0
ipv4 address 12.29.38.6 255.255.0.0
!
interface MgmtEth0/0/CPU0/1
shutdown
!
interface POS0/2/0/0
shutdown
!
interface POS0/2/0/1
shutdown
!
interface GigabitEthernet0/3/0/0
shutdown
!
interface GigabitEthernet0/3/0/1
shutdown