5-107
Cisco IOS XR Getting Started Guide for the Cisco XR 12000 Series Router
OL-24755-01
Chapter 5 CLI Tips, Techniques, and Shortcuts
Displaying System Information with show Commands
!
interface POS0/2/0/1
shutdown
!
interface GigabitEthernet0/3/0/0
shutdown
!
interface GigabitEthernet0/3/0/1
shutdown
!
interface POS0/4/0/0
shutdown
!
interface POS0/4/0/1
shutdown
Note The configuration display interface slot-order command is supported only in the SDR configuration
mode.
Displaying Unconfigured Interfaces
This feature lets you display the list of all physical interfaces, even if these interfaces are not configured.
You can use the show running-config all-interfaces command to display all unconfigured interfaces.
Previously, the show running-config command displayed only the running configuration of the
system--any feature not configured explicitly by the user (or operating in default mode) would not have
any evidence in the output of the show running-config command.
RP/0/0/CPU0:router# show running-config all-interfaces
Sun Jun 13 21:44:46.769 DST
Building configuration...
!! IOS XR Configuration 4.1.0.29I
!! Last configuration change at Mon Mar 21 06:35:17 2011 by lab
!
hostname Router
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
!
interface POS0/2/0/1
!
router static
address-family ipv4 unicast
0.0.0.0/0 12.29.0.1
!
!