beautypg.com

Ppp lcp max-configure, Ppp lcp max-failure – Enterasys Networks X-Pedition XSR CLI User Manual

Page 360

background image

PPP Commands

8-90 Configuring the Point-to-Point Protocol

Example

The following example sets Serial interface 1/0 to have keepalive configured at 8‐second intervals:

XSR(config)#interface serial 1/0
XSR(config-if)#encapsulation ppp
XSR(config-if)#no shutdown
XSR(config-if)#ppp keepalive 8

ppp lcp max-configure

This command configures the restart timer counter for the peak number of Configure‐Requests 
sent out on a Point‐to‐Point interface. Using the Link Control Protocol (LCP), the command 
applies to any Serial, or Dialer port, or Fast/GigabitEthernet sub‐interface on which PPP 
encapsulation is set. This counter totals the peak number of configure requests sent without 
receiving a Configure‐Ack, Configure‐Nak or Configure‐Reject.

Syntax

ppp lcp max-configure number

Syntax of the “no” Form

The no command resets the counter to the default value:

no ppp lcp max-configure

Default

10

Mode

Serial, Dialer or Fast/GigabitEthernet sub‐interface configuration: 

XSR(config-if)#

Example

The following example sets the LCP max‐configure value at 2 requests:

XSR(config)#interface dialer 2
XSR(config-if)#ppp lcp max-configure 2

ppp lcp max-failure

This command configures the counter for the maximum number of Configure‐Nak packets sent 
out on a Point‐to‐Point interface. Using the Link Control Protocol (LCP), the command applies to 
any Serial or Dialer port, or Fast/GigabitEthernet sub‐interface on which PPP encapsulation is set. 
This counter totals the peak number of Configure‐Nak packets to send; subsequent Nak packets 
are converted to Configure‐Reject packets.

number

 Setting for the configure‐request counter, ranging from 1 to 255.