| 网站首页 | 模板 | 资料 | 源码 | 工具 | 开发 | 设计 | 安全 | 项目 | 网络 | 图片 | 系统 | 数据库 | 博客 | 会员中心 | 小说 | 
MYFTP 精品资料下载
网络学院
学习资料
源码模版
您现在的位置: 精品下载 >> 网络 >> 网络基础 >> 网络正文 用户登录 新用户注册
新版CCNP新增热点配置大放送之一(ADSLPPPoE配置案例)            【字体:
新版CCNP新增热点配置大放送之一(ADSLPPPoE配置案例)
作者:佚名    网络来源:不详    点击数:    更新时间:2007-10-11

  2514#sh run
  Building configuration...
  
  Current configuration : 982 bytes
  !
  version 12.2
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname p2r3
  !
  !
  ip subnet-zero
  !
  vpdn enable(开启vpdn)
  !
  vpdn-group tyl
  request-dialin
   protocol pppoe(启用pppoe协议)
  !
  !
  !
  !
  interface Ethernet0
  no ip address
  pppoe enable
  pppoe-client dial-pool-number 1(将物理端口和虚拟拨号端口绑定)
  !
  interface Ethernet1
  ip address 192.168.1.254 255.255.255.0
  ip nat inside
  !
  interface Dialer1
  ip address negotiated
  ip mtu 1492   (将原来的mtu1500变为1492,因pppoe 的包头是8个字节)
  ip nat outside
  encapsulation ppp
  dialer pool 1 (通过拨号池,将物理端口和虚拟拨号端口绑定)
  ppp pap sent-username ******@163.gd password 0 ******(ppp pap的单向验证)
  
  !
  ip nat inside source list 1 interface Dialer1 overload(NAT转换)
  ip classless
  ip route 0.0.0.0 0.0.0.0 Dialer1(设置静态路由)
  ip http server
  ip pim bidir-enable
  !
  !
  access-list 1 permit 192.168.1.0 0.0.0.255
  
  !
  !
  line con 0
  exec-timeout 0 0
  logging synchronous
  line aux 0
  line vty 0 4
  !
  end
  
  
  
网络录入:chqnet    责任编辑:chqnet 
  • 上一个网络:

  • 下一个网络:
  • 最新热点 最新推荐 相关网络
    思科IPCC打造智能化客户服务…
    思科IP联系中心(IPCC)
    思科网络安全明星---CCSP学习…
    思科最新推出CCIP认证新方案
    思科IPCC解决方案介绍
    从民工到CCNA-献给想考认证…
    思科在2004CCBN上展示Linksy…
    新版六月末发布:Myie2将会改…
    酷软:腾讯新版TT浏览器抢鲜…
    超星数字图书阅览器新版抢先…
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)