Cisco Systems ASR 9000 Switch User Manual


 
5-12
Cisco ASR 9000 Series Aggregation Services Router Getting Started Guide
OL-17502-01
Chapter 5 CLI Tips, Techniques, and Shortcuts
Wildcards, Templates, and Aliases
Wildcards, Templates, and Aliases
This section contains the following topics:
Using Wildcards to Identify Interfaces in show Commands, page 5-12
Creating Configuration Templates, page 5-13
Aliases, page 5-16
Keystrokes Used as Command Aliases, page 5-17
Using Wildcards to Identify Interfaces in show Commands
Wildcards (*) identify a group of interfaces in show commands. Table 5-4 provides examples of
wildcard usage to identify a group of interfaces.
Ta b l e 5-4 Examples of Wildcard Usage
Wildcard Syntax Description
* Specifies all interfaces
gi* Specifies all Gigabit-Ethernet interfaces in the
system
gi0/1/* Specifies all Gigabit-Ethernet interfaces in rack 0,
slot 1
gi0/3/4.* Specifies all subinterfaces for Gi0/3/4
Note The wildcard (*) must be the last character in the interface name.
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