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.
|
Auto-config
|
Displays whether ILMI autoconfiguration is enabled or disabled.
|
AutoCfgState
|
Displays the state of ILMI autoconfiguration for the specified ATM interface.
|
IF-side
|
Displays the interface side for the specified ATM interface.
|
IF-type
|
Displays the type of ATM interface (UNI, NNI, or IISP).
|
Uni-type
|
Displays whether a UNI interface type is public or private.
|
Uni-version
|
Displays the version of a UNI.
|
Max-VPI-bits
|
Displays the maximum number of VPI bits.
|
Max-VCI-bits
|
Displays the maximum number of VCI bits.
|
Max-VP
|
Displays the maximum number of virtual paths on the specified ATM interface.
|
Max-VC
|
Displays the maximum number of virtual channels on the specified ATM interface.
|
ConfMaxSvpcVpi
|
Displays the maximum VPI that the signalling stack on the ATM interface is configured to support for allocation to SVPCs.
|
CurrMaxSvpcVpi
|
Displays the maximum VPI that the signalling stack on the ATM interface currently supports for allocation to SVPCs.
|
ConfMaxSvccVpi
|
Displays the maximum VPI that the signalling stack on the ATM interface is configured to support for allocation to SVCCs.
|
CurrMaxSvccVpi
|
Displays the maximum VPI that the signalling stack on the ATM interface currently supports for allocation to SVCCs.
|
ConfMinSvccVci
|
Displays the minimum VCI value that the signalling stack is configured to support for allocation to SVCCs.
|
CurrMinSvccVci
|
Displays the minimum VCI value that the signalling stack currently supports for allocation to SVCCs.
|
Svc Upc Intent
|
Displays the intended UPC mode to use for SVCs on the interface.
|
Signalling
|
Displays whether ILMI signalling is enabled.
|
PVCLs
|
Displays the number of active PVCs for the specified ATM interface.
|
PVPLs
|
Displays the number of active PVPs for the specified ATM interface.
|
SoftVCLs
|
Displays the number of active soft VCLs for the specified ATM interface.
|
SVCLs
|
Displays the number of active switched VCLs for the specified ATM interface.
|
SoftVPLs
|
Displays the number of active soft VPLs for the specified ATM interface.
|
SVPLs
|
Displays the number of active switched VPLs for the specified ATM interface.
|
Total-Cfgd
|
Displays the total number of configured virtual links.
|
Inst-Conns
|
Displays the number of installed connections for the specified ATM interface.
|
Input cells
|
Displays the number of cells received.
|
Logical ports (VP-tunnels)
|
Displays the number of the logical (subinterface) port.
|
Output cells
|
Displays the number of cells sent.
|
5 minute input rate
|
Displays the total number of cells received in 5 minutes, measured in bits per second and cells per second.
|
5 minute output rate
|
Displays the total number of cells sent in 5 minutes, measured in bits per second and cells per second.
|
Input, output, and CRC errors
|
Displays the number of AAL5 packets that were input, output, and had CRC errors for the specified ATM interface.
|
The following is sample output from the show atm interface command for the subinterface.
Switch# show atm interface atm 0/1/0.2
Interface: ATM0/1/0.2 Port-type: vp tunnel
IF Status: UP Admin Status: up
Auto-config: enabled AutoConfigState: waiting for response from peer
IF-Side Network Interface-type: UNI
Uni-type: Private Uni-version: V3.1
Max-VPI-bits: 0 Max-VCI-bits: 10
Max-VP: 0 Max-VC: 16383
ConfMaxSvpcVpi: 255 CurrMaxSvpcVpi: 255
ConfMaxSvccVpi: 255 CurrMaxSvccVpi: 255
ConfMinSvccVci: 33 CurrMinSvccVci: 33
Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0041.0b0a.1581.4000.0c80.1000.02
Configured virtual links:
PVCLs SoftVCLs SVCLs Total-Cfgd Installed-Conns
4 0 0 4 4
Examples
The following is sample output from the show atm interface command for an IMA group.
Switch# show atm interface atm 0/0/ima1
Interface: ATM0/0/ima1 Port-type: imapam_t1_ima
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.0c80.0090.00
Configured virtual links:
PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns
3 0 0 0 0 0 0 3 3
Logical ports(VP-tunnels): 0
Input cells: 14806 Output cells: 14730
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 95217, Output AAL5 pkts: 95193, AAL5 crc errors: 0
Related Commands
Command
|
Description
|
atm pvp
|
Used to create a PVP.
|
show ip access-lists
|
Displays the contents of all current IP access lists.
|
show atm status
|
Displays current information about ATM interfaces and the number of installed connections.
|
show ima interface
|
Displays the IMA interface, IMA group, and ATM layer hardware configuration.
|
show atm interface resource
To display resource management interface configuration status and statistics, use the
show atm interface resource EXEC command.
show atm interface resource {atm | atm-p}{card/subcard/port | card/subcard/imagroup}]
[accounting]
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.
|
imagroup
|
Specifies an IMA group number (0 to 3).
|
accounting
|
Displays RM interface CAC statistics.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
The show atm interface resource command displays different information depending on the type of interface:
•
external physical interface
•
subinterface
•
CPU interface
Examples
Catalyst 8540 MSR
The following example shows the resource management information displayed by the
show atm interface resource command for a physical interface with the switch processor feature card installed.
Switch# show atm interface resource atm 0/0/1
Resource Management configuration:
Service Classes:
Service Category map: c1 cbr, c2 vbr-rt, c3 vbr-nrt, c4 abr, c5 ubr
Scheduling: RS c1 WRR c2, WRR c3, WRR c4, WRR c5
WRR Weight: 8 c2, 1 c3, 1 c4, 1 c5
Pacing: disabled 0 Kbps rate configured, 0 Kbps rate installed
overbooking : 300%
Service Categories supported: cbr,vbr-rt,vbr-nrt,abr,ubr
Link Distance: 0 kilometers
Controlled Link sharing:
Max aggregate guaranteed services: 90% Rx, 90% TX
Max bandwidth: none cbr RX, none cbr TX, 35% vbr RX, 35% vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Min bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Best effort connection limit: disabled 0 max connections
Max traffic parameters by service (rate in Kbps, tolerance in cell-times):
Peak-cell-rate RX: none cbr, none vbr, none abr, none ubr
Peak-cell-rate TX: none cbr, none vbr, none abr, none ubr
Sustained-cell-rate: none vbr RX, none vbr TX
Minimum-cell-rate RX: none abr, none ubr
Minimum-cell-rate TX: none abr, none ubr
CDVT RX: none cbr, none vbr, none abr, none ubr
CDVT TX: none cbr, none vbr, none abr, none ubr
MBS: none vbr RX, none vbr TX
Resource Management state:
Physical Line Rate (in Kbps) : 155520
Available bit rates (in Kbps):
139967 cbr RX, 139967 cbr TX, 54431 vbr RX, 54431 vbr TX,
139967 abr RX, 139967 abr TX, 139967 ubr RX, 139967 ubr TX
Allocated bit rates:
0 cbr RX, 0 cbr TX, 0 vbr RX, 0 vbr TX,
0 abr RX, 0 abr TX, 0 ubr RX, 0 ubr TX
Best effort connections: 0 pvcs, 0 svcs
Switch#
Examples
Catalyst 8540 MSR
The following example shows the resource management information displayed by the
show atm interface resource command for OC-48c ports only.
Switch# show atm interface resource atm 11/0/0
Resource Management configuration:
Service Classes:
Service Category map: c2 cbr, c2 vbr-rt, c3 vbr-nrt, c4 abr,
Scheduling: RS c1 WRR c2, WRR c3, WRR c4, WRR c5
WRR Weight: 15 c2, 2 c3, 2 c4, 2 c5
CAC Configuration to account for Framing Overhead : Disabled
Pacing: disabled 0 Kbps rate configured, 0 Kbps rate installed
Service Categories supported: cbr,vbr-rt,vbr-nrt,abr,ubr
Link Distance: 0 kilometers
Controlled Link sharing:
Max aggregate guaranteed services: none RX, none TX
Max bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Min bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Best effort connection limit: disabled 0 max connections
Max traffic parameters by service (rate in Kbps, tolerance in cell-times):
Peak-cell-rate RX: none cbr, none vbr, none abr, none ubr
Peak-cell-rate TX: none cbr, none vbr, none abr, none ubr
Sustained-cell-rate: none vbr RX, none vbr TX
Minimum-cell-rate RX: none abr, none ubr
Minimum-cell-rate TX: none abr, none ubr
CDVT RX: none cbr, none vbr, none abr, none ubr
CDVT TX: none cbr, none vbr, none abr, none ubr
MBS: none vbr RX, none vbr TX
Resource Management state:
Scheduler 1:
Available bit rates (in Kbps):
590975 cbr TX, 590975 vbr TX, 590975 abr TX, 590975 ubr TX
Allocated bit rates (in Kbps):
0 cbr TX, 0 vbr TX, 0 abr TX, 0 ubr TX
Scheduler 2:
Available bit rates (in Kbps):
590975 cbr TX, 590975 vbr TX, 590975 abr TX, 590975 ubr TX
Allocated bit rates (in Kbps):
0 cbr TX, 0 vbr TX, 0 abr TX, 0 ubr TX
Scheduler 3:
Available bit rates (in Kbps):
590975 cbr TX, 590975 vbr TX, 590975 abr TX, 590975 ubr TX
Allocated bit rates (in Kbps):
0 cbr TX, 0 vbr TX, 0 abr TX, 0 ubr TX
Scheduler 4:
Available bit rates (in Kbps):
590975 cbr TX, 590975 vbr TX, 590975 abr TX, 590975 ubr TX
Allocated bit rates (in Kbps):
0 cbr TX, 0 vbr TX, 0 abr TX, 0 ubr TX
Available bit rates (in Kbps):
2363903 cbr RX, 2363903 cbr TX, 2363903 vbr RX, 2363903 vbr TX,
2363903 abr RX, 2363903 abr TX, 2363903 ubr RX, 2363903 ubr TX
Allocated bit rates:
0 cbr RX, 0 cbr TX, 0 vbr RX, 0 vbr TX,
0 abr RX, 0 abr TX, 0 ubr RX, 0 ubr TX
Best effort connections: 0 pvcs, 0 svcs
Examples
Catalyst 8510 MSR and LightStream 1010
The following example shows the resource management information displayed by the
show atm interface resource command for a physical interface with an FC-PCQ installed.
Switch# show atm interface resource atm 1/1/0
Resource Management configuration:
Service Classes:
Service Category map: c2 cbr, c2 vbr-rt, c3 vbr-nrt, c4 abr, c5 ubr
Scheduling: RS c1 WRR c2, WRR c3, WRR c4, WRR c5
WRR Weight: 15 c2, 2 c3, 2 c4, 2 c5
CAC Configuration to account for Framing Overhead : Disabled
Pacing: disabled 0 Kbps rate configured, 0 Kbps rate installed
Service Categories supported: cbr,vbr-rt,vbr-nrt,abr,ubr
Link Distance: 0 kilometers
Controlled Link sharing:
Max aggregate guaranteed services: none RX, none TX
Max bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Min bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Best effort connection limit: disabled 0 max connections
Max traffic parameters by service (rate in Kbps, tolerance in cell-times):
Peak-cell-rate RX: none cbr, none vbr, none abr, none ubr
Peak-cell-rate TX: none cbr, none vbr, none abr, none ubr
Sustained-cell-rate: none vbr RX, none vbr TX
Minimum-cell-rate RX: none abr, none ubr
Minimum-cell-rate TX: none abr, none ubr
CDVT RX: none cbr, none vbr, none abr, none ubr
CDVT TX: none cbr, none vbr, none abr, none ubr
MBS: none vbr RX, none vbr TX
Resource Management state:
Available bit rates (in Kbps):
147743 cbr RX, 147743 cbr TX, 147743 vbr RX, 147743 vbr TX,
147743 abr RX, 147743 abr TX, 147743 ubr RX, 147743 ubr TX
Allocated bit rates:
0 cbr RX, 0 cbr TX, 0 vbr RX, 0 vbr TX,
0 abr RX, 0 abr TX, 0 ubr RX, 0 ubr TX
Best effort connections: 1 pvcs, 0 svcs
Examples
The following example shows the resource management information displayed by the
show atm interface resource command with the accounting parameter.
Switch# show atm interface resource atm 3/1/0 accounting
RCAC result statistics (by request service category):
cbr:
0 satisfied, 0 no bandwidth, 0 delay
0 loss, 0 delay variation, 0 traffic parameter
vbr-rt:
3 satisfied, 0 unsupported combination, 0 no bandwidth
0 delay, 0 loss, 0 delay variation
0 traffic parameter
vbr-nrt:
0 satisfied, 0 unsupported combination, 0 no bandwidth
0 loss, 0 traffic parameter
abr:
0 satisfied, 0 traffic parameter, 0 best effort limit
ubr:
0 satisfied, 0 traffic parameter, 0 best effort limit
The following example shows the resource management information displayed by the
show atm interface resource command for an IMA interface.
Switch# show atm interface resource atm 0/0/ima1
Resource Management configuration:
Service Classes:
Service Category map: c2 cbr, c2 vbr-rt, c3 vbr-nrt, c4 abr, c5 ubr
Scheduling: RS c1 WRR c2, WRR c3, WRR c4, WRR c5
WRR Weight: 15 c2, 2 c3, 2 c4, 2 c5
CAC Configuration to account for Framing Overhead : Disabled
Pacing: disabled 0 Kbps rate configured, 0 Kbps rate installed
Service Categories supported: cbr,vbr-rt,vbr-nrt,abr,ubr
Link Distance: 0 kilometers
Controlled Link sharing:
Max aggregate guaranteed services: none RX, none TX
Max bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Min bandwidth: none cbr RX, none cbr TX, none vbr RX, none vbr TX,
none abr RX, none abr TX, none ubr RX, none ubr TX
Best effort connection limit: disabled 0 max connections
Max traffic parameters by service (rate in Kbps, tolerance in cell-times):
Peak-cell-rate RX: none cbr, none vbr, none abr, none ubr
Peak-cell-rate TX: none cbr, none vbr, none abr, none ubr
Sustained-cell-rate: none vbr RX, none vbr TX
Minimum-cell-rate RX: none abr, none ubr
Minimum-cell-rate TX: none abr, none ubr
CDVT RX: none cbr, none vbr, none abr, none ubr
CDVT TX: none cbr, none vbr, none abr, none ubr
MBS: none vbr RX, none vbr TX
Resource Management state:
Available bit rates (in Kbps):
4340 cbr RX, 4340 cbr TX, 4340 vbr RX, 4340 vbr TX,
4340 abr RX, 4340 abr TX, 4340 ubr RX, 4340 ubr TX
Available bit rates for SVCs (in Kbps):
4340 cbr RX, 4340 cbr TX, 4340 vbr RX, 4340 vbr TX,
4340 abr RX, 4340 abr TX, 4340 ubr RX, 4340 ubr TX
Allocated bit rates:
0 cbr RX, 0 cbr TX, 0 vbr RX, 0 vbr TX,
0 abr RX, 0 abr TX, 0 ubr RX, 0 ubr TX
Best effort connections: 0 pvcs, 0 svcs
Table 18-8 describes the field values shown in the previous displays.
Table 18-8 show atm interface resource Management Field Values
Field
|
Values
|
Service category map
|
The service category-to-variable map.
|
Scheduling
|
Type of scheduling used by each service category.
|
WRR Weight
|
The weighted round-robin weight used by each service category configured for weighted round-robin scheduling.
|
Pacing
|
The status of pacing (enabled or disabled) and the rate in kbps.
|
Link distance
|
The link distance in kilometers.
|
Max aggregate guaranteed services
|
The maximum aggregate guaranteed services bandwidth allocatable to connections, expressed in percent of the bandwidth on the interface in a particular direction.
|
Max bandwidth
|
The maximum bandwidth allocatable to connections of a particular service type, expressed in percent of the bandwidth on the interface in a particular direction.
|
Min bandwidth
|
The minimum bandwidth allocatable to connections of a particular service type, expressed in percent of the bandwidth on the interface in a particular direction.
|
Best effort connection limit
|
The maximum number of best effort connections.
|
Peak-cell-rate RX
|
The peak receive cell rate by service category.
|
Peak-cell-rate TX
|
The peak transmit cell rate by service category.
|
Sustained-cell-rate
|
The sustained cell rate by service category.
|
Tolerance RX
|
The receive tolerance (cell delay variation or maximum burst size) by service category.
|
Tolerance TX
|
The transmit tolerance (cell delay variation or maximum burst size) by service category.
|
Available bit rates (in kbps)
|
The transmit and receive bit rates available by service category in kbps.
|
Allocated bit rates
|
The transmit and receive bit rates allocated by service category in kbps.
|
Best effort connections
|
The number of PVC and SVC best-effort connections.
|
Related Commands
show atm map
To display the list of all configured ATM static maps to remote hosts on an ATM network,
use the show atm map EXEC command.
show atm map
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following example is sample output from the show atm map command.
Switch# show atm map
Map list ab: PERMANENT
ip 1.1.1.1 maps to VC 200
The following example is sample output from the show atm map command for a multipoint connection.
Switch# show atm map
Map list atm_pri: PERMANENT
ip 4.4.4.4 maps to NSAP CD.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12, broadcast,
aal5mux, multipoint connection up, VC 6
ip 4.4.4.6 maps to NSAP DE.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12, broadcast,
aal5mux, connection up, VC 15, multipoint connection up, VC 6
Map list atm_ipx: PERMANENT
ipx 1004.dddd.dddd.dddd maps to NSAP DE.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12,
broadcast, aal5mux, multipoint connection up, VC 8
ipx 1004.cccc.cccc.cccc maps to NSAP CD.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12,
broadcast, aal5mux, multipoint connection up, VC 8
Map list atm_apple: PERMANENT
appletalk 62000.5 maps to NSAP CD.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12,
broadcast, aal5mux, multipoint connection up, VC 4
appletalk 62000.6 maps to NSAP DE.CDEF.01.234567.890A.BCDE.F012.3456.7890.1234.12,
broadcast, aal5mux, multipoint connection up, VC 4
Table 18-9 describes the fields shown in the display.
Table 18-9 show atm map Field Description
Field
|
Description
|
Map list
|
Name of map list.
|
PERMANENT
|
This map entry was entered from configuration; it was not entered automatically by a process.
|
protocol address maps to VC x or protocol address maps to NSAP...
|
Name of protocol, the protocol address, and the VCD or NSAP the address is mapped.
|
broadcast
|
Indicates pseudo-broadcasting.
|
aal5mux
|
Indicates the encapsulation used, a multipoint or point-to-point virtual connection, and the number of the virtual connection.
|
multipoint connection up
|
Indicates that this is a multipoint virtual connection.
|
VC 6
|
Number of the virtual connection.
|
Connection up
|
Indicates a point-to-point virtual connection.
|
Related Commands
Command
|
Description
|
atm pvc
|
Used to create a PVC.
|
map-list
|
Defines an ATM map statement for either a PVC or SVC.
|
show atm pnni aesa embedded-number
To show the E.164 AESAs with the E.164 AFI to the left-justified encoding format, use the
show atm pnni aesa embedded-number privileged EXEC command.
show atm pnni aesa embedded-number
show atm pnni aesa embedded-number prefix
Syntax Description
prefix
|
E.164 AFI portion of the E.164 AESA.
|
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
This command displays E.164 AESAs with the E.164 AFI to the left-justified encoding format.
Examples
The following example is sample output from the show atm pnni aesa embedded-number command, without the prefix specified.
Switch# show atm pnni aesa embedded-number
AESA embedded-number is left-justified.
The following example is sample output from the show atm pnni aesa embedded-number command, with the prefix specified.
Switch# show atm pnni aesa embedded-number 45001234
AESA embedded-number is left-justified.
Translating 45.0012.34/32 to
45.1234/24
Related Commands
show atm pnni aggregation link
To show the aggregated PNNI links on the switch, use the show atm pnni aggregation link privileged EXEC command.
show atm pnni aggregation link [local-node node-index] [aggregation-detail | border-detail]
Syntax Description
local-node
|
Specifies the PNNI local node, where higher-level induced links are generated.
|
node-index
|
Index number of the PNNI local node, in the range of 1 to 8.
|
aggregation-detail
|
Displays the aggregation table with aggregated metrics for the higher-level induced links.
|
border-detail
|
Displays the aggregation table with all border uplink metrics.
|
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
This command displays the aggregation table(s) for PNNI links.
Examples
The following example is sample output from the show atm pnni aggregation link command.
Switch# show atm pnni aggregation link
PNNI link aggregation for local-node 2 (level=44, name=rhino18.2.44)
Configured aggregation modes (per service class):
CBR VBR-RT VBR-NRT ABR UBR
~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~
best-link best-link best-link best-link best-link
Aggregated outside links from child peer group:
Upnode Number: 10 Upnode Name: rhino27.2.44
AggToken InducPort BorderPort Border Node(No./Name)
~~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
0 02202000 ATM0/1/2 1 rhino18
Upnode Number: 11 Upnode Name: Switch.3.32
AggToken InducPort BorderPort Border Node(No./Name)
~~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
0 02CF2000 ATM0/0/2 1 rhino18
5 02CF2005 ATM0/0/2.4 9 ls1010-1
8197 02CF22A1 ATM0/0/1 9 ls1010-1
PNNI link aggregation for local-node 3 (level=32, name=rhino18.3.32)
Configured aggregation modes (per service class):
CBR VBR-RT VBR-NRT ABR UBR
~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~
best-link best-link best-link best-link best-link
Aggregated outside links from child peer group:
Upnode Number: 11 Upnode Name: Switch.3.32
AggToken InducPort BorderPort Border Node(No./Name)
~~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
0 03CF2000 2CF2000 2 rhino18.2.44
5 03CF2005 2CF2005 2 rhino18.2.44
8197 03CF22A1 2CF22A1 2 rhino18.2.44
Related Commands
show atm pnni aggregation node
To show the PNNI nodal aggregation tables for a complex node, use the
show atm pnni aggregation node privileged EXEC command.
show atm pnni aggregation node [local-node node-index] [border-detail |
exception-detail |port hex-port-id [port2 hex-port-id]]
Syntax Description
local-node
|
Specifies the complex PNNI local node.
|
node-index
|
Index number of the PNNI local node, in the range of 2 to 8.
|
border-detail
|
Displays the border path table with path metrics between all pairs of border nodes in the child peer group.
|
exception-detail
|
Displays the complex node radius, spokes, and exception bypasses.
|
port hex-port id
|
Displays the calculated metrics for all spokes and bypasses connected to the specified port. The metrics also display for nonexception spokes or bypasses.
|
port2 hex-port id
|
Specifies the second port of a port pair and displays the metrics for a single spoke or bypass.
|
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
This command displays the aggregation table(s) for a complex PNNI local node.
Examples
The following example is sample output from the show atm pnni aggregation node command.
Switch# show atm pnni aggregation node
PNNI nodal aggregation for local-node 2 (level=56, child PG level=60)
Complex node representation, exception threshold: 60%
Configured nodal aggregation modes (per service class):
CBR VBR-RT VBR-NRT ABR UBR
~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~
best-link best-link best-link best-link aggressive
Summary Complex Node Port List:
Port ID Rem Inn Agg-Token Border Cnt In-Spoke Out-Spoke Agg-Accur
~~~~~~~~ ~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~~ ~~~~~~~~~~
21FB000 12 0 1 default default ok
2371000 13 0 1 default default ok
Summary Complex Node Bypass Pairs List (exception bypass pairs only)
/~~~~~~~~ LOWER PORT ID ~~~~~~~~\ /~~~~~~~~ HIGHER PORT ID ~~~~~~~\
Port ID Rem Inn Agg-Token Inacc Port ID Rem Inn Agg-Token Inacc Exceptns
~~~~~~~~ ~~~~~~~ ~~~~~~~~~~ ~~~~~ ~~~~~~~~ ~~~~~~~ ~~~~~~~~~~ ~~~~~ ~~~~~~~~
21FB000 12 0 no 2371000 13 0 no fwd rev
Table 18-10 describes field descriptions for the show atm pnni aggregation node command.
Table 18-10 show atm pnni aggregation node Field Descriptions
Field
|
Description
|
Port ID = 0
|
Represents the nucleus.
|
Agg-Accur
|
Displays the aggregation accuracy of the aggregated links.
|
Inacc
|
Indicates the state of the aggregation accuracy, either yes or no. If the aggregated links are on different border nodes that are distant from one another, it might not be possible to accurately represent their spoke and bypass metrics with a single set of metrics. In this case, they are shown as inaccurate.
|
Examples
The following example is sample output from the show atm pnni aggregation node exception-detail command.
Switch# show atm pnni aggregation node exception-detail
PNNI nodal aggregation for local-node 2 (level=56, child PG level=60)
Complex node representation, exception threshold: 60%
Metrics for Complex Node Default Radius (input 0x0, output 0x0):
vp capable
maxcr avcr ctd cdv clr0 clr01 aw crm vf
CBR 155519 147743 128 115 10 10 4200 n/a n/a
VBR-RT 155519 155519 589 576 8 8 4200 --- ---
VBR-NRT 155519 155519 n/a n/a 8 8 4200 --- ---
ABR 155519 0 n/a n/a n/a n/a 4200 n/a n/a
UBR 155519 n/a n/a n/a n/a n/a 3360 n/a n/a
Detailed Complex Node Bypass Pairs List (exception bypass pairs only)
/~~~~~~~~ LOWER PORT ID ~~~~~~~~\ /~~~~~~~~ HIGHER PORT ID ~~~~~~~\
Port ID Rem Inn Agg-Token Inacc Port ID Rem Inn Agg-Token Inacc Exceptns
~~~~~~~~ ~~~~~~~ ~~~~~~~~~~ ~~~~~ ~~~~~~~~ ~~~~~~~ ~~~~~~~~~~ ~~~~~ ~~~~~~~~
21FB000 12 0 no 2371000 13 0 no fwd rev
Remote nodes for this port pair:
21FB000 2371000 Remote Node (No./Name)
~~~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
remote 12 pnni-09.2.56
remote 13 pnni-11
Border nodes for this port pair:
21FB000 2371000 Border Node (No./Name)
~~~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
border 1 pnni-14
border 9 pnni-12
Metrics for Complex Node Bypass (input 0x21FB000, output 0x2371000):
vp capable
maxcr avcr ctd cdv clr0 clr01 aw crm vf
CBR 155519 147743 154 138 10 10 5040 n/a n/a
VBR-RT 155519 155519 707 691 8 8 5040 --- ---
VBR-NRT 155519 155519 n/a n/a 8 8 5040 --- ---
ABR 155519 0 n/a n/a n/a n/a 5040 n/a n/a
UBR 155519 n/a n/a n/a n/a n/a 5040 n/a n/a
Metrics for Complex Node Bypass (input 0x2371000, output 0x21FB000):
vp capable
maxcr avcr ctd cdv clr0 clr01 aw crm vf
CBR 155519 147743 154 138 10 10 5040 n/a n/a
VBR-RT 155519 155519 707 691 8 8 5040 --- ---
VBR-NRT 155519 155519 n/a n/a 8 8 5040 --- ---
ABR 155519 0 n/a n/a n/a n/a 5040 n/a n/a
UBR 155519 n/a n/a n/a n/a n/a 5040 n/a n/a
The following example is sample output from the show atm pnni aggregation node border-detail command.
Switch# show atm pnni aggregation node border-detail
Nodal aggregation is complex for local-node 2 (level=56, name=pnni-14.2.56),
No of border nodes 2,
Table version 13 active for 07:05:31 [hh:mm:ss]
Configured nodal aggregation modes (per service class):
CBR VBR-RT VBR-NRT ABR UBR
~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~ ~~~~~~~~~~~
best-link best-link best-link best-link aggressive
Inter Border-Node Metric Table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From border 1 ---> border 9 [pnni-14-->pnni-12]
vp capable, (vp_cap_flags=0x1F)
maxcr avcr ctd cdv clr0 clr01 aw crm vf
CBR 155519 147743 154 138 10 10 5040 n/a n/a
VBR-RT 155519 155519 707 691 8 8 5040 --- ---
VBR-NRT 155519 155519 n/a n/a 8 8 5040 --- ---
ABR 155519 0 n/a n/a n/a n/a 5040 n/a n/a
UBR 155519 n/a n/a n/a n/a n/a 5040 n/a n/a
From border 9 ---> border 1 [pnni-12-->pnni-14]
vp capable, (vp_cap_flags=0x1F)
maxcr avcr ctd cdv clr0 clr01 aw crm vf
CBR 155519 147743 154 138 10 10 5040 n/a n/a
VBR-RT 155519 155519 707 691 8 8 5040 --- ---
VBR-NRT 155519 155519 n/a n/a 8 8 5040 --- ---
ABR 155519 0 n/a n/a n/a n/a 5040 n/a n/a
UBR 155519 n/a n/a n/a n/a n/a 5040 n/a n/a
Related Commands
show atm pnni background routes
To show the precalculated background route table to other PNNI nodes, use the show atm pnni background routes EXEC command.
show atm pnni background routes [internal-node-num] [abr | cbr | vbr_rt | vbr_nrt | ubr]
[admin-weight | cdv | ctd]
Syntax Description
internal-node-num
|
Shows the background route tables for the node specified by this internal node number.
|
abr
|
Shows the background route tables for the available bit rate service category.
|
cbr
|
Shows the background route tables for the constant bit rate service category.
|
vbr_rt
|
Shows the background route tables for the real-time variable bit rate service category.
|
vbr_nrt
|
Shows the background route tables for the non-real-time variable bit rate service category.
|
ubr
|
Shows the background route tables for the unspecified bit rate service category.
|
admin-weight
|
Shows the background route tables based on administrative weight as the primary metric.
|
cdv
|
Shows the background route tables based on cell delay variation as the primary metric.
|
ctd
|
Shows the background route tables based on cell transfer delay as the primary metric.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command. Originally bg routesSwitch(config-if)#
|
11.2(5)
|
Modified: changed to show atm pnni background routes.
|
Usage Guidelines
Use this command to display routes from the background route tables to all known nodes in the
PNNI network.
This command filters based on service category or metric information.
Examples
The following example is sample output from the show atm pnni background routes command.
Switch# show atm pnni background routes cbr admin-weight
Background Routes From CBR/AW Table
--------------------------------------
1 Routes To Node 2
1. Hops 2. 1:ATM1/1/0 -> 3:ATM0/1/1 -> 2
->: aw 10080 cdv 276 ctd 308 acr 147743 clr0 10 clr01 0
<-: aw 10080 cdv 276 ctd 308 acr 147743 clr0 10 clr01 0
1 Routes To Node 3
1. Hops 1. 1:ATM1/1/0 -> 3
->: aw 5040 cdv 138 ctd 154 acr 147743 clr0 10 clr01 0
<-: aw 5040 cdv 138 ctd 154 acr 147743 clr0 10 clr01 0
1 Routes To Node 4
1. Hops 2. 1:ATM1/1/0 -> 3:ATM0/0/2 -> 4
->: aw 10080 cdv 276 ctd 308 acr 147743 clr0 10 clr01 0
<-: aw 10080 cdv 276 ctd 308 acr 147743 clr0 10 clr01 0
3 Routes To Node 5
1. Hops 3. 1:ATM1/1/0 -> 3:ATM0/0/2 -> 4:ATM1/0/0 -> 5
->: aw 15120 cdv 414 ctd 462 acr 147743 clr0 10 clr01 0
<-: aw 15120 cdv 414 ctd 462 acr 147743 clr0 10 clr01 0
2. Hops 3. 1:ATM1/1/0 -> 3:ATM0/0/2 -> 4:ATM0/1/0 -> 5
->: aw 15120 cdv 414 ctd 462 acr 147743 clr0 10 clr01 0
<-: aw 15120 cdv 414 ctd 462 acr 147743 clr0 10 clr01 0
3. Hops 3. 1:ATM1/1/0 -> 3:ATM0/0/2 -> 4:ATM1/0/3 -> 5
->: aw 15120 cdv 414 ctd 462 acr 147743 clr0 10 clr01 0
<-: aw 15120 cdv 414 ctd 462 acr 147743 clr0 10 clr01 0
Related Commands
Command
|
Description
|
background-routes-enable
|
Enables background route computation and specifies how often the switch polls for a significant change that activates a new computation of the background routes.
|
show atm pnni background status
To show the status of background route computation activity, use the show atm pnni background status privileged EXEC command.
show atm pnni background status
Syntax Description
This command has no keywords or arguments.
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command. Originally bg status.
|
11.2(5)
|
Modified: changed to show atm pnni background status.
|
Usage Guidelines
This command displays the status of the background SPF activity.
Examples
The following example is sample output from the show atm pnni background status command.
Switch# show atm pnni background status
Background Route Computation is Enabled
Background Interval is set at 10 seconds
Background Insignificant Threshold is set at 32
Related Commands
Command
|
Description
|
background-routes-enable
|
Enables background route computation and specifies how often the switch polls for a significant change that activates a new computation of the background routes.
|
show atm pnni database
To display the contents of the PNNI topology database, use the show atm pnni database EXEC command.
show atm pnni database [internal-node-number [ptse-id] | local-node node-index] [detail]
Syntax Description
internal-node-number
|
Displays information about a specified node (1 to 255).
|
ptse-id
|
Displays information about a specified PTSE (1 to 4294967295) on a node.
|
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8.
|
detail
|
Displays more detailed information and is used as the last keyword of the command.
|
Command Modes
EXEC
Command History
Usage Guidelines
The topology database is the collection of PTSEs that the PNNI node gathered from the network.
To display the mapping of internal-node-number to PNNI node identifier and node name, use the
show atm pnni identifiers command.
Use this command without the detail keyword to display identifying information about each PTSE.
Use the detail keyword to display information about the contents of the PTSEs, including nodal information, internal reachable addresses, exterior reachable addresses, and horizontal links.
•
Nodal information includes the node's ATM address, leadership priority, and which node the current node accepts as a peer group leader.
•
Internal reachable addresses are attached to the PNNI routing domain.
•
Exterior reachable addresses can be accessed outside the scope of the PNNI routing domain, for example, through static routes configured on IISP interfaces.
•
Horizontal links are between PNNI nodes that belong to the same peer group.
For information on specific PTSE types and their use, refer to the ATM Forum PNNI 1.0 specification, af-pnni-0055.000.
Examples
The following example is sample output from the show atm pnni database command.
Switch# show atm pnni database
Node 1 ID 56:160:47.00918100000000603E7B3201.00603E7B3201.00 (name: Switch20)
PTSE ID Length Type Seq no. Checksum Lifetime Description
1 92 97 228 3191 2232 Nodal info
2 52 224 29123 31376 3307 Int. Reachable Address
3 52 256 181 51057 1845 Ext. Reachable Address
4 188 288 61 29561 3068 Horizontal Link
Node 2 ID 56:160:47.0091810000000003DDE74601.0003DDE74601.00 (name: Switch22)
PTSE ID Length Type Seq no. Checksum Lifetime Description
1 92 97 889 4149 2563 Nodal info
2 52 224 98986 37349 2504 Int. Reachable Address
3 72 256 918 49460 3043 Ext. Reachable Address
4 156 288 63 45295 2668 Horizontal Link
The following example is sample output using the detail option with this command.
Switch# show atm pnni database 1 detail
Node 1 ID 56:160:47.00918100000000603E7B3201.00603E7B3201.00 (name: Switch20)
PTSE ID Length Type Seq no. Checksum Lifetime Description
1 92 97 229 3190 1854 Nodal info
Time to refresh 269, time to originate 0
Type 97 (Nodal info), Length 48
ATM address 47.00918100000000603E7B3201.00603E7B3201.00
priority 0, leader bit NOT SET
preferred PGL 0:0:00.000000000000000000000000.000000000000.00
2 52 224 29124 31375 2387 Int. Reachable Address
Time to refresh 1023, time to originate 0
Type 224 (Int. Reachable Address), Length 32, Port 0, vp capable
Scope (level) 0, Address info length (ail) 16, Address info count 1
Pfx: 47.0091.8100.0000.0060.3E7B.3201..., length 104
3 52 256 183 51055 2744 Ext. Reachable Address
Time to refresh 1135, time to originate 0
Type 256 (Ext. Reachable Address), Length 32, Port 0, vp capable
Scope (level) 0, Address info length (ail) 16, Address info count 1
Pfx: 47.0091.8100.0000.0003.dde7.4601..., length 104
4 188 288 62 29560 2297 Horizontal Link
Time to refresh 835, time to originate 0
Type 288 (Horizontal Link), Length 168, vp capable
Remote Node: 56:160:47.0091810000000003DDE74601.0003DDE74601.00
Local port 80002000, Remote port 81802000, Aggregation token 0
Metric:
Type 128, length 32, Traffic class: 0x8800 ( CBR UBR )
MCR 155519, ACR 147743, CTD 154, CDV 138, CLR0 10, CLR01 10, AW 5040
Type 128, length 32, Traffic class: 0x4000 ( VBR-RT )
MCR 155519, ACR 155519, CTD 707, CDV 691, CLR0 8, CLR01 8, AW 5040
Type 128, length 32, Traffic class: 0x2000 ( VBR-NRT )
MCR 155519, ACR 155519, CTD n/a, CDV n/a, CLR0 8, CLR01 8, AW 5040
Type 128, length 32, Traffic class: 0x1000 ( ABR )
MCR 155519, ACR 0, CTD n/a, CDV n/a, CLR0 n/a, CLR01 n/a, AW 5040
show atm pnni election
To display information relevant to the PNNI peer group leader election process, use the
show atm pnni election EXEC command.
show atm pnni election [local-node node-index] [peers]
Syntax Description
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8.
|
peers
|
Displays the leadership priority and preferred PGL as advertised by all peers in the peer group.
|
Command Modes
EXEC
Command History
Usage Guidelines
Using the show atm pnni election EXEC command without the peer keyword only displays the local information that pertains to the node's PGL election.
Examples
The following example is sample output from the show atm pnni election command.
Switch# show atm pnni election
PGL Status.............: Not PGL
Preferred PGL..........: Switch20
Preferred PGL Priority.: 64
Active PGL.............: Switch20
Active PGL Priority....: 64
Current FSM State......: PGLE Operating: Not PGL
Last FSM State.........: PGLE Calculating
Last FSM Event.........: Preferred PGL Is Not Self
Configured Priority....: 0
Advertised Priority....: 0
Conf. Parent Node Index: NONE
Hello Startup Factor...: 5
PGL Init Interval......: 15 secs
Search Peer Interval...: 75 secs
Re-election Interval...: 15 secs
Override Delay.........: 30 secs
Examples
The following example is sample output from the show atm pnni election peers command.
Switch# show atm pnni election peers
Node Leadership Preferred
Number Priority PGL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 0 Switch20
2 64 Switch20
3 0 Switch20
4 0 Switch20
5 0 Switch20
6 0 Switch20
7 0 Switch20
8 0 Switch20
9 0 Switch20
show atm pnni explicit-paths
To display a summary of explicit paths that have been configured, use the
show atm pnni explicit-paths command.
show atm pnni explicit-path [name path-name | identifier path-id} [upto index]
[detail]
Syntax Description
name path-name
|
Specifies the path name for which explicit path information is to be displayed.
|
identifier path-id
|
Specifies the path ID for which explicit path information is to be displayed.
|
upto index
|
Specifies the path entry index up to which the routable status is calculated.
|
detail
|
Displays full path information with any known errors and warnings for each entry.
|
Command Modes
EXEC
Command History
Usage Guidelines
To limit the display to a specific path, use the name option. The path information includes the "routable" status, which is based on an actual UBR explicit path calculation to the last included
node entry.
Use the upto option for troubleshooting explicit paths that are shown as not routable. The routable status is only calculated up to the specified path entry index, which allows you to isolate the first failing path entry.
Use the detail option to list the full paths, along with any known errors or warnings associated with each entry.
Examples
The following example shows how to display a summary of explicit paths.
Switch# show atm pnni explicit-paths
Summary of configured Explicit Paths:
PathId Status UpTo Routable AdminWt Explicit Path Name
~~~~~~ ~~~~~~~~~~~ ~~~~~ ~~~~~~~~ ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
1 enabled 3 yes 10040 dallas_4.path1
2 enabled 6 yes 15120 chicago_2.path1
3 enabled 2 yes 10080 chicago_2.path2
4 enabled 2 yes 20595 new_york.path1
Examples
The following example shows how to display the detailed configuration, including any known warnings and error messages, for a non-routable explicit path named new_york.path2.
Switch# show atm pnni explicit-paths name new_york.path2 detail
PathId Status UpTo Routable AdminWt Explicit Path Name
~~~~~~ ~~~~~~~~~~~ ~~~~~ ~~~~~~~~ ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
1 enabled 4 no 0 new_york.path2
PNNI routing err_code for UBR call = 6 (PNNI_DEST_UNREACHABLE)
Entry Type Node [Port] specifier
~~~~~ ~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
1 next-node dallas_2
2 next-node dallas_4 port 80000004
Warning:Entry index 2 specifies a non-routable port
3 next-node wash_dc_1
Warning:Entry index 3 has no connectivity from prior node
4 segment new_york.2.40
Related Commands
show atm pnni hierarchy
To show the PNNI hierarchy, use the show atm pnni hierarchy privileged EXEC command.
show atm pnni hierarchy [network [detail] | local-configured]
Syntax Description
network
|
Shows the PGLs and higher-level PNNI ancestor LGNs that are active throughout the PNNI routing domain, as visible from this node.
|
detail
|
Shows more detailed network hierarchy information.
|
local-configured
|
Shows only the locally configured nodes and parent nodes on this system.
|
Defaults
local-configured
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(3a)
|
New command
|
Usage Guidelines
This command displays the configured PNNI hierarchy and its status.
Examples
The following example is sample output from the show atm pnni hierarchy command.
Switch# show atm pnni hierarchy
Locally configured parent nodes:
Node Parent
Index Level Index Local-node Status Node Name
~~~~~ ~~~~~ ~~~~~~ ~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
1 60 2 Enabled/ Running xxxxxx-1
2 44 3 Enabled/ Not Running xxxxxx-1.2.44
3 28 N/A Enabled/ Not Running xxxxxx-1.3.28
The following example is sample output from the show atm pnni hierarchy network command.
Switch# show atm pnni hierarchy network
Summary of active parent LGNs in the routing domain:
Node Level Parent Node Name
~~~~ ~~~~~ ~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 60 10 xxxxxx-1
10 44 12 xxxxx18.2.44
12 32 0 xxxxx27.3.32
Examples
The following example is sample output from the show atm pnni hierarchy network detail command.
Switch# show atm pnni hierarchy network detail
Detailed hierarchy network display:
Number Of Network LGN Ancestors: 2
Lowest Level (60) information:
Node No.....: 1 Node Name: xxxxxx-1
Node's ID...: 60:160:47.0091810000000060705BD9A5.0060705BD900.00
Node's Addr.: 47.0091810000000060705BD9A5.0060705BD900.01
Node's PG ID: 60:47.0091.8100.0000.0000.0000.0000
PGL No......: 9 PGL Name: xxxxx18
PGL ID......: 60:160:47.00918100000000613E7B2F01.00613E7B2F99.00
Level 44 ancestor information:
Parent LGN..: 10 LGN Name: xxxxx18.2.44
LGN's ID....: 44:60:47.009181000000000000000000.00613E7B2F99.00
LGN's Addr..: 47.00918100000000613E7B2F01.00613E7B2F99.02
LGN's PG ID.: 44:47.0091.8100.0000.0000.0000.0000
LGN PGL No..: 11 LGN PGL Name: xxxxx27.2.44
LGN's PGL ID: 44:68:47.009181000000004000000000.00400B0A3081.00
Level 32 ancestor information:
Parent LGN..: 12 LGN Name: xxxxx27.3.32
LGN's ID....: 32:44:47.009181000000000000000000.00400B0A3081.00
LGN's Addr..: 47.00918100000000400B0A3081.00400B0A3081.03
LGN's PG ID.: 32:47.0091.8100.0000.0000.0000.0000
LGN PGL No..: Unelected or unknown
LGN's PGL ID: 0:0:00.000000000000000000000000.000000000000.00
Related Commands
Command
|
Description
|
next-node
|
Specifies the next adjacent entry in a fully-specified ATM PNNI explicit path.
|
parent
|
Specifies the PNNI local node index of the parent node.
|
show atm pnni identifiers
To display the mapping from the local internal node numbers to the global PNNI node identifiers and node names, use the show atm pnni identifiers privileged EXEC command.
show atm pnni identifiers [internal-node-number | local-node node-index]
Syntax Description
internal-node-number
|
Displays the mapping from the specified internal node number to its PNNI node identifier.
|
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8.
|
Command Modes
Privileged EXEC
Command History
Usage Guidelines
Because PNNI node identifiers are long, the PNNI implementation has mapped them into internal node numbers. The internal node numbers are used to display the topology in a compact fashion.
Examples
The following example is sample output from the show atm pnni identifiers command.
Switch# show atm pnni identifiers
Node Node Id Name
1 56:160:47.00918100000000603E7B3201.00603E7B3201.00 Switch20
2 56:160:47.0091810000000003DDE74601.0003DDE74601.00 Switch22
show atm pnni interface
To display specific information about an interface or to list the interfaces running on a PNNI node, use the show atm pnni interface EXEC command.
show atm pnni interface [local-node node-index | hex-port-id | atm card/subcard/port]
[detail]
Syntax Description
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8.
|
hex-port-id
|
Identifier in hexadecimal notation of the port to show.
|
card/subcard/port
|
Card, subcard, and port number of the PNNI interface.
|
detail
|
Displays detailed information and is used as the last keyword of the command.
|
Command Modes
EXEC
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
Use the show atm pnni interface command to display information about the status of the PNNI interfaces and the Hello protocol run over the PNNI interfaces.
For a description of the Hello states and timers, refer to the ATM Forum PNNI 1.0 specification, af-pnni-0055.000.
Examples
The following example is sample output using the detail option of the show atm pnni interface command.
Switch# show atm pnni interface atm 0/0/2 detail
Port ATM0/0/2 RCC is up , Hello state common_out with node SanFran.BldA.T4
Next hello occurs in 1 seconds, Dead timer fires in 63 seconds
CBR : AW 5040 MCR 155519 ACR 147743 CTD 154 CDV 138 CLR0 10 CLR01 10
VBR-RT : AW 5040 MCR 155519 ACR 155519 CTD 707 CDV 691 CLR0 8 CLR01 8
VBR-NRT: AW 5040 MCR 155519 ACR 155519 CLR0 8 CLR01 8
ABR : AW 5040 MCR 155519 ACR 0
UBR : AW 5040 MCR 155519
Aggregation Token: configured 0 , derived 2, remote 2
Tx ULIA seq# 1, Rx ULIA seq# 1, Tx NHL seq# 2, Rx NHL seq# 1
Remote node ID 72:160:47.009144556677223310111266.00603E7B2001.00
Remote node address 47.009144556677223310111266.00603E7B2001.01
Remote port ID ATM0/0/3 (80003000) (0)
Common peer group ID 56:47.0091.4455.6677.0000.0000.0000
Upnode ID 56:72:47.009144556677223300000000.00603E7B2001.00
Upnode Address 47.009144556677223310111266.00603E7B2001.02
Upnode number: 10 Upnode Name: SanFran
show atm pnni local-node
To display information about a PNNI logical node running on the switch, use the
show atm pnni local-node privileged EXEC command.
show atm pnni local-node [node-index]
Syntax Description
node-index
|
Displays information about a specific PNNI logical node running on this switch, in the range of 1 to 8.
|
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
The show atm pnni local-node command displays information about the PNNI node and its status.
Examples
The following example is sample output from the show atm pnni local-node command.
Switch# show atm pnni local-node
PNNI node 1 is enabled and running
Node name: NewYork.BldB.T3
System address 47.009144556677114410111255.00603E5BC401.01
Node ID 72:160:47.009144556677114410111255.00603E5BC401.00
Peer group ID 72:47.0091.4455.6677.1144.0000.0000
Level 72, Priority 45 95, No. of interfaces 3, No. of neighbors 1
Parent Node Index: 2
Node Allows Transit Calls
Node Representation: simple
Hello interval 15 sec, inactivity factor 5,
Hello hold-down 10 tenths of sec
Ack-delay 10 tenths of sec, retransmit interval 5 sec,
Resource poll interval 5 sec
SVCC integrity times: calling 35 sec, called 50 sec,
Horizontal Link inactivity time 120 sec,
PTSE refresh interval 1800 sec, lifetime factor 200 percent,
Min PTSE interval 10 tenths of sec
Auto summarization: on, Supported PNNI versions: newest 1, oldest 1
Default administrative weight mode: uniform
Max admin weight percentage: -1
Next resource poll in 3 seconds
Max PTSEs requested per PTSE request packet: 32
Redistributing static routes: Yes
show atm pnni neighbor
To list PNNI neighboring peers for a switch router, use the show atm pnni neighbor EXEC command.
show atm pnni neighbor [local-node node-index]
Syntax Description
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8.
|
Command Modes
EXEC
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
The show atm pnni neighbor command displays information about adjacencies. Multiple links can be connected to the same neighboring peer. The output from this command displays all PNNI interfaces to each neighboring peer, including the local port, the remote port, and the Hello state for each interface. Based on the port identifiers, PNNI derives the port string if the remote switch is an ATM switch router.
The switch may not translate the port identifier into a meaningful string (such as ATM 3/0/0) if the remote switch is not an ATM switch router. For this reason, both the port string and the port identifier are displayed. At any time only one interface to each neighboring peer is used for flooding PTSEs. This interface is identified as ATM Accounting Info: AdminStatus - DOWN; OperStatus : DOWN
in the command output.
Examples
The following example is sample output from the show atm pnni neighbor command.
Switch# show atm pnni neighbor local-node 1
Neighbors For Node (Index 1, Level 72)
Neighbor Name: NewYork.BldB.T1, Node number: 12
Neighbor Node Id: 72:160:47.009144556677114410111233.00603E7B3A01.00
Neighboring Peer State: Full
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Link Selection Set To: minimize blocking of future calls
Port Remote Port Id Hello state
ATM0/1/3 ATM1/1/3 2way_in (Flooding Port)
show atm pnni precedence
To show the current PNNI prefix priorities for routing, use the show atm pnni precedence privileged EXEC configuration command.
show atm pnni precedence
Syntax Description
This command has no keywords or arguments.
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
The following example is sample output from the show atm pnni precedence command.
Switch# show atm pnni precedence
Working Default
Prefix Poa Type Priority Priority
----------------------------- -------- --------
local-internal 1 1
static-local-internal-metrics 2 2
static-local-exterior 3 3
static-local-exterior-metrics 2 2
pnni-remote-internal 2 2
pnni-remote-internal-metrics 2 2
pnni-remote-exterior 4 4
pnni-remote-exterior-metrics 2 2
Related Commands
Command
|
Description
|
precedence
|
Configures the precedence of different types of reachable addresses.
|
show atm pnni resource-info
To display information about routing parameters of all PNNI interfaces received from a resource management module, use the show atm pnni resource-info EXEC command.
show atm pnni resource-info [hex-port-id] [atm card/subcard/port] [local-node node-index]
Syntax Description
hex-port-id
|
Hexadecimal port ID value.
|
card/subcard/port
|
Card, subcard, and port number for the specified ATM interface.
|
node-index
|
Index number of the PNNI local node, in the range of 1 to 8.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command. Originally rm-info.
|
11.2(5)
|
Modified: changed to show atm pnni resource-info.
|
Usage Guidelines
This command is used to display information about the MCR, ACR, CTD, CDV, and CLR for a specific port. Only applicable information is displayed.
•
MCR is the maximum cell rate, measured in cells.
•
ACR is the available cell rate, measured in cells.
•
CTD is the cell transfer delay, measured in microseconds.
•
CDV is the cell rate delay variation, in microseconds.
•
CLR is the cell loss ratio exponent (for example, 10 means 10exp(-10)).
•
[a,b] are the low and high thresholds for the PNNI insignificant change for applicable parameters.
Examples
The following example is sample output from the show atm pnni resource-info command.
Switch# show atm pnni resource-info
acr pm 50, acr mt 3, cdv pm 25, ctd pm 50, rm poll interval 5 sec
Interface insignificant change bounds:
ATM0/1/0 , port ID 80100000
CBR : MCR 155519 ACR 147743 [73871,155519] CTD 154 [77,231]
CDV 138 [104,172] CLR0 10 CLR01 10
VBR-RT : MCR 155519 ACR 155519 [77759,155519] CTD 707 [354,1060]
CDV 691 [519,863] CLR0 8 CLR01 8
VBR-NRT: MCR 155519 ACR 155519 [77759,155519] CLR0 8 CLR01 8
UBR : MCR 155519
ATM0/1/3 , port ID 80103000
CBR : MCR 155519 ACR 147743 [73871,155519] CTD 154 [77,231]
CDV 138 [104,172] CLR0 10 CLR01 10
VBR-RT : MCR 155519 ACR 155519 [77759,155519] CTD 707 [354,1060]
CDV 691 [519,863] CLR0 8 CLR01 8
VBR-NRT: MCR 155519 ACR 155519 [77759,155519] CLR0 8 CLR01 8
UBR : MCR 155519
ATM1/0/0 , port ID 80800000
CBR : MCR 155519 ACR 147743 [73871,155519] CTD 154 [77,231]
CDV 138 [104,172] CLR0 10 CLR01 10
VBR-RT : MCR 155519 ACR 155519 [77759,155519] CTD 707 [354,1060]
CDV 691 [519,863] CLR0 8 CLR01 8
VBR-NRT: MCR 155519 ACR 155519 [77759,155519] CLR0 8 CLR01 8
UBR : MCR 155519
ATM1/0/3 , port ID 80803000
CBR : MCR 155519 ACR 147743 [73871,155519] CTD 154 [77,231]
CDV 138 [104,172] CLR0 10 CLR01 10
VBR-RT : MCR 155519 ACR 155519 [77759,155519] CTD 707 [354,1060]
CDV 691 [519,863] CLR0 8 CLR01 8
VBR-NRT: MCR 155519 ACR 155519 [77759,155519] CLR0 8 CLR01 8
UBR : MCR 155519
show atm pnni scope
To display the mapping from organizational scope values—used at UNI interfaces—to PNNI scope (in terms of PNNI routing level indicators), use the show atm pnni scope privileged EXEC command.
show atm pnni scope
Syntax Description
This command has no keywords or arguments.
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.2(5)
|
New command
|
Examples
This command groups ranges of organization scope values that map to the same PNNI level.
The following example is sample output from the show atm pnni scope privileged EXEC command.
Switch# show atm pnni scope
UNI scope PNNI Level
--------- ----------
(1 - 10) 56
(11 - 12) 48
(13 - 14) 32
(15 - 15) 0
Scope mode: automatic
Related Commands
Command
|
Description
|
scope map
|
Specifies the mapping from a range of organizational scope values (used at UNI interfaces) to a PNNI scope value (such as PNNI routing-level indicators).
|
scope mode
|
Specifies the configuration mode of the mapping from organizational scope values (used at UNI interfaces) to PNNI scope (such as PNNI routing-level indicators).
|
show atm pnni statistics
To display PNNI statistics, use the show atm pnni statistics EXEC command.
show atm pnni statistics call
Syntax Description
call
|
Displays the PNNI call statistics.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
This command displays statistics related to path selection, for example, number of crankbacks, number of calls set up, number of calls serviced by the background tree, on-demand calculation, and PTSE exchanges, such as number of incoming PTSEs per minute or number of PTSEs retransmitted.
Examples
The following example is sample output from the show atm pnni statistics call command.
Switch# show atm pnni statistics call
pnni routing call statistics since 00:04:58
total cbr rtvbr nrtvbr abr ubr
source route reqs 137 0 0 0 0 137
successful 110 0 0 0 0 110
unsuccessful 27 0 0 0 0 27
crankback reqs 8 0 0 0 0 8
successful 8 0 0 0 0 8
unsuccessful 0 0 0 0 0 0
intraswitch routes 34 0 0 0 0 34
on-demand attempts 0 0 0 0 0 0
successful 0 0 0 0 0 0
unsuccessful 0 0 0 0 0 0
background lookups 76 0 0 0 0 76
successful 76 0 0 0 0 76
unsuccessful 0 0 0 0 0 0
next port requests 81 0 0 0 0 81
successful 66 0 0 0 0 66
unsuccessful 15 0 0 0 0 15
total average
usecs in queue 74890 546
usecs in dijkstra 0 0
usecs in routing 38991 284
Related Commands
show atm pnni summary
To display summary information advertised by PNNI nodes, use the show atm pnni summary privileged EXEC command.
show atm pnni summary [local-node node-index]
Syntax Description
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8. Use this option to restrict the display to a single node.
|
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Examples
The following example is sample output from the show atm pnni summary command.
Switch# show atm pnni summary
Codes: Node - Node index advertising this summary
Type - Summary type (INT - internal, EXT - exterior)
Sup - Suppressed flag (Y - Yes, N - No)
Auto - Auto Summary flag (Y - Yes, N - No)
Adv - Advertised flag (Y - Yes, N - No)
C.M - Creation Mode (A - Auto, C - Configured).
Node Type Sup Auto Adv Summary Prefix
~~~~ ~~~~ ~~~ ~~~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 Int N Y Y 47.0091.8100.0000.0060.3e7b.3101/104
1 Int N N N aa.bbcc/24
1 Int Y N N bb.ccdd/24
1 Ext N N N cc.ddee/24
1 Ext Y N N dd.eeff/24
2 Int N N N 11.2233.4455.6677.88/64
3 Ext Y N N 44.4444.444/36
show atm pnni svcc-rcc
To display information about the SVCC RCCs on PNNI local nodes, use the show atm pnni svcc-rcc privileged EXEC command.
show atm pnni svcc-rcc [local-node node-index | remote-node internal-node-num] [detail]
Syntax Description
node-index
|
Index number of the PNNI local node to which the command applies, in the range of 1 to 8.
|
internal-node-num
|
Internal node number of the PNNI remote node.
|
detail
|
Displays detailed SVCC RCC information; must be the last keyword.
|
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
This command displays information about the SVCC RCCs on one or more PNNI local nodes.
Examples
The following example is sample output from the show atm pnni svcc-rcc command.
Switch# show atm pnni svcc-rcc
PNNI VCC-CSS(s) for local-node 2 (level=64):
Rem-Node RCC Hello St Exit Port VPI VCI HrzLns Rem-Node name
~~~~~~~~ ~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~ ~~~~~ ~~~~~~ ~~~~~~~~~~~~~
12 UP 2way_in ATM0/1/1 0 33 1 T2.2.64
PNNI VCC-CSS(s) for local-node 3 (level=56):
Rem-Node RCC Hello St Exit Port VPI VCI HrzLns Rem-Node name
~~~~~~~~ ~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~ ~~~~ ~~~~~ ~~~~~~ ~~~~~~~~~~~~~
11 UP 2way_in ATM0/0/3 0 33 1 T5.3.56
Related Commands
Command
|
Description
|
debug atm pnni
|
Enables PNNI debugging output.
|
show atm pnni interface
|
Displays specific information about an interface or lists the interfaces running on a PNNI node.
|
show atm pnni topology
To display the topology connectivity information from the internal topology database, use the
show atm pnni topology EXEC command.
show atm pnni topology [node node-name] [detail]
Syntax Description
node
|
Displays the topology information about a specific node identified by the node-name.
|
node-name
|
Identifies the node by a specific name.
|
detail
|
Displays more detailed information and is used as the last keyword of the command.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
The topology as seen from the PNNI database can be displayed using the show atm pnni topology command. This command shows all accessible PNNI nodes in the network (through PTSEs) and any links to neighboring nodes.
PNNI nodes are represented internally by an 8-bit number. This command shows the mapping between the internal node number and the full 22-byte node ID.
A link status of "up" indicates the link is advertised by the node on both ends of a link. A link status of "2down" indicates the remote node (neighbor) did not advertise the link. Links that are down are not used for path selection by the current node.
Examples
The following example is partial output from the show atm pnni topology command.
Switch# show atm pnni topology
Node 1 (name: xxxxxx-1, type: xxxxxx, ios-version: xx.x)
Node ID..: 60:160:47.0091810000000060705BD9A5.0060705BD900.00
Node AESA: 47.0091810000000060705BD9A5.0060705BD900.01
Link Service Classes Advertised: CBR VBR-RT VBR-NRT ABR UBR
Leadership Priority: 60, Claims PGL: Yes, Transit Calls: Allowed
Ancestor: No, Nodal Representation: Simple
status link-type local port remote port neighbor
~~~~~~ ~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~
up hrz ATM0/0/2 ATM0/0/2 Switch
up hrz ATM0/0/2.4 ATM0/0/2.4 Switch
up hrz ATM0/0/0 ATM0/0/0 xxxxx18
up hrz ATM0/1/3 ATM0/0/1 xxxxx18
up hrz ATM0/0/1 ATM0/0/1 Switch
Node 2 (name: xxxxxx-1.2.36, type: xxxxxx, ios-version: 11.3)
Node ID..: 36:60:47.009181000000000000000000.0060705BD900.00
Node AESA: 47.0091810000000060705BD9A5.0060705BD900.02
Link Service Classes Advertised: CBR VBR-RT VBR-NRT ABR UBR
Leadership Priority: 0, Claims PGL: No, Transit Calls: Allowed
Ancestor: Yes, Nodal Representation: Simple
status link-type local port remote port neighbor
~~~~~~ ~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~~~~~~ ~~~~~~~~
up hrz 2D24009 2B70009 xxxxx27.2.36
up hrz 2D24000 2B70000 xxxxx27.2.36
show atm pnni traffic
To display information about traffic received on PNNI interfaces, use the show atm pnni traffic privileged EXEC command.
show atm pnni traffic
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Examples
The following example is sample output from the show atm pnni traffic command.
Traffic statistics for local-node 1 (Level 60)
Interface ID PNNI bytes rcvd bits/sec Since Rem Node(No./Name)
~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~
ATM0/0/0 7368 398 00:02:28 11 xxxxx18
ATM0/0/1 7228 390 00:02:28 9 Switch
ATM0/0/2 1300 70 00:02:28 9 Switch
ATM0/0/2.4 1300 70 00:02:28 9 Switch
ATM0/1/0 0 0 00:02:33
ATM0/1/3 1300 70 00:02:28 11 xxxxx18
Traffic statistics for local-node 2 (Level 36)
Interface ID PNNI bytes rcvd bits/sec Since Rem Node(No./Name)
~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ ~~~~~~~~ ~~~~~~~~ ~~~~~~~~~~~~~~~~~~
FFFFFFFF 4460 275 00:02:09 10 xxxxx27.2.36
show atm qos-defaults
To provide default values for QoS and display the table used, use the show atm qos-defaults EXEC command.
show atm qos-defaults
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command. Originally show atm qos.
|
11.2(5)
|
Modified: changed to show atm qos-defaults.
|
Examples
The following sample output from the show atm qos-defaults command displays the default QoS table.
Switch# show atm qos-defaults
Default QoS objective table:
Max cell transfer delay (in microseconds): any cbr, any vbr-rt
Peak-to-peak cell delay variation (in microseconds): any cbr, any vbr-rt
Max cell loss ratio for CLP0 cells: any cbr, any vbr-rt, any vbr-nrt
Max cell loss ratio for CLP0+1 cells: any cbr, any vbr-rt, any vbr-nrt
Table 18-11 describes the fields shown in the display.
Table 18-11 show atm qos-defaults Field Descriptions
Field
|
Description
|
Max cell transfer delay
|
Is displayed in microseconds and applies to one of the following (any indicates the objective parameter is undefined):
• cbr
• vbr-rt
|
Peak-to-peak cell delay variation
|
Is displayed in microseconds and applies to one of the following (any indicates the objective parameter is undefined):
• cbr
• vbr-rt
|
Max cell loss ratio
|
Is displayed as a negative power of ten and applies to one of the following (any indicates the objective parameter is undefined):
• cbr
• vbr-rt
• vbr-nrt
|
Related Commands
Command
|
Description
|
atm qos default
|
Changes individual QoS objectives assigned to SVC setup messages entering the switch through UNI interfaces.
|
show atm resource
To display global resource manager configuration and status, use the show atm resource
EXEC command.
Catalyst 8540 MSR
show atm resource [module_id number]
Catalyst 8510 MSR and LightStream 1010
show atm resource
Syntax Description
module_id number
|
Identification number of the module for which you want to display configuration data and status. (Catalyst 8540 MSR only).
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
The output from this command normalizes the maximum cell and queue limit values to match what is installed in the hardware. Any values specified explicitly via configuration are preserved and can be displayed by viewing the configuration.
Examples
Catalyst 8540 MSR
The following example shows the results of using the show atm resource command with the switch processor feature card installed.
Switch# show atm resource
Resource configuration:
Over-subscription-factor 8 Sustained-cell-rate-margin-factor 1%
Abr-mode: EFCI
Service Category to Threshold Group mapping:
cbr 1 vbr-rt 2 vbr-nrt 3 abr 4 ubr 5
Threshold Groups:
Module Group Max Max Q Min Q Q thresholds Cell Name
ID cells limit limit Mark Discard count
instal instal instal
-----------------------------------------------------------
1 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
2 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
3 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
4 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
5 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
6 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
7 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
8 1 131071 63 63 25 % 87 % 0 cbr-default-tg
2 131071 127 127 25 % 87 % 0 vbrrt-default-tg
3 131071 511 31 25 % 87 % 0 vbrnrt-default-tg
4 131071 511 31 25 % 87 % 0 abr-default-tg
5 131071 511 31 25 % 87 % 0 ubr-default-tg
6 131071 1023 1023 25 % 87 % 0 well-known-vc-tg
============================================================
Examples
Catalyst 8510 MSR and LightStream 1010
The following example shows the results of using the show atm resource command with an FC-PCQ installed.
Switch# show atm resource
Resource configuration:
Over-subscription-factor 8 Sustained-cell-rate-margin-factor 1%
Abr-mode: relative-rate
Atm service-category-limit (in cells):
64512 cbr 64512 vbr-rt 64512 vbr-nrt 64512 abr-ubr
Resource state:
Cells per service-category:
0 cbr 0 vbr-rt 0 vbr-nrt 0 abr-ubr
Related Commands
show atm rmon
To show the status of the ATM RMON MIB, use the show atm rmon EXEC command.
show atm rmon {host number | matrix number | stats number | status}
Syntax Description
host
|
Displays the ATM RMON host table port select group number information.
|
matrix
|
Displays the ATM RMON matrix table information.
|
stats
|
Displays the ATM RMON status table information.
|
status
|
Displays the ATM RMON resource status information.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(5)
|
New command
|
Examples
The following example shows ATM host table information for the specified port select group using the show atm rmon host EXEC command.
atmrmon-switch# show atm rmon host 1
PortSelGrp: 1 Collection: Enabled Drops: 0
47.007900000000000000000000.00A03E000001.00
CBR/VBR in: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
out: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR in: calls: 0/123852 cells: 0 connTime: 0 days 00:00:00
out: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
47.00918100000000615C71A501.00000C39C23F.00
CBR/VBR in: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
out: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR in: calls: 1/14 cells: 0 connTime: 3 days 21:18:29
out: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
47.00918100000000615C71A501.00603E329221.00
CBR/VBR in: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
out: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR in: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
out: calls: 0/123852 cells: 0 connTime: 0 days 00:00:00
47.00918100000000615C71A501.00603E329221.01
CBR/VBR in: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
out: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR in: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
out: calls: 1/14 cells: 0 connTime: 3 days 21:18:30
Table 18-12 describes some of the fields in the output from the show atm rmon command.
Table 18-12 show atm rmon Field Descriptions
Field
|
Description
|
47.007900000000000000000000.00A03E000001.00
|
Address of the host.
|
CBR/VBR in: calls: 0/0
|
Total successful CBR/VBR calls, including calls currently connected.
|
cells: 0
|
Total active cells (in: A to everybody; out: everybody to A).
|
connTime: 0
|
Total connection time aggregated for multiple connections.
|
The following example shows ATM matrix table information for the specified port select group using the show atm rmon matrix EXEC command.
atmrmon-switch# show atm rmon matrix 1
PortSelGrp: 1 Collection: Enabled Drops: 0
47.007900000000000000000000.00A03E000001.00
47.00918100000000615C71A501.00603E329221.00
CBR/VBR calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR calls: 0/0 cells: 0 connTime: 0 days 00:00:00
47.00918100000000615C71A501.00000C39C23F.00
47.00918100000000615C71A501.00603E329221.01
CBR/VBR calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR calls: 0/0 cells: 0 connTime: 0 days 00:00:00
47.00918100000000615C71A501.00603E329221.00
47.007900000000000000000000.00A03E000001.00
CBR/VBR calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR calls: 0/123856 cells: 0 connTime: 0 days 00:00:00
47.00918100000000615C71A501.00603E329221.01
47.00918100000000615C71A501.00000C39C23F.00
CBR/VBR calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR calls: 1/14 cells: 0 connTime: 3 days 21:18:40
The show atm rmon stats command summarizes the statistics for the entire port select group, including non-monitored traffic. The following example shows ATM stats table information for
the specified port select group using the show atm rmon stats EXEC command.
atmrmon-switch# show atm rmon stats 1
PortSelGrp: 1 Collection: Enabled Drops: 0
CBR/VBR: calls: 0/0 cells: 0 connTime: 0 days 00:00:00
ABR/UBR: calls: 1/123862 cells: 0 connTime: 3 days 21:18:19
The following example shows ATM status table information for the specified port select group,
and identifies which ATM interfaces were configured using the atm rmon collect or the
snmp enable command.
atmrmon-switch# show atm rmon status
PortSelGrp: 1 Status: Enabled Hosts: 4/no-max Matrix: 4/no-max
ATM0/0/0 ATM0/0/2
PortSelGrp: 2 Status: Enabled Hosts: 0/no-max Matrix: 0/no-max
ATM0/0/3
PortSelGrp: 4 Status: Enabled Hosts: 0/1 Matrix: 0/5
ATM0/0/1
PortSelGrp: 5 Status: Enabled Hosts: 0/no-max Matrix: 0/no-max
ATM0/1/2
PortSelGrp: 6 Status: Enabled Hosts: 0/no-max Matrix: 0/no-max
ATM0/1/3
PortSelGrp: 7 Status: Enabled Hosts: 0/no-max Matrix: 0/no-max
ATM0
As the following example shows, when using the status option, the configuration is maintained even when data collection is disabled.
atmrmon-switch# show atm rmon status
PortSelGrp: 1 Status: Disabled Hosts: 0/10000 Matrix: 0/20000
ATM0/0/0 ATM0/0/2
PortSelGrp: 2 Status: Disabled Hosts: 0/10000 Matrix: 0/20000
ATM0/0/3
Related Commands
show atm route
To display all local or network-wide reachable address prefixes in the switch router's ATM routing table, use the show atm route EXEC command.
show atm route [address-prefix [longer_prefix] | local]
Syntax Description
address-prefix
|
Displays all routing table entries for the specified prefix.
|
longer_prefix
|
Displays all routing tables entries for longer prefixes that match the specified address prefix.
|
local
|
Displays information about reachable addresses attached to this switch router only. This includes static routes configured on this switch router and routes learned using ILMI address registration.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(5)
|
New command
|
Usage Guidelines
This command displays the ATM address prefixes in the ATM routing table. Prefixes are tagged with either E or I. The E represents external prefixes that were configured using the atm route command. The I represents internal prefixes registered through ILMI or generated internally by the system for other purposes (for example; soft-PVP support). The prefix is displayed in the format prefix/length, where length indicates the length, in bits:
1234.24/16
The node represents the switch router that generated the route. Node 1 represents this switch router, while other numbers represent switch routers learned from the network. The port number, the protocol that generated the advertisement, the time stamp, and the port status (or summary information) are also displayed.
The link is down in the following cases:
•
For local prefixes, the status is displayed as DN if either the associated interface is down or the associated interface type is NNI. Note that static routes to address prefixes cannot be used on
NNI interfaces.
•
For remote prefixes, such as those advertised by a remote node, the status is displayed as DN if connectivity from the local switch to the remote switch is lost.
Examples
The following example is sample output from the show atm route command.
Switch# show atm route
Codes: P - installing Protocol (S - Static, P - PNNI, R - Routing control),
T - Type (I - Internal prefix, E - Exterior prefix, SE -
Summary Exterior prefix, SI - Summary Internal prefix)
ZE - Suppress Summary Exterior, ZI - Suppress Summary Internal)
P T Node/Port St Lev Prefix
~ ~~~ ~~~~~~~~~~~~~~~~ ~~ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
P E 2 0 UP 0 default/0
R SI 1 0 UP 0 47.0091.8100.0000.0060.3E7B.3201/104
R I 1 ATM0/0/0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0000.0c40.81d2/152
R I 1 ATM0/0/0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0000.0c40.81d3/152
R I 1 ATM0/0/0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0000.0c40.81d4/152
R I 1 ATM0/0/0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0000.0c40.81d5/152
R I 1 ATM0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0060.3e7b.3201/152
R I 1 ATM0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0060.3e7b.3202/152
R I 1 ATM0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0060.3e7b.3203/152
R I 1 ATM0 UP 0 47.0091.8100.0000.0060.3E7B.3201.0060.3e7b.3204/152
R I 1 ATM0 UP 0 47.0091.8100.0000.0060.3E7B.3201.4000.0c/128
S E 1 ATM0/0/1 UP 0 47.0091.8100.0000.0003.dde7.4601/104
P I 2 0 UP 0 47.0091.8100.0000.0003.dde7.4601/104
P I 3 0 UP 0 47.0091.8100.0000.0060.3e7b.3801/104
show atm routing-mode
To display the routing mode in which the switch is running, use the show atm routing-mode privileged EXEC command.
show atm routing-mode
Syntax Description
This command has no keywords or arguments.
Command Modes
Privileged EXEC
Command History
Release
|
Modification
|
11.3(3a)
|
New command
|
Usage Guidelines
The routing mode of the switch is dynamic (PNNI) or static (IISP).
Examples
This following example is sample output from the show atm routing-mode command.
Switch# show atm routing-mode
Routing Mode: Dynamic (PNNI)
Related Commands
Command
|
Description
|
atm routing-mode
|
Restricts the mode of ATM routing on an ATM switch router.
|
show atm signalling cug
To display all configured CUGs, use the show atm signalling cug EXEC command.
show atm signalling cug [interface atm card/subcard/port] [access | alias alias-name |
interlock-code ic]
Syntax Description
card/subcard/port
|
The card, subcard, and port number of the ATM interface.
|
alias-name
|
The name of the CUG alias for the 24-byte interlock code.
|
ic
|
The interlock code number.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(8.0.1)
|
New command
|
Examples
The following example is sample output from the show atm signalling cug command.
Switch# show atm signalling cug
Interface: ATM3/0/0
Cug Alias Name:
Cug Interlock Code: 00.000000000000000000000000.000000000000.00.01001111
Non preferential Cug
Permit Network to User Calls
Permit User to Network Calls
Related Commands
show atm signalling diagnostics
To display the configured filter entries and the collection call records for the ATM signalling diagnostics feature, use the show atm signalling diagnostics EXEC command.
show atm signalling diagnostics {filter | record | status filter-index}
Syntax Description
filter
|
Displays the information in the filter table.
|
record
|
Displays the call failure records.
|
status
|
Displays global diagnostics status.
|
filter-index
|
Displays all of the records filtered for each entry in the filter index specified. The filter-index can range from 1 to 50.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(8.0.1)
|
New command
|
Examples
The following example is sample output from the show atm signalling diagnostics filter command.
Switch# show atm signalling diagnostics filter
F I L T E R I N D E X 1
--------------------------------
Scope: internal, Cast Type: p2mp
Connection Kind: soft-vc
Service Category: CBR (Constant Bit Rate) UBR (Unspecified Bit Rate)
Clear Cause: 0, Initial TimerValue: 600
Max Records: 20, NumMatches: 0, Timer expiry: 600
Incoming Port: ATM0/0/1, Outgoing Port: ATM0/1/1
Calling Nsap Address:47.111122223333444455556666.777788889999.00
Calling Address Mask:FF.FFFFFF000000000000000000.000000000000.00
Called Nsap Address :47.111122223333444455556666.777788889999.01
Called Address Mask :FF.FFFFFF000000000000000000.000000000000.00
Status : active
Examples
The following example is sample output from the show atm signalling diagnostics record 1 command.
Switch# show atm signalling diagnostics record 1
D I S P L A Y I N D E X 1
--------------------------------
Scope: internal, Cast Type: p2p, Conn Indicator: Setup Failure
Connection Kind: switched-vc
Service Category: UBR (Unspecified Bit Rate)
Clear Cause: 0x29, Diagnostics: NULL
Incoming Port: ATM1/0/3, Outgoing Port:ATM0/1/3
Calling-Address: 47.009181000000006011000000.470803040506.00
Calling-SubAddr: NULL
Called-Address : 47.009181000000006083C42C01.750203040506.00
Called-SubAddr : NULL
Crankback Type : No Crankback
DTL's :
NodeId:56:160:47.009181000000006011000000.006083AB9001.00 Port: 0/1/3:2
NodeId:56:160:47.00918100000000603E7B4101.00603E7B4101.00 Port: 0/0/0:2
NodeId:56:160:47.009181000000006083C42C01.006083C42C01.00 Port: 0
show atm signalling statistics
To show the ATM signalling statistics, use the show atm signalling statistics EXEC command.
show atm signalling statistics [interface atm card/subcard/port] [ie]
Syntax Description
card/subcard/port
|
Specifies the card, subcard, and port number of the ATM interface.
|
ie
|
Displays the information element statistics.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(5)
|
New command
|
Usage Guidelines
If no interface is specified, statistics for all interfaces are displayed.
Examples
The following example is sample output from the show atm signalling statistics EXEC command with no interface specified.
Switch# show atm signalling statistics
Global Statistics:
Calls Throttled: 0
Max Crankback: 3
Max Connections Pending: 255
Max Connections Pending Hi Water Mark: 0
ATM 0:0 UP Time 00:00:32 # of int resets: 0
----------------------------------------------------------------
Terminating connections: 0 Soft VCs: 0
Active Transit PTP SVC: 0 Active Transit MTP SVC: 0
Port requests: 0 Source route requests: 0
Conn-Pending: 0 Conn-Pending High Water Mark: 0
Calls Throttled: 0 Max-Conn-Pending: 40
Messages: Incoming Outgoing
--------- -------- --------
PTP Setup Messages: 0 0
MTP Setup Messages: 0 0
Release Messages: 0 0
Restart Messages: 0 0
Message: Received Transmitted Tx-Reject Rx-Reject
Add Party Messages: 0 0 0 0
Failure Cause: Routing CAC Access-list Addr-Reg Misc-Failure
Location Local: 0 0 0 0 0
Location Remote: 0 0 0 0 0
Examples
The following example is sample output from the show atm signalling statistics EXEC command for interface ATM 0/0/0.
Switch# show atm signalling statistics interface atm 0/0/0
ATM 0/0/0:0 UP Time 00:01:32 # of int resets: 0
----------------------------------------------------------------
Terminating connections: 0 Soft VCs: 0
Active Transit PTP SVC: 0 Active Transit MTP SVC: 0
Port requests: 0 Source route requests: 0
Conn-Pending: 0 Conn-Pending High Water Mark: 0
Calls Throttled: 0 Max-Conn-Pending: 40
Messages: Incoming Outgoing
--------- -------- --------
PTP Setup Messages: 0 0
MTP Setup Messages: 0 0
Release Messages: 0 0
Restart Messages: 0 0
Message: Received Transmitted Tx-Reject Rx-Reject
Add Party Messages: 0 0 0 0
Failure Cause: Routing CAC Access-list Addr-Reg Misc-Failure
Location Local: 0 0 0 0 0
Location Remote: 0 0 0 0 0
Related Commands
show atm snoop
To display the current port snooping configuration and actual register values for the highest
ATM interface, use the show atm snoop EXEC command.
show atm snoop
Syntax Description
This command has no keywords or arguments.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
This command displays the snoop test port name, snoop option (enabled or disabled), monitored port name (if enabled), and snoop direction (receive or transmit if enabled).
This command applies only to card 4, subcard 1, and the highest port allowed for the card. See the atm signalling vpci command for port information.
Examples
The following example displays the snoop configuration and actual register values for the highest interface.
Switch# show atm snoop
Snoop Test Port Name: ATM3/1/3 (interface status=SNOOPING)
Snoop option: (configured=enabled) (actual=enabled)
Monitored Port Name: (configured=ATM3/0/0) (actual=ATM3/0/0)
Snoop direction: (configured=receive) (actual=receive)
The following example shows that there is no card in the snoop test port card 4, subcard 1 position.
Switch# show atm snoop
Snoop Test Port Name: ATM3/1/3 (port is bad or missing)
Snoop option: (configured=disabled)
The following example shows that the snoop test port has been inserted and configured but is shut down.
Switch# show atm snoop
Snoop Test Port Name: ATM3/1/3 (interface status=DOWN)(shutdown)
Snoop option: (configured=enabled)
Monitored Port Name: (configured=ATM3/1/0)
Snoop direction: (configured=receive)
Related Commands
Command
|
Description
|
atm signalling vpci
|
Specifies the value of VPCI to be carried in the signalling messages within a VP tunnel.
|
show atm snoop-vc
To display the current port snooping configuration and actual register values per-VC, use the
show atm snoop-vc EXEC command.
show atm snoop-vc [interface atm card/subcard/port]
Syntax Description
card/subcard/port
|
Specifies the card, subcard, and port number of the ATM interface.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(8.0.1)
|
New command
|
Usage Guidelines
This command displays the snoop test port name, snoop option (enabled or disabled), monitored port name (if enabled), and snoop direction (receive or transmit if enabled).
Examples
The following example displays all VC snoop connections on the switch.
Switch# show atm snoop-vc
Snooping Snooped
Interface VPI VCI Type X-Interface X-VPI X-VCI Dir Status
ATM0/0/2 0 5 PVC ATM0/1/1 0 5 Rx DOWN
ATM0/0/2 0 16 PVC ATM0/1/1 0 16 Rx DOWN
ATM0/1/2 0 5 PVC ATM0/0/1 0 5 Tx DOWN
ATM0/1/2 0 16 PVC ATM0/0/1 0 16 Tx DOWN
ATM0/1/2 0 18 PVC ATM0/0/1 0 18 Tx UP
ATM0/1/2 0 100 PVC ATM0/0/1 0 100 Tx DOWN
ATM0/1/2 0 201 PVC ATM0/0/1 0 201 Tx DOWN
ATM0/1/2 0 202 PVC ATM0/0/1 0 202 Tx DOWN
ATM0/1/2 0 300 PVC ATM0/0/1 0 300 Tx DOWN
ATM0/1/2 0 301 PVC ATM0/0/1 0 301 Tx DOWN
The following example displays all VC snoop connections on ATM interface 0/1/2.
Switch# show atm snoop-vc interface atm 0/1/2
Snooping Snooped
Interface VPI VCI Type X-Interface X-VPI X-VCI Dir Status
ATM0/1/2 0 5 PVC ATM0/0/1 0 5 Tx DOWN
ATM0/1/2 0 16 PVC ATM0/0/1 0 16 Tx DOWN
ATM0/1/2 0 18 PVC ATM0/0/1 0 18 Tx UP
ATM0/1/2 0 100 PVC ATM0/0/1 0 100 Tx DOWN
ATM0/1/2 0 201 PVC ATM0/0/1 0 201 Tx DOWN
ATM0/1/2 0 202 PVC ATM0/0/1 0 202 Tx DOWN
ATM0/1/2 0 300 PVC ATM0/0/1 0 300 Tx DOWN
ATM0/1/2 0 301 PVC ATM0/0/1 0 301 Tx DOWN
Examples
The following example displays VC snoop connection VPI 0, VCI 543 on ATM interface 0/0/0.
Switch# show atm snoop-vc interface atm 0/0/0 0 543
Interface: ATM0/0/0, Type: oc3suni
VPI = 0 VCI = 543
Status: UP
Time-since-last-status-change: 00:00:19
Connection-type: PVC
Cast-type: snooping-leaf
Packet-discard-option: enabled
Usage-Parameter-Control (UPC): pass
Wrr weight: 32
Number of OAM-configured connections: 0
OAM-configuration: disabled
OAM-states: Not-applicable
Cross-connect-interface: ATM0, Type: ATM Swi/Proc
Cross-connect-VPI = 0
Cross-connect-VCI = 42
Cross-connect-UPC: pass
Cross-connect OAM-configuration: disabled
Cross-connect OAM-state: Not-applicable
Threshold Group: 6, Cells queued: 0
Rx cells: 0, Tx cells: 4
Rx connection-traffic-table-index: 3
Rx service-category: VBR-RT (Realtime Variable Bit Rate)
Rx pcr-clp01: 424
Rx scr-clp01: 424
Rx mcr-clp01: none
Rx cdvt: 1024 (from default for interface)
Rx mbs: 50
Tx connection-traffic-table-index: 3
Tx service-category: VBR-RT (Realtime Variable Bit Rate)
Tx pcr-clp01: 424
Tx scr-clp01: 424
Tx mcr-clp01: none
Tx cdvt: none
Tx mbs: 50
Related Commands
Command
|
Description
|
atm snoop-vc
|
Sets the current port snooping configuration and actual register values per-VC.
|
show atm snoop-vp
To display the current port snooping configuration and actual register values per-VP, use the
show atm snoop-vp EXEC command.
show atm snoop-vp [interface atm card/subcard/port]
Syntax Description
card/subcard/port
|
Specifies the card, subcard, and port number of the ATM interface.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.2(8.0.1)
|
New command
|
Usage Guidelines
This command displays the snoop test port name, snoop option (enabled or disabled), monitored port name (if enabled), and snoop direction (receive or transmit if enabled).
Examples
The following example displays all VP snoop connections on the switch.
Switch# show atm snoop-vp
Snooping Snooped
Interface VPI Type X-Interface X-VPI Dir Status
ATM0/0/2 0 PVC ATM0/1/1 0 Rx DOWN
ATM0/0/2 0 PVC ATM0/1/1 0 Rx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx UP
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
ATM0/1/2 0 PVC ATM0/0/1 0 Tx DOWN
Related Commands
Command
|
Description
|
atm snoop-vp
|
Sets the current port snooping configuration and actual register values per-VP.
|
show atm status
To display current information about ATM interfaces and the number of installed connections, use the show atm status EXEC command.
show atm status
Syntax Description
This command has no keywords or arguments.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following is sample output from the show atm status command.
Switch# show atm status
NUMBER OF INSTALLED CONNECTIONS: (P2P=Point to Point, P2MP=Point to MultiPoint)
Type PVCs SoftPVCs SVCs PVPs SoftPVPs SVPs Total
P2P 11 0 0 1 0 0 12
P2MP 0 0 0 0 0 0 0
TOTAL INSTALLED CONNECTIONS = 12
PER-INTERFACE STATUS SUMMARY AT 14:56:19 UTC Mon Mar 25 1997:
Interface IF Admin Auto-Cfg ILMI Addr SSCOP Hello
Name Status Status Status Reg State State State
------------- -------- ------------ -------- ------------ --------- --------
ATM0 UP up n/a Restarting Idle n/a
ATM3/0/0 UP up done UpAndNormal Active 2way_in
ATM3/0/0.25 DOWN shutdown waiting n/a Idle n/a
ATM3/0/0.26 UP up waiting WaitDevType Idle n/a
ATM3/0/1 DOWN down waiting n/a Idle n/a
ATM3/0/2 UP up done UpAndNormal Active 2way_in
ATM3/0/3 DOWN down waiting n/a Idle n/a
show atm traffic
To display the ATM layer traffic information for all of the ATM interfaces, use the show atm traffic EXEC command.
show atm traffic
Syntax Description
This command has no keywords or arguments.
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Usage Guidelines
This command displays input and output cell counts and a 5-minute transfer rate for all
ATM interfaces.
Examples
The following example is sample output from the show atm traffic command.
Switch# show atm traffic
Interface ATM0
Rx cells: 0
Tx cells: 0
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Interface ATM3/0/0
Rx cells: 0
Tx cells: 0
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Related Commands
Command
|
Description
|
show atm interface
|
Displays ATM-specific information about an ATM interface.
|
show atm vc
To display the ATM layer connection information about the virtual connection, use the show atm vc EXEC command.
show atm vc
show atm vc interface {atm | atm-p} card/subcard/port[.vpt#] [vpi vci] [detail]
show atm vc [cast-type cast-type] [conn-type conn-type] [interface {atm | atm-p}
card/subcard/port[.vpt#]]
show atm vc traffic [interface {atm | atm-p} card/subcard/port[.vpt#] [vpi vci]]
Syntax Description
card/subcard/port
|
Card, subcard, and port number for the interface.
|
.vpt#
|
Virtual path tunnel identifier to display.
|
vpi vci
|
Virtual path identifier and virtual channel identifier to display.
|
detail
|
Displays the Rx cell drops and queued-cells for all VCs on a given interface.
|
cast-type
|
Specifies the cast type as multipoint-to-point (mp2p), point-to-multipoint (p2mp), or point-to-point (p2p).
|
conn-type
|
Specifies the connection type as pvc, soft-vc, svc, or tvc.
|
traffic
|
Displays the virtual channel cell traffic.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following example shows a display for the vc interface.
Switch# show atm vc
Interface VPI VCI Type X-Interface X-VPI X-VCI Encap Status
ATM0/1/0 0 5 PVC ATM0 0 52 QSAAL UP
ATM0/1/0 0 16 PVC ATM0 0 32 ILMI UP
ATM0/1/0 0 18 PVC ATM0 0 73 PNNI UP
ATM0/1/1 0 5 PVC ATM0 0 53 QSAAL DOWN
ATM0/1/1 0 16 PVC ATM0 0 33 ILMI DOWN
ATM0/1/2 0 5 PVC ATM0 0 54 QSAAL DOWN
ATM0/1/2 0 16 PVC ATM0 0 34 ILMI DOWN
ATM0/1/3 0 5 PVC ATM0 0 55 QSAAL UP
ATM0/1/3 0 16 PVC ATM0 0 35 ILMI UP
ATM1/0/0 0 5 PVC ATM0 0 56 QSAAL UP
ATM1/0/0 0 16 PVC ATM0 0 36 ILMI UP
ATM1/0/1 0 5 PVC ATM0 0 57 QSAAL DOWN
ATM1/0/1 0 16 PVC ATM0 0 37 ILMI DOWN
ATM1/0/2 0 5 PVC ATM0 0 58 QSAAL DOWN
ATM1/0/2 0 16 PVC ATM0 0 38 ILMI DOWN
ATM1/0/3 0 5 PVC ATM0 0 59 QSAAL UP
ATM1/0/3 0 16 PVC ATM0 0 39 ILMI UP
ATM1/0/3 0 18 PVC ATM0 0 72 PNNI UP
ATM1/1/0 0 5 PVC ATM0 0 60 QSAAL DOWN
ATM1/1/0 0 16 PVC ATM0 0 40 ILMI DOWN
ATM1/1/1 0 5 PVC ATM0 0 61 QSAAL DOWN
ATM1/1/1 0 16 PVC ATM0 0 41 ILMI DOWN
Table 18-13 describes the fields shown in the display.
Table 18-13 show atm vc Field Descriptions
Field
|
Description
|
Interface
|
Displays the card, subcard, and port number of the specified ATM interface.
|
VPI
|
Displays the number of the virtual path identifier.
|
VCI
|
Displays the number of the virtual channel identifier.
|
Type
|
Displays the type of interface for the specified ATM interface.
|
X-Interface
|
Displays the card, subcard, and port number of the cross-connected value for the ATM interface.
|
X-VPI
|
Displays the number of the cross-connected value of the virtual path identifier.
|
X-VCI
|
Displays the number of the cross-connected value of the virtual channel identifier.
|
Encap
|
Displays the type of connection on the interface.
|
Status
|
Displays the current state of the specified ATM interface.
|
Examples
The following example displays the output for interface ATM 1/0/0 with and without the detail keyword which shows the Rx-cel-drops and the Rx-queued-cells:
Swtich# show atm vc traffic interface atm 1/0/0
Interface VPI VCI Type rx-cell-cnts tx-cell-cnts
ATM-P1/0/0 0 32 PVC 1 0
ATM-P1/0/0 0 33 PVC 0 0
ATM-P1/0/0 0 34 PVC 0 0
ATM-P1/0/0 0 35 PVC 0 0
ATM-P1/0/0 0 37 PVC 0 0
ATM-P1/0/0 0 39 PVC 0 0
ATM-P1/0/0 0 48 PVC 0 0
Switch# show atm vc traffic interface atm 1/0/0 detail
Interface VPI VCI Type rx-cell tx-cell rx-cell-drop rx-cell-qued
ATM-P1/0/0 0 32 PVC 1 0 0 0
ATM-P1/0/0 0 33 PVC 0 0 0 0
ATM-P1/0/0 0 34 PVC 0 0 0 0
ATM-P1/0/0 0 35 PVC 0 0 0 0
ATM-P1/0/0 0 37 PVC 0 0 0 0
ATM-P1/0/0 0 39 PVC 0 0 0 0
ATM-P1/0/0 0 48 PVC 0 0 0 0
Catalyst 8510 MSR and LightStream 1010
The following example shows the interface information for ATM 1/0/0, with VPI 0, VCI 5, and packet discard enabled, using an FC-PCQ.
Switch# show atm vc interface atm 1/0/0 1 100
Interface: ATM1/0/0, Type: oc3suni
VPI = 0 VCI = 5
Status: UP
Time-since-last-status-change: 1d18h
Connection-type: PVC
Cast-type: point-to-point
Packet-discard-option: enabled
Usage-Parameter-Control (UPC): pass
Number of OAM-configured connections: 0
OAM-configuration: disabled
OAM-states: Not-applicable
Cross-connect-interface: ATM0, Type: ATM Swi/Proc
Cross-connect-VPI = 0
Cross-connect-VCI = 58
Cross-connect-UPC: pass
Cross-connect OAM-configuration: disabled
Cross-connect OAM-state: Not-applicable
Encapsulation: AALQSAAL
Rx cells: 32520, Tx cells: 32520
Rx connection-traffic-table-index: 3
Rx service-category: VBR-RT (Realtime Variable Bit Rate)
Rx pcr-clp01: 424
Rx scr-clp01: 424
Rx mcr-clp01: none
Rx cdvt: none
Rx mbs: 50
Tx connection-traffic-table-index: 3
Tx service-category: VBR-RT (Realtime Variable Bit Rate)
Tx pcr-clp01: 424
Tx scr-clp01: 424
Tx mcr-clp01: none
Tx cdvt: none
Tx mbs: 50
Crc Errors:0, Sar Timeouts:0, OverSizedSDUs:0
BufSzOvfl: Small:0, Medium:0, Big:0, VeryBig:0, Large:0
Examples
The following example shows the interface information for ATM 1/0/0, with VPI 1, VCI 100 and packet discard disabled, using the switch processor feature card.
Switch# show atm vc interface atm 1/0/0 1 100
Interface: ATM1/0/0, Type: oc12suni
VPI = 1 VCI = 100
Status: UP
Time-since-last-status-change: 02:55:48
Connection-type: PVC
Cast-type: point-to-point
Packet-discard-option: disabled
Usage-Parameter-Control (UPC): pass
Wrr weight: 32
Number of OAM-configured connections: 0
OAM-configuration: disabled
OAM-states: Not-applicable
Cross-connect-interface: ATM0/1/1, Type: oc3suni
Cross-connect-VPI = 1
Cross-connect-VCI = 100
Cross-connect-UPC: pass
Cross-connect OAM-configuration: disabled
Cross-connect OAM-state: Not-applicable
Threshold Group: 5, Cells queued: 0
Rx cells: 0, Tx cells: 0
Tx Clp0:0, Tx Clp1: 0
Rx Clp0:0, Rx Clp1: 0
Rx Upc Violations:0, Rx cell drops:0
Rx Clp0 q full drops:0, Rx Clp1 qthresh drops:0
Rx connection-traffic-table-index: 1
Rx service-category: UBR (Unspecified Bit Rate)
Rx pcr-clp01: 7113539
Rx scr-clp01: none
Rx mcr-clp01: none
Rx cdvt: 1024 (from default for interface)
Rx mbs: none
Tx connection-traffic-table-index: 1
Tx service-category: UBR (Unspecified Bit Rate)
Tx pcr-clp01: 7113539
Tx scr-clp01: none
Tx mcr-clp01: none
Tx cdvt: none
Tx mbs: none
Examples
The following example shows the interface information for ATM 1/0/0, with VPI 0, VCI 5, and packet discard enabled, using the FC-PFQ.
Switch# show atm vc interface atm 1/0/0 0 5
Interface: ATM1/0/0, Type: oc12suni
VPI = 0 VCI = 5
Status: UP
Time-since-last-status-change: 03:02:32
Connection-type: PVC
Cast-type: point-to-point
Packet-discard-option: enabled
Usage-Parameter-Control (UPC): pass
Wrr weight: 32
Number of OAM-configured connections: 0
OAM-configuration: disabled
OAM-states: Not-applicable
Cross-connect-interface: ATM0, Type: ATM Swi/Proc
Cross-connect-VPI = 0
Cross-connect-VCI = 45
Cross-connect-UPC: pass
Cross-connect OAM-configuration: disabled
Cross-connect OAM-state: Not-applicable
Encapsulation: AALQSAAL
Threshold Group: 6, Cells queued: 0
Rx cells: 2302, Tx cells: 2301
Tx Clp0:2301, Tx Clp1: 0
Rx Clp0:2302, Rx Clp1: 0
Rx Upc Violations:0, Rx cell drops:0
Rx pkts:0, Rx pkt drops:0
Rx connection-traffic-table-index: 3
Rx service-category: VBR-RT (Realtime Variable Bit Rate)
Rx pcr-clp01: 424
Rx scr-clp01: 424
Rx mcr-clp01: none
Rx cdvt: 1024 (from default for interface)
Rx mbs: 50
Tx connection-traffic-table-index: 3
Tx service-category: VBR-RT (Realtime Variable Bit Rate)
Tx pcr-clp01: 424
Tx scr-clp01: 424
Tx mcr-clp01: none
Tx cdvt: none
Tx mbs: 50
Crc Errors:0, Sar Timeouts:0, OverSizedSDUs:0
BufSzOvfl: Small:0, Medium:0, Big:0, VeryBig:0, Large:0
Examples
The following example shows the last explicit path status for a soft VC. Note that the first listed explicit path, new_york.path2, shows an unreachable result, but the second explicit path, new_york.path1, has succeeded.
Switch# show atm vc interface atm0/1/3 0 40
VPI = 0 VCI = 40
Status:UP
Time-since-last-status-change:00:00:03
Connection-type:SoftVC
Cast-type:point-to-point
Soft vc location:Source
Remote ATM address:47.0091.8100.0000.0060.705b.d900.4000.0c81.9000.00
Remote VPI:0
Remote VCI:40
Soft vc call state:Active
Number of soft vc re-try attempts:0
First-retry-interval:5000 milliseconds
Maximum-retry-interval:60000 milliseconds
Aggregate admin weight:15120
TIME STAMPS:
Current Slot:4
Outgoing Release February 26 17:02:45.940
Incoming Rel comp February 26 17:02:45.944
Outgoing Setup February 26 17:02:45.948
Incoming Connect February 26 17:02:46.000
Outgoing Setup February 23 11:54:17.587
Incoming Release February 23 11:54:17.591
Outgoing Setup February 23 11:54:37.591
Incoming Release February 23 11:54:37.611
Outgoing Setup February 23 11:55:17.611
Incoming Connect February 23 11:55:17.655
Explicit-path 1:result=6 PNNI_DEST_UNREACHABLE (new_york.path2)
Explicit-path 2:result=1 PNNI_SUCCESS (new_york.path1)
Only-explicit
Packet-discard-option:disabled
Usage-Parameter-Control (UPC):pass
Number of OAM-configured connections:0
OAM-configuration:disabled
OAM-states: Not-applicable
Cross-connect-interface:ATM0/0/3.4, Type:oc3suni
Cross-connect-VPI = 4
Cross-connect-VCI = 35
Cross-connect-UPC:pass
Cross-connect OAM-configuration:disabled
Cross-connect OAM-state: Not-applicable
Rx cells:0, Tx cells:0
Rx connection-traffic-table-index:1
Rx service-category:UBR (Unspecified Bit Rate)
Rx pcr-clp01:7113539
Rx scr-clp01:none
Rx mcr-clp01:none
Rx cdvt:1024 (from default for interface)
Rx mbs:none
Tx connection-traffic-table-index:1
Tx service-category:UBR (Unspecified Bit Rate)
Tx pcr-clp01:7113539
Tx scr-clp01:none
Tx mcr-clp01:none
Tx cdvt:none
Tx mbs:none
Table 18-14 describes the fields shown in the displays.
Table 18-14 show atm vc interface ATM Field Descriptions
Field
|
Description
|
Interface
|
Displays the card, subcard, and port number of the ATM interface.
|
VPI/VCI
|
Displays the number of the virtual path identifier and the virtual channel identifier.
|
Status
|
Displays the type of interface for the specified ATM interface.
|
Time-since-last-status-change
|
Displays the time elapsed since the last status change.
|
Connection-type
|
Displays the type of connection for the specified ATM interface.
|
Cast-type
|
Displays the type of cast for the specified ATM interface.
|
Packet-discard-option
|
Displays the state of the packet-discard option; enabled or disabled.
|
Usage-Parameter-Control (UPC)
|
Displays the state of the UPC.
|
Wrr weight
|
Weighted round-robin weight.
|
Number of OAM-configured connections
|
Displays the number of connections configured by OAM.
|
OAM-configuration
|
Displays the state of the OAM configuration; enabled or disabled.
|
OAM-states
|
Displays the status of the OAM state; applicable or not applicable.
|
Cross-connect-interface
|
Displays the card, subcard, and port number of the cross-connected ATM.
|
Cross-connect-VPI
|
Displays the number of the cross-connected virtual path identifier.
|
Cross-connect-VCI
|
Displays the number of the cross-connected virtual channel identifier.
|
Cross-connect-UPC
|
Displays the state of the cross-connected UPC; pass or not pass.
|
Cross-connect OAM-configuration
|
Displays the state of the cross-connected OAM configuration; enabled or disabled.
|
Cross-connect OAM-state
|
Displays the status of the cross-connected OAM state; applicable or not applicable.
|
Encapsulation
|
Encapsulation type.
|
Threshold Group/Cells queued
|
Displays the threshold group number and number of cells queued.
|
Rx cells/Tx cells
|
Displays the number of cells transmitted and received.
|
Tx Clp0/Tx Clp1
|
Displays the number of CLP=0 and CLP=1 cells transmitted.
|
Rx Clp0/Rx Clp1
|
Displays the number of CLP=0 and CLP=1 cells received.
|
Rx Upc Violations
|
Displays the number of UPC violations detected in the receive cell stream.
|
Rx cell drops
|
Displays the number of cells received and then dropped.
|
Rx pkts
|
Displays the number of packets received.
|
Rx pkt drops
|
Displays the number of packets dropped.
|
RxClp0q full drops
|
Displays the number of CLP=0 cells received and then dropped for exceeding the input queue size.
|
Rx Clp1 qthresh drops
|
Displays the number of CLP=1 cells received and then dropped for exceeding the discard threshold of the input queue.
|
Rx connection-traffic-table-index
|
Displays the receive connection-traffic-table-index.
|
Rx service-category
|
Displays the receive service category.
|
Rx pcr-clp01
|
Displays the receive peak cell rate for clp01 cells (kbps).
|
Rx scr-clp01
|
Displays the receive sustained cell rate for clp01 cells (kbps).
|
Rx mcr-clp01
|
Displays the receive minimum cell rate for clp01 cells (kbps).
|
Rx cdvt
|
Displays the receive cell delay variation tolerance.
|
Rx mbs
|
Displays the receive minimum burst size.
|
Tx connection-traffic-table-index
|
Displays the transmit connection-traffic-table-index.
|
Tx service-category
|
Displays the transmit service category.
|
Tx pcr-clp01
|
Displays the transmit peak cell rate for clp01 cells (kbps).
|
Tx scr-clp01
|
Displays the transmit sustained cell rate for clp01 cells (kbps).
|
Tx mcr-clp01
|
Displays the transmit minimum cell rate for clp01 cells (kbps).
|
Tx cdvt
|
Displays the transmit cell delay variation tolerance.
|
Tx mbs
|
Displays the transmit minimum burst size.
|
Crc error
|
Displays the number of cyclic redundancy check errors.
|
Sar Timeouts
|
Displays the number of segmentation and reassembly timeouts.
|
OverSizedSDUs
|
Displays the number of oversized service data units.
|
BufSzOvfl
|
Displays the number of buffer size overflows.
|
Examples
The following example shows how to enter the command for a display of the cast type, point-to-multipoint, and connection type soft-vc on ATM interface 0/0/0.
Switch# show atm vc cast-type p2mp conn-type soft-vc interface ATM 0/0/0
The following example shows how to enter the command for a display of the connection type SVC and cast-type point-to-point on ATM interface 0/0/0.
Switch# show atm vc conn-type svc cast-type p2p interface ATM 0/0/0
The following example shows the transmit and receive cell count on ATM interface 1/0/0, with VPI 1 and VPI 100.
Switch# show atm vc traffic interface atm 1/0/0 1 100
Interface VPI VCI Type rx-cell-cnts tx-cell-cnts
ATM1/0/0 1 100 PVC 0 0
Related Commands
show atm vc signalling
To show the ATM VC signalling activity, use the show atm vc signalling EXEC command.
show atm vc signalling [interface atm card/subcard/port] [cast-type p2p | p2mp] [detail]
Syntax Description
card/subcard/port
|
Card, subcard, and port number for the ATM interface.
|
cast-type
|
Displays the payload type protocol and the message type protocol information for a point-to-point (p2p) or point-to-multipoint (p2mp) connection.
|
detail
|
Displays detailed information about a connection, including type of connection, calling party, current and previous state, and how the call was initiated.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following example is sample output from the show atm vc signalling EXEC command.
Switch# show atm vc signalling
Interface VPI VCI CallRef X-Interface VPI VCI CallRef Type
*ATM0/0/0 0 32 1 ATM1/0/0 0 32 1 MTP
*ATM0/0/0 0 33 2 ATM1/0/0 0 33 2 MTP
*ATM0/0/0 0 34 3 ATM1/0/0 0 34 3 MTP
*ATM0/0/0 0 35 4 ATM1/0/0 0 35 4 MTP
*ATM0/0/0 0 36 5 ATM1/0/0 0 36 5 MTP
*ATM0/0/0 0 37 6 ATM1/0/0 0 37 6 MTP
*ATM0/0/0 0 38 7 ATM1/0/0 0 38 7 MTP
*ATM0/0/0 0 39 8 ATM1/0/0 0 39 8 MTP
*ATM0/0/0 0 40 9 ATM1/0/0 0 40 9 MTP
*ATM0/0/0 0 41 10 ATM1/0/0 0 41 10 PTP
*ATM0/0/0 0 42 11 ATM1/0/0 0 42 11 PTP
*ATM0/0/0 0 43 12 ATM1/0/0 0 43 12 PTP
*ATM0/0/0 0 44 13 ATM1/0/0 0 44 13 PTP
*ATM0/0/0 0 45 14 ATM1/0/0 0 45 14 PTP
*ATM0/0/0 0 46 15 ATM1/0/0 0 46 15 PTP
*ATM0/0/0 0 47 16 ATM1/0/0 0 47 16 PTP
*ATM0/0/0 0 48 17 ATM1/0/0 0 48 17 PTP
*ATM0/0/0 0 49 18 ATM1/0/0 0 49 18 PTP
*ATM0/0/0 0 50 19 ATM1/0/0 0 50 19 PTP
The following example is sample output from the show atm vc signalling EXEC command using the p2p option.
Switch# show atm vc signalling cast-type p2p
Interface VPI VCI CallRef X-Interface VPI VCI CallRef Type
ATM0 0 67 5 ATM0/1/1 0 32 1 PTP
*ATM0/0/0 0 32 1 ATM1/0/0 0 32 1 PTP
*ATM0/0/0 0 33 2 ATM1/0/0 0 33 2 PTP
*ATM0/0/0 0 34 3 ATM1/0/0 0 34 3 PTP
*ATM0/0/0 0 35 4 ATM1/0/0 0 35 4 PTP
*ATM0/0/0 0 36 5 ATM1/0/0 0 36 5 PTP
*ATM0/0/0 0 37 6 ATM1/0/0 0 37 6 PTP
*ATM0/0/0 0 38 7 ATM1/0/0 0 38 7 PTP
*ATM0/0/0 0 39 8 ATM1/0/0 0 39 8 PTP
*ATM0/0/0 0 40 9 ATM1/0/0 0 40 9 PTP
*ATM0/0/0 0 41 10 ATM1/0/0 0 41 10 PTP
*ATM0/0/0 0 42 11 ATM1/0/0 0 42 11 PTP
*ATM0/0/0 0 43 12 ATM1/0/0 0 43 12 PTP
*ATM0/0/0 0 44 13 ATM1/0/0 0 44 13 PTP
*ATM0/0/0 0 45 14 ATM1/0/0 0 45 14 PTP
*ATM0/0/0 0 46 15 ATM1/0/0 0 46 15 PTP
*ATM0/0/0 0 47 16 ATM1/0/0 0 47 16 PTP
The following sample shows the output using the detail and cast-type options with the show atm vc signalling command.
Switch# show atm vc signalling detail cast-type p2mp
(0/0/0:0 0,36 - 0005) p2p
From: 47.222200000000000000000
remote, Rcvd Connect Ack -> Active(N10),
(1/0/0:0 0,36 - 0005) p2p
To: 47.111100000000000000000
local , Req Connect Ack -> Active(N10),
Table 18-15 describes the fields from the show atm vc signalling detail command.
Table 18-15 show atm vc signalling detail Field Descriptions
Field
|
Description
|
0/0/0
|
The interface number.
|
0,36
|
The VCI/VCI number.
|
0005
|
The call reference number.
|
p2p
|
The type of connection.
|
From
|
The origin of the calling party.
|
remote/local
|
The call was initiated either remotely or locally.
|
Rcvd Connect Ack
|
The previous state of the call.
|
Active
|
The current state of the call.
|
show atm vp
To display the ATM layer connection information about the virtual path, use the show atm vp
EXEC command.
show atm vp
show atm vp interface {atm | atm-p} card/subcard/port[.vpt#] [vpi vci]
show atm vp cast-type cast-type [conn-type conn-type] [interface {atm | atm-p}
card/subcard/port[.vpt#]]
show atm vp traffic [interface {atm | atm-p} card/subcard/port[.vpt#] [vpi vci]]
Syntax Description
card/subcard/port
|
Card, subcard, and port number for the interface.
|
.vpt#
|
Virtual path tunnel identifier.
|
vpi vci
|
Virtual path identifier and virtual channel identifier to display.
|
cast-type
|
Specifies the cast type as point-to-multipoint (p2mp) or point-to-point (p2p).
|
conn-type
|
Specifies the connection type as pvc, soft-vc, or svc.
|
traffic
|
Displays the virtual channel cell traffic.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
11.1(4)
|
New command
|
Examples
The following example is sample output from the show atm vp command.
Switch# show atm vp
Interface VPI Type X-Interface X-VPI Status
ATM3/1/1 1 SVP ATM3/1/2 200 UP
ATM3/1/1 2 SVP ATM3/1/2 201 UP
ATM3/1/1 3 SVP ATM3/1/2 202 UP
ATM3/1/2 200 SoftVP ATM3/1/1 1 UP
ATM3/1/2 201 SoftVP ATM3/1/1 2 UP
ATM3/1/2 202 SoftVP ATM3/1/1 3 UP
ATM3/1/2 255 SoftVP NOT CONNECTED
The following is sample output from the show atm vp command for ATM 3/1/1.
Switch# show atm vp interface atm 3/1/1
Interface VPI Type X-Interface X-VPI Status
ATM3/1/1 1 SVP ATM3/1/2 200 UP
ATM3/1/1 2 SVP ATM3/1/2 201 UP
ATM3/1/1 3 SVP ATM3/1/2 202 UP
Examples
Catalyst 8510 MSR and LightStream 1010
The following example is sample output from the show atm vp command for ATM 0/1/0 and VP 18 with an FC-PCQ installed.
Switch# show atm vp interface atm 0/1/0 18
Interface: ATM0/1/0, Type: oc3suni
VPI = 18
Status: UP
Time-since-last-status-change: 16:13:58
Connection-type: PVP
Cast-type: point-to-point
Usage-Parameter-Control (UPC): pass
Number of OAM-configured connections: 52
OAM-configuration: Seg-loopback-on Ais-on
OAM-states: OAM-Up
OAM-Loopback-Tx-Interval: 5
Cross-connect-interface: ATM0/1/2, Type: oc3suni
Cross-connect-VPI = 18
Cross-connect-UPC: pass
Cross-connect OAM-configuration: Seg-loopback-on Ais-on
Cross-connect OAM-state: OAM-Up
OAM-Loopback-Tx-Interval: 5
Rx cells: 197554, Tx cells: 151430
Rx connection-traffic-table-index: 1
Rx service-category: UBR (Unspecified Bit Rate)
Rx pcr-clp01: 7113539
Rx scr-clp01: none
Rx mcr-clp01: none
Rx cdvt: 1024 (from default for interface)
Rx mbs: none
Tx connection-traffic-table-index: 1
Tx service-category: UBR (Unspecified Bit Rate)
Tx pcr-clp01: 7113539
Tx scr-clp01: none
Tx mcr-clp01: none
Tx cdvt: none
Tx mbs: none
Examples
The following example is sample output from the show atm vp command for ATM 0/0/1 and VP 51 with the switch processor feature card installed.
Switch# show atm vp interface atm 0/0/1 51
Interface: ATM0/0/1, Type: oc3suni
VPI = 51
Status: TUNNEL
Time-since-last-status-change: 3d02h
Connection-type: PVP
Cast-type: point-to-point
Usage-Parameter-Control (UPC): pass
Wrr weight: 32
Number of OAM-configured connections: 0
OAM-configuration: disabled
OAM-states: Not-applicable
Threshold Group: 5, Cells queued: 0
Rx cells: 0, Tx cells: 0
Tx Clp0:0, Tx Clp1: 0
Rx Clp0:0, Rx Clp1: 0
Rx Upc Violations:0, Rx cell drops:0
Rx Clp0 q full drops:0, Rx Clp1 qthresh drops:0
Rx connection-traffic-table-index: 1
Rx service-category: UBR (Unspecified Bit Rate)
Rx pcr-clp01: 7113539
Rx scr-clp01: none
Rx mcr-clp01: none
Rx cdvt: 1024 (from default for interface)
Rx mbs: none
Tx connection-traffic-table-index: 1
Tx service-category: UBR (Unspecified Bit Rate)
Tx pcr-clp01: 7113539
Tx scr-clp01: none
Tx mcr-clp01: none