Cisco Systems OL-7396-01 Network Router User Manual


 
20-28
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter20 Configuring Frame Relay to ATM Interworking Port Adapter Interfaces
Configuring Frame Relay to ATM Virtual Connections
To configure a Frame Relay to ATM service interworking PVC, perform the following steps beginning
in global configuration mode:
Note Since release 12.0(1a)W5(5b) of the ATM switch software, addressing the interface on the route
processor has changed. The ATM interface is now called atm0, and the Ethernet interface is now called
ethernet0. Old formats (atm 2/0/0 and ethernet 2/0/0) are still supported.
Note The row index for rx-cttr and tx-cttr must be configured before using this optional parameter. See
Chapter 9, “Configuring Resource Management.”
Examples
The following example shows how to configure the internal cross-connect PVC on Switch B between
serial interface 0/1/0:5, DLCI = 43, and ATM interface 3/0/2, VPI = 2, VCI = 100 (with the translation
option):
Switch-B(config)# interface serial 0/1/0:5
Switch-B(config-if)# frame-relay pvc 43 service translation interface atm 3/0/2 2 100
The following example shows how to configure the internal cross-connect PVC on Switch C between
ATM interface 4/1/0, VPI = 2, VCI = 100 and ATM interface 0/0/1, VPI 50, VCI = 255:
Switch-C(config)# interface atm 4/1/0
Switch-C(config-if)# atm pvc 2 100 interface atm 0/0/1 50 255
Each subsequent VC cross connection and link must be configured until the VC is terminated to create
the entire PVC.
Note The Frame Relay to ATM service interworking PVC must be configured from the serial interface and
then cross-connected to the ATM interface.
Command Purpose
Step 1
Switch(config)# interface serial
card/subcard/port:cgn
Switch(config-if)#
Selects the interface to be configured.
Step 2
Switch(config-if)# frame-relay pvc dlci
[accept-overflow {enable | disable | inherit}]
1
[upc {pass | tag-drop}] [rx-cttr index] [tx-cttr
index] service {transparent | translation}
[clp-bit {0 | 1 | map-de}] [de-bit {0 | 1 |
map-clp}] [efci-bit {0 | map-fecn}] [interface
atm card/subcard/port vpi [vci | any-vci
2
] [upc
{pass | tag-drop}] [pd {off | on}] [rx-cttr index]
[tx-cttr index] [encap aal-encap] [inarp
minutes]]
1. The overflow queuing option is described in the section, Configuring Overflow Queuing, page 20-43.
2. The any-vci option is only available on interface atm0. See note below.
Configures a Frame Relay to ATM service
interworking PVC.