Enterasys Networks XSR CLI Router User Manual


 
Frame Relay Commands
XSR CLI Reference Guide 9-85
Syntax of the “no” Form
Thenoformremovesthe a ssociat ion ofthemapclasstotheinterfaceorsubinterface:
no frame-relay class name
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Example
ThefollowingcommandssetFrameRelaymapclassesfastlinkandnormlinkwithanoutboundCIR
valueof56kbpsand25.6kbps,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
Thefollowingcommandsdirectseriallink1/0touseQoSvaluesfromthenormlinkmapclass
unlessexplicitlyoverridden.
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
Thefollowingcommandsconfiguresubinterfaceserial1/0.2touseadifferentmapclass(fastlink)
thanthatspecifiedfor serial1/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
Thiscommandassignsadatalinkconnectionidentifier(DLCI)toaspecifiedFrameRelaysub
interface.Itisusedforsubinterfacesonly.Whenyouinvokethiscommand,youenterFrame
RelayDLCIInterfacemode.Thisprovidesthefollowingcommandoptions,whichmustbeused
withtherelevantclassnamesyou
previouslyassigned:
class name‐assignsamapclasstoaDLCI.
no class name‐cancelstherelevantclass.
exit‐quitsFrameRelayDLCIinterfacemode.
IfyouattempttocreateaDLCIwhichhasalreadybeenconfigured,thefollowingsamplewarning
willbeissued:
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.