Cisco Cisco ASR 5000

Seite von 9109
Context Configuration Mode Commands N-R   
▀  ppp 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
2690 
   
This keyword specifies how Protocol field Compression should be applied for PPP packets transmitted to the 
Peer. During LCP negotiation, the Peer indicates whether it can handle PFC compressed PPP packets. 
When 
apply
 is specified, if the peer requests PFC, it is accepted and PFC is applied for transmitted PPP 
packets. When 
ignore
 is specified, If the peer requests PFC, it is accepted but PFC is not applied for 
transmitted packets. When 
reject
 is specified, all requests for PCF from the peer are rejected. 
reject-peer-authentication
 
If disabled, re-enables the system to reject peer requests for authentication. Default: Enabled 
renegotiation retain-ip-address
 
If enabled, retain the currently allocated IP address for the session during PPP renegotiation (SimpleIP) 
between FA and Mobile node. Default: Enabled 
If disabled, the initially allocated IP address will be released and a new IP address will be allocated during 
PPP renegotiation. 
retransmit-timeout milliseconds
 
Specifies the number of milliseconds to wait before attempting to retransmit control packets. 
milliseconds
 
must be an integer from 100 through 5000. Default: 3000 
Usage 
Modify the context PPP options to ensure authentication and communication for PPP sessions have fewer 
dropped sessions. 
Example
 
The following commands set various PPP options: 
ppp dormant send-lcp-terminate 
ppp max-retransmission 3 
ppp peer-authenticate user1 password secretPwd 
ppp peer-authenticate user1 
ppp retransmit-timeout 1000 
The following command disables the sending of LCP terminate messages for dormant sessions. 
no ppp dormant send-lcp-terminate