Frame-relay interface-dlci – Enterasys Networks X-Pedition XSR CLI User Manual
Page 409

Frame Relay Commands
XSR CLI Reference Guide 9-85
Syntax of the “no” Form
The no form removes the association of the map class to the interface or sub‐interface:
no frame-relay class name
Mode
Interface configuration:
XSR(config-if<xx>)#
Example
The following commands set Frame Relay map classes fastlink and normlink with an outbound CIR
value of 56 kbps and 25.6 kbps, respectively:
XSR(config)#map-class frame-relay fastlink
XSR(config-map-class<fastlink>)#frame-relay cir out 56000
XSR(config)#map-class frame-relay normlink
XSR(config-map-class<normlink>)#frame-relay cir out 25600
The following commands direct serial link 1/0 to use QoS values from the normlink map class
unless explicitly overridden.
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation frame-relay
XSR(config-map-class<fastlink>)#frame-relay traffic-shaping
XSR(config-if<S1/0>)#no shutdown
XSR(config-if<S1/0>)#frame-relay class normlink
The following commands configure sub‐interface serial 1/0.2 to use a different map class (fastlink)
than that specified for serial 1/0.
XSR(config)#interface serial 1/0.2 point-to-point
XSR(config-subif<S1/0.2>)#no shutdown
XSR(config-subif<S1/0.2>)#frame-relay class fastlink
frame-relay interface-dlci
This command assigns a data‐link connection identifier (DLCI) to a specified Frame Relay sub‐
interface. It is used for sub‐interfaces only. When you invoke this command, you enter Frame
Relay DLCI Interface mode. This provides the following command options, which must be used
with the relevant class names you previously assigned:
•
class name
‐ assigns a map class to a DLCI.
•
no class name
‐ cancels the relevant class.
•
exit
‐ quits Frame Relay DLCI interface mode.
If you attempt to create a DLCI which has already been configured, the following sample warning
will be issued:
DLCI 43 is already configured on sub-interface 3
Note: You must delete an existing DLCI before the same DLCI can be created on a different sub-
interface of the Frame Relay interface.