Table Of Contents
Show Commands
show access-lists
show accounting
show aliases
show arp
show async bootp
show async status (Catalyst 8510 MSR and LightStream 1010)
show atm accounting
show atm addresses
show atm arp-server
show atm connection-traffic-table
show atm filter-expr
show atm filter-set
show atm ilmi-configuration
show atm ilmi-status
show atm interface
show atm interface resource
show atm map
show atm pnni aesa embedded-number
show atm pnni aggregation link
show atm pnni aggregation node
show atm pnni background routes
show atm pnni background status
show atm pnni database
show atm pnni election
show atm pnni explicit-paths
show atm pnni hierarchy
show atm pnni identifiers
show atm pnni interface
show atm pnni local-node
show atm pnni neighbor
show atm pnni precedence
show atm pnni resource-info
show atm pnni scope
show atm pnni statistics
show atm pnni summary
show atm pnni svcc-rcc
show atm pnni topology
show atm pnni traffic
show atm qos-defaults
show atm resource
show atm rmon
show atm route
show atm routing-mode
show atm signalling cug
show atm signalling diagnostics
show atm signalling statistics
show atm snoop
show atm snoop-vc
show atm snoop-vp
show atm status
show atm traffic
show atm vc
show atm vc signalling
show atm vp
show bootflash:
show buffers
show calendar
show capability (Catalyst 8540 MSR)
show cdp
show cdp entry
show cdp interface
show cdp neighbors
show cdp traffic
show ces address
show ces circuit
show ces interface cbr
show ces status
show clock
show compress
show controllers
show debugging
show diag
show diag online (Catalyst 8540 MSR)
show environment
show facility-alarm status (Catalyst 8540 MSR)
show file
show flash
show frame-relay connection-traffic-table-row
show frame-relay interface resource
show frame-relay lmi
show functional-image-info
show hardware
show history
show hosts
show ima interface
show interfaces
show ip access-lists
show ip accounting
show ip aliases
show ip arp
show ip interface
show ip masks
show ip redirects
show ip route summary
show ip sockets
show ip tcp header-compression
show ip traffic
show ipc
show lane
show lane bus
show lane client
show lane config
show lane database
show lane default-atm-addresses
show lane le-arp
show lane name
show lane server
show line
show location
show logging
show memory
show ncdp path root
show ncdp ports
show ncdp sources
show ncdp status
show ncdp timers
show network-clocks
show ntp associations
show ntp status
show ppp multilink
show privilege
show processes
show processes memory
show protocols
show redundancy (Catalyst 8540 MSR)
show registry
show reload
show rhosts
show rif
show rmon alarms
show rmon events
show running-config
show sessions
show sgcp
show sgcp connection
show sgcp endpoint
show sgcp statistics
show snmp
show sscop
show stacks
show startup-config
show subsys
show switch fabric (Catalyst 8540 MSR)
show switch module (Catalyst 8540 MSR)
show tacacs
show tag-switching atm-tdp bindings
show tag-switching atm-tdp capability
show tag-switching atm-tdp summary
show tag-switching interfaces
show tag-switching tdp discovery
show tag-switching tdp neighbor
show tag-switching tdp parameters
show tag-switching tsp-tunnels
show tcp
show tech-support
show terminal
show users
show vc
show version
Show Commands
The commands shown in this chapter apply to the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. Where an entire command or certain attributes of a command have values specific to a particular switch or switch router, an exception is indicated by the following callouts:
•
Catalyst 8540 MSR
•
Catalyst 8510 MSR and LightStream 1010
Note
Commands that are identical to those documented in the Cisco IOS software documentation have been removed from this chapter.
Note
Commands that no longer function as expected in ATM environments have also been removed from this chapter.
Refer to Appendix D of this command reference for a detailed list of commands that have been removed, changed or replaced.
show access-lists
To display information about the access list, use the show access-lists EXEC command.
show access-lists [aclnumber | aclname]
Syntax Description
aclnumber
|
Number from 1 through 1299 that identifies the access list.
|
aclname
|
Character string that identifies the access list.
|
Defaults
The system displays all access lists.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3.(3a)
|
New command
|
Examples
The following example is sample output from the show access-lists command when access list 101 is specified.
Switch# show access-lists 101
Extended IP access list 101
permit tcp host 198.92.32.130 any established (4304 matches)
permit udp host 198.92.32.130 any eq domain (129 matches)
permit icmp host 198.92.32.130 any
permit tcp host 198.92.32.130 host 171.69.2.141 gt 1023
permit tcp host 198.92.32.130 host 171.69.2.135 eq smtp (2 matches)
permit tcp host 198.92.32.130 host 198.92.30.32 eq smtp
permit tcp host 198.92.32.130 host 171.69.108.33 eq smtp
permit udp host 198.92.32.130 host 171.68.225.190 eq syslog
permit udp host 198.92.32.130 host 171.68.225.126 eq syslog
deny ip 150.136.0.0 0.0.255.255 224.0.0.0 15.255.255.255
deny ip 171.68.0.0 0.1.255.255 224.0.0.0 15.255.255.255 (2 matches)
deny ip 172.24.24.0 0.0.1.255 224.0.0.0 15.255.255.255
deny ip 192.82.152.0 0.0.0.255 224.0.0.0 15.255.255.255
deny ip 192.122.173.0 0.0.0.255 224.0.0.0 15.255.255.255
deny ip 192.122.174.0 0.0.0.255 224.0.0.0 15.255.255.255
deny ip 192.135.239.0 0.0.0.255 224.0.0.0 15.255.255.255
deny ip 192.135.240.0 0.0.7.255 224.0.0.0 15.255.255.255
deny ip 192.135.248.0 0.0.3.255 224.0.0.0 15.255.255.255
deny ip 192.150.42.0 0.0.0.255 224.0.0.0 15.255.255.255
An access list counter counts how many packets are allowed by each line of the access list. This number is displayed as the number of matches.
For information on how to configure access lists, refer to the ATM Switch Router Software Configuration Guide.
Related Commands
show accounting
To step through all active sessions and to print all the accounting records for actively accounted functions, use the show accounting EXEC command. To disable this function, use the no form of the command.
show accounting
no show accounting
Syntax Description
This command has no keywords or arguments.
Defaults
Disabled
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
The show accounting command allows you to display the active accountable events on the system.
It provides systems administrators with a quick look at what is going on, and can also help collect information in the event of a data loss on the accounting server. The show accounting command displays additional data on the internal state of AAA if debug aaa accounting is turned on.
Examples
The following example is sample output from the show accounting command.
Switch# show accounting
Active Accounted actions on tty0, User chard Priv 1
Task ID 4425, EXEC Accounting record, 0:04:53 Elapsed
task_id=4425 service=exec port=0
Task ID 3759, Connection Accounting record, 0:01:06 Elapsed
task_id=3759 service=exec port=0 protocol=telnet address=171.19.3.78 cmd=grill
Active Accounted actions on tty10, User chard Priv 1
Task ID 5115, EXEC Accounting record, 0:04:07 Elapsed
task_id=5115 service=exec port=10
Task ID 2593, Connection Accounting record, 0:00:56 Elapsed
task_id=2593 service=exec port=10 protocol=tn3270 address=172.21.14.90
cmd=tn snap
Active Accounted actions on tty11, User mary Priv 1
Task ID 7390, EXEC Accounting record, 0:00:25 Elapsed
task_id=7390 service=exec port=11
Task ID 931, Connection Accounting record, 0:00:20 Elapsed
task_id=931 service=exec port=11 protocol=telnet address=171.19.6.129 cmd=coal
Related Commands
Command
|
Description
|
show hosts
|
Displays the default domain name, the style of the name lookup service, a list of name server hosts, and the cached list of host names and addresses.
|
show line
|
Displays terminal line parameters.
|
show aliases
To display all alias commands or the alias commands in a specified mode, use the show aliases EXEC command.
show aliases [mode]
Syntax Description
mode
|
Command mode. You can show the alias commands for the following modes by entering the corresponding keywords.
• acctng-file—ATM accounting file configuration mode
• acctng-sel—ATM accounting selection configuration mode
• atm-router—ATM router configuration mode
• atmsig-cug—Closed user group configuration mode
• atmsig-diag—Diagnostics configuration mode
• atmsig_e164_table_mode—ATMSIG E164 table mode
• configure—Global configuration mode
• exec—EXEC mode
• interface—Interface configuration mode
• lane—ATM LAN Emulation LECS configuration table mode
• line—Line configuration mode
• map-class—Map-class configuration mode
• map-list—Map-list configuration mode
• null-interface—Null interface configuration mode
• pnni-router-node—PNNI router node configuration mode
• route-map—Route map configuration mode
• router—Router configuration mode
• subinterface—Subinterface configuration mode
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
All modes except for the null interface mode have their own prompts. For example, the prompt for interface configuration mode is:
Switch(config-if)#
Examples
The following example is sample output from the show aliases exec commands. The default aliases for commands in EXEC mode are displayed.
Switch# show aliases exec
Exec mode aliases:
h help
lo logout
p ping
r resume
s show
w where
Related Commands
Command
|
Description
|
alias
|
This command or some of its parameters might not function as expected. Refer to Appendix D. Refer also to the Router Products Command Reference publication for more information about the alias command.
|
show arp
To display the entries in the ARP table, use the show arp EXEC command.
show arp
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Examples
The following example is sample output from the show arp command.
Switch# show arp
Protocol Address Age (min) Hardware Addr Type nterface
Internet 172.20.42.112 120 0000.a710.4baf ARPA Ethernet3
AppleTalk 4028.5 29 0000.0c01.0e56 SNAP Ethernet2
Internet 172.20.42.114 105 0000.a710.859b ARPA Ethernet3
AppleTalk 4028.9 - 0000.0c02.a03c SNAP Ethernet2
Internet 172.20.42.121 42 0000.a710.68cd ARPA Ethernet3
Internet 172.20.36.9 - 0000.3080.6fd4 SNAP TokenRing0
AppleTalk 4036.9 - 0000.3080.6fd4 SNAP TokenRing0
Internet 172.20.33.9 - c222.2222.2222 SMDS Serial0
Table 18-1 describes the significant fields shown in the first line of output in the display.
Table 18-1 show arp Field Descriptions
Field
|
Description
|
Protocol
|
Type of network address this entry includes.
|
Address
|
Network address that is mapped to the MAC address in this entry.
|
Age (min)
|
Interval (in minutes) since this entry was entered in the table, rather than the interval since the entry was last used. (The timeout value is 4 hours.)
|
Hardware Addr
|
MAC address mapped to the network address in this entry.
|
Type
|
Encapsulation type used for the network address in this entry. Possible values include:
• ARPA
• SNAP
• ETLK (EtherTalk)
• SMDS (Interface) Interface associated with this network address.
|
Related Commands
Command
|
Description
|
arp (interface)
|
Controls the interface-specific handling of IP address resolution into 48-bit Ethernet.
|
show async bootp
To display the extended BOOTP request parameters that were configured for asynchronous interfaces, use the show async bootp EXEC command.
show async bootp
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Examples
The following is a sample output of the show async bootp command.
Switch# show async bootp
The following extended data will be sent in BOOTP responses:
bootfile (for address 128.128.1.1) "pcboot"
bootfile (for address 131.108.1.111) "dirtboot"
subnet-mask 255.255.0.0
time-offset -3600
time-server 128.128.1.1
If no extended data is defined, you receive the following response.
No extended data will be sent in BOOTP responses:
Table 18-2 describes the significant fields shown in the display.
Table 18-2 show async bootp Field Descriptions
Field
|
Description
|
bootfile... "pcboot"
|
Boot file for address 128.128.1.1 is named pcboot.
|
subnet-mask 255.255.0.0
|
Subnet mask.
|
time-offset -3600
|
Local time is one hour (3600 seconds) earlier than UTC time.
|
time-server 128.128.1.1
|
Address of the time server for the network.
|
Related Commands
Command
|
Description
|
async-bootp
|
Cisco IOS command removed from this manual.
|
show async status (Catalyst 8510 MSR and LightStream 1010)
To list the status of the asynchronous interface 1 associated with the auxiliary port, use the show async status user EXEC command.
show async status
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
Shows all SLIP asynchronous sessions.
Examples
The following example is sample output from the show async status command.
Switch# show async status
Async protocol statistics:
Rcvd: 5448 packets, 7682760 bytes
1 format errors, 0 checksum errors, 0 overrun, 0 no buffer
Sent: 5455 packets, 7682676 bytes, 0 dropped
Int Local Remote Qd InPack OutPac Inerr Drops MTU Qsz
1 192.31.7.84 Dynamic 0 0 0 0 0 1500 10
Table 18-3 describes the significant fields shown in the display.
Table 18-3 show async status Field Descriptions
Field
|
Description
|
Rcvd:
|
Statistics on packets received.
|
5548 packets
|
Packets received.
|
7682760 bytes
|
Total number of bytes.
|
1 format errors
|
Packets with a bad IP header, even before the checksum is calculated.
|
0 checksum errors
|
Count of checksum errors.
|
0 overrun
|
Number of giants received.
|
0 no buffer
|
Number of packets received when no buffer was available.
|
Sent:
|
Statistics on packets sent.
|
5455 packets
|
Packets sent.
|
7682676 bytes
|
Total number of bytes.
|
0 dropped
|
Number of packets dropped.
|
Int
|
Interface number.
|
*
|
Line currently in use.
|
Local
|
Local IP address on the link.
|
Remote
|
Remote IP address on the link. "Dynamic" indicates that a remote address is allowed but has not been specified. "None" indicates that no remote address is assigned or being used.
|
Qd
|
Number of packets on hold queue (Qsz is max).
|
InPack
|
Number of packets received.
|
OutPac
|
Number of packets sent.
|
Inerr
|
Number of total input errors; sum of format errors, checksum errors, overruns, and no buffers.
|
Drops
|
Number of packets received that would not fit on the hold queue.
|
MTU
|
Current maximum transmission unit size.
|
Qsz
|
Current output hold queue size.
|
Related Commands
Command
|
Description
|
slip
|
Used to attach or detach a SLIP interface.
|
show atm accounting
To show the ATM accounting configuration information, use the show atm accounting
EXEC command.
show atm accounting
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Examples
Catalyst 8540 MSR
The following example is sample output from the show atm accounting EXEC command for a switch router that has remote logging configured.
Switch# show atm accounting
ATM Accounting Info: AdminStatus - UP; OperStatus : UP
Trap Threshold - 90 percent (4500000 bytes)
Interfaces:
AT1/0/0
AT2/0/0
File Entry 1 -
Name: acctng_file1
Descr: atm accounting data
Min-age (seconds): 0
Failed_attempt : soft regular
Interval (seconds) : 60
Collect Mode : on-release periodic
Sizes: Active 68 bytes (#records 0); Ready 74 bytes (#records 0)
Remote Log and local storage are enabled.
Primary Log Host: eagle, TCP listen port: 2001, OperStatus: DOWN
Alternate Log Host: eagle, TCP listen port: 2002, OperStatus: DOWN
Selection Entry 1 -
Subtree OID : 1.3.6.1.4.1.9.10.18.1.1
List Bitmap : FF.FE.BF.FC
Conn Type : svc-in svc-out pvc pvp spvc-originator spvc-target
Active List Bitmap - FF.FE.BF.FC
Examples
Catalyst 8510 MSR and LightStream 1010
The following example is sample output from the show atm accounting EXEC command.
Switch# show atm accounting
ATM Accounting Info: AdminStatus - DOWN; OperStatus : DOWN
Trap Threshold - 90 percent (4500000 bytes)
Interfaces:
File Entry 1: Name acctng_file1
Descr: atm accounting data
Min-age (seconds): 3600
Failed_attempt : 0xC0
Interval (seconds) : 3600
Collect Mode : 0x80
No file buffers initialized
selection Entry -
Selection entry 1, subtree OID - 1.3.6.1.4.1.9.10.18.1.1
Selection entry 1, list bitmap - FF.FE.BF.FC
Selection entry 1, connType bitmap - F0.00
Active selection -
Selection entry 1, subtree OID - 1.3.6.1.4.1.9.10.18.1.1
Selection entry 1, list bitmap - FF.FE.BF.FC
Selection entry 1, connType bitmap - F0.00
Debug output:
Active Connection/Leg/Party counters
src_legparties (0), dest_legs (0), dest_parties (0)
Sig API: Err - 0
New_Conn: OK - 0; Err - 0
Rel_Conn: OK - 0; Err - 0
New_Leg: OK - 0; Err - 0
Rel_Leg: OK - 0; Err - 0
New_Party: OK - 0; Err - 0
Rel_Party: OK - 0; Err - 0
Switch#
Related Commands
show atm addresses
To display the active ATM addresses on a switch router, use the show atm addresses EXEC command.
show atm addresses
Syntax Description
This command has no keywords or arguments.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
The first switch router address is displayed with the word "active" to indicate the current address of the switch router. The output also includes automatically generated soft VC addresses, switch refix(es) used by ILMI, configured interface-specific ILMI prefixes, and the configured LECS addresses.
Examples
The following example is sample output from the show atm addresses command.
Switch# show atm addresses
Switch Address(es):
47.00918100000000000CA79E01.00000CA79E01.00 active
88.888888880000000000000000.000000005151.00
Soft VC Address(es):
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8000.00 ATM3/0/0
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8010.00 ATM3/0/1
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8020.00 ATM3/0/2
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.8030.00 ATM3/0/3
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9000.00 ATM3/1/0
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9010.00 ATM3/1/1
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9020.00 ATM3/1/2
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.00 ATM3/1/3
ILMI Switch Prefix(es):
47.0091.8100.0000.0000.0ca7.9e01
88.8888.8888.0000.0000.0000.0000
ILMI Configured Interface Prefix(es):
LECS Address(es):
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.01
47.0091.8100.0000.0000.0ca7.9e01.4000.0c81.9030.02
Related Commands
Command
|
Description
|
atm address
|
Used to assign a 20-byte ATM address to the switch router.
|
show atm arp-server
To display the ATM ARP server table, use the show atm arp-server command.
show atm arp-server atm card/subcard/port[.subinterface]
Syntax Description
card/subcard/port
|
Specifies the card, subcard, and port numbers for the ATM interface.
|
subinterface
|
Specifies the number for the subinterface.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
The command only applies to the CPU interface. Use this command to see the ARP server configured on the subinterface CPU.
Related Commands
Command
|
Description
|
atm aesa gateway
|
Used to configure an AESA gateway address on an ATM switch router interface that connects to a service provider maintaining a separate ATM addressing plan.
|
show atm connection-traffic-table
To display a table of connection traffic parameters used by network and connection management, use the show atm connection-traffic-table EXEC command.
show atm connection-traffic-table [row row-index | from-row row-index]
Syntax Description
row
|
Displays a single row by the row-index number.
|
from-row
|
Display the entire connection traffic table starting with the row-index.
|
row-index
|
Index of the single or starting row, in the range of 1 through 2147483647.
|
Defaults
Display the entire connection traffic table.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
An asterisk (*) is appended to row indexes created by SNMP but not made active. Because these rows are not active, they cannot be used by connections.
Examples
The following example is sample output from the show atm connection-traffic-table command.
Switch# show atm connection-traffic-table
Row Service-category pcr scr/mcr mbs cdvt
1 ubr 7113539 none none
2 cbr 424 none
3 vbr-rt 424 424 50 none
4 vbr-nrt 424 424 50 none
5 abr 424 none none
6 ubr 424 none none
64000 cbr 1741 none
2147483645* ubr 0 none none
2147483646* ubr 1 none none
2147483647* ubr 7113539 none none
Table 18-4 describes the fields shown in the display.
Table 18-4 show atm connection-traffic-table Field Descriptions
Field
|
Description
|
Row
|
Index to the connection traffic table.
|
Service-category
|
One of the following:
ubr
cbr
vbr-rt
vbr-nrt
abr
|
pcr
|
The value of the peak cell rate. The peak cell rate is measured in kbps, and is used to transmit whole cells, including the header.
|
scr/mcr
|
The value of the sustained cell rate/maximum cell rate. These values are measured in kbps, and are used to transmit whole cells, including the header.
|
mbs
|
The value of the MBS.
|
cdvt
|
The value of the cell delay variation tolerance.
|
Related Commands
show atm filter-expr
To display a specific ATM filter expression or a summary ATM filter expression, use the
show atm filter-expr EXEC command.
show atm filter-expr name [detail]
Syntax Description
name
|
Name of the ATM filter expression.
|
detail
|
Displays more detailed information; must be the last keyword of the command.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following displays assume filter expressions were defined using the commands shown in the example. The names fred, barney, wilma, and betty are all filter sets.
Switch# atm filter-expr MEN fred or barney
Switch# atm filter-expr WOMEN wilma or betty
Switch# atm filter-expr ADULTS MEN or WOMEN
The show atm filter-expr command produces the following output.
Switch# show atm filter-expr
MEN = fred or barney
WOMEN = wilma or betty
ADULTS = men or women
The show atm filter-expr detail command produces the following output.
Switch# show atm filter-expr detail
MEN = fred or barney
WOMEN = wilma or betty
ADULTS = (fred or barney) or (wilma or betty)
Related Commands
Command
|
Description
|
atm filter-expr
|
Configures an ATM address filter that matches patterns.
|
show atm filter-set
To display a specific ATM filter set or a summary ATM filter set, use the show atm filter-set
EXEC command.
show atm filter-set name
Syntax Description
name
|
Name of the ATM filter set.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following display assumes the filter sets were defined with the commands shown in the example.
Switch# atm filter-set US-OR-NORDUNET 47.0005...
Switch# atm filter-set US-OR-NORDUNET 47.0023...
Switch# atm filter-set LOCAL 49.0003...
The following is a sample output from the show atm filter-set command.
Switch# show atm filter-set
ATM filter set US-OR-NORDUNET
permit 47.0005...
permit 47.0023...
ATM filter set LOCAL
permit 49.0003...
Related Commands
show atm ilmi-configuration
To display the switch router configuration, use the show atm ilmi-configuration EXEC command.
show atm ilmi-configuration
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
Displays the information and status about the switch configuration.
Examples
The following example is sample output of the show atm ilmi-configuration command.
Switch# show atm ilmi-configuration
Switch ATM Address (s):
1122334455667788990112233445566778899000
LECS Address (s):
1122334455667788990011223344556677889900
Table 18-5 describes the fields shown in the display.
Table 18-5 show atm ilmi-configuration Field Descriptions
Field
|
Description
|
Switch ATM Address
|
Displays the current switch router address for the ATM interface.
|
LECS Address
|
Displays the current LECS address for the ATM interface.
|
Related Commands
show atm ilmi-status
To display the ILMI-related status information, use the show atm ilmi-status EXEC command.
show atm ilmi-status atm card/subcard/port
Syntax Description
card/subcard/port
|
Specifies the card, subcard, and port number for the ATM interface.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following example is sample output of the show atm ilmi-status atm command.
Switch# show atm ilmi-status atm 0/1/2
Interface : ATM0/1/2 Interface Type : Private NNI
ILMI VCC : (0, 16) ILMI Keepalive : Disabled
ILMI State: UpAndNormal
Peer IP Addr: 172.20.41.93 Peer IF Name: ATM1/0/3
Peer MaxVPIbits: 8 Peer MaxVCIbits: 14
Peer MaxVPCs: 255 Peer MaxVCCs: 16383
Peer MaxSvccVpi: 255
Peer MinSvccVci: 255
Peer MaxSvpcVpi: 33
Configured Prefix(s) :
47.0091.8100.0000.0040.0b0a.2a81
Table 18-6 describes the fields shown in the display.
Table 18-6 show atm ilmi-status Field Descriptions
Field
|
Description
|
Interface
|
Displays the card, subcard, and port number of the specified ATM interface.
|
Interface Type
|
Displays the type of interface for the specified ATM interface.
|
ILMI VCC
|
Displays the number of the current ILMI VCC for the specified ATM interface.
|
ILMI Keepalive
|
Displays the status of ILMI keepalive packets.
|
ILMI State
|
Displays the status for the ILMI for the specified ATM interface.
|
Peer IP Addr
|
Displays the IP address of the peer.
|
Peer IF Name
|
Displays the card, subcard, and port of the peer interface.
|
Peer MaxVPIbits
|
Displays maximum number of bits allowed for VPIs on the peer interface.
|
Peer MaxVCIbits
|
Displays maximum number of bits allowed for VCIs on the peer interface.
|
Peer MaxVPCs
|
Displays the maximum number of switched and permanent VPCs supported on the peer IME ATM interface.
|
Peer MaxVCCs
|
Displays the maximum number of switched and permanent VCCs supported on the peer IME ATM interface.
|
Peer MaxSvpcVpi
|
Displays the maximum VPI that the signalling stack on the peer IME ATM interface is configured to support for allocation to SVPCs.
|
Peer MaxSvccVpi
|
Displays the maximum VPI that the signalling stack on the peer IME ATM interface is configured to support allocation to SVPCs.
|
Peer MinSvccVci
|
Displays the minimum VCI value that the signalling stack on the peer IME ATM interface is configured to support for allocation to SVCCs. The same value applies to all SVCC VPI values for which the signalling stack is configured.
|
Configured Prefix
|
Displays any prefix for the ATM interface.
|
Related Commands
show atm interface
To display ATM-specific information about an ATM interface, use the show atm interface
EXEC command.
show atm interface {atm | atm-p}[card/subcard/port[.vpt#] | [card/subcard/imagroup]]
[bitmap | status | traffic]
Syntax Description
atm
|
Specifies an ATM interface.
|
atm-p
|
Specifies an ATM-P interface.
|
card/subcard/port
|
Specifies the card, subcard, and port number for the ATM or ATM-P interface.
|
.vpt#
|
Specifies the virtual path tunnel number.
|
imagroup
|
Specifies the IMA interface group number (0 to 3).
|
bitmap
|
Displays the ATM interface bitmap.
|
status
|
Displays the ATM interface status.
|
traffic
|
Displays the ATM interface cell traffic.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
If you do not specify a specific interface, all interfaces on the switch are displayed.
Examples
The following example is sample output from the show atm interface command for ATM
interface 3/0/0.
Switch# show atm interface atm 3/0/0
Interface: ATM3/0/0 Port-type: t1suni
IF Status: UP Admin Status: up
Auto-config: enabled AutoCfgState: completed
IF-Side: Network IF-type: NNI
Uni-type: not applicable Uni-version: not applicable
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
ConfMaxSvpcVpi: 255 CurrMaxSvpcVpi: 255
ConfMaxSvccVpi: 255 CurrMaxSvccVpi: 255
ConfMinSvccVci: 35 CurrMinSvccVci: 35
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2a81.4000.0c81.8000.00
Configured virtual links:
PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns
4 0 0 0 0 0 0 4 4
Logical ports(VP-tunnels): 0
Input cells: 14587 Output cells: 14638
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 95092, Output AAL5 pkts: 95109, AAL5 crc errors: 0
Table 18-7 describes the fields shown in the display.
Table 18-7 show atm interface Field Descriptions
Field
|
Description
|
Interface
|
Displays the card number, subcard number, port number, and VP tunnel number of the interface.
|
Port-type
|
Displays the type of port for the specified ATM interface.
|
IF status
|
Displays the operational status of the specified ATM interface.
|
Admin status
|
Displays the administrative status of the specified ATM interface.
|
|