cc/td/doc/product/software/ios121/121sup/121csum1
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

ATM Commands: oam-pvc Through show atm traffic

ATM Commands: oam-pvc Through show atm traffic

This chapter explains the function and syntax of the ATM commands: oam-pvc through show atm traffic. For more information about defaults and usage guidelines, see the corresponding chapter of the Cisco IOS Wide-Area Networking Command Reference, Release 12.1.

oam-pvc

To enable end-to-end F5 Operation, Administration, and Maintenance (OAM) loopback cell generation and OAM management for an ATM permanent virtual circuit (PVC) or VC class, use the oam-pvc command in the appropriate command mode. To disable generation of OAM loopback cells and OAM management, use the no form of this command.

oam-pvc [manage] [frequency]

no oam-pvc [manage] [frequency]

Syntax Description

manage

(Optional) Enable OAM management.

frequency

(Optional) Time delay (0 to 600 seconds) between transmitting OAM loopback cells.

oam retry

To configure parameters related to Operation, Administration, and Maintenance (OAM) management for an ATM permanent virtual circuit (PVC), switched virtual circuit (SVC), VC class, or VC bundle, use the oam retry command in the appropriate command mode. To remove OAM management parameters, use the no form of this command.

oam retry up-count down-count retry-frequency

no oam retry up-count down-count retry-frequency

Syntax Description

up-count

Number of consecutive end-to-end F5 OAM loopback cell responses that must be received in order to change a PVC connection state to up. This argument does not apply to SVCs.

down-count

Number of consecutive end-to-end F5 OAM loopback cell responses that are not received in order to change a PVC state to down or tear down an SVC connection.

retry-frequency

Frequency (in seconds) at which end-to-end F5 OAM loopback cells are transmitted when a change in the up/down state of a PVC or SVC is being verified. For example, if a PVC is up and a loopback cell response is not received after the frequency (in seconds) argument is specified using the oam-pvc command, then loopback cells are sent at the retry-frequency to verify whether the PVC is down.

oam-svc

To enable end-to-end F5 Operation, Administration, and Maintenance (OAM) loopback cell generation and OAM management for an ATM switched virtual circuit (SVC) or VC class, use the oam-svc command in the appropriate command mode. To disable generation of OAM loopback cells and OAM management, use the no form of this command.

oam-svc [manage] [frequency]

no oam-svc [manage] [frequency]

Syntax Description

manage

(Optional) Enables OAM management.

frequency

(Optional) Time delay (0 to 600 seconds) between transmitting OAM loopback cells.

protocol (ATM)

To configure a static map for an ATM permanent virtual circuit (PVC), switched virtual circuit (SVC), or VC class; or enable Inverse Address Resolution Protocol (ARP) or Inverse ARP broadcasts on an ATM PVC, use the protocol command in the appropriate command mode. To remove a static map or disable Inverse ARP, use the no form of this command.

protocol protocol {protocol-address | inarp} [[no] broadcast]

no protocol protocol {protocol-address | inarp} [[no] broadcast]

Syntax Description

protocol

Choose one of the following keywords:

aarp---AppleTalk ARP

apollo---Apollo domain

appletalk---AppleTalk

arp---IP ARP

bridge---bridging

bstun---block serial tunnel

cdp---Cisco Discovery Protocol

clns---ISO CLNS

clns_es---ISO CLNS end system

clns_is---ISO CLNS intermediate system

cmns---ISO CMNS

compressedtcp---Compressed TCP

decnet---DECnet

decnet_node---DECnet node

decnet_prime_router---DECnet prime router

decnet_router-l1---DECnet router L1

decnet_router-l2---DECnet router L2

dlsw---data link switching

ip---IP

ipx---Novell IPX

llc2---llc2

pad---PAD links

qllc---Qualified Logical Link Control protocol

rsrb---remote source-route bridging

snapshot---snapshot routing support

stun---serial tunnel

vines---Banyan VINES

xns---Xerox Network Systems protocol

protocol-address

Destination address that is being mapped to a PVC.

inarp

(Only valid for IP and IPX protocols on PVCs) Use this keyword to enable Inverse ARP on an ATM PVC. If you specify a protocol-address instead of inarp, Inverse ARP is automatically disabled for that protocol.

