实验指南
 
实验指南:HSRP_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