Chinaunix首页 | 论坛 | 博客
  • 博客访问: 646365
  • 博文数量: 751
  • 博客积分: 5000
  • 博客等级: 大校
  • 技术积分: 4990
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-28 09:48
文章分类

全部博文(751)

文章存档

2011年(1)

2008年(750)

我的朋友

分类:

2008-10-28 09:55:03


  version 12.2
  
  hostname 26xx
  !
  !
  vpdn enable
  !
  vpdn-group PPPoE
  request-dialin
  protocol pppoe
  !
  
  interface FastEthernet0/0
  ip address 10.1.1.1 255.255.255.0
  ip nat inside
  duplex auto
  speed auto
  
  !
  
  interface FastEthernet0/1
  no ip address
  speed 10
  half-duplex
  pppoe enable
  pppoe-client dial-pool-number 1
  
  !
  
  interface Dialer1
  mtu 1492
  ip address negotiated
  ip nat outside
  encapsulation ppp
  no ip mroute-cache
  dialer pool 1
  dialer-group 1
  no cdp enable
  ppp authentication pap callin
  ppp pap sent-username xxxxx
  
  !
  
  ip nat inside source list 1 interface Dialer1 overload
  ip classless
  ip route 0.0.0.0 0.0.0.0 Dialer1 permanent
  no ip http server
  ip pim bidir-enable
  !
  access-list 1 permit any
  dialer-list 1 protocol ip permit
  !
  line con 0
  line aux 0
  line vty 0 4
  password xxxxxxx
  login
  !
  end
  
【责编:admin】

--------------------next---------------------

阅读(377) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~