[no] broadcast

(Optional) broadcast indicates that this map entry is used when the corresponding protocol sends broadcast packets to the interface (for example, IGRP updates). Pseudobroadcasting is supported. The broadcast keyword of the protocol command takes precedence if you previously configured the broadcast command on the ATM PVC or SVC.

pvc

To create or assign a name to an ATM permanent virtual circuit (PVC), specify the encapsulation type on an ATM PVC, or enter interface-ATM-VC configuration mode, use the pvc command in interface or subinterface configuration mode. To remove an ATM PVC, use the no form of this command.

pvc [name] vpi/vci [ilmi | qsaal | smds]

no pvc [name] vpi/vci [ilmi | qsaal | smds]

Syntax Description

name

(Optional) Name of the PVC or map. The name can be up to 16 characters long.

vpi/

ATM network virtual path identifier (VPI) for this PVC. The absence of the "/" and a vpi value defaults the vpi value to 0.

On the Cisco 7200 and 7500 series routers, this value ranges from 0 to 255; on the Cisco 4500 and 4700 routers, this value ranges from 0 to 1 less than the quotient of 8192 divided by the value set by the atm vc-per-vp command.

The arguments vpi and vci cannot both be set to 0; if one is 0, the other cannot be 0.

vci

ATM network virtual channel identifier (VCI) for this PVC. This value ranges from 0 to 1 less than the maximum value set for this interface by the atm vc-per-vp command. Typically, lower values 0 to 31 are reserved for specific traffic (for example, F4 OAM, SVC signalling, ILMI, and so on) and should not be used.

The VCI is a 16-bit field in the header of the ATM cell. The VCI value is unique only on a single link, not throughout the ATM network, because it has local significance only.

The arguments vpi and vci cannot both be set to 0; if one is 0, the other cannot be 0.

ilmi

(Optional) Used to set up communication with the ILMI; the associated vpi and vci values ordinarily are 0 and 16, respectively.

qsaal

(Optional) Signalling-type PVC used for setting up or tearing down SVCs; the associated vpi and vci values ordinarily are 0 and 5, respectively.

smds

(Optional) Encapsulation for SMDS networks. If you are configuring an ATM PVC on the ATM Interface Processor (AIP), you must configure AAL3/4SMDS using the atm aal aal3/4 command before specifying smds encapsulation. If you are configuring an ATM network processor module (NPM), the atm aal aal3/4 command is not required. SMDS encapsulation is not supported on the ATM port adapter.

scrambling-payload

To improve data reliability by randomizing the ATM cell payload frames, use the scrambling-payload interface configuration command. To disable scrambling, use the no form of the command.

scrambling-payload

no scrambling-payload

Syntax Description

This command has no arguments or keywords.

show atm arp-server

To display the ATM Address Resolution Protocol (ARP) server's information about one specific interface or all interfaces, use the show atm arp-server user EXEC command.

AIP on Cisco 7500 series with AIP; Cisco 7200 series with ATM, ATM-CES, and enhanced ATM port adapters; Cisco 2600 and 3600 series with 1-port ATM-25 network module

show atm arp-server [atm slot/port[.subinterface-number]]

Cisco 7500 series with ATM and enhanced ATM port adapters

show atm arp-server [atm slot/port-adapter/port[.subinterface-number]]

Cisco 4500 and 4700 series with NPM

show atm arp-server [atm number[.subinterface-number]]

Syntax Description

atm slot/port

(Optional) ATM slot and port numbers. Use this format for the following platform configurations:

  • AIP on Cisco 7500 series routers.

  • ATM port adapter, ATM-CES port adapter, and enhanced ATM port adapter on Cisco 7200 series routers.

  • 1-port ATM-25 network module on Cisco 2600 and 3600 series routers.

atm slot/port-adapter/port

(Optional) ATM slot, port adapter, and port numbers. Use this format for the ATM port adapter or enhanced ATM port adapter on Cisco 7500 series routers.

atm number

(Optional) ATM network processor module (NPM) number on Cisco 4500 and 4700 routers.

.subinterface-number

(Optional) Subinterface number.

show atm class-links

