Cisco Cisco IOS Software Release 12.3(11)YS

다운로드
페이지 10
 
PPP Random Reconnect Timer
  Configuration Examples for the PPP Random Reconnect Timer Feature
6
Cisco IOS Release 12.3(11)YS
Configuring the LCP Timer for Random Expiration and CONFREQ Discard: 
Examples
The following examples configure PPP, enable an LCP delay timer that will expire at a random time 
between 10 and 25 seconds after the link comes up, and enable the discard option. Incoming CONFREQs 
will be discarded until the LCP delay timer expires. Once the randomized LCP delay timer has expired, 
LCP negotiations can be initiated by either peer.
Serial Interface
interface Serial 0/1
 ip address 10.0.0.1 255.255.255.0
 encapsulation ppp
 ip tcp header-compression
 no keepalive
 clockrate 64000
 no cdp enable
 ppp lcp delay 10 random 15 discard
 ppp authentication ms-chap-v2
Dialer Interface
interface Ethernet1
  ip address 10.0.0.2 255.255.255.0
  pppoe enable 
  pppoe-client dial-pool-number 1
  no shut
interface dialer 1
  encapsulation ppp
  ppp lcp delay 10 random 15 discard
  dialer pool 1
  dialer-group 1
Virtual Template Interface
interface ATM0 
 ip address 172.18.0.1 255.255.0.0 
 no shut 
 pvc 7/70 
  encapsulation aal5mux ppp virtual-template 1
interface virtual-template 1
 encapsulation ppp
 ppp lcp delay 10 random 15 discard