Using Wildcards To Display All Instances Of An Interface - Cisco XR 12000 Series Getting Started Manual

Hide thumbs Also See for XR 12000 Series:
Table of Contents

Advertisement

Chapter 5
CLI Tips, Techniques, and Shortcuts
router static
address-family ipv4 unicast
0.0.0.0/0 10.21.0.1
0.0.0.0/0 pos0/1/0/1 10.21.0.1
!
!
In the following example, the configuration for a specific interface appears:
RP/0/0/CPU0:router# show running-config interface POS 0/1/0/1
interface pos0/1/0/1
ipv4 address 10.21.54.31 255.255.0.0
!

Using Wildcards to Display All Instances of an Interface

To display the configuration for all instances, enter the asterisk (*) wildcard character.
For more information, see the
Note
page
In the following example, a configuration for all Packet-over-SONET/SDH (POS) interfaces is
displayed:
RP/0/0/CPU0:router# show running-config interface pos *
interface POS0/1/0/0
ipv4 address 10.2.3.4 255.255.255.0
pos
crc 32
!
shutdown
keepalive disable
!
interface POS0/1/0/1
ipv4 address 10.2.3.5 255.255.255.0
pos
crc 32
!
shutdown
keepalive disable
!
interface POS0/1/0/2
ipv4 address 10.2.3.6 255.255.255.0
pos
crc 32
!
shutdown
keepalive disable
!
interface POS0/1/0/3
ipv4 address 10.2.3.7 255.255.255.0
pos
crc 32
!
shutdown
keepalive disable
!
OL-24755-01
"Using Wildcards to Identify Interfaces in show Commands" section on
5-109.
Displaying System Information with show Commands
Cisco IOS XR Getting Started Guide for the Cisco XR 12000 Series Router
5-101

Advertisement

Table of Contents
loading

Table of Contents