好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CISCOADSL配置说明

! vpdn enable no vpdn logging ! vpdn-group pppoe request-dialin protocol pppoe ! interface FastEthernet0 ip address 192.168.0.1 255.255.255.0 ip nat inside ! interface ATM0 no ip address no atm ilmi-keepalive bundle-enable dsl operating-mo


  
  !
  vpdn enable
  
  no vpdn logging   !
  vpdn-group pppoe   
  request-dialin
  
  protocol pppoe   
  !
  
  interface FastEthernet0   
  ip address 192.168.0.1 255.255.255.0
  
  ip nat inside   
  !
  
  interface ATM0   
  no ip address   
  no atm ilmi-keepalive
  
  bundle-enable
  
  dsl operating-mode auto
  
  hold-queue 224 in
  
  interface ATM0.1 point-to-point   
  pvc 8/35   
  pppoe-client dial-pool-number 1   
  !
  
  interface Dialer1   
  ip mtu 1492   
  ip nat outside   
  encapsulation ppp   
  dialer pool 1
  
  ppp authentication pap callin   
  ppp pap sent vip pass vip   
  ip nat inside source list 1 interface Dialer1 overload
  
     
  ip classless
  
  ip route 0.0.0.0 0.0.0.0 dialer1
  
     
  no ip http server
  
  !
  
  access-list 1 permit 10.92.1.0 0.0.0.255
  

查看更多关于CISCOADSL配置说明的详细内容...

  阅读:44次