注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 利用手机和电池实现反地心..
 帮助

实验指南:HSRP


2007-04-22 22:43:55
 标签:HSRP 实验指南   [推送到技术圈]

版权声明:原创作品,谢绝转载!否则将追究法律责任。
实验指南
 
 
The workstations at Charlie Company are IP−based. They have static default gateways configured pointing to 25.100.61.3. Configure the network so that the workstations have uninterrupted access to headquarters_co, even upon failure of the charlie_1 or charlie_2 routers; charlie_1 should be the primary router.
 
If the charlie_1 or charlie_2 serial interface fails, ensure that the router is not the primary router.

Charlio_1
conf t
host Charlio_1
int s2/0
ip ad 25.100.10.2 255.255.255.0
encap f
no arp f
no frame inver
frame map ip 25.100.10.1 201 b
frame map ip 25.100.10.3 201 b
no shut
int f 0/0
ip ad 25.100.61.1 255.255.255.0
no shut
standby 1 ip 25.100.61.3
standby 1 priority 255
standby 1 preempt
standby 1 track s 2/0 160

router rip
ver 2
no au
net 25.0.0.0
exit
end

Charlio_2
conf t
host Charlio_2
int s 2/0
ip ad 25.100.10.2 255.255.255.0
encap f
no arp f
no frame inver
frame map ip 25.100.10.1 301 b
frame map ip 25.100.10.2 301 b
no shut
int f 0/0
ip ad 25.100.61.2 255.255.255.0
no shut
standby 1 ip 25.100.61.3
standby 1 preempt
standby 1 track s2/0

exit
router rip
ver 2
no au
net 25.0.0.0
exit

Headquarters_co
conf t
host Headquarters_co
int f 0/0
ip ad 25.100.6.1 255.255.255.0
no shut
int s2/0
ip ad 25.100.10.1 255.255.255.0
encap f
no arp f
no frame inver
frame map ip 25.100.10.2 102 b
frame map ip 25.100.10.3 103 b
no shut
router rip
ver 2
no au
net 25.0.0.0
exit
end

本文出自 “穿过地狱去看海” 博客,谢绝转载!





    文章评论
 
2007-04-23 21:24:47
顶起来他啦。。。

2007-08-15 21:42:24
  咋有些看不懂类。。。 能说明的更详细些不。。。

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: