Enterasys Networks XSR CLI Router User Manual


 
PPP Commands
8-94 Configuring the Point-to-Point Protocol
Syntax
ppp peer default ip address {ip address}
Syntax of the “no” Form
UsethenoformofthiscommandtoremovetheIPaddress:
no ppp peer default ip address
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Examples
Thisexamplesetsthepeer’sIPaddressonSerialinterfa ce1/0:
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation ppp
XSR(config-if<S1/0>)#ppp peer default ip address 192.168.1.3
Thisexamplesetsthepeer’sIPaddressonP2PDialerinterface1:
XSR(config)#interface dialer 1
XSR(config-if<D1>)#encapsulation ppp
XSR(config-if<D1>)#ppp peer default ip address 10.10.10.1
Thisexamplesetsthepeer’sIPaddressonM2PDialerinterface2:
XSR(config)#interface dialer 2 multi-point
XSR(config-if<D1>)#encapsulation ppp
XSR(config-if<D1>)#dialer map ip 20.20.20.1 9051234567
ppp quality
ThiscommandsetstheminimumLinkQualityMonitoring(LQM)valueonaserialinterface
beforethelinkwillgodown.
Percentagesarecalculatedforbothincomingandoutgoingdirections.Theoutgoingqualityis
calculatedbycomparingthetotalnumberofpacketsandbytessenttothetotalnumberofpackets
and
bytesreceivedby thede stinationnode.Theincomingqualityiscalculatedbycomparingthe
totalnumberofpacketsandbytesreceivedtothetotalnumberofpacketsandbytessentbythe
destinationnode.
Ifthelinkqualitypercentageisnotmaintained,thelinkisconsideredofpoorqualityandtaken
down(bysendingaDOWNeventtoallactiveNCPs).LQMforcesatimelagsothelinkdoesnot
bounceupanddown.
Syntax
ppp quality [percentage]
ip address
IPaddressoftheremotepeer.
percentage
Setsthelinkqualitythreshold,rangingfrom1to100.