Enterasys Networks XSR CLI Router User Manual


 
Frame Relay Commands
XSR CLI Reference Guide 9-87
Next Mode
FrameRelayDLCIconfiguration:XSR(config-fr-dlci<xx>)#
Examples
ThefollowingexamplemapsDLCIs16and18onserialsubinterface1/0.1tothespecifiedIP
addresses,supportingbootpandsendingafreeinverseARP.Also,DLCI17isconfiguredonsub
interface1/0.2,afreeinverseARPissent,andemotekeepaliveissupportedinP2Pmode.
XSR(config)#interface serial 1/0.1 multi-point
XSR(config-subif)#ip helper 10.10.1.2
XSR(config-subif)#ip address 133.133.1.1 255.255.255.0
XSR(config-subif)#frame-relay interface-dlci 16 ip 133.133.1.2 gratuitous-
inverse-arp bootp
XSR(config-fr-dlci)#frame-relay interface-dlci 18 ip 133.133.1.3 bootp
XSR(config-fr-dlci)#no shutdown
XSR(config-fr-dlci)#interface serial 1/0.2 point-to-point
XSR(config-subif)#ip helper 10.10.1.2
XSR(config-subif)#ip address 133.134.1.1 255.255.255.0
XSR(config-subif)#frame-relay interface-dlci 17 gratuitous-inverse-arp keep-alive
30
XSR(config-fr-dlci)#no shutdown
frame-relay intf-type
ThiscommanddefinestheFrameRelayint e rfacetypefortheinterface.TheXSRworksasaUNI
deviceonly,withDTEorDCEasvalidentries.
Syntax
frame-relay intf-type {dte | dce}
Syntax of the “no” Form
no frame-relay intf-type {dte | dce}
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Default
dte
Examples
ThefollowingexampleconfiguresSerialinterface1/0toactasaFrameRelayDTE,andtousethe
ANSIAnnexDLMI:
dte
SpecifiestheXSRtoactasaFrameRelayDTEUNIdevice.
dce
SpecifiestheXSRtoactasaFrameRelayDCEUNIdevice.