Cisco IOS Wide-Area Networking Command Reference, Release 12.2
ATM Commands (oam ais-rdi through show atm traffic)

Table Of Contents

oam ais-rdi

oam-pvc

oam retry

oam-svc

partial-fill

protocol (ATM)

pvc

retry

scrambling cell-payload

scrambling-payload

show atm arp-server

show atm class-links

show atm ilmi-configuration

show atm ilmi-status

show atm interface atm

show atm map

show atm pvc

show atm svc

show atm traffic


oam ais-rdi

To configure an ATM permanent virtual circuit (PVC) to be brought down after a specified number of Operation, Administration, and Maintenance (OAM) alarm indication signal/remote defect indication (AIS/RDI) cells have been received on the PVC or brought up if no OAM AIS/RDI cells have been received in a specified interval, use the oam ais-rdi command in ATM VC configuration or VC class configuration mode. To return OAM AIS/RDI behavior to the default, use the no form of this command.

oam ais-rdi [down-count [up-count]]

no oam ais-rdi [down-count [up-count]]

Syntax Description

down-count

(Optional) Number of consecutive OAM AIS/RDI cells received before the PVC is brought down. The range is from 1 to 60. The default is 1.

up-count

(Optional) Number of seconds after which a PVC will be brought up if no OAM AIS/RDI cells are received. The range is from 3 to 60. The default is 3.


Defaults

Down count: 1
Up count: 3

Command Modes

ATM VC configuration
VC class configuration

Command History

Release
Modification

12.1(2)T

This command was introduced.


Usage Guidelines

The default values for the OAM AIS/RDI down count and up count are used in the following situations:

If the oam ais-rdi command has not been entered

If the oam ais-rdi command is entered without the up-count or down-count argument

If the no oam ais-rdi command is entered

If the oam ais-rdi command is entered without the up-count or down-count argument, the command will not appear in the show running-config command output.

Examples

In the following example, PVC 0/400 will be brought down after 25 consecutive OAM AIS/RDI cells have been received on the PVC. The PVC will be brought up when no OAM AIS/RDI cells have been received for 5 seconds.

