Wildcards, Templates, and Aliases
Using Wildcards to Identify Interfaces in show Commands
Wildcards (*) identify a group of interfaces in show commands.
wildcard usage to identify a group of interfaces.
Table 5-4
Wildcard Syntax
*
gi*
gi0/1/*
gi0/3/4.*
The wildcard (*) must be the last character in the interface name.
Note
Example
In the following example, the configuration for all Gigabit-Ethernet interfaces in rack 0, slot 1 appears:
RP/0/RSP1/CPU0:router# show running-config interface Gi0/1/*
interface Gi0/1/0/0
ipv4 address 10.2.3.4 255.255.255.0
gi
crc 32
!
keepalive disable
interface Gi0/1/0/1
ipv4 address 10.2.3.5 255.255.255.0
gi
crc 32
!
keepalive disable
interface Gi0/1/0/2
ipv4 address 10.2.3.6 255.255.255.0
gi
crc 32
!
keepalive disable
interface Gi0/1/0/3
ipv4 address 10.2.3.7 255.255.255.0
gi
crc 32
!
keepalive disable
--More--
In the following example, the state of all Gigabit-Ethernet interfaces appears:
RP/0/RSP1/CPU0:router# show interfaces gi* brief
Cisco ASR 9000 Series Aggregation Services Router Getting Started Guide
5-12
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
Examples of Wildcard Usage
Intf
Intf
Description
Specifies all interfaces
Specifies all Gigabit-Ethernet interfaces in the
system
Specifies all Gigabit-Ethernet interfaces in rack 0,
slot 1
Specifies all subinterfaces for Gi0/3/4
LineP
Chapter 5
CLI Tips, Techniques, and Shortcuts
Table 5-4
provides examples of
Encap
MTU
BW
OL-17502-01