Configuring Server Load Balancing
Configuration Examples
IPC-156
Cisco IOS IP Configuration Guide
Figure26 HSRP Example Network Topology
The configuration for Device A is as follows:
hostname Device A
interface GigabitEthernet 41
ip address 1.0.0.1 255.0.0.0
standby 1 ip 1.0.0.3
standby 1 preempt
standby 1 priority 110
standby 1 authentication denmark
standby 1 timers 5 15
standby 1 name Web-Group
interface FastEthernet 1
ip address 3.0.0.1 255.0.0.0
router eigrp 1
network 1.0.0.0
network 3.0.0.0
The configuration for Device B is as follows:
hostname Device B
interface GigabitEthernet 41
ip address 1.0.0.2 255.0.0.0
standby 1 ip 1.0.0.3
standby 1 preempt
standby 1 authentication denmark
Client
Gigabit Ethernet 41
1.0.0.1
Gigabit Ethernet 42
1.0.0.2
Fast Ethernet 1
3.0.0.1
Fast Ethernet 20
3.0.0.20
Device A active Device B standby
Fast Ethernet 20
2.0.0.20
Fast Ethernet 1
2.0.0.1
Virtual IP = 1.0.0.3
ISL between
devices
Virtual IP = 1.0.0.3
WWW server WWW server WWW server WWW server
Server farm = Public
HSRP group = Web_Group
Server farm = Public
HSRP group = Web_Group
33604