请教个双路由双链路冗余的问题!

发布于 2022-09-09 17:49:45 字数 512 浏览 30 评论 8

有两台CISCO 1841,两条专线。现在要当图中的电信专线断开的时候可以自动切换到联通专线上,请问有没有什么办法?谢谢!

绘图1.JPG (13.38 KB, 下载次数: 13)

下载附件

2010-11-29 16:17 上传

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

孤凫 2022-09-12 06:30:01

我问他要2台的,他给我打了5折。我当然也给他打5折了。

无畏 2022-09-12 06:20:57

interface Serial0/0/0
description DDN from S to Z
bandwidth 2048
ip address 172.20.15.5 255.255.255.252
ip virtual-reassembly
encapsulation ppp
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 172.20.15.6
!
suzhouboy 发表于 2010-11-29 16:27

靠,
你把ip route 0.0.0.0 0.0.0.0 172.20.15.6
改成ip route Serial0/0/0就行了。
两台1841都改。

另:哥们儿,你那个f0/1似乎没什么用吧?不用的接口配置清零,否则有你吃亏的时候。

又:斑竹你太不负责了,这小毛病你都不给好好瞧。

彡翼 2022-09-12 06:07:11

快起来,别做梦了,小心尿床。

一曲爱恨情仇 2022-09-12 05:14:37

回复 5# ssffzz1

    听我忽悠可以长寿。

寻鱼水之欢 2022-09-11 19:12:00

换J的最高端最保险。八字没一撇就开始换设备了,用户不骂你?

漫雪独思 2022-09-11 16:14:11

回复 1# suzhouboy

    换两台1841路由器为一台juniper ssg 20 估计够用了.

瀟灑尐姊 2022-09-11 14:31:04

Building configuration...

Current configuration : 1514 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Dianxin1841
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$dBI7$/Uz.0ct/zROojURgtyf6o0
!
no aaa new-model
ip cef
!
!
!
!
no ip domain lookup
multilink bundle-name authenticated
!
!
username cisco privilege 15 password 0 cisco1
username winscom password 0 winscom
username 123 privilege 15 password 0 123
archive
log config
  hidekeys
!
!
!
!
!
!
interface FastEthernet0/0
description dianxin1841 lan port
ip address 172.16.2.253 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
standby 1 ip 172.16.2.254
standby 1 priority 110
standby 1 preempt
standby 1 track Serial0/0/0
!
interface FastEthernet0/1
ip address 172.10.15.254 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
description DDN from S to Z
bandwidth 2048
ip address 172.20.15.5 255.255.255.252
ip virtual-reassembly
encapsulation ppp
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 172.20.15.6
!
!
ip http server
ip http authentication local
ip http timeout-policy idle 600 life 6400 requests 2
ip nat inside source list 1 interface Serial0/0/0 overload
ip nat inside source static tcp 172.16.2.2 8080 172.20.15.201 8080 extendable
!
access-list 1 permit 0.0.0.0
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
privilege level 15
password cisco
login local
transport input telnet
!
scheduler allocate 20000 1000
end

若相惜即相离 2022-09-11 05:36:36

哦。上2台1841的配置我看下。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文