教你如何配置CISCO路由器(中)

来源:中国思科培训网 作者: 2007-12-14 出处:pcdog.com

access  cisco  cisco ios  cisco路由  cisco路由器  
上一页 1 2 3 4 5 6 7 8 

  路由器Router1配置如下:
  hostname router1
  !
  enable secret 5 $1$UTvD$99YiY2XsRMxHudcYeHn.Y.
  enable password cisco
  !
  username router2 password cisco
  ip subnet-zero
  chat-s cript cisco-default "" "AT" TIMEOUT 30 OK "ATDT \T" TIMEOUT 30 CONNECT \c
  chat-s cript reset atz
  interface Ethernet0
  ip address 202.96.38.100 255.255.255.0
  !
  interface Serial0
  ip address 202.96.0.1 255.255.255.0
  encapsulation x25
  x25 address 10112227
  x25 htc 16
  x25 map ip 202.96.0.2 10112225 broadcast
  !
  interface Serial1
  no ip address
  shutdown
  !
  !
  interface Async 1
  ip address 202.96.1.1 255.255.255.252
  encapsulation ppp
  dialer in-band
  dialer idle-timeout 60
  dialer map ip 202.96.1.2 name router2 modem-s cript cisco-default 2113470
  dialer-group 1
  ppp authentication chap
  !
  router eigrp 200
  redistribute connected
  network 202.96.0.0
  !
  ip route 202.96.37.0 255.255.255.0 202.96.1.2 200
  dialer-list 1 protocol ip permit
  line con 0
  line aux 0
  s cript dialer cisco-default
  s cript reset reset
  modem InOut
  modem autoconfigure discovery
  transport input all
  rxspeed 38400
  txspeed 38400
  flowcontrol hardware
  line vty 0 4
  password cisco
  login
  !
  end

  路由器Router2配置如下:
  hostname router2
  !
  enable secret 5 $1$T4IU$2cIqak8f/E4Ug6dLT0k.J0
  enable password cisco
  !
  username router1 password cisco
  ip subnet-zero
  chat-s cript cisco-default "" "AT" TIMEOUT 30 OK "ATDT \T" TIMEOUT 30 CONNECT \c
  chat-s cript reset atz
  !
  interface Ethernet0
  ip address 202.96.37.100 255.255.255.0
  !
  interface Serial0
  ip address 202.96.0.2 255.255.255.0
  no ip mroute-cache
  encapsulation x25
  x25 address 10112225
  x25 htc 16
  x25 map ip 202.96.0.1 10112227 broadcast
  !
  interface Serial1
  no ip address
  shutdown
  !
  interface Async1
  ip address 202.96.1.2 255.255.255.252
  encapsulation ppp
  keepalive 30
  async default routing
  async mode dedicated
  dialer in-band
  dialer idle-timeout 60
  dialer wait-for-carrier-time 120
  dialer map ip 202.96.1.1 name router1 modem-s cript cisco-default 2113469
  dialer-group 1
  ppp authentication chap
  !
  router eigrp 200
  redistribute static
  network 202.96.0.0
  !
  no ip classless
  ip route 202.96.38.0 255.255.255.0 202.96.1.1 200
  dialer-list 1 protocol ip permit
  !
  line con 0
  exec-timeout 0 0
  line aux 0
  s cript reset reset
  modem InOut
  modem autoconfigure discovery
  transport input all
  rxspeed 38400
  txspeed 38400
  flowcontrol hardware
  line vty 0 4
  password cisco
  login
  !
  end
更多内容请看PCdog.com--Cisco IOS技术手册  Cisco交换机  cisco路由器配置专题
上一页 1 2 3 4 5 6 7 8 
上一篇:教你如何调试CISCO路由器(上)
下一篇:教你如何配置CISCO路由器(下)