Enterasys Networks XSR CLI Router User Manual


 
PPP Commands
8-90 Configuring the Point-to-Point Protocol
Example
ThefollowingexamplesetsSerialinterface1/0tohavekeepaliveconfiguredat8secondintervals:
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation ppp
XSR(config-if<S1/0>)#no shutdown
XSR(config-if<S1/0>)#ppp keepalive 8
ppp lcp max-configure
ThiscommandconfigurestherestarttimercounterforthepeaknumberofConfigureRequests
sentoutonaPointtoPointinterface.UsingtheLinkControlProtocol(LCP),the command
appliestoanySerial,orDialerport,orFast/GigabitEthernetsubinterfaceonwhichPPP
encapsulationisset.Thiscountertotalsthe
peaknumberofconfigurerequestssentwithout
receivingaConfigureAck,ConfigureNakorConfigureReject.
Syntax
ppp lcp max-configure number
Syntax of the “no” Form
Thenocommandresetsthecountertothedefaultvalue:
no ppp lcp max-configure
Default
10
Mode
Serial,DialerorFast/GigabitEthernetsubinterfaceconfiguration:XSR(config-if<xx>)#
Example
ThefollowingexamplesetstheLCPmaxconfigurevalueat2requests:
XSR(config)#interface dialer 2
XSR(config-if<D2>)#ppp lcp max-configure 2
ppp lcp max-failure
ThiscommandconfiguresthecounterforthemaximumnumberofConfigureNakpacketssent
outonaPointtoPointinterface.UsingtheLinkControlProtocol(LCP),thecommandappliesto
anySerialorDialerport,orFast/GigabitEthernetsubinterfaceonwhichPPPencapsulationisset.
Thiscountertotalsthepeak
numberofConfigureNakpacketstosend;subsequentNakpackets
areconvertedtoConfigureRejectpackets.
number
Settingfortheconfigurerequestcounter,rangingfrom1to255.