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

全部博文(779)

文章存档

2011年(1)

2008年(778)

我的朋友

分类:

2008-10-27 13:35:08


  ramses#show running-config
  Building configuration...
  Current configuration:
  !
  version 12.0
  service timestamps debug datetime msec
  service timestamps log datetime msec
  !
  hostname ramses
  !
  
  username sphinx password
  !-- password is case sensitive and should be the same on both sides
  
  !
  isdn switch-type basic-net3
  !
  !
  interface Loopback1
  ip address 1.1.1.1 255.255.255.255
  !
  interface Ethernet0
  ip address 10.48.74.45 255.255.254.0
  !
  interface Serial0
  backup delay 10 30
  backup interface Dialer1
  ip address 3.3.3.1 255.255.255.0
  no ip directed-broadcast
  clockrate 125000
  !
  interface BRI0
  no ip address
  no ip directed-broadcast
  encapsulation ppp
  dialer pool-member 2
  isdn switch-type basic-net3
  no cdp enable
  ppp authentication chap callin
  !
  interface Dialer1
  ip unnumbered Loopback1
  no ip directed-broadcast
  encapsulation ppp
  dialer remote-name sphinx
  dialer pool 2
  dialer string 5551000
  dialer-group 1
  ppp authentication chap callin
  !
  ip classless
  ip route 2.2.2.1 255.255.255.255 Dialer1
  ip route 2.2.2.1 255.255.255.255 Serial0
  no ip http server
  !
  dialer-list 1 protocol ip permit
  !
  line con 0
  exec-timeout 0 0
  transport input none
  line aux 0
  line vty 0 4
  exec-timeout 0 0
  password
  login
  !
  ntp server 10.200.20.134
  end
  
  sphinx ( 2520 Router)
  
  sphinx#show running-config
  Building configuration...
  
  Current configuration:
  !
  version 12.0
  service timestamps debug datetime msec
  service timestamps log datetime msec
  !
  hostname sphinx
  !
  !
  username ramses password
  !-- password is case sensitive and should be the same on both sides
  !
  isdn switch-type basic-net3
  interface Loopback1
  ip address 2.2.2.1 255.255.255.255
  !
  interface Serial0
  ip address 3.3.3.2 255.255.255.0
  !
  interface BRI0
  no ip address
  no ip directed-broadcast
  encapsulation ppp
  dialer pool-member 2
  isdn switch-type basic-net3
  no cdp enable
  ppp authentication chap callin
  !
  interface Dialer1
  ip unnumbered Loopback1
  no ip directed-broadcast
  encapsulation ppp
  dialer remote-name ramses
  dialer pool 2
  dialer-group 1
  ppp authentication chap
  !
  ip classless
  ip route 1.1.1.1 255.255.255.255 Serial0
  ip route 1.1.1.1 255.255.255.255 Dialer1 2
  
  dialer-list 1 protocol ip permit
  !
  line con 0
  exec-timeout 0 0
  transport input none
  line aux 0
  line vty 0 4
  !
  end
  
  
【责编:admin】

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

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