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),thecommand
appliestoanySerial,orDialerport,orFast/GigabitEthernetsubinterfaceonwhichPPP
encapsulationisset.Thiscountertotalsthepeaknumberofconfigurerequestssentwithout
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.
ThiscountertotalsthepeaknumberofConfigureNakpacketstosend;subsequentNakpackets
areconvertedtoConfigureRejectpackets.
number Settingfortheconfigurerequestcounter,rangingfrom1to255.