Heim >Datenbank >MySQL-Tutorial >CISCO ADSL配置说明

CISCO ADSL配置说明

WBOY
WBOYOriginal
2016-06-07 15:05:351056Durchsuche

! 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
  

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn