Week 06 - First Hop Redundancy Protocol (FHRP), VRRP, GLBP)
Week 06 - First Hop Redundancy Protocol (FHRP), VRRP, GLBP)
12/9/22
2
Delivery Outline
CLO2
Implement Layer2/Layer3 redundancy and availability in a switched network.
Course Overview
5
Course Description
• CLO1
Describe requirements for a highly scalable network architecture.
• CLO2
Implement Layer2/Layer3 redundancy and availability in a switched network.
• CLO3
Analyze the need for multicast operation in enterprise networks.
• CLO4
Evaluate various tools and methods used in enabling network automation.
7
Assessment Strategy
• Quiz-1: 10%
• Week 5 – Theory quiz, covering CLO’s: 1,2
• Quiz-2: 10%
• Week 9 – Theory quiz, covering CLO’s: 2, 3
• Practical Assessment: 25%
• Week 12 – Test on practical activities, covered in CLO’s: 2, 3
• Project: 25%
• Week 14 – Practical Group Project assessed through group report and
individual presentations, covering CLO’s: ALL
• Written Exam (FWA): 30%
• Week 16 – Individual Exam, covering CLO’s: ALL
8
Recommended Reading
Objectives
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 10
First-Hop Redundancy Protocol
Network Resiliency/First Hop Redundancy Protocols
The figure shows the concept of adding resiliency
to the network. In both scenarios:
• Two devices (172.16.1.2 and 172.16.1.3) can be
the PC’s gateway.
• There are two resilient Layer 2 links that connect
SW6 to a switch that can connect the PC to either
gateway.
• A HSRP election selects the router with the highest priority (default is 100).
• In the event of a tie in priority, the router with the highest IP address for the network
segment is preferred.
• HSRP does not support preemption by default. If a router with a lower priority becomes
active, it stays active regardless if the superior router comes back online.
• The transition of the HSRP active to the standby is transparent to all hosts on the segment
because the MAC address moves with the virtual IP address.
• HSRP has two versions, HSRPv1 and HSRPv2.
First-Hop Redundancy Protocol
Configuring HSRP Virtual IP Address
The following steps show how to configure an HSRP virtual IP (VIP) gateway instance:
Step 1. Define the HSRP instance by using the command standby instance-id ip vip-
address.
Step 2. (Optional) Configure HSRP router preemption with the command standby instance-
id preempt.
Step 3. (Optional) Configure the HSRP priority by using the command standby instance-id
priority priority. The priority is a value between 0 and 255.
Step 4. (Optional) Configure the HSRP MAC address with the command standby instance-
id mac-address mac-address.
Step 5. (Optional) Define the HSRP timers by using the command standby instance-id
timers {seconds | msec milliseconds}. HSRP can poll in intervals of 1 to 254 seconds or 15
to 999 milliseconds
Step 6. (Optional) Establish HSRP authentication by using the command standby instance-
id authentication {text-password | text text-password | md5 {key-chain key-chain | key-
string key-string}}.
First-Hop Redundancy Protocol
HSRP Configuration and State
Virtual Router Redundancy Protocol (VRRP) is an industry standard protocol that operates
similarly to HSRP. However, the differences are as follows:
• The preferred active router controlling the VIP gateway is called the master router. All
other VRRP routers are known as backup routers.
• VRRP enables preemption by default.
• The MAC address of the VIP gateway uses the structure 0000.5e00.01xx, where xx
reflects the group ID in hex.
• VRRP uses the multicast address 224.0.0.18 for communication.