مقدمة
إذا كان عندك أكثر من مسار في الشبكة من الطبقة الثالثة أو باﻷصح لديك أكثر من عبارة أفتراضية Default GateWay فيمكننا استخدام هذه المسارات بحيث تكون احتياطية أو تشارك في نقل البيانات وذلك باستخدام virtual IP address والذي يكون من مهام بروتوكولات FHRP

HSRP Configuration

SW1 configuration
interface G0/1
ip address 192.168.1.1 255.255.255.0
standby 1 ip 192.168.1.3 ( Virtual IP)
standby 1 priority 101 ( Assign priority above 100 to make this the primary Switch)
standby 1 preempt ( Switch active if it has higher priority)
SW2 configuration
interface G0/1
ip address 192.168.1.2 255.255.255.0
standby 1 ip 192.168.1.3 ( Virtual IP)
standby 1 preempt ( Switch active if it has higher priority)
وبروتوكول HSRP يدعم الـload balance ومشروح طريقة عمله للـload balance في اخر الفيديو :-