两个ISP服务商如何接入

来源:百度知道 编辑:UC知道 时间:2024/05/12 03:22:31
单位搞了两个宽带接入,一个是电信,一个是移动。如果用两个路由器肯定没问题,但这样肯定不如意。能不能让单位的局域网同时都能用两个接入,最好能造成宽带叠加。请高手指点。
兄弟,看不懂呀,能不能简单点呀

用route-map实现双ISP接入2007-06-14 15:06以下实验是从我前面发的实验中剥离出来的,希望对各位网友有所帮助

如拓扑所示,在实验室环境下,R5,R6,R7为CISCO2509路由器,和CISCO4000一起,一边模拟帧中继网络,一边用PPP chap认证,下面的局域网采用OSPF,均已配置成功,此来模拟两种不同的ISP接入,目前实验已经完成,成功的实现了线路冗余和负载均衡。

下面发下4000上的配置

r9#show run
Building configuration...

Current configuration : 1777 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r9
!
!
username r7 password 0 123
!
!
!
!
ip subnet-zero
!
!
!
!
!
!
interface Loopback0
ip address 9.9.9.9 255.255.255.0
!
interface Ethernet0
ip address 172.16.1.1 255.255.255.0
ip nat inside
media-type 10BaseT
!
interface Ethernet1
ip address 172.16.4.1 255.255.255.0
ip nat inside
media-type 10BaseT
!
interface Serial0