To display virtual circuit (VC) parameter configurations and where the parameter values are inherited from, use the show atm class-links privileged EXEC command.

show atm class-links {vpi/vci | name}

Syntax Description

vpi/vci

ATM VPI and VCI numbers. The absence of the slash character (/) and a vpi value defaults the vpi value to 0.

name

Name of the VC.

show atm interface atm

To display ATM-specific information about an ATM interface, use the show atm interface atm privileged EXEC command.

Cisco 7500 series with AIP; Cisco 7200 series with ATM, ATM-CES, and enhanced ATM port adapters; Cisco 2600 and 3600 series with 1-port ATM-25 network module

show atm interface atm slot/port

Cisco 7500 series with ATM and enhanced ATM port adapters

show atm interface atm slot/port-adapter/port

Cisco 4500 and 4700 series with NPM

show atm interface atm number

Syntax Description

slot/port

ATM slot number and port number. Use this format on the following platform configurations:

  • The AIP on Cisco 7500 series routers.

  • The ATM port adapter, ATM-CES port adapter, or enhanced ATM port adapter on Cisco 7200 series routers.

  • The 1-port ATM-25 network module on Cisco 2600 and 3600 series routers.

slot/port-adapter/port

ATM slot, port adapter, and port number. Use this format on the ATM port adapter or ATM-CES port adapter on Cisco 7500 series routers.

number

NPM number for Cisco 4500 and 4700 routers.

show atm map

To show the list of all configured ATM static maps to remote hosts on an ATM network and on ATM bundle maps, use the show atm map privileged EXEC command.

show atm map

Syntax Description

This command has no arguments or keywords.

show atm pvc

To display all ATM permanent virtual circuits (PVCs) and traffic information, use the show atm pvc privileged EXEC command.

show atm pvc [vpi/vci | name | interface atm interface-number]

Syntax Description

vpi/vci

(Optional) ATM VPI and VCI numbers. The absence of the slash character (/) and a vpi value defaults the vpi value to 0.

name

(Optional) Name of the PVC.

interface atm interface-number

(Optional) Interface number or subinterface number of the PVC. Displays all PVCs on the specified interface or subinterface.

The interface-number argument uses one of the following formats, depending on what router platform you are using:

  • For the AIP on Cisco 7500 series routers; and the ATM port adapter, ATM-CES port adapter, and enhanced ATM port adapter on Cisco 7200 series routers; and the 1-port ATM-25 network module on Cisco 2600 and 3600 series routers: slot/0[.subinterface-number multipoint]

  • For the ATM port adapter and enhanced ATM port adapter on Cisco 7500 series routers: slot/port-adapter/0[.subinterface-number multipoint]

  • For the NPM on Cisco 4500 and 4700 routers: number[.subinterface-number multipoint]

For a description of these arguments, refer to the interface atm command.

show atm svc

To display all ATM switched virtual circuits (SVCs) and traffic information, use the show atm svc privileged EXEC command.

show atm svc [vpi/vci | name | interface atm interface-number]

Syntax Description

vpi/vci

(Optional) ATM VPI and VCI numbers. The absence of the slash character (/) and a vpi value defaults the vpi value to 0.

name

(Optional) Name of the SVC.

interface atm interface-number

(Optional) Interface number or subinterface number of the SVC. Displays all SVCs on the specified interface or subinterface.

The interface-number argument uses one of the following formats, depending on what router platform you are using:

  • For the AIP on Cisco 7500 series routers; and the ATM port adapter, ATM-CES port adapter, and enhanced ATM port adapter on Cisco 7200 series routers; and the 1-port ATM-25 network module on Cisco 2600 and 3600 series routers: slot/0[.subinterface-number multipoint]

  • For the ATM port adapter and enhanced ATM port adapter on Cisco 7500 series routers: slot/port-adapter/0[.subinterface-number multipoint]

  • For the NPM on Cisco 4500 and 4700 routers: number[.subinterface-number multipoint]

For a description of these arguments, refer to the interface atm command.

show atm traffic

To display current, global ATM traffic information to and from all ATM networks connected to the router, use the show atm traffic privileged EXEC command.

show atm traffic

Syntax Description

This command has no arguments or keywords.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed Jul 26 17:17:52 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.