4-24
PA-A2 ATM CES Port Adapter Installation and Configuration
OL3460-01
Chapter 4 Configuring the PA-A2 ATM CES Port Adapter
ATM Configuration
Transmit priority: 4
InPkts: 0, OutPkts: 0, InBytes: 0, OutBytes: 0
InPRoc: 0, OutPRoc: 0, Broadcasts: 0
InFast: 0, OutPktDrops: 0/0/0 (holdq/outputq/total)
CrcErrors: 0, SarTimeOuts: 0, OverSizedSDUs: 0, Length Violation: 0, CPIErrors: 0
Out CLP=1 Pkts: 0
OAM cells received: 0
OAM cells sent: 0
Status: UP
Use the show interfaces atm command to display statistics for the ATM interface you specify by its
interface address. Use the show interfaces atm command to display the currently running PA-A2 ATM
CES port adapter configuration in RAM:
Router# show interfaces atm 3/0
interface ATM 3/0
ip address 10.10.10.2 255.255.255.0
map-group atm1
pvc 1 0 1 aal5snap
Note
For examples of the show interfaces atm command for all supported platforms, see the
“Using the
show interfaces Command” section on page 4-17
.
Use the
show sscop command to display SSCOP details for the ATM interface.
Use the show version command to display the configuration of the system hardware (the number of each
interface processor type installed), the software version, the names and sources of configuration files,
and the boot images.
Note
For examples of the show version command for all supported platforms, see the
“Using the show
version or show hardware Commands” section on page 4-16
.
ATM Configuration
Cisco IOS Release 11.3 T introduced the ATM VC command mode, which, in turn, introduced several
new ATM commands that allow you to configure ATM parameters more easily. The new VC
configuration mode uses protocol ip and other statements (replace ip with ipx, decnet, and so on) to
configure static mappings. The protocol statement takes the place of the map-list and map-group
statements used in versions prior to Cisco IOS Release 11.3 T.
For detailed configuration examples, refer to the router software publications listed in the
“Related
Documentation” section on page viii
.
The following example shows how to create a PVC AAL5SNAP. The interface is at IP address 2.2.2.1,
with 2.2.2.2 at the other end of the connection.
First Router:
interface ATM 3/0
ip address 10.0.0.1 255.0.0.0
no keepalive
map-group atm-in
atm clock internal
atm pvc 1 1 5 aal5snap
!