300-320 · Question #10
Which protocol should be run on the LAN side of two edge routers (that are terminating primary and backup WAN circuits) to provide quick failover in case of primary WAN circuit failure?
The correct answer is C. VRRP. VRRP should be deployed on the LAN side of dual WAN edge routers to provide a redundant default gateway that fails over quickly when the primary WAN circuit goes down.
Question
Which protocol should be run on the LAN side of two edge routers (that are terminating primary and backup WAN circuits) to provide quick failover in case of primary WAN circuit failure?
Options
- AVTP
- BSTP
- CVRRP
- DRIP
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C79% (26)
- D12% (4)
Why each option
VRRP should be deployed on the LAN side of dual WAN edge routers to provide a redundant default gateway that fails over quickly when the primary WAN circuit goes down.
VTP (VLAN Trunking Protocol) manages VLAN configuration across switches and has no role in WAN failover or gateway redundancy.
STP (Spanning Tree Protocol) prevents Layer 2 loops in switched networks and does not provide IP gateway redundancy or WAN failover capability.
VRRP (Virtual Router Redundancy Protocol) creates a virtual IP address shared between two edge routers, with one acting as the Master and the other as Backup. When the primary WAN circuit fails, the backup router can be configured to preempt and become Master, providing LAN hosts with uninterrupted default gateway reachability. This failover is driven by tracking the WAN interface state, enabling fast, automatic switchover without requiring any reconfiguration on LAN hosts.
RIP is a distance-vector routing protocol used for route exchange between routers; it does not provide first-hop redundancy for LAN hosts or quick gateway failover.
Concept tested: VRRP first-hop redundancy WAN failover
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp_fhrp/configuration/xe-16/fhp-xe-16-book/fhp-vrrp.html
Topics
Community Discussion
No community discussion yet for this question.