interface ATM2/0/0
 ip address 172.2.222.20 255.255.255.0
 no ip route-cache cef
 no ip route-cache distributed
 no atm ilmi-keepalive
 pvc 0/400 
  protocol ip 172.2.223.21
  oam-pvc manage 30
  oam ais-rdi 25 5

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 virtual circuit (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.


Defaults

10 seconds

Command Modes

Interface-ATM-VC configuration (for an ATM PVC)

VC-class configuration (for a VC class)

PVC-in-range configuration (for an individual PVC within a PVC range)

Command History

Release
Modification

11.3

This command was introduced.

12.1(5)T

This command was made available in PVC-in-range configuration mode.


Usage Guidelines

If OAM management is enabled, further control of OAM management is configured using the oam retry command.

If the oam-pvc command is not explicitly configured on an ATM PVC, the PVC inherits the following default configuration (listed in order of precedence):

Configuration of the oam-pvc command in a VC class assigned to the PVC itself.

Configuration of the oam-pvc command in a VC class assigned to the PVC's ATM subinterface.

Configuration of the oam-pvc command in a VC class assigned to the PVC's ATM main interface.

Global default: End-to-end F5 OAM loopback cell generation and OAM management are disabled, but if OAM cells are received, they are looped back. The default value for the frequency argument is 10 seconds.

Examples

The following example enables end-to-end F5 OAM loopback cell transmission and OAM management on an ATM PVC with a transmission frequency of 3 seconds:

oam-pvc manage 3

Related Commands

Command
Description

ilmi manage

Enables ILMI management on an ATM PVC.

oam retry

Configures parameters related to OAM management for ATM PVC, SVC, or VC class.


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

The frequency (in seconds) that 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.


Defaults

up-count = 3

down-count = 5

retry-frequency = 1 second

This set of defaults assumes that OAM management is enabled using the oam-pvc or oam-svc command.

Command Modes

Interface-ATM-VC configuration (for an ATM PVC or SVC)

VC-class configuration (for a VC class)

Bundle configuration mode (for a VC bundle)

PVC range configuration (for an ATM PVC range)

PVC-in-range configuration (for an individual PVC within a PVC range)

Command History

Release
Modification

11.3 T

This command was introduced.

12.0(3)T

This command allows you to configure parameters related to OAM management for ATM VC bundles.

12.1(5)T

This command was made available in PVC range and PVC-in-range configuration modes.


Usage Guidelines

The up-count argument does not apply to SVCs.

If the oam retry command is not explicitly configured on an ATM PVC, SVC, or VC bundle, the VC inherits the following default configuration (listed in order of precedence):

Configuration of the oam retry command in a VC class assigned to the PVC or SVC itself.

Configuration of the oam retry command in a VC class assigned to the PVC's or SVC's ATM subinterface.

Configuration of the oam retry command in a VC class assigned to the PVC's or SVC's ATM main interface.

Global default: up-count = 3, down-count = 5, retry-frequency = 1 second. This set of defaults assumes that OAM management is enabled using the oam-pvc or oam-svc command. The up-count and retry-frequency arguments do not apply to SVCs.

To use this command in bundle configuration mode, enter the bundle command to create the bundle or to specify an existing bundle before you enter this command.

If you use the oam retry command to configure a VC bundle, you configure all VC members of that bundle. VCs in a VC bundle are further subject to the following inheritance rules (listed in order of precedence):

VC configuration in bundle-vc mode

Bundle configuration in bundle mode (with effect of assigned VC-class configuration)

Subinterface configuration in subinterface mode

Examples

The following example configures the OAM management parameters with up-count 3, down-count 3, and the retry-frequency at 10 seconds:

oam retry 3 3 10

Related Commands

Command
Description

broadcast

Configures broadcast packet duplication and transmission for an ATM VC class, PVC, SVC, or VC bundle.

class-int

Assigns a VC class to an ATM main interface or subinterface.

class-vc

Assigns a VC class to an ATM PVC, SVC, or VC bundle member.

encapsulation

Sets the encapsulation method used by the interface.

inarp

Configures the Inverse ARP time period for an ATM PVC, VC class, or VC bundle.

oam-bundle

Enables end-to-end F5 OAM loopback cell generation and OAM management for a virtual circuit class that can be applied to a virtual circuit bundle.

oam-pvc

Enables end-to-end F5 OAM loopback cell generation and OAM management for an ATM PVC or virtual circuit class.

oam-svc

Enables end-to-end F5 OAM loopback cell generation and OAM management for an ATM SVC or virtual circuit class.

protocol (ATM)

Configures a static map for an ATM PVC, SVC, VC class, or VC bundle. Enables Inverse ARP or Inverse ARP broadcasts on an ATM PVC by either configuring Inverse ARP directly on the PVC, on the VC bundle, or in a VC class (applies to IP and IPX protocols only).

ubr

Configures UBR QoS and specifies the output peak cell rate for an ATM PVC, SVC, VC class, or VC bundle member.

ubr+

Configures UBR QoS and specifies the output peak cell rate and output minimum guaranteed cell rate for an ATM PVC, SVC, VC class, or VC bundle member.

vbr-nrt

Configures the VBR-NRT QoS and specifies output peak cell rate, output sustainable cell rate, and output maximum burst cell size for an ATM PVC, SVC, VC class, or VC bundle member.


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 virtual circuit (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) Enable OAM management.

frequency

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


Defaults

10 seconds

Command Modes

Interface-ATM-VC configuration (for an ATM SVC)

VC-class configuration (for a VC class)

Command History

Release
Modification

11.3

This command was introduced.


Usage Guidelines

If OAM management is enabled, further control of OAM management is configured using the oam retry command.


Note Generally, ATM signalling manages ATM SVCs. Configuring the oam-svc command on an SVC verifies the inband integrity of the SVC.


If the oam-svc command is not explicitly configured on an ATM SVC, the SVC inherits the following default configuration (listed in order of precedence):

Configuration of the oam-svc command in a VC class assigned to the SVC itself.

Configuration of the oam-svc command in a VC class assigned to the SVC's ATM subinterface.

Configuration of the oam-svc command in a VC class assigned to the SVC's ATM main interface.

Global default: End-to-end F5 OAM loopback cell generation and OAM management are disabled, but if OAM cells are received, they are looped back. The default value for frequency is 10 seconds.

Examples

The following example enables end-to-end F5 OAM loopback cell transmission and OAM management on an ATM SVC with a transmission frequency of 3 seconds:

oam-svc manage 3

Related Commands

Command
Description

oam retry

Configures parameters related to OAM management for an ATM PVC, SVC, or VC class.


partial-fill

To configure the number of AAL1 user octets per cell for the ATM circuit emulation service (CES) on the OC-3/STM-1 Circuit Emulation Service network module, use the partial-fill interface-CES-VC command. To delete the CES partial-fill value, use the no form of this command.

partial-fill octet

no partial-fil octet

Syntax Description

octet

Number of user octets per cell for the CES. Possible values of octet range from 1 to 47.


Defaults

No partial-fill

Command Modes

Interface-CES-VC configuration

Command History

Release
Modification

12.1(2)T

This command was introduced.


Usage Guidelines

The partial-fill command applies to CES SVCs and PVCs configured on Cisco 2600 series and Cisco 3600 series routers that have OC-3/STM-1 ATM CES network modules.

Examples

The following example sets the CES partial cell fill to 50 octets per cell for SVC "ces1":

interface atm 1/0
  svc ces1 nsap 47.00.00......01.01.00 ces
   partial fill 40

Related Commands

Command
Description

svc

Creates an ATM SVC and specifies the destination NSAP address on a main interface or subinterface.


protocol (ATM)

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

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

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

Syntax Description

protocol

Choose one of the following values:

aarp—AppleTalk ARP
appletalk—AppleTalk
arp—IP ARP
bridge—bridging
bstun—block serial tunnel
cdp—Cisco Discovery Protocol
clns—ISO Connectionless Network Service (CLNS)
clns_esISO CLNS end system
clns_isISO CLNS intermediate system
cmnsISO CMNS
compressedtcpCompressed TCP
decnetDECnet
decnet_nodeDECnet node
decnet_prime_routerDECnet prime router
decnet_router-l1DECnet router L1
decnet_router-l2DECnet router L2
dlswdata link switching
ip—IP
ipx—Novell IPX
llc2llc2
padpacket assembler/disassembler (PAD) links
ppp—Point-to-Point Protocol carried on the VC
pppoe—PPP over Ethernet
qllcQualified Logical Link Control protocol
rsrbremote source-route bridging
snapshotsnapshot routing support
stunserial tunnel

protocol-address

Destination address that is being mapped to a PVC.

virtual-template

(Optional) Specifies parameters that the point-to-point protocol over ATM (PPoA) sessions will use.

Note This keyword is valid only for the ppp protocol.

inarp

(Valid only for IP and IPX protocols on PVCs) Enables 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. 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.


Defaults

Inverse ARP is enabled for IP and IPX if the protocol is running on the interface and no static map is configured.

Command Modes

Interface-ATM-VC configuration (for an ATM PVC or SVC)
VC-class configuration (for a VC class)
PVC range configuration (for an ATM PVC range)
PVC-in-range configuration (for an individual PVC within a PVC range)

Command History

Release
Modification

11.3

This command was introduced.

12.1

The ppp and virtual-template keywords were added.

12.1(5)T

The ip and ipx options were made available in PVC range and PVC-in-range configuration modes.

12.2(13)T

The apollo, vines, and xns arguments were removed because Apollo Domain, Banyan VINES, and Xerox Network Systems are no longer supported in the Cisco IOS software.


Usage Guidelines

Command Application

Use this command to perform either of the following tasks:

Configure a static map for an ATM PVC, SVC, or VC class.

Enable Inverse ARP or Inverse ARP broadcasts on an ATM PVC or PVC range by configuring Inverse ARP directly on the PVC, in the PVC range, or in a VC class (applies to IP and IPX protocols only).

PVC range and PVC-in-range configuration modes support only the protocols that do not require static map configuration. Those protocol options are ip and ipx.

Default Configurations

If the protocol command is not explicitly configured on an ATM PVC or SVC, the VC inherits the following default configuration (listed in order of precedence):

Configuration of the protocol ip inarp or protocol ipx inarp command in a VC class assigned to the PVC or SVC itself.

Configuration of the protocol ip inarp or protocol ipx inarp command in a VC class assigned to the ATM subinterface of the PVC or SVC.

Configuration of the protocol ip inarp or protocol ipx inarp command in a VC class assigned to the ATM main interface of the PVC or SVC.

Global default: Inverse ARP is enabled for IP and IPX if the protocol is running on the interface and no static map is configured.

Examples

The following example creates a static map on a VC, indicates that 10.68.34.237 is connected to this VC, and sends ATM pseudobroadcasts:

protocol ip 10.68.34.237 broadcast

The following example enables Inverse ARP for IPX and does not send ATM pseudobroadcasts:

protocol ipx inarp no broadcast

The following example removes a static map from a VC and restores the default behavior for Inverse ARP (Refer to the "Default" section described above):

no protocol ip 10.68.34.237

In the following example, the VC carries PPP traffic and its associated parameters.

protocol ppp 10.68.34.237 virtual-template

pvc

To create or assign a name to an ATM permanent virtual circuit (PVC), to specify the encapsulation type on an ATM PVC, and to 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 [ces | ilmi | qsaal | smds]

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

Syntax Description

name

(Optional) The name of the PVC or map. The name can be up to 15 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.

The range of valid values is 0 to 255 except for the following routers:

Cisco 4500 and 4700 routers: range is from 0 to 1 less than the quotient of 8192 divided by the value set by the atm vc-per-vp command

Cisco 2600 and 3600 series routers using Inverse Multiplexing for ATM (IMA): ranges are 0 to 15, 64 to 79, 128 to 143, and 192 to 207

A value that is out of range is interpreted as a string and is treated as the connection ID.

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.

A value that is out of range causes an "unrecognized command" error message.

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

ces

(Optional) Circuit Emulation Service encapsulation. This keyword is available on the OC-3/STM-1 ATM Circuit Emulation Service network module only.

ilmi

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

qsaal

(Optional) A 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.


Defaults

No PVC is defined. When a PVC is defined, the global default of the encapsulation command applies (aal-encap = aal5snap).

Command Modes

Interface or subinterface configuration

Command History

Release
Modification

11.3 T

This command was introduced.

12.1(2)T

The following modifications were made:

The ranges for the VPI were increased for Cisco 2600 and Cisco 3600 series routers using IMA.

The ces keyword was added for configuring CES encapsulation when using the OC-3/STM-1 ATM Circuit Emulation Service network module on Cisco 2600 and Cisco 3600 series routers.


Usage Guidelines

Creating and Configuring PVCs

The pvc command replaces the atm pvc command, which, although still supported and available, will become obsolete in the near future. Use the pvc command to configure a single ATM VC only, not a VC that is a bundle member. We recommend that you use the pvc command in conjunction with the encapsulation and random-detect attach commands instead of the atm pvc command.

The pvc command creates a PVC and attaches it to the VPI and VCI specified. Both the vpi and vci arguments cannot be simultaneously specified as 0; if one is 0, the other cannot be 0.

When configuring an SVC, use the pvc command to configure the PVC that handles SVC call setup and termination. In this case, specify the qsaal keyword. See the second example that follows.

ATM PVC Names

Once you specify a name for a PVC, you can reenter interface-ATM-VC configuration mode by simply entering the pvc name command. You can remove a PVC and any associated parameters by entering no pvc name or no pvc vpi/vci.


Note After configuring the parameters for an ATM PVC, you must exit the interface-ATM-VC configuration mode in order to create the PVC and enable the settings.


Encapsulation Types on ATM PVCs

Specify CES, ILMI, QSAAL, or SMDS as the encapsulation type on an ATM PVC. (To configure other encapsulations types, see the encapsulation command.)

Configuring CES encapsulation on a PVC is equivalent to creating a constant bit rate (CBR) class of service.

Rate Queues

The Cisco IOS software dynamically creates rate queues as necessary to satisfy the requests of the pvc commands.

Default Configurations

If ilmi, qsaal, or smds encapsulation is not explicitly configured on the ATM PVC, the PVC inherits the following default configuration (listed in order of precedence):

Configuration of the encapsulation command in a VC class assigned to the PVC itself.

Configuration of the encapsulation command in a VC class assigned to the ATM subinterface of the PVC.

Configuration of the encapsulation command in a VC class assigned to the ATM main interface of the PVC.

Global default: The global default of the encapsulation command applies (aal-encap = aal5snap).

Examples

The following example creates a PVC with VPI 0 and VCI 16, and communication is set up with the ILMI:

pvc cisco 0/16 ilmi
 exit

The following example creates a PVC used for ATM signalling for an SVC. It specifies VPI 0 and VCI 5:

pvc cisco 0/5 qsaal
 exit


The following example configures the PVC called "cisco" to use class-based weighted fair queueing (CBWFQ). It attaches a policy map called "policy1" to the PVC. The classes the make up "policy1" determine the service policy for the PVC:

pvc cisco 0/5 
 service-policy output policy1
 vbr-nrt 2000 2000 
 encap aal5snap 

Related Commands

Command
Description

atm vc-per-vp

Sets the maximum number of VCIs to support per VPI.

pvc-bundle

Adds a PVC to a bundle as a member of the bundle and enters bundle-vc configuration mode in order to configure that PVC bundle member.


retry

To configure a router to periodically attempt to bring up an active SVC connection after the initial call setup failed, use the retry interface-CES-VC command. To disable the retry mechanism, use the no form of this command.

retry timeout_value [retry_limit] [first_retry_interval]

no retry

Syntax Description

timeout_value

Number of seconds between attempts to bring up the connection. The range is from 1 to 86400 seconds.

retry_limit

(Optional) Number of attempts the router will make to bring up the connection. The range is from 0 to 65535. The default value of 0 indicates no limit.

first_retry_interval

(Optional) Number of seconds the router will wait after the first call attempt failed before trying the call again. The default is 10 seconds.


Defaults

There is no default timeout_value.

The default retry_limit is 0.

The default first_retry_interval argument is 10 seconds.

Command Modes

Interface-CES-VC configuration

Command History

Release
Modification

12.1(2)T

This command was introduced.


Usage Guidelines

This command is used on Cisco 2600 series and 3600 series routers that have OC-3/STM-1 ATM CES network modules.

The retry command applies only to active SVCs.

Examples

In the following example, the router is configured to make up to 20 attempts to bring up a connection on SVC "ces1". The interval between attempts is set at 10 seconds.

interface atm 1/0
 svc ces1 nsap 47.0091.81.000000.0040.0B0A.2501.ABC1.3333.3333.05 ces
  retry 10 20

Related Commands

Command
Description

ces

Configures CES on a router port and enters CES configuration mode.

svc

Creates an ATM SVC and specifies the destination NSAP address on a main interface or subinterface.


scrambling cell-payload

To improve data reliability by randomizing the ATM cell payload frames on Cisco 7100, 7200, or 7500 series routers, use the scrambling cell-payload interface configuration command. To disable scrambling, use the no form of this command.

scrambling cell-payload

no scrambling cell-payload

Syntax Description

This command has no arguments or keywords.

Defaults

No scrambling

Command Modes

Interface configuration

Command History

Release
Modification

12.0(5)XE

This command was introduced.

12.0(7)XE1

Support for Cisco 7100 series routers added.

12.1(5)T

This command was integrated into Cisco IOS Release 12.1(5)T.


Usage Guidelines

Normally, you do not issue the scrambling cell-payload command explicitly, because the default value is sufficient. On T1 links, the default b8zs line encoding normally assures sufficient reliability. The default for E1 is hdb3.

The scrambling setting must match that of the far-end receiver.

Examples

On Cisco 7100 or 7200 series routers, the following example sets the link on interface 1 on the port adapter in slot 0 to no scrambling:

interface atm0/1
 no scrambling cell-payload

Related Commands

Command
Description

scrambling-payload

Improves data reliability by randomizing the ATM cell payload frames on Cisco 2600 and 3600 series routers.


scrambling-payload

To improve data reliability by randomizing the ATM cell payload frames on Cisco 2600 or 3600 series routers, use the scrambling-payload interface configuration command. To disable scrambling, use the no form of this command.

scrambling-payload

no scrambling-payload

Syntax Description

This command has no arguments or keywords.

Defaults

By default, payload scrambling is on for E1 links and off for T1 links.

Command Modes

Interface configuration

Command History

Release
Modification

12.0(5)XK

This command was introduced.

12.0(5)T

This command was integrated into Cisco IOS Release 12.0(5)T.


Usage Guidelines

Normally, you do not issue the scrambling-payload command explicitly, because the default value is sufficient. On T1 links, the default B8ZS line encoding normally assures sufficient reliability.

The scrambling setting must match that of the far end.

Examples

On a Cisco 2600 or 3600 series router, the following example sets the link on interface 1 on the module in slot 0 to no scrambling:

interface atm0/1
 no scrambling-payload

Related Commands

Command
Description

scrambling cell-payload

Improves data reliability by randomizing the ATM cell payload frames on Cisco 7100, 7200, or 7500 series routers.


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.


Command Modes

User EXEC

Command History

Release
Modification

11.1

This command was introduced.


Examples

The following is sample output from the show atm arp-server command when no interface is specified:

Router# show atm arp-server

Note that a '*' next to an IP address indicates an active call

      IP Address        TTL     ATM Address
ATM1/0:
    * 4.4.4.2           19:50   ac15336602000000000000000000000000000000
    * 4.4.4.6           19:50   ac15336606000000000000000000000000000000
    * 4.4.4.15          19:14   ac15336615000000000000000000000000000000

ATM1/0.23:
    * 10.0.0.2          19:50   ac15336602000000000000000000000000000023
    * 10.0.0.6          19:50   ac15336606000000000000000000000000000023

The following is sample output from the show atm arp-server command when a slot and port are specified on the Cisco 7500:

Router# show atm arp-server atm 1/0

Note that a '*' next to an IP address indicates an active call

      IP Address        TTL     ATM Address
    * 4.4.4.2           19:00   ac15336602000000000000000000000000000000
    * 4.4.4.6           19:00   ac15336606000000000000000000000000000000
    * 4.4.4.15          19:14   ac15336615000000000000000000000000000000

Related Commands

Command
Description

atm arp-server

Identifies an ATM ARP server for the IP network or sets TTL values for entries in the ATM ARP table.


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

The 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.


Command Modes

Privileged EXEC

Command History

Release
Modification

11.3

This command was introduced.


Examples

The following is sample output from the show atm class-links command for VPI 0 and VCI 66:

Router# show atm class-links 0/66

Displaying vc-class inheritance for ATM2/0.3, vc 0/66:
broadcast - VC-class configured on main-interface
encapsulation aal5mux ip - VC-class configured on subinterface
no ilmi manage - Not configured - using default
oam-pvc manage 3 - VC-class configured on vc
oam retry 3 5 1 - Not configured - using default
ubr 10000 - Configured on vc directly

show atm ilmi-configuration

To display ILMI configuration information, use the show atm ilmi-configuration command in privileged EXEC mode.

show atm ilmi-configuration

Syntax Description

This command has no arguments or keywords.

Defaults

No default behavior or values.

Command Modes

Privileged EXEC

Command History

Release
Modification

12.0

This command was introduced prior to Cisco IOS Release 12.0.


Examples

The following example shows sample output for the show atm ilmi-configuration command:

Router# show atm ilmi-configuration

LECS Address(s):
1122334455667788990011223344556677889900

Table 4 describes the fields shown in the display.

Table 4 show atm ilmi-configuration Field Descriptions 

Field
Description

LECS Address(s)

Current ATM LAN Emulation Clients (LECs) addresses.


Related Commands

Command
Description

show atm ilmi-status

Displays ILMI-related status information.


show atm ilmi-status

To display ILMI-related status information, use the show atm ilmi-status command in privileged EXEC configuration mode.

show atm ilmi-status [atm interface-number]

Syntax Description

atm

ATM interface.

interface-number

Number of the ATM interface.


Defaults

No default behavior or values.

Command Modes

Privileged EXEC

Command History

Release
Modification

12.0

This command was introduced in a release prior to Cisco IOS Release 12.0.


Usage Guidelines

Entering the show atm ilmi-status command without specifying an interface will display ILMI-related status information for all of the ATM interfaces.

Examples

The following example is sample output for the show atm ilmi-status command:

Router# show atm ilmi-status 

Interface :ATM2/0 Interface Type :Unknown 
ILMI VCC :(0, 16) ILMI Keepalive :Disabled
ILMI State:      Restarting

Interface :ATM5/0 Interface Type :Private UNI (User-side) 
ILMI VCC :(0, 16) ILMI Keepalive :Disabled
ILMI State:      UpAndNormal
Peer IP Addr:    10.0.52.17      Peer IF Name:    ATM1/1/0
Peer MaxVPIbits: 8               Peer MaxVCIbits: 14
Active Prefix(s) :
47.0091.8100.0000.0040.0b0a.2501
End-System Registered Address(s) :
47.0091.8100.0000.0040.0b0a.2501.bbbb.ccdd.eeff.12(Confirmed)

Table 5 describes the fields shown in the display.

Table 5 show atm ilmi-status Field Descriptions 

Field
Description

interface

ATM interface.

Interface Type

Type of ATM interface.

ILMI VCC

Number of the current ILMI VCC for the interface.

ILMI Keepalive

Status of ILMI keepalive packets.

ILMI State

Status of ILMI for the interface.

Peer IP Addr

IP address of the peer.

Peer IF Name

Name of the peer interface.

Peer Max VPIbits

Maximum number of bits allowed for VPIs on the peer interface.

Peer Max VCIbits

Maximum number of bits allowed for VCIs on the peer interface.

Active Prefix

Network prefix that is registered from the switch side and is active and valid.

End-System Registered Address(s)

Address that the router registers back to the switch. The router combines the network prefix of the switch with the end-system identifier to form the end-system registered address.


Related Commands

Command
Description

show atm ilmi-configuration

Displays ILMI configuration information.


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.


Command Modes

Privileged EXEC

Command History

Release
Modification

10.0

This command was introduced.

11.0

The number argument was added.

11.2

The slot/port-adapter/port arguments were added.


Examples

The following is sample output for the ATM-CES port adapter to display statistics on slot 4, port 0:

Router# show atm interface atm 4/0

ATM interface ATM4/0:
AAL enabled: AAL5, Maximum VCs: 1024, Current VCs: 6
Tx buffers 256, Rx buffers 256, Exception Queue: 32, Raw Queue: 32
VP Filter: 0x7B, VCIs per VPI: 1024, Max Datagram Size:4496, MIDs/VC:16
PLIM Type:4B5B - 100Mbps, No Framing, TX clocking: LINE
4897 input, 2900 output, 0 IN fast, 0 OUT fast
Rate-Queue 1 set to 100Mbps, reg=0x4EA DYNAMIC, 1 VCCs
ATM4/0.1:AAL3/4-SMDS address c111.1111.1111 Multicast e222.2222.222
Config. is ACTIVE

The following is sample output for the enhanced ATM port adapter to display statistics on slot 6, port 0:

Router# show atm interface atm 6/0

ATM interface ATM6/0
AAL enabled:  AAL5, Maximum VCs: 2048, Current VCs: 3
Maximum Transmit Channels: 64
Tx buffers: 256, Rx buffers 256, Exception Queue: 32, Raw Queue: 32
VP Filter: 0x7B, VCIs per VPI: 1024, Max Datagram Size: 4496
PLIM Type: SONET - 155Mbps, TX clocking: INTERNAL
0 input, 59 output, 0 IN fast, 0 OUT fast
ABR parameters, rif: 16 rdf: 16
Config. is ACTIVE

Table 6 describes the fields shown in the display.

Table 6 show atm interface atm Field Descriptions 

Field
Description

ATM interface

Slot and port number of the interface.