{"id":244,"date":"2014-07-07T22:56:08","date_gmt":"2014-07-07T22:56:08","guid":{"rendered":"https:\/\/learncisco.net\/index.php\/gateway-redundancy\/"},"modified":"2023-01-27T19:26:33","modified_gmt":"2023-01-27T12:26:33","slug":"gateway-redundancy","status":"publish","type":"page","link":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html","title":{"rendered":"Router Redundancy | Gateway Load Balancing"},"content":{"rendered":"

The need for default gateway redundancy<\/h2>\n

Let’s set up our problem here. Our PC has a default gateway address of 10.1.10.2. Folks, can you find out who the default gateway is for this PC? Looks to me like it’s router A.<\/p>\n

\"Gateway<\/p>\n

Yeah, I’m just going to type in an ipconfig, and I’m going to see default gateway: 10.1.10.2. Router A might have failed, my connectivity to router A could have failed as well. Router B looks like it could route for my traffic. But we’re pointing the client to that IP address and if it loses connectivity to that IP address, it can no longer ARP, short for Address Resolution Protocol, for it. And no one else is going to answer those ARP queries for the default gateway that the client can’t connect up to. So now, the end-user calls up your IT help desk, the Internet is down.<\/span><\/p>\n

No the Internet is not down. Now some of you might be saying right now, well I can configure multiple default gateways on my client. Yeah, operating system supports that. But how quickly will you fail over to the other default gateway? Depends. But a lot of times, it comes right down to the ARP process. I already know who I have to go to, it’s 10.1.10.2. I’m going to try it. I’m going to use it. Is it there? Well maybe, maybe not. We have a better solution for this. Let’s dive into the solution now.<\/span><\/p>\n

Instead of pointing our clients to the IP address of something that lives and breathes and is physical, we want to point it to the virtual and have multiple devices participate in the presentation of that virtual entity. So we’re going to have a virtual router and in fact, one of the names of the protocols that I mentioned: Virtual Router Redundancy Protocol – VRRP, it says it right there.<\/p>\n

\"Redundancy<\/p>\n

Now VRRP may not be my favorite technology and we are going to look at HSRP, short for Hot Standby Router Protocol, first but they all share the same basic idea. Point clients to the virtual and then have a group of devices that will answer the call of people ARPing for the virtual router, and clients that are forwarding to the virtual router MAC address. Guess what? We’re going to have a virtual router MAC address that both the routers involved here understand. And one of them, only one of them should be forwarding out traffic to that virtual MAC address.<\/p>\n

This is great, but what happens when a failure occurs? Well we will fail over.<\/p>\n

What do we mean by fail over? Well the other router that’s participating in this group will not forward that traffic out to the Internet. So have we made any adjustments on our PC here at all? No. We’re still pointing to the same virtual IP address, which means we still have the same virtual MAC address. But now it’s a different router that’s responsible for forwarding traffic. Clients are none the wiser. I send my traffic out, it arrives at the switch, off it goes to the correct default gateway and bye-bye, out to the Internet, out to the core, out to wherever it has to go.<\/p>\n","protected":false},"excerpt":{"rendered":"The need for default gateway redundancy Let’s set up our problem here. Our PC has a default gateway address of 10.1.10.2. Folks, can you find out who the default gateway is for this PC? Looks to me like it’s router A. Yeah, I’m just going to type in an ipconfig, and I’m going to see … Read more<\/a>","protected":false},"author":5,"featured_media":0,"parent":11,"menu_order":113,"comment_status":"closed","ping_status":"closed","template":"cisco-page.php","meta":{"_acf_changed":false,"footnotes":""},"acf":[],"yoast_head":"\nRouter Redundancy | Gateway Load Balancing - learncisco.net<\/title>\n<meta name=\"description\" content=\"This article explains router redundancy, and gateway load balancing. Which first is to find the default gateway address.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Router Redundancy | Gateway Load Balancing - learncisco.net\" \/>\n<meta property=\"og:description\" content=\"This article explains router redundancy, and gateway load balancing. Which first is to find the default gateway address.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html\" \/>\n<meta property=\"og:site_name\" content=\"learncisco.net\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-27T12:26:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html\",\"url\":\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html\",\"name\":\"Router Redundancy | Gateway Load Balancing - learncisco.net\",\"isPartOf\":{\"@id\":\"https:\/\/www.learncisco.net\/#website\"},\"datePublished\":\"2014-07-07T22:56:08+00:00\",\"dateModified\":\"2023-01-27T12:26:33+00:00\",\"description\":\"This article explains router redundancy, and gateway load balancing. Which first is to find the default gateway address.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.learncisco.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cisco Certification Courses\",\"item\":\"https:\/\/www.learncisco.net\/courses.html\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CCNA 200-301\",\"item\":\"https:\/\/www.learncisco.net\/courses\/cisco-ccna.html\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"EtherChannel and L3 Redundancy\",\"item\":\"https:\/\/www.learncisco.net\/courses\/cisco-ccna\/etherchannel-and-l3-redundancy.html\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Gateway Redundancy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.learncisco.net\/#website\",\"url\":\"https:\/\/www.learncisco.net\/\",\"name\":\"learncisco.net\",\"description\":\"Free online tests for the Cisco CCNA and CCNP exams. Test yourself with more than 4300 different questions.\",\"publisher\":{\"@id\":\"https:\/\/www.learncisco.net\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.learncisco.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.learncisco.net\/#organization\",\"name\":\"learncisco.net\",\"url\":\"https:\/\/www.learncisco.net\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png\",\"contentUrl\":\"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png\",\"width\":154,\"height\":24,\"caption\":\"learncisco.net\"},\"image\":{\"@id\":\"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Router Redundancy | Gateway Load Balancing - learncisco.net","description":"This article explains router redundancy, and gateway load balancing. Which first is to find the default gateway address.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html","og_locale":"en_US","og_type":"article","og_title":"Router Redundancy | Gateway Load Balancing - learncisco.net","og_description":"This article explains router redundancy, and gateway load balancing. Which first is to find the default gateway address.","og_url":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html","og_site_name":"learncisco.net","article_modified_time":"2023-01-27T12:26:33+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html","url":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html","name":"Router Redundancy | Gateway Load Balancing - learncisco.net","isPartOf":{"@id":"https:\/\/www.learncisco.net\/#website"},"datePublished":"2014-07-07T22:56:08+00:00","dateModified":"2023-01-27T12:26:33+00:00","description":"This article explains router redundancy, and gateway load balancing. Which first is to find the default gateway address.","breadcrumb":{"@id":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.learncisco.net\/courses\/icnd-2\/etherchannel-and-l3-redundancy\/gateway-redundancy.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.learncisco.net\/"},{"@type":"ListItem","position":2,"name":"Cisco Certification Courses","item":"https:\/\/www.learncisco.net\/courses.html"},{"@type":"ListItem","position":3,"name":"CCNA 200-301","item":"https:\/\/www.learncisco.net\/courses\/cisco-ccna.html"},{"@type":"ListItem","position":4,"name":"EtherChannel and L3 Redundancy","item":"https:\/\/www.learncisco.net\/courses\/cisco-ccna\/etherchannel-and-l3-redundancy.html"},{"@type":"ListItem","position":5,"name":"Gateway Redundancy"}]},{"@type":"WebSite","@id":"https:\/\/www.learncisco.net\/#website","url":"https:\/\/www.learncisco.net\/","name":"learncisco.net","description":"Free online tests for the Cisco CCNA and CCNP exams. Test yourself with more than 4300 different questions.","publisher":{"@id":"https:\/\/www.learncisco.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.learncisco.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.learncisco.net\/#organization","name":"learncisco.net","url":"https:\/\/www.learncisco.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/","url":"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png","contentUrl":"https:\/\/www.learncisco.net\/wp-content\/uploads\/2021\/12\/logo-1.png","width":154,"height":24,"caption":"learncisco.net"},"image":{"@id":"https:\/\/www.learncisco.net\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/244"}],"collection":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/comments?post=244"}],"version-history":[{"count":3,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/244\/revisions"}],"predecessor-version":[{"id":1146,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/244\/revisions\/1146"}],"up":[{"embeddable":true,"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/pages\/11"}],"wp:attachment":[{"href":"https:\/\/www.learncisco.net\/wp-json\/wp\/v2\/media?parent=244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}