20-45
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter20 Configuring Frame Relay to ATM Interworking Port Adapter Interfaces
Configuring Overflow Queuing
Example
The following example shows how to enable overflow queuing on a network internetworking PVC c ross
connected between serial interface 11/1/0:9, DLCI = 100 and ATM interface 0/0/0, VPI = 1, VCI = 100:
Switch(config)# interface serial11/1/0:9
Switch(config-if)# frame-relay pvc 100 accept-overflow enable rx-cttr 100 tx-cttr 100
network interface atm 0/0/0 1 100
The following example shows how to enable overflow queuing on an existing network internetworking
PVC at serial interface 11/1/0:9, DLCI = 100:
Switch(config)# interface serial11/1/0:9
Switch(config-if)# frame-relay pvc 100 accept-overflow enable
Service Internetworking PVC Connections
To configure overflow queuing for Frame Relay to ATM PVCs for service internetworking connections,
perform the following steps, beginning in global configuration mode:
Examples
The following example shows how to enable overflow queuing on a service translation internetworking
PVC cross connected between serial interface 11/1/0:9, DLCI = 100 and ATM interface 0/0/0, VPI = 1,
VCI = 100:
Switch(config)# interface serial11/1/0:9
Switch(config-if)# frame-relay pvc 100 accept-overflow enable rx-cttr 100 tx-cttr 100
service translation interface atm 0/0/0 1 100
The following example shows how to enable overflow queuing on a servi ce transparent internetworking
PVC cross connected between serial interface 11/1/0:9, DLCI = 100 and ATM interface 0/0/0, VPI = 1,
VCI = 100:
Switch(config)# interface serial11/1/0:9
Switch(config-if)# frame-relay pvc 100 accept-overflow enable rx-cttr 100 tx-cttr 100
service transparent interface atm 0/0/0 1 100
Command Purpose
Step1 Switch(config)# interface serial card/subcard/port:cgn
Switch(config-if)#
Selects the interface to be configured.
Step2 Switch(config-if)# frame-relay pvc dlci
[accept-overflow {enable | disable | inherit}]
[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-vci1] [upc {pass | tag-drop}] [pd {off | on}] [rx-cttr
index] [tx-cttr index] [encap aal-encap] [inarp minutes]]
1. The any-vci option is only available on interface atm0.
Configures a Frame Relay to ATM service
interworking PVC.