Cisco Cisco IOS Software Release 12.3(11)YS

다운로드
페이지 10
 
PPP Random Reconnect Timer
  Configuration Examples for the PPP Random Reconnect Timer Feature
5
Cisco IOS Release 12.3(11)YS
interface dialer 1
  encapsulation ppp
  ppp lcp delay 10 random 5
  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-template1
interface virtual-template 1
 encapsulation ppp
 ppp lcp delay 10 random 5
Configuring CONFREQ Discard: Examples
The following examples configure PPP and a 10 second LCP delay timer with the discard option enabled. 
Incoming CONFREQs will be discarded until the LCP delay timer expires. After 10 seconds, 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 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 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-template1
interface virtual-template 1
 encapsulation ppp
 ppp lcp delay 10 discard