首页 > 学院 > 网络通信 > 正文

CISCOPRO2509/2511IP拨号上网配置

2019-11-05 01:22:32
字体:
来源:转载
供稿:网友

  router#sh conf
  Using 2170 out of 32762 bytes
  !
  version 11.1
  service slave-log
  service udp-small-servers
  service tcp-small-servers
  !
  hostname Router
  !
  enable secret 5 $1$G3Ue$ePVhBy5AVEO7K4wmCFA4h1
  enable passWord cisco
  !
  username aaa password 7 1416130A4C
  username hhj password 7 011B0E0E
  chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT /T" TIMEOUT 3
  0 /c CONNECT /c
  !
  interface Ethernet0
   ip address 166.71.70.10 255.255.255.0
  !
  interface Serial0
   no ip address
   shutdown
  !
  interface Serial1
   no ip address
   shutdown
  !
  interface Async1
   ip unnumbered Ethernet0
   ip tcp header-comPRession passive
   encapsulation ppp
   async dynamic routing
   async mode interactive
   peer default ip address 166.71.70.100
  !
  !
  no ip classless
  !
  !
  line con 0
  line 1
   script dialer cisco-default
   script reset cisco-default
   login local
   modem InOut
   autocommand ppp neg
   transport input all
   flowcontrol hardware
  line 2 8
   script dialer cisco-default
   modem InOut
   flowcontrol hardware
  line aux 0
  line vty 0 4
   password cisco
   login
  !
  end
  
  Router#sh int a1

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表