一个拨号的例子

发表于:2007-06-23来源:作者:点击数: 标签:

   
  源码:
   interface Async33
   ip address negotiated
   encapsulation ppp
   dialer in-band
   dialer string 14085703932
   dialer hold-queue 10 timeout 40
   dialer-group 1

   peer default ip address 10.1.1.1
   no cdp enable
   ppp authentication chap callin
   ppp chap hostname cisco
   ppp chap password 0 cisco
   !
   ip route 10.1.1.0 255.255.255.0 Async33 permanent
   !
   dialer-list 1 protocol ip permit
   !
   line 33
   modem InOut
   transport input telnet
   speed 115200
   flowcontrol hardware
   databits 8
   parity none
   stopbits 1

原文转自:http://www.ltesting.net