>데이터 베이스 >MySQL 튜토리얼 >CISCO ADSL配置说明

CISCO ADSL配置说明

WBOY
WBOY원래의
2016-06-07 15:05:351060검색

! 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
  

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.