Monitoring ATM
This section shows how to assign text descriptions to ATM interfaces and virtual paths, set a statistics baseline, and use the show commands to view your ATM configuration and monitor ATM interfaces.
Assigning Descriptions to Interfaces
You can use the description commands to assign a text description or an alias to an interface, which allows that information to be displayed by other show commands.
atm aal5 description
- Use to assign a text description or alias to an ATM AAL5 interface.
- Use the show atm aal5 interface command to display the text description.
- Use the no version to remove the text description or alias.
atm atm1483 description
- Use to assign a text description or alias to an ATM 1483 subinterface.
- The description can be a maximum of 255 characters.
- Use the show atm subinterface command to display the text description.
- Use the no version to remove the text description or alias.
atm description
- Use to assign a text description or alias to the ATM interface.
- The description can be a maximum of 255 characters and can include the # (pound sign) character.
- The first 32 characters of the ATM description are pushed out to RADIUS during authentication and accounting.
- Use the show atm interface command to display the description.
- Use the no version to remove the description or alias.
Assigning Descriptions to Virtual Paths
You can use the atm vp-description command to assign a text description to an individual VP on an ATM interface. The description that you configure for a specified VPI appears in the RADIUS Calling-Station-ID (CLID) attribute. As a result, the VP description can provide a convenient way to identify or group broadband access subscribers. (For more information about RADIUS and the CLID attribute, see JUNOSe Broadband Access Configuration Guide, Chapter 2, Configuring RADIUS Attributes.)
The VP description does not affect any existing descriptions configured for the ATM interface or ATM 1483 subinterface on which the VP resides. However, if you delete the ATM interface, the descriptions of all VPs residing on that interface are also deleted. In addition, if you decrease the VPI range by issuing the atm vc-per-vp command, the router deletes the descriptions of any VPs that are removed.
You can display the VP description by issuing the show atm vp-description command, as described in ATM show Commands later in this chapter. Although you need not configure a VP tunnel to specify a VP description, the router also displays the VP description in the output of the show atm vp-tunnel command.
atm vp-description
- Use to assign a text description to an individual VP on an ATM interface or subinterface.
- You must specify the VPI of the VP to which you want to assign the description.
- The description string can be a maximum of 32 characters.
- The VP description is stored in NVS and persists after a reboot.
- Use the show atm vp-description command to display the text description.
- Example
host1(config-if)#atm vp-description 2 vpi2SubscribersUse the no version to restore the default value, a null string. Setting Statistics Baselines
You can set a statistics baseline for ATM interfaces or circuits using the baseline interface atm command.
baseline interface atm
- Use to set a statistics baseline for ATM interfaces or a specific virtual circuit.
- The router implements the baseline by reading and storing the statistics at the time the baseline is set and then subtracting this baseline whenever baseline-relative statistics are retrieved.
- To set the baseline for a circuit, specify a VCD in the range 1-2147483647.
- To set the baseline on an interface, omit the VCD.
- To specify that baseline statistics are to be shown, use the delta keyword with ATM show commands.
- Example
host1#baseline atm interface atm 9/1 123There is no no version. ATM show Commands
Use the following versions of the show atm command to view your ATM configuration and monitor ATM interfaces:
- show atm aal5 interface
- show atm interface
- show atm map
- show atm oam
- show atm ping
- show atm subinterface
- show atm vc
- show atm vc atm
- show atm vp-description
- show atm vp-tunnel
- show mpls cross-connects atm
- show nbma arp
You can use the output filtering feature of the show command to include or exclude lines of output based on a text string you specify. See show Commands in JUNOSe System Basics Configuration Guide, Chapter 2, Command Line Interface.
show atm aal5 interface
- AAL5 Interface operational status - operational status of the AAL5 interface: up, down, lowerlayerDown
- time since last status change - time since last reported change to the AAL5 interface operational status
- SNMP trap link-status - whether SNMP link status traps are enabled or disabled on the ATM AAL5 interface
- Auto configure ATM 1483 status - setting of the autoconfiguration feature for a dynamic ATM 1483 subinterface configured over the ATM AAL5 interface:
- enabled - autodetection of the ATM 1483 dynamic encapsulation type is enabled on the ATM AAL5 interface
- disabled - autodetection of the ATM 1483 dynamic encapsulation type is not currently enabled on the ATM AAL5 interface
- InPackets - number of packets received on this interface
- InBytes - number of bytes received on this interface
- OutPackets - number of packets transmitted on this interface
- OutBytes - number of bytes transmitted on this interface
- InErrors - number of incoming errors received on this interface
- OutErrors - number of outgoing errors on this interface
- InPacketDiscards - number of incoming packets discarded on this interface
- OutDiscards - number of outgoing packets discarded on this interface
host1#show atm aal5 interface atm 3/0AAL5 Interface ATM 3/0 operational status: lowerLayerDowntime since last status change: 00:08:46SNMP trap link-status: disabledAuto configure ATM 1483 status: disabledInPackets: 0InBytes: 0OutPackets: 0OutBytes: 0InErrors: 0OutErrors: 0InPacketDiscards: 0OutDiscards: 0show atm interface
show interfaces atm
- Use to display configuration and state information and statistics about a specific ATM interface, or to display a brief description of all ATM interfaces configured in the router. You specify an ATM interface in the format: slot/port.
- To display the status and number of configured VCs for all ATM interfaces configured in the router, use the brief keyword.
- Field descriptions
- ATM Interface status - state of the physical interface: up, down
- line protocol - state of the ILMI protocol: disabled, up, down
- AAL5 operational status - operational status of the ATM AAL5 interface: up, down, lowerLayerDown
- time since last status change - time since last reported change to the AAL5 operational status
- ATM operational status - operational status of the ATM interface: up, down, lowerLayerDown
- time since last status change - time since last reported change to the ATM operational status
- UNI version - UNI version (3.0, 3.1, 4.0)
- Maximum VCs - maximum number of virtual circuits supported on this interface
- Current VCs - current number of virtual circuits configured
- ILMI VPI/VCI - VPI and VCI configured for ILMI (displays only if ILMI is configured on the interface)
- VCD - VCD (displays only if ILMI is configured on the interface)
- ILMI keepalive - state and status of the ILMI (displays only if ILMI is configured on the interface)
- Max VCI per VPI - maximum number of virtual circuits on each virtual path
- CAC admin state - enabled, disabled
- Subscription bandwidth - maximum allowable bandwidth on the port (displays only if CAC is enabled)
- UBR weight - configured bandwidth for UBR and UBR-PCR connections (displays only if CAC is enabled)
- Available bandwidth - bandwidth currently available on the port (displays only if CAC is enabled)
- signalling VPI/VCI, VCD - VPI, VCI, and VCD of the QSAAL signalling PVC
- QSAAL status - status of the ATM signalling SSCOP protocol: connected, disconnected
- Network prefix - ATM address prefix registered by the ATM switch attached to this interface
- SNMP trap link-status - enabled, disabled
- OAM cell receive status - whether the ATM interface processes or flushes OAM cells: enabled, disabled
- OAM cell filter - whether the interface flushes all OAM cells or flushes only AIS and RDI alarm cells (displays only if OAM cell receive status is enabled)
- atm oam loopback-location - loopback location ID for this interface
- Interface Alias - text description or alias if configured for the interface
- InPackets - number of packets received on this interface
- InBytes - number of bytes received on this interface
- InCells - number of cells received on this interface
- OutPackets - number of packets transmitted on this interface
- OutBytes - number of bytes transmitted on this interface
- OutCells - number of cells transmitted on this interface
- InErrors - number of incoming errors received on this interface
- OutErrors - number of outgoing errors on this interface
- InPacketDiscards - number of incoming packets discarded on this interface
- InByteDiscards - number of incoming bytes discarded on this interface
- InCellErrors - increments when a T3 or an E3 ATM interface receives cells for a VPI or VCI that is not configured on that interface
- This command also displays information specific to the applicable physical interface. In the example below, the output contains the following physical interface fields:
- SONET path operational status - state of the SONET path interface: up, down, lowerLayerDown
- time since last status change - time since last reported change to the SONET path operational status
- SONET operational status - state of SONET interface: up, down, lowerLayerDown
- time since last status change - time since last reported change to the SONET operational status
- PHY Type - physical port type on which this interface is running
- Framing - framing type of the physical interface
- TX clocking - clocking type for the physical interface
- Loopback - loopback status for the physical interface: enabled, disabled
- Receive FIFO Overruns - number of times received FIFO was overrun
- qos-mode-port - status of SAR backpressure: enabled, disabled
- queue - hardware packet queue associated with the specified traffic class and interface
- Forwarded packets, Bytes - number of packets and bytes forwarded on this queue
- Dropped committed packets, Bytes - number of committed packets and bytes that were dropped
- Dropped conformed packets 0, Bytes 0 - number of conformed packets and bytes that were dropped
- Dropped exceeded packets 0, Bytes 0 - number of exceeded packets and bytes that were dropped
- Interface - slot and port number of the ATM interface
- Status - status of the ATM interface: up, down, lowerLayerDown
- Configured VCs - number of VCs configured on the interface
host1#show atm interface atm 2/0ATM Interface 2/0 is down, line protocol is downAAL5 operational status: lowerLayerDowntime since last status change: 22:08:21ATM operational status: downtime since last status change: 22:02:11SONET path operational status: lowerLayerDowntime since last status change: 1 day, 0 hoursSONET operational status: downtime since last status change: 1 day, 0 hoursUNI version: 3.0, Maximum VCs: 4096Current VCs: 1ILMI VPI/VCI: 17/23, VCD 26, ILMI keepalive: disabledMax VCI per VPI: 32768CAC admin state: enabledSubscription bandwidth: 3000000 kbpsUBR weight: 3000 kbpsAvailable bandwidth: 2992000 kbpssignalling VPI/VCI: 0/5, VCD 5QSAAL status: disconnectedNetwork prefix:SNMP trap link-status: enabledOAM cell receive status: enabledOAM cell filter : all cellsatm oam loopback-location 0XFFFFFFFFInterface Alias: ATM interface slot #2 port 0PHY Type: oc3, Framing: sonet, TX clocking: lineLoopback: none, Receive FIFO Overruns: 05 minute input rate 0 bits/sec, 0 packets/sec5 minute output rate 0 bits/sec, 0 packets/secInPackets: 0InBytes: 0InCells: 0OutPackets: 0OutBytes: 0OutCells: 0InErrors: 0OutErrors: 0InPacketDiscards: 0InByteDiscards: 0InCellErrors: 0qos-mode-port disabledqueue 0: traffic class control, bound to ATM2/0Forwarded packets 643, Bytes 36008Dropped committed packets 0, Bytes 0Dropped conformed packets 0, Bytes 0Dropped exceeded packets 0, Bytes 0Example 2 - shows a summary of all ATM interfaces host1#show atm interface briefConfiguredInterface Status VCs--------- -------------- ----------ATM 2/0 up 2ATM 2/1 up 3ATM 2/2 lowerLayerDown 4ATM 2/3 down 5ATM 4/0 up 2ATM 6/0 lowerLayerDown 2show atm interface signalling-stats
- Signalling statistics for interface - type and specifier of the interface
- SSCOP Connection Events - sum of the following errors:
- SSCOP connection disconnect counter
- SSCOP connection initiation failure
- SSCOP connection re-establ/resynch
- Received Call Setup Attempts - number of call setup attempts (both successful and unsuccessful) detected on this interface
- Transmitted Call Setup Attempts - number of call setup attempts (both successful and unsuccessful) transmitted on this interface
- Received Route Unavailability Messages - number of Route Unavailability messages detected on this interface
- Transmitted Route Unavailability Messages - number of Route Unavailability messages transmitted on this interface
- Received Resource Unavailability Messages - number of Resource Unavailability messages detected on this interface
- Transmitted Resource Unavailability Messages - number of Resource Unavailability messages transmitted on this interface
- Received Called Party Responsible Clearing Messages - number of Called Party Responsible For Unsuccessful Call messages detected on this interface
- Transmitted Called Party Responsible Clearing Messages - number of Called Party Responsible For Unsuccessful Call messages transmitted on this interface
- Received Incorrect Messages - number of Incorrect Messages detected on this interface
- Transmitted Incorrect Messages - number of Incorrect Messages transmitted on this interface
- Received Calling Party Responsible Clearing Messages - number of Calling Party Events detected on this interface
- Transmitted Calling Party Responsible Clearing Messages - number of Calling Party Events transmitted on this interface
- Detected Timer Expiries - number of Timer Expiries detected on this interface
- Transmitted Timer Expiries - number of Timer Expiries transmitted on this interface
- Received Restarts - number of Restart Activity errors detected on this interface
- Transmitted Restarts - number of Restart Activity errors transmitted on this interface
- Incoming SVCs established - number of SVCs established at this signalling entity for incoming connections
- Outgoing SVCs established - number of SVCs established at this signalling entity for outgoing connections
host1#show atm interface atm 3/0 signalling-statsSignalling statistics for interface ATM3/0SSCOP Connection Events: 288SSCOP Errored PDUs: 0Received Call Setup Attempts: 0Transmitted Call Setup Attempts: 0Received Route Unavailability Messages: 0Transmitted Route Unavailability Messages: 0Received Resource Unavailability Messages: 0Transmitted Resource Unavailability Messages: 0Received Called Party Responsible Clearing Messages: 0Transmitted Called Party Responsible Clearing Messages: 0Received Incorrect Messages: 0Transmitted Incorrect Messages: 0Received Calling Party Responsible Clearing Messages: 0Transmitted Calling Party Responsible Clearing Messages: 0Detected Timer Expiries: 0Transmitted Timer Expiries: 0Received Restarts: 0Transmitted Restarts: 0Incoming SVCs established: 0Outgoing SVCs established: 0show atm map
- Use to display the list of all configured ATM static maps to remote hosts on an ATM network.
- Field descriptions
- Map list - name of map list and method used to enter the map list. PERMANENT indicates that the map entry was configured; it was not entered automatically by a process.
- protocol address maps to VCx - name of protocol, the protocol address, and the VCD that the address is mapped to (for ATM VCs configured with the atm pvc command).
- VC - number of the virtual circuit
- broadcast - indicates pseudo-broadcasting
- connection up - indicates a point-to-point virtual circuit
host1# show atm mapMap list my-map : PERMANENTip 192.168.2.10 maps to VC 10 atm 2/0ip 192.168.2.20 maps to VC 11 atm 2/0 broadcastip 192.168.2.30 maps to VC 12 atm 2/0Map list other-map : PERMANENTip 192.10.2.10 maps to VC 100 atm 2/1ip 192.10.2.20 maps to VC 101 atm 2/1ip 192.10.2.30 maps to VC 102 atm 2/1 broadcasthost1#show atm map briefMap list my-map : PERMANENTMap list other-map : PERMANENThost1#show atm map my-mapMap list my-map : PERMANENTip 192.168.2.10 maps to VC 10 atm 2/0ip 192.168.2.20 maps to VC 11 atm 2/0 broadcastip 192.168.2.30 maps to VC 12 atm 2/0show atm oam
- Use to display F4 OAM statistics. You specify an ATM interface in the format: slot/port and an optional vpi.
- You can use the following keywords.
- segment - displays information on segment loopbacks
- end-to-end - displays information on end-to-end loopbacks
- Sending End To End Loopback Cells - enabled, disabled
- Frequency - frequency configured on this circuit
- End To End OAM CC verification - whether end-to-end CC verification is enabled or disabled
- OAM CC Type - whether the circuit is a sink, source, or both a sink and a source
- OAM Current CC state
- Ready - OAM CC is not enabled
- Active - OAM CC cell flow is running
- Activation Failed - OAM CC activation failed
- Wait Activate - waiting for interface to come up before the software sends the activation request
- Wait Activation Confirmation - waiting for activation confirmation from the peer
- Wait DeActivate - waiting for interface to come up before the software sends the deactivation request
- Wait DeActivation Confirmation - waiting for deactivation confirmation from the peer
- Segment OAM CC verification - whether segment CC verification is enabled or disabled
- VP State - state of the VP: up, down
- VP End To End Oam State
- not managed - circuit is in normal OAM state; no OAM fault conditions
- AIS - circuit is in AIS state
- RDI - circuit is in RDI state
- not managed - circuit is in normal OAM state; no OAM fault conditions
- AIS - circuit is in AIS state
- RDI - circuit is in RDI state
- InOamF4Cells - number of F4 OAM cells received
- InOamF4CellsDropped - number of incoming F4 OAM cells that were dropped
- InOamF4EndLoopbackCells - number of F4 end-to-end loopback cells received
- InOamF4SegLoopbackCells - number of F4 segment loopback cells received
- InOamF4EndAisCells - number of F4 end-to-end AIS cells received
- InOamF4SegAisCells - number of F4 segment AIS cells received
- InOamF4EndRdiCells - number of F4 end-to-end RDI cells received
- InOamF4SegRdiCells - number of F4 segment RDI cells received
- InOamF4EndCCActDeActCells - number of F4 end-to-end activation or deactivation CC cells received
- InOamF4SegCCActDeActCells - number of F4 segment activation or deactivation CC cells received
- InOamF4EndCCCells - number of F4 end-to-end CC cells received
- InOamF4SegCCCells - number of F4 segment CC cells received
- InOamF4SegmentCells - number of F4 segment cells received
- InOamF4SegmentCellsDropped - number of incoming F4 segment cells that were dropped
- InOamF4SegmentLoopbackCells - number of F4 segment loopback cells received
- InOamF4EndCells - number of F4 end-to-end cells received
- InOamF4EndCellsDropped - number of incoming F4 end-to-end cells that were dropped
- OutOamF4Cells - number of F4 OAM cells sent
- OutOamF4EndLoopbackCells - number of F4 end-to-end loopback cells sent
- OutOamF4SegLoopbackCells - number of F4 segment loopback cells sent
- OutOamF4EndRdiCells - number of end-to-end RDI cells sent
- OutOAM F4SegRdiCells - number of segment RDI cells sent
- OutOamF4EndCCActDeActCells - number of F4 end-to-end activation or deactivation CC cells sent
- OutOamF4SegCCActDeActCells - number of F4 segment activation or deactivation CC cells sent
- OutOamF4EndCCCells - number of F4 end-to-end CC cells sent
- OutOamF4SegCCCells - number of F4 segment CC cells sent
- OutOamF4SegmentCells - number of F4 segment cells sent
- OutOamF4SegmentLoopbackCells - number of F4 segment loopback cells sent
- OutOamF4EndCells - number of F4 end-to-end cells sent
host1#show atm oam 2/1 0Sending End To End Loopback Cells is Enabled: Frequency = 20 secsEnd To End OAM CC verification enabledOAM CC Type : CC Sink End PointOAM Current CC state : ReadySegment OAM CC verification enabledOAM CC Type : CC Sink End PointOAM Current CC state : ReadyVP State :downVP End To End Oam State :not managedVP Segment Oam State :not managedInOamF4Cells :0InOamF4CellsDropped :0InOamF4EndLoopbackCells :0InOamF4SegLoopbackCells :0InOamF4EndAisCells :0InOamF4SegAisCells :0InOamF4EndRdiCells :0InOamF4SegRdiCells :0InOamF4EndCCActDeActCells :0InOamF4SegCCActDeActCells :0InOamF4EndCCCells :0InOamF4SegCCCells :0OutOamF4Cells :0OutOamF4EndLoopbackCells :0OutOamF4SegLoopbackCells :0OutOamF4EndRdiCells :0OutOamF4SegRdiCells :0OutOamF4EndCCActDeActCells :0OutOamF4SegCCActDeActCells :0OutOamF4EndCCCells :0OutOamF4SegCCCells :0Time since last status change :00:00:33Example 2 host1#show atm oam 2/1 0 segmentSegment OAM CC verification enabledOAM CC Type : CC Sink End PointOAM Current CC state: ReadyVP State :downVP Oam State :not managedInOamF4SegmentCells :0InOamF4SegmentCellsDropped :0InOamF4SegmentLoopbackCells :0InOamF4SegCCActDeActCells :0InOamF4SegCCCells :0OutOamF4SegmentCells :0OutOamF4SegmentLoopbackCells :0OutOamF4SegRdiCells :0OutOamF4SegCCActDeActCells :0OutOamF4SegCCCells :0Time since last status change :00:00:53Example 3 host1#show atm oam 2/1 0 end-to-endSending End To End Loopback Cells Disabled:End To End OAM CC verification enabledOAM CC Type : CC Sink End PointOAM Current CC state: ReadyVP State :downVP Oam State :not managedInOamF4SegmentCells :0InOamF4SegmentCellsDropped :0InOamF4SegmentLoopbackCells :0InOamF4SegCCActDeActCells :0InOamF4SegCCCells :0OutOamF4SegmentCells :0OutOamF4SegmentLoopbackCells :0OutOamF4SegRdiCells :0OutOamF4SegCCActDeActCells :0OutOamF4SegCCCells :0Time since last status change :00:00:53show atm ping
- Use to show all existing ping entries, both completed and outstanding. Remember that ping statistics are overwritten when a new ping is issued on the circuit.
- You can specify the following options to show ping for entries for a specific interface, VPI, or VCI.
- interfaceSpecifier - shows ping entries for this interface
- vpi - shows details of the last ping atm command on this VPI
- vci - shows details of the last ping atm command on this VCI
- Interface - interface number
- VPI - virtual path identifier
- VCI - virtual channel identifier
- CellCount - OAM loopback cell count configured on the interface
- TimeOut - time-out configured on the interface
- SentCellCount - number of loopback cells sent
- RespCount - number of loopback response cells received
- Status - status of the ping
- Ping Cell Count - cell count configured on the circuit
- Ping Time Out - time-out, in seconds, configured on the circuit
- No Of Cells Sent - number of ping cells sent on this circuit
- No Of Response Received - number of ping responses received on this circuit
- Success Rate - percentage of successful responses received for pings sent
- round-trip min/max/avg - minimum, maximum, and average time in milliseconds that it took to receive responses to ping messages sent
- Ping Status - results of the ping operation; possible values are:
- Ping Completed - number of ping requests in the cell count were sent
- Ping in Progress - ping is in operation
- Ping Not Started - ping operation is not started; you may see this via SNMP
- Ping Stopped - ping operation was manually stopped
- Ping Stopped OAM Down - atm oam flush command was issued when ping was enabled
- ATM Interface Down - ping operation is stopped as a result of interface down operational status
host1#show atm pingInterface VPI VCI CellCount TimeOut SentCellCount RespCount Status--------- --- --- --------- ------- ------------- ---------- -------ATM 2/1 0 100 5 5 5 5 Ping CompletedATM 2/1 0 200 5 5 5 5 Ping CompletedATM 2/2 0 100 5 5 5 5 Ping CompletedATM 2/2 0 200 5 5 5 5 Ping Completed% Found 4 Entries in the systemhost1#show atm ping 2/1Interface VPI VCI CellCount TimeOut SentCellCount RespCount Status--------- --- --- --------- ------- ------------- ---------- -------ATM 2/1 0 100 5 5 5 5 Ping CompletedATM 2/1 0 200 5 5 5 5 Ping Completed% Found 2 Entries in this Interfacehost1#show atm ping atm 2/1 0 100Ping Cell Count :5Ping Time Out :5secsNo Of Cells Sent :5No Of Response Received :5Success Rate :100%round-trip min/max/avg :0/10/2 msPing Status :CompletedOam Flow Type :Segmentshow atm subinterface
- Use to display the current state of all ATM subinterfaces, all ATM subinterfaces configured on a specified ATM port, or a specific ATM subinterface.
- To display the current state of a specific ATM subinterface created on the PVC with the specified VPI and VCI values, identify the ATM subinterface using the atm slot/port/vpi/vci format, as shown in Example 3.
- Field descriptions
- Interface - interface identifier in slot/port.subinterface format
- ATM-Prot - one of the following ATM protocol types:
- RFC-1483 - multiprotocol encapsulation over AAL5
- NBMA - NBMA interface
- ATM/MPLS - local ATM passthrough interface
- VCD - virtual circuit descriptor
- VPI - virtual path identifier
- VCI - virtual circuit (or channel) identifier
- Circuit Type - type of circuit: PVC, SVC
- Encap - administered encapsulation method based on what was configured using the atm pvc command
- MTU - maximum transmission unit (MTU) size for the interface
- Status - state of the subinterface: up, down, dormant, lowerLayerDown, absent
- Interface Type - type of ATM 1483 subinterface: dynamic or static
- Auto configure status - setting of the autoconfiguration feature:
- dynamic - autodetection is on and the router will automatically detect the next upper interface
- static - autodetection is off
- Auto configure interface(s) - types of dynamic upper interfaces configured using the auto-configure command: bridged Ethernet, IP, PPP, PPPoE
- Detected 1483 encapsulation - if the encapsulation type is set to aal5autoconfig, displays the 1483 encapsulation type detected on the subinterface (displays AUTO until a packet is detected)
- Detected dynamic interface - type of dynamic upper interface detected during autoconfiguration: bridged Ethernet, IP, PPP, PPPoE, or (if no packet has been received) none
- Interface types in lockout - encapsulation types currently experiencing lockout: bridged Ethernet, IP, or none
- Lockout - settings of encapsulation type lockout for the encapsulation type indicated:
- range - minimum lockout time-maximum lockout time in seconds
- curr - current lockout time in seconds
- elapsed - time elapsed into the lockout time in seconds
- no lockout - encapsulation type lockout disabled
- Assigned profile - for each dynamic interface type, indicates whether or not a profile is assigned and, if assigned, displays the profile name
- Interface Alias - text description or alias if configured for the subinterface
- ATM Address - ATM ESI address configured on the SVC
- Destination NSAP - destination ATM NSAP address configured on the SVC
- Destination E164 Address - destination E.164 native address if configured on the SVC
- Subscriber info - subscriber login information for the specified dynamic interface type
- SNMP trap link-status - trap link status: enabled or disabled
- InPackets - number of packets received on this interface
- InBytes - number of bytes received on this interface
- OutPackets - number of packets transmitted on this interface
- OutBytes - number of bytes transmitted on this interface
- InErrors - number of errors received on this interface
- OutErrors - number of outgoing errors on this interface
- InPacketDiscards - number of incoming packets discarded on this interface
- InPacketsUnknownProtocol - number of incoming packets with an unknown protocol type
- OutDiscards - number of outgoing packets discarded on this interface
host1#show atm subinterfaceCircuit InterfaceInterface ATM-Prot VCD VPI VCI Type Encap MTU Status Type------------ -------- --- --- --- ------- ----- ---- ------ ---------ATM 3/1.1001 NBMA -- -- -- -- -- -- down --ATM 3/1.1002 RFC-1483 101 1 101 PVC AUTO 9180 up DynamicATM 3/1.1003 RFC-1483 102 1 102 PVC AUTO 9180 up DynamicATM 2/1.101 RFC-1483 101 1 101 PVC SNAP 9180 up StaticATM 2/1.102 RFC-1483 102 1 102 PVC SNAP 9180 up Static5 interface(s) foundhost1#show atm subinterface atm 3/1.1002Circuit InterfaceInterface ATM-Prot VCD VPI VCI Type Encap MTU Status Type------------ -------- --- --- --- ------- ----- ---- ------ ---------ATM 3/1.1002 RFC-1483 101 1 101 PVC AUTO 9180 up DynamicAuto configure status : dynamicAuto configure interface(s) : IP bridgedEthernet PPP PPPoEDetected 1483 encapsulation : SNAPDetected dynamic interface : PPPInterface types in lockout : noneIP lockout (seconds) : range: 1-300, curr: 0, elapsed: 0BridgedEnet lockout (seconds) : range: 1-300, curr: 0, elapsed: 0Assigned profile (IP) : none assignedAssigned profile (BridgedEnet): none assignedAssigned profile (PPP) : none assignedAssigned profile (PPPoE) : none assignedAssigned profile (any) : none assignedInterface Alias: atm311002IP subscriber info :Username: elaine@example.comPassword:BridgedEnet subscriber info :Username: jerry@example.netPassword:SNMP trap link-status: disabledInPackets: 8InBytes: 160OutPackets: 9OutBytes: 181InErrors: 0OutErrors: 0InPacketDiscards: 0InPacketsUnknownProtocol: 0OutDiscards: 01 interface(s) found
- Example 3 - displays the current state of a specific ATM subinterface created on the PVC with the specified VPI and VCI values
host1#show atm subinterface atm 3/1/1/101Circuit InterfaceInterface ATM-Prot VCD VPI VCI Type Encap MTU Status Type------------ -------- --- --- --- ------- ----- ---- ------ ---------ATM 3/1.1002 RFC-1483 101 1 101 PVC AUTO 9180 up DynamicAuto configure status : dynamicAuto configure interface(s) : IP bridgedEthernet PPP PPPoEDetected 1483 encapsulation : SNAPDetected dynamic interface : PPPInterface types in lockout : noneIP lockout (seconds) : range: 1-300, curr: 0, elapsed: 0BridgedEnet lockout (seconds) : range: 1-300, curr: 0, elapsed: 0Assigned profile (IP) : none assignedAssigned profile (BridgedEnet): none assignedAssigned profile (PPP) : none assignedAssigned profile (PPPoE) : none assignedAssigned profile (any) : none assignedIP subscriber info :Username: elaine@example.comPassword:BridgedEnet subscriber info :Username: jerry@example.netPassword:SNMP trap link-status: disabledInPackets: 9InBytes: 174OutPackets: 10OutBytes: 195InErrors: 0OutErrors: 0InPacketDiscards: 0InPacketsUnknownProtocol: 0OutDiscards: 01 interface(s) foundhost1#show atm subinterface atm 2/0.100Circuit InterfaceInterface ATM-Prot VCD VPI VCI Type Encap MTU Status Type------------ -------- --- --- --- ---- ----- ---- -------------- ------ATM 2/0.100 RFC-1483 100 0 100 SVC SNAP 9180 lowerLayerDown StaticAuto configure status : staticAuto configure interface(s) : noneDetected 1483 encapsulation : noneDetected dynamic interface : noneInterface types in lockout : noneAssigned profile (IP) : none assignedAssigned profile (BridgedEnet): none assignedAssigned profile (PPP) : none assignedAssigned profile (PPPoE) : none assignedAssigned profile (any) : none assignedATM Address: 70.000458ff000b923011f22100.004ff8234002.00Destination NSAP: 70.000458ff000b923011f22100.234f89bb0000.00Destination E164 Address:SNMP trap link-status: disabledInPackets: 0InBytes: 0OutPackets: 0OutBytes: 0InErrors: 0OutErrors: 0InPacketDiscards: 0InPacketsUnknownProtocol: 0OutDiscards: 01 interface(s) foundshow atm vc
- Use to display a summary of all configured ATM virtual circuits (VCs) and reserved VC ranges.
- You can specify one or more of the following keywords individually or in combination:
- vpi - displays VCs on a specific VPI
- category - displays VCs that have a specific service category
- status - displays VCs with a certain status
- You can also specify the reserved keyword with no other keywords to display only a summary of all reserved VC ranges on the router. This includes VPI/VCI ranges reserved for use by dynamic ATM 1483 subinterfaces and by MPLS.
- Field descriptions
- Interface - interface number
- VPI - virtual path identifier
- VCI - virtual channel identifier
- VCD - virtual circuit descriptor
- Type - type of circuit: PVC, SVC
- Encap - encapsulation method: AUTO, AAL5, MUX, QSAAL, SNAP, ILMI, F4-OAM
- Category - service type configured on the VC: UBR, UBR-PCR, NRT-VBR, RT-VBR, CBR
- Rx/Tx Peak - peak rate in Kbps
- Rx/Tx Avg - average rate in Kbps
- Rx/Tx Burst - maximum number of cells that can be burst at the peak cell rate
- Status - state of the virtual circuit: Up, Down
- Start VPI - starting virtual path identifier (inclusive) of the reserved VC range
- Start VCI - starting virtual circuit identifier (inclusive) of the reserved VC range
- End VPI - ending virtual path identifier (inclusive) of the reserved VC range
- End VCI - ending virtual circuit identifier (inclusive) of the reserved VC range
host1#show atm vcCate Rx/Tx Rx/Tx Rx/Tx StaInterface VPI VCI VCD Type Encap gory Peak Avg Burst tus------------ --- ---- ---- ---- ----- ---- ----- ----- ----- ---ATM 3/0.2 0 101 4375 PVC AUTO CBR 1000 0 0 UPATM 3/0.3 0 102 4376 PVC AUTO CBR 1000 0 0 DOWN...ATM 3/0.8099 1 8099 8099 PVC SNAP UBR 0 0 0 UPATM 3/0.8100 1 8100 8100 PVC SNAP UBR 0 0 0 DOWN8000 circuit(s) foundReserved VCC ranges:Start Start End EndInterface VPI VCI VPI VCI--------- ----- ----- --- ---ATM 2/0 2 100 2 102ATM 2/0 3 300 3 3032 reservation(s) foundExample 2 - displays VCs with a VPI of zero (0) host1#show atm vc vpi 0Cate Rx/Tx Rx/Tx Rx/Tx StaInterface VPI VCI VCD Type Encap gory Peak Avg Burst tus------------ --- ---- ---- ---- ----- ---- ----- ----- ----- ---ATM 3/0.2 0 101 4375 PVC AUTO CBR 1000 0 0 UPATM 3/0.3 0 102 4376 PVC AUTO CBR 1000 0 0 DOWN2 circuit(s) found that match filter criteriaExample 3 - displays VCs with a VPI of 1 that are assigned the service category UBR host1#show atm vc vpi 1 category ubrCate Rx/Tx Rx/Tx Rx/Tx StaInterface VPI VCI VCD Type Encap gory Peak Avg Burst tus------------ --- ---- ---- ---- ----- ---- ----- ----- ----- ---ATM 3/0.8099 1 8099 8099 PVC SNAP UBR 0 0 0 UPATM 3/0.8100 1 8100 8100 PVC SNAP UBR 0 0 0 DOWN2 circuit(s) found that match filter criteriaExample 4 - displays VCs with a VPI of 0 (zero) and a service category of CBR that have a status of up host1#show atm vc vpi 0 category cbr status upCate Rx/Tx Rx/Tx Rx/Tx StaInterface VPI VCI VCD Type Encap gory Peak Avg Burst tus------------ --- ---- ---- ---- ----- ---- ----- ----- ----- ---ATM 3/0.2 0 101 4375 PVC AUTO CBR 1000 0 0 UP1 circuit(s) found that match the filter criteriaExample 5 - displays all reserved VC ranges on the router host1#show atm vc reservedReserved VCC ranges:Start Start End EndInterface VPI VCI VPI VCI--------- ----- ----- --- ---ATM 2/0 2 100 2 102ATM 2/0 3 300 3 3032 reservation(s) foundshow atm vc atm
- Use to display information about a specific VC. You specify the interface in slot/port format.
- To specify the circuit to display, do one of the following:
- Enter the VCD.
- Use the vpi-vci keyword and enter the VPI and VCI.
- Enter the description configured for the ATM 1483 subinterface (with the atm atm1483 description command) on which the VC resides.
- VCD - virtual circuit descriptor
- VPI - virtual path identifier
- VCI - virtual channel identifier
- Encap - encapsulation method
- Service Type - service type configured on the VC: UBR, UBR-PCR, NRT-VBR, RT-VBR, CBR
- Inverse ARP enable - whether or not Inverse ARP is enabled: yes, no
- InPackets - number of packets received on this circuit
- InBytes - number of bytes received on this circuit
- InCells - number of ATM cells received on this circuit
- OutPackets - number of packets transmitted on this circuit
- OutBytes - number of bytes transmitted on this circuit
- OutCells - number of ATM cells transmitted on this circuit
- InErrors - number of errors received on this circuit
- OutErrors - number of outgoing errors on this circuit
- InPacketDiscards - number of incoming packets discarded on this circuit
- InByteDiscards - number of incoming bytes discarded on this circuit
- CrcErrors - number of CRC errors detected on this circuit
- SAR time-outs - number of segmentation and reassembly (SAR) time-outs reached on this circuit
- Over-sized SDUs - Number of oversized service data units (SDUs) received on this circuit
- OAM VC verification - whether OAM verification is enabled or disabled
- OAM loopback cell status:
- disabled - VC integrity disabled for VC
- sent - OAM loopback cell sent; waiting for response
- received - OAM loopback cell response received
- failed - OAM loopback reply not received within frequency period, or reply contained a bad correlation tag
- AIS - VC is in AIS state
- RDI - VC is in RDI state
- Down Retry - OAM loopback failed; using retry frequency to verify that the VC is really down
- Down - OAM loopback failed after Down Retry verification
- Up Retry - OAM loopback successful; using retry frequency to verify that the VC is really up
- Up - OAM loopback successful after Up Retry verification
- Not Managed - VC integrity is not enabled
- OAM loopback frequency - frequency with which OAM loopback cells are transmitted (when enabled) in seconds
- OAM up retry count - number of consecutive successfully looped OAM cells required to mark the VC as Up
- OAM down retry count - number of consecutive unsuccessfully looped OAM cells required to mark the VC as Down
- OAM loopback retry frequency - frequency with which OAM cells are transmitted in verification mode, in seconds
- OAM CC verification - whether CC verification is enabled or disabled
- OAM CC Type - whether the VC is a sink, source, or both sink and source end point
- OAM CC Flow Type - end to end or segment
- OAM Current CC state
- Ready - OAM CC is not enabled
- Active - OAM CC cell flow is running
- Activation Failed - OAM CC activation failed
- Wait Activate - waiting for interface to come up before the software sends the activation request
- Wait Activation Confirmation - waiting for activation confirmation from the peer
- Wait DeActivate - waiting for interface to come up before the software sends the deactivation request
- Wait DeActivation Confirmation - waiting for deactivation confirmation from the peer
- InOamF5Cells - number of F5 OAM cells received on this circuit
- InOamCellDiscards - number of received OAM cells that were dropped or flushed; dropped cells include unsupported and invalid F5 cells
- InF5EndLoopCells - number of F5 end-to-end loopback cells received on this circuit
- InF5SegLoopCells - number of F5 segment loopback cells received on this circuit
- InF5EndAisCells - number of F5 end-to-end AIS cells received on this circuit
- InF5SegAisCells - number of F5 segment AIS cells received on this circuit
- InF5EndRdiCells - number of F5 end-to-end RDI cells received on this circuit
- InF5SegRdiCells - number of F5 segment RDI cells received on this circuit
- InF5EndCCActDeActCells - number of F5 end-to-end activation and deactivation CC cells received on this circuit
- InF5SegCCActDeActCells - number of F5 segment activation and deactivation CC cells received on this circuit
- InF5EndCCCells - number of F5 end-to-end CC cells received on this circuit
- InF5SegCCCells - number of F5 segment CC cells received on this circuit
- OutOamF5Cells - number of F5 OAM cells transmitted on this circuit
- OutF5EndLoopCells - number of F5 end-to-end loopback cells transmitted on this circuit
- OutF5SegLoopCells - number of F5 segment loopback cells transmitted on this circuit
- OutF5EndRdiCells - number of F5 end-to-end RDI cells transmitted on this circuit
- OutF5SegRdiCells - number of F5 segment RDI cells transmitted on this circuit
- OutF5EndCCActDeActCells - number of F5 end-to-end activation and deactivation CC cells transmitted on this circuit
- OutF5SegCCActDeActCells - number of F5 segment activation and deactivation CC cells transmitted on this circuit
- OutF5EndCCCells - number of F5 end-to-end CC cells transmitted on this circuit
- OutF5SegCCCells - number of F5 segment CC cells transmitted on this circuit
- Circuit is Up/Down - shows status of the circuit and time since the status of the circuit last changed
host1#show atm vc atm 2/0 vpi-vci 46 47ATM 2/0.1.1: VCD: 45, VPI: 46, VCI: 47, Encap: AAL5-AUTOService Type: UbrInverse ARP enable: NoInPackets: 0InBytes: 0InCells: 0OutPackets: 0OutBytes: 0OutCells: 0InErrors: 0OutErrors: 0InPacketDiscards: 0InByteDiscards: 0CrcErrors: 0SAR time-outs: 0Over-sized SDUs: 0OAM VC verification: enabledOAM loopback cell status: sentOAM VC status: upOAM loopback frequency: 20 second intervalOAM up retry count: 3, OAM down retry count: 5OAM loopback retry frequency: 20 second intervalOAM CC verification: enabledOAM CC Type : CC Both Sink and Source End PointOAM CC Flow Type: End To EndOAM Current CC state: Wait Activation ConfirmationInOamF5Cells: 2InOamCellDiscards: 0InF5EndLoopCells: 2InF5SegLoopCells: 0InF5EndAisCells: 49InF5SegAisCells: 0InF5EndRdiCells: 0InF5SegRdiCells: 0InF5EndCCActDeActCells: 0InF5SegCCActDeActCells: 0InF5EndCCCells: 0InF5SegCCCells: 0OutOamF5Cells: 2OutF5EndLoopCells: 2OutF5SegLoopCells: 0OutF5EndRdiCells: 50OutF5SegRdiCells: 0OutF5EndCCActDeActCells:1OutF5SegCCActDeActCells:0OutF5EndCCCells: 1OutF5SegCCCells: 0Circuit is Up, time since last change: 5 days, 23 hoursExample 2 - displays statistics for the VC that resides on the ATM 1483 subinterface configured with the specified description (myAtm301) host1#show atm vc myAtm301ATM3/0.1: VCD: 10, VPI: 5, VCI: 100, Encap: SNAPService Type: UbrInPackets: 0InBytes: 0InCells: 0OutPackets: 0OutBytes: 0OutCells: 0InErrors: 0OutErrors: 0InPacketDiscards: 0InPacketUnknownProtocol: 0InByteDiscards: 0CrcErrors: 0SAR time-outs: 0Over-sized SDUs: 0OAM VC verification: disabledOAM VC status: not managedOAM CC verification: disabledInOamF5Cells: 0InOamCellDiscards: 0InF5EndLoopCells: 0InF5SegLoopCells: 0InF5EndAisCells: 0InF5SegAisCells: 0InF5EndRdiCells: 0InF5SegRdiCells: 0InF5EndCCActDeActCells: 0InF5SegCCActDeActCells: 0InF5EndCCCells: 0InF5SegCCCells: 0OutOamF5Cells: 0OutF5EndLoopCells: 0OutF5SegLoopCells: 0OutF5EndRdiCells: 0OutF5SegRdiCells: 0OutF5EndCCActDeActCells: 0OutF5SegCCActDeActCells: 0OutF5EndCCCells: 0OutF5SegCCCells: 0Circuit is DOWN, time since last change: 02:25:52show atm vp-description
- Use to display VP descriptions configured using the atm vp-description command.
- To display all VP descriptions configured on the router, issue the command without an ATM identifier or VPI number (see Example 1).
- To display all VP descriptions for a particular ATM interface, specify the ATM interface identifier without the VPI number (see Example 2).
- To display the VP description for a particular VPI, specify both the ATM interface identifier and the VPI number (see Example 3).
- Field descriptions
- Interface - ATM interface number, in slot/port format
- VPI - virtual path identifier
- Description - text description configured for the VP
host1#show atm vp-descriptionInterface VPI DescriptionATM 2/0 0 atm20Vpi0SubscribersATM 2/0 1 atm20Vpi1SubscribersATM 2/1 0 atm21Vpi0SubscribersExample 2 - displays all VP descriptions for the specified ATM interface host1#show atm vp-description atm 2/0Interface VPI DescriptionATM 2/0 0 atm20Vpi0SubscribersATM 2/0 1 atm20Vpi1SubscribersExample 3 - displays the VP description for the specified VPI host1#show atm vp-description atm 2/0 1Interface VPI DescriptionATM 2/0 1 atm20Vpi1Subscribersshow atm vp-tunnel
- Intfc - interface number
- VPI - virtual path identifier
- Type - VP tunnel traffic management type
- Kbps - rate in Kbps
- Description - text description for the VP, if configured
host1#show atm vp-tunnel 9/1Intfc VPI Type Kbps DescriptionATM 9/1 2 Cbr 4096 atm91Vpi2Subscribersshow mpls cross-connects atm
- Use to display all ATM cross-connects (passthrough connections between local subinterfaces).
- Field descriptions
- Interface - specifier and status of the first subinterface that makes up the passthrough connection
- VPI - virtual path identifier of the first subinterface
- VCI - virtual channel identifier of the first subinterface
- Interface - specifier and status of the second subinterface that makes up the passthrough connection
- VPI - virtual path identifier of the second subinterface
- VCI - virtual channel identifier of the second subinterface
- VC-ID - VD ID number of the connection
- Category - configured service category
- Rx/Tx Peak - send and receive peak rate in Kbps
- Rx/Tx Avg - send and receive average rate in Kbps
- Rx/Tx Burst - maximum number of cells that can be burst at the peak cell rate
- Status - current status of the connection
host1#show mpls cross-connects atmCate Rx/Tx Rx/Tx Rx/Tx StaInterface VPI VCI Interface VPI VCI VC-ID gory Peak Avg Burst tus----------- --- --- ----------- --- --- ----- ---- ----- ----- ----- ---ATM 2/0.100 0 100 ATM 2/0.101 0 101 1 UBR 0 0 0 UPATM 2/0.201 0 201 ATM 2/0.201 0 201 2 UBR 0 0 0 UP2 connection(s) foundshow nbma arp
- IP Address - IP address of the entry
- VPI/VCI - VPI and VCI of the entry
- Interface - interface specifier of the entry
host1#show nbma arpNBMA ARP Table EntriesIP Address VPI/VCI Interface1.1.1.2 0/100 4/12.2.2.2 0/101 4/1