Lab 45. HSRP - Load Balancing

Jumat, 21 Februari 2014

Lab 45. HSRP - Load Balancing




Biasanya redundancy link back up akan aktif jika link utama fail, tujuan HSRP load balancing dengan membuat 2 ip virtual untuk dijadikan sebagai gateway bisa menggunakan 2 link berbeda..


IDN1

interface FastEthernet0/0
ip address 12.12.12.1 255.255.255.0
standby 1 ip 12.12.12.12
standby 1 preempt
standby 1 authentication md5 key-string cisco
!
interface FastEthernet0/1
ip address 13.13.13.1 255.255.255.0
!
router eigrp 1
network 0.0.0.0
no auto-summary


IDN2

interface FastEthernet0/0
ip address 12.12.12.2 255.255.255.0
standby 1 ip 12.12.12.12
standby 1 priority 110
standby 1 preempt
standby 1 authentication md5 key-string cisco
!
interface FastEthernet0/1
ip address 23.23.23.2 255.255.255.0
!
router eigrp 1
network 0.0.0.0
no auto-summary


IDN3

interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
ip address 13.13.13.3 255.255.255.0
!
interface FastEthernet0/1
ip address 23.23.23.3 255.255.255.0
!
router eigrp 1
network 0.0.0.0
no auto-summary


Tambahkan HSRP interfaces yang kedua dengan prioritas di IDN1 lebih tinggi..


IDN1

interface fastethernet 0/0
standby 2 ip 12.12.12.11
standby 2 priority 110
standby 2 preempt
standby 2 authentication md5 key-string cisco


IDN2


interface fastethernet 0/0
standby 2 ip 12.12.12.11
standby 2 preempt
standby 2 authentication md5 key-string cisco






IDN1 (12.12.12.11) dan IDN2 (12.12.12.12) aktif keduanya..

0 komentar :

Posting Komentar