科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道路由交换Cisco路由器上用软件配置pppoe拨号

Cisco路由器上用软件配置pppoe拨号

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

Cisco路由器上用软件配置pppoe拨号

来源:chinaitlab 2010年11月4日

关键字: 路由交换 路由器 路由技术

  • 评论
  • 分享微博
  • 分享邮件

  Router#show run

  Building configuration...

  Current configuration : 1115 bytes

  !

  version 12.2

  service timestamps debug uptime

  service timestamps log uptime

  no service password-encryption

  !

  hostname Router

  !

  no logging on

  enable secret 5 $1$oyeO$b.DP73YbQiLqnqSUV/WmX1

  !

  ip subnet-zero

  !

  !

  !

  vpdn enable

  !

  vpdn-group 1

  request-dialin-----request-dialin是做client用

  protocol pppoe

  !

  !

  !

  !

  !

  !

  !

  !

  !

  !

  no voice hpi capture buffer

  no voice hpi capture destination

  !

  !

  mta receive maximum-recipients 0

  !

  !

  !

  !

  interface FastEthernet0/0

  no ip address

  shutdown

  duplex auto

  speed auto

  !

  interface FastEthernet0/1

  no ip address

  duplex auto

  speed auto

  pppoe enable

  pppoe-client dial-pool-number 1

  no cdp enable

  !

  interface Dialer1

  mtu 1492

  ip address negotiated

  encapsulation ppp

  dialer pool 1

  dialer-group 1

  ppp authentication pap chap callin

  ppp chap hostname tttt

  ppp chap password 0 123456

  ppp pap sent-username tttt password 0 123456

  !

  ip http server

  ip classless

  ip route 0.0.0.0 0.0.0.0 Dialer1

  !

  !

  !

  no logging trap

  !

  call rsvp-sync

  !

  !

  mgcp profile default

  !

  !

  !

  dial-peer cor custom

  !

  !

  !

  !

  line con 0

  line aux 0

  line vty 0 4

  password cisco

  login

  !

  !

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章