<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuring Redundancy on Layer 3 switches with multiple VLANs in Switching</title>
    <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736626#M534829</link>
    <description>&lt;P&gt;I am with&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325977"&gt;@Joseph W. Doherty&lt;/a&gt;&amp;nbsp; option here,&amp;nbsp;&lt;BR /&gt;first run PVST&amp;nbsp;&lt;BR /&gt;second run&amp;nbsp; HSRP group&amp;nbsp;&lt;BR /&gt;Group-A R1 is active for VLAN X&amp;nbsp;&lt;BR /&gt;Group-B R2 is active for VLAN Y&amp;nbsp;&lt;BR /&gt;Group-A R3 is standby for VLAN X&lt;BR /&gt;Group-B R4 is standby for VLAN Y&lt;BR /&gt;&lt;BR /&gt;this give you two active route (different VLAN) and two standby Router.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Dec 2022 18:16:13 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2022-12-11T18:16:13Z</dc:date>
    <item>
      <title>Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736325#M534795</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;I am looking for some advice on how to configure a redundancy Protocol on Packet tracer for my network and any help is greatly appreciated!&lt;/P&gt;&lt;P&gt;I have been tasked with creating a redundant network which operates between 2 buildings. I have chosen to use layer 3 switches with a trunk connection between, mainly for the convenience of inter-VLAN routing. There are two layer 3 switches within each building with the intent of one being standby and one being active (mirrored within both buildings).&lt;/P&gt;&lt;P&gt;Within the topology the top two layer 3 switches will be active and the two underneath will be standby.&lt;/P&gt;&lt;P&gt;From what I have found HSRP only enables one active device at a time which leads me to think that using this protocol wouldn't work unless there was a way to 'separate' the buildings from the perspective of the protocols.&lt;/P&gt;&lt;P&gt;Does anyone have any ideas on the best way to implement redundancy while accounting for the inter-VLAN requirements between buildings?&lt;/P&gt;&lt;P&gt;Also to note that I need to consider redundancy between the routers, both routers are active severing their side of the building but if one router goes down, the end devices will be required to get to the router within the other building.&lt;/P&gt;&lt;P&gt;Happy to share further information,&lt;/P&gt;&lt;P&gt;Thank you, Ella&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Dec 2022 17:55:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736325#M534795</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-10T17:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736597#M534822</link>
      <description>&lt;P&gt;There are a few different ways you could approach this problem....An option you might consider is using the Virtual Router Redundancy Protocol (VRRP) instead of HSRP. VRRP is similar to HSRP, but it provides some additional features and flexibility. For example, VRRP allows you to create a virtual IP address and virtual MAC address that represents a group of routers, rather than just two routers like HSRP. This can be useful if you want to provide redundancy for multiple routers within a building, or if you want to use multiple active routers to distribute traffic among them.&lt;/P&gt;
&lt;P&gt;To configure VRRP on your Cisco switches, you would follow a similar process as with HSRP. First, you would enable the VRRP feature using the "feature vrrp" command. Then, you would create a VRRP group for each VLAN that you want to provide redundancy for. For example, if you have VLANs 10 and 20 in each building, you would create two VRRP groups, one for each VLAN.&lt;/P&gt;
&lt;P&gt;Here's an example of how you might configure VRRP for VLAN 10 in Building 1:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;interface Vlan10
   ip address 10.10.10.1/24
   vrrp 10
      preempt
      priority 110
      ip 10.10.10.100
      authentication md5 key-string password
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 15:55:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736597#M534822</guid>
      <dc:creator>MaxShantar</dc:creator>
      <dc:date>2022-12-11T15:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736601#M534823</link>
      <description>&lt;P&gt;Thank you for your reply Max, that's really helpful,&lt;/P&gt;&lt;P&gt;In order to have multiple active layer 3 switches at the same time, is there a command to allow this? Or would it automatically work if I set the same priority for the vlan groups on both active switches?&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 16:20:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736601#M534823</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-11T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736606#M534825</link>
      <description>&lt;P&gt;". . .&amp;nbsp;&lt;SPAN&gt;rather than just two routers like HSRP.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;I thought you could have more than two routers within a HSRP group.&amp;nbsp; Not so?&amp;nbsp; Or are you referring to having multiple HSRP groups within the same L2 domain?&amp;nbsp; (I recall having done both with HSRP - however, possibly PT, as often the case, doesn't support this "real world" feature.)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;. . . if you want to use multiple active routers to distribute traffic among them.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;You're talking about multiple virtual gateways (within same network), with clients in the same L2 domain, configured to use them?&amp;nbsp; Yea, that's doable (at least "real world", with both VRRP and HSRP (I thought, or perhaps only with HSRPv2?), this is usually a maintenance headache, though.&amp;nbsp; Much, much nicer is Cisco's GLBP configured to use multiple active gateways (possibly not supported in PT).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, to OP, if you do have multiple VLANs, going to same devices, a variant of what&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1366442"&gt;@MaxShantar&lt;/a&gt;&amp;nbsp;suggests if having different active gateways (i.e. across your devices) per VLAN.&amp;nbsp; Doing this, all the hosts on each VLAN use just one virtual gateway IP, but you can load share across your VLANs.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 17:18:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736606#M534825</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-11T17:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736613#M534827</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;I have been tasked with creating a redundant network which operates between 2 buildings.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;That can entail much, much more than "&lt;SPAN&gt;configure a redundancy Protocol" (i.e. a FHRP?, e.g. HSRP, VRRP, GLBP).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Since you're using L3 switches, why are you not routing between the buildings?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, how much redundancy are you really trying to achieve?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 17:40:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736613#M534827</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-11T17:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736620#M534828</link>
      <description>&lt;P&gt;Hey Joesph,&lt;/P&gt;&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;For now I'm seeing having a redundancy protocol in place as somewhat of a first step, but I am struggling to know which protocol is most suitable for what I am trying to achieve. HSRP, VRRP and GLBP are certainly all options I am looking into configuring. The level of redundancy I'm looking for is to have 2 devices operating as active and 2 as standby for a failure scenario, to allow the buildings to still communicate.&lt;/P&gt;&lt;P&gt;Routing was my original plan but I faced issues with inter-VLAN routing and unfortunately couldn't get it working, my main issue was being able to ping end-devices within the different buildings due to being in the same subnet. For example if PC1 was in VLAN10 and PC2 was also in VLAN10 (same subnet) but in the other building, having static routes in both directions to the same network wasn't viable and I couldn't find a solution, so decided to use a trunk across.&lt;/P&gt;&lt;P&gt;I'm quite new to networking so there may have been a solution I'm not aware of but found configuring a trunk to be something which worked.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 17:59:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736620#M534828</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-11T17:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736626#M534829</link>
      <description>&lt;P&gt;I am with&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325977"&gt;@Joseph W. Doherty&lt;/a&gt;&amp;nbsp; option here,&amp;nbsp;&lt;BR /&gt;first run PVST&amp;nbsp;&lt;BR /&gt;second run&amp;nbsp; HSRP group&amp;nbsp;&lt;BR /&gt;Group-A R1 is active for VLAN X&amp;nbsp;&lt;BR /&gt;Group-B R2 is active for VLAN Y&amp;nbsp;&lt;BR /&gt;Group-A R3 is standby for VLAN X&lt;BR /&gt;Group-B R4 is standby for VLAN Y&lt;BR /&gt;&lt;BR /&gt;this give you two active route (different VLAN) and two standby Router.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 18:16:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736626#M534829</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-12-11T18:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736679#M534834</link>
      <description>&lt;P&gt;For starters, keep in mind PT often does not offer all the features of the "real" devices.&amp;nbsp; I.e. there are multiple ways we might accomplish your goal, but we may be limited by what PT supports.&lt;/P&gt;
&lt;P&gt;From your OP and your post to me, sound like your redundancy requirement is for your local network's gateway.&lt;/P&gt;
&lt;P&gt;Unclear why you want to extend VLAN host usage across building when using L3 switches (beyond noting you could not get inter-VLAN routing to work).&lt;/P&gt;
&lt;P&gt;Well, if you are going to extend VLANs between buildings, you only need two (yes, just two) L3 switches as you can replace one pair of L2 switches with a pair of L2 switches.&amp;nbsp; (You could also use just a pair of routers, in lieu of the pair of L3 switches.)&lt;/P&gt;
&lt;P&gt;With just a pair of L3 devices (and the extra two L2 switches), both L3 devices can be in either building, or one each per building.&lt;/P&gt;
&lt;P&gt;With a L3 device per building, good practice would be to not haves same VLAN hosts in more than one building.&lt;/P&gt;
&lt;P&gt;Your topology might look like:&lt;/P&gt;
&lt;P&gt;B1L3 &amp;lt;routed&amp;gt;B2L3&lt;BR /&gt;|trunk|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |trunk|&lt;BR /&gt;B1L2 &amp;lt;trunk &amp;gt;B2L2&lt;/P&gt;
&lt;P&gt;V10 B1&lt;BR /&gt;V20 B2&lt;/P&gt;
&lt;P&gt;Given the above, any ideas how to configure? (NB: As you're learning, I just don't want to provide a solution. I want to work with you finding the solution.)&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2022 22:54:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736679#M534834</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-11T22:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736843#M534840</link>
      <description>&lt;P&gt;&lt;SPAN&gt;'Unclear why you want to extend VLAN host usage across building when using L3 switches' - From what I found using SVI's was somewhat the 'nicest' option to use to enable the inter-VLAN routing. Fibre connections were also required so after being unable to configure the routers I had prior to enable this, I extended the trunk across the L3 Switches.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Due to the limitations of PT, I was unable to use a L2 switch connecting the 2 buildings as I couldn't&amp;nbsp;see a L2 switch with fibre modules, so I know having 4, L3 switches which trunk may seem a bit excessive but with that small&amp;nbsp;&lt;/SPAN&gt;caveat and the fact I couldn't seem to manipulate the routers I went for that option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'With a L3 device per building, good practice would be to not haves same VLAN hosts in more than one building' -&amp;nbsp; Originally I was told where the end devices had to be located within the buildings, which is why I was faced with the challenges, but upon reflection I will suggest they relocate some devices so that members of the same VLAN are within the same building.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If all members of the VLANs are within the same building I would assume I would be able to use static routes on the L3 switches and route the packets across L3 ports instead?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so it would look like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B1L3 &amp;lt;routed&amp;gt;B2L3&lt;BR /&gt;|trunk|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |trunk|&lt;BR /&gt;B1L3 &amp;lt;routed &amp;gt;B2L3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suppose going back to redundancy, is having 4 L3 devices suitable in your opinion? The main reason to have 2 in each building is so that if one happened to go down, some devices that need to communicate across buildings can.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Again, thank you for you help and advice&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325977"&gt;@Joseph W. Doherty&lt;/a&gt;&amp;nbsp;its really appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 09:07:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4736843#M534840</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-12T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737212#M534852</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;From what I found using SVI's was somewhat the 'nicest' option to use to enable the inter-VLAN routing.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Laugh - guess it depends on what defines "nicest".&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Fibre connections were also required so after being unable to configure the routers I had prior to enable this, I extended the trunk across the L3 Switches.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Due to the limitations of PT, I was unable to use a L2 switch connecting the 2 buildings as I couldn't&amp;nbsp;see a L2 switch with fibre modules . . .&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;What version of PT are you using?&amp;nbsp; (I'm running the latest [?] PT and it appears to have routers and switches that support fiber.)&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;If all members of the VLANs are within the same building I would assume I would be able to use static routes on the L3 switches and route the packets across L3 ports instead?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Yes, or use a dynamic routing protocol.&lt;/P&gt;
&lt;P&gt;BTW, with VLANs per building (and L3 between buildings), you can "reuse" the same VLAN numbers in the different buildings too.&amp;nbsp; (Some might use the same VLAN number to denote the same VLAN purpose per building, e.g. VLAN 10, user data VLAN; or a VLAN number that represents purpose and building, e.g. building 1, user data VLAN 110, building 2, user data VLAN 210, etc.)&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;I suppose going back to redundancy, is having 4 L3 devices suitable in your opinion?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;It can be.&amp;nbsp; What I suggested, i.e. just two routers and two switches, would usually be less expensive than 4 L3 switches, and it would show how to both VLAN and/or route between buildings.&amp;nbsp; However, using just two L3 devices requires L2 between buildings.&lt;/P&gt;
&lt;P&gt;With four L3 switches, you can also do:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|trunk|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |trunk|&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And you could avoid any explicit routing configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, a variation of what I suggested earlier could be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;BR /&gt;|trunk|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |trunk|&lt;BR /&gt;B1L2 &amp;lt;trunk&amp;gt;B2L2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Chose one of the four, and we can pursue how to configure.&amp;nbsp; I.e. you propose how to configure.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:20:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737212#M534852</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-12T16:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737236#M534853</link>
      <description>&lt;P&gt;Haha maybe nicest wasn't the best word!&lt;/P&gt;&lt;P&gt;Unfortunately I'm using a work laptop at the PT software is limited to 8.1.1 (very frustrating)&lt;/P&gt;&lt;P&gt;I'm not normally one to shy away from routing but I feel as though sticking with:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|trunk|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |trunk|&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is going to be the most viable option with the tools I've got and where the end-devices are currently situated, as long as there are no caveats to longer spanning trunks which I'm not aware of! Luckily there is no budget to abide by in the exercise given also (phew) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I'm thinking as there are multiple VLANs on each switch, each SVI will need a standby IP going down the HSRP route. Initially I feel the configuration would look like:&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan10&lt;/P&gt;&lt;P&gt;mac-address 0001.97d0.2201&lt;/P&gt;&lt;P&gt;ip address 172.16.0.30 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 10 ip 172.16.0.28&lt;/P&gt;&lt;P&gt;standby 10 priority .....&lt;/P&gt;&lt;P&gt;standby 10 preempt&lt;/P&gt;&lt;P&gt;I would assume all L3 Switches would have the same standby IP for each VLAN? This standby IP would then become the default gateway for end-devices instead of a gateway of the SVI?&lt;/P&gt;&lt;P&gt;I suppose my main query is going to be, how is it possible to have one active switch and one standby in each building, is there a way to separate the switches into groups?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:42:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737236#M534853</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-12T16:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737266#M534854</link>
      <description>&lt;P&gt;You shouldn't (usually/normally) need to configure interface MACs.&lt;/P&gt;
&lt;P&gt;Let's suppose we have VLAN 10 usage in building 1 and VLAN 20 usage in building 2.&lt;/P&gt;
&lt;P&gt;For VLAN 10, decide what the virtual gateway IP will be (often the first or last host IP of the network address block).&lt;/P&gt;
&lt;P&gt;Ditto for VLAN 20.&lt;/P&gt;
&lt;P&gt;Using HSRP, the "standby # IP" will be the (virtual) gateway IP which all the network hosts will use.&lt;/P&gt;
&lt;P&gt;For our purposes, unless you have a need for it, likely no need to configure other HSRP options.&lt;/P&gt;
&lt;P&gt;Each SVI on each VLAN will have its own "real" (and unique) host IP out of that VLAN's address block.&lt;/P&gt;
&lt;P&gt;You've correctly configured, in your last posting, HSRP on an SVI.&lt;/P&gt;
&lt;P&gt;So, how many SVIs do you need to define, and what devices do you need to define them on?&lt;/P&gt;
&lt;P&gt;For the SVIs, how many need HSRP, and what device SVI need what HSRP config.&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;I would assume all L3 Switches would have the same standby IP for each VLAN?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Correct.&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;This standby IP would then become the default gateway for end-devices instead of a gateway of the SVI?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Correct.&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;I suppose my main query is going to be, how is it possible to have one active switch and one standby in each building, is there a way to separate the switches into groups?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;How possible?&amp;nbsp; Yes, that's your question, i.e. how.&amp;nbsp; (Hint: yes, can an active and standby in each building.)&lt;/P&gt;
&lt;P&gt;Separate (HSRP) groups?&amp;nbsp; Yes, possible, but do you yet understand how and where you need different groups?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 17:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737266#M534854</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-12T17:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737273#M534855</link>
      <description>&lt;P&gt;At current I've got 10 SVIs on each switch, as I have 10 VLANs overall. On each switch, the SVI for that particular VLAN has a different IP address from the VLAN address block i.e one switch has 172.16.0.44, another has 172.16.0.45, another has 172.16.0.46, all for VLAN 10. I have then replicated the same for each VLAN on all 4 switches. Now that I have typed out what I have done it seems slightly excessive, I suppose my main thinking was that if one switch went down then at least there were 3 other default-gateways for the devices to use, split across both buildings. Might be a better way to do that?&lt;/P&gt;&lt;P&gt;From what I have gathered, each SVI needs HSRP configured. Depending on if the switch was active or standby would dictate the priority that gets configured.&lt;/P&gt;&lt;P&gt;I do think my understanding is a bit fuzzy, from my current knowledge the only thing I can think of that dictates if a switch is active or standby is the priority. As I would like to have 2 active, if I gave these the same priority then the mac address to decide which single device is active. So unclear as to how I can have 2 active at once &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 17:29:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737273#M534855</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-12T17:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737278#M534856</link>
      <description>&lt;P&gt;I see the topology in your original post I will check.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 17:40:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737278#M534856</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-12-12T17:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737482#M534880</link>
      <description>&lt;P&gt;Since you chose the "trunk" between all your L3 switches, to avoid explicit routing configuring, yes all VLANs will need to be defined on all your switches, and every switch will need a SVI for each VLAN.&amp;nbsp; I.e. 10 VLANs times 4 switches, you'll have 40 SVIs.&amp;nbsp; (NB: if you did do explicit routing, your number of SVIs would likely half.)&lt;/P&gt;
&lt;P&gt;You need all these SVIs as you will only have implicit routing.&lt;/P&gt;
&lt;P&gt;Regarding virtual gateways, you only need two per VLAN.&amp;nbsp; You could define four per VLAN, but assuming VLAN usage is per building, the extra standbys don't provide any benefit.&amp;nbsp; I.e. your two virtual gateways will be on the two L3 switches in the building using those VLANs.&amp;nbsp; (If both L3 switches fail in the same building, the building VLANs will be lost - no path to the other building's L3 switches.)&lt;/P&gt;
&lt;P&gt;Yes, priority determines, when HSRP first comes up, which device becomes the active gateway.&amp;nbsp; The preempt option allows a higher priority gateway, as it comes on-line, after initial HSRP activation, to take over from an active gateway.&lt;/P&gt;
&lt;P&gt;For your purposes, you will only need to consider which device you want to be the active gateway, if you're trying to load share traffic and/or one of your L3 switches is more powerful than the other.&amp;nbsp; Otherwise, it shouldn't matter much (well beyond having active gateway also be the root for STP - due to not routing).&lt;/P&gt;
&lt;P&gt;With HSRP, in the later variant, you can have more than one active gateway, within the same VLAN (one of the places that HSRP group is important), but each uses its own virtual IP, which creates the issue how you manage host usage across different virtual gateway IPs.&amp;nbsp; (As note earlier, Cisco's GLBP can low share across devices using just one virtual IP, but HSRP cannot.)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 23:21:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737482#M534880</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-12T23:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737792#M534893</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Are the virtual gateways different to the SVI IP addresses?&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment the top left L3 switch is my root bridge and is also the switch which the end devices in B1 are using as its default-gateway with the SVI addresses. This is mirrored in B2 with the top right L3 switch being the root bridge and using SVIs as default gateways.&lt;/P&gt;&lt;P&gt;Would HSRP work on a per VLAN basis? So rather than having one active one standby per building (which is the way I was viewing it) would it be one active one standby per VLAN? and if so how would the L3 switches differentiate between which two are configured to be active and which two are configured to be standby?&lt;/P&gt;&lt;P&gt;Sorry for so many questions I'm just trying to get my head around how it will work!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 11:20:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737792#M534893</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-13T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737960#M534917</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;Are the virtual gateways different to the SVI IP addresses?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;For HSRP and GLBP, yes!&amp;nbsp; (For VRRP, it's a bit more complicated.)&lt;/P&gt;
&lt;P&gt;When using a FHRP, hosts use the virtual gateway IP.&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Would HSRP work on a per VLAN basis?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Yes, ditto for GLBP and VRRP.&amp;nbsp; (Remember, it's a virtual gateway IP, i.e. would an SVI IP be used on other SVIs?&amp;nbsp; No, neither for FHRP IPs.)&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;So rather than having one active one standby per building (which is the way I was viewing it) would it be one active one standby per VLAN?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Latter is correct, i.e. per VLAN.&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;and if so how would the L3 switches differentiate between which two are configured to be active and which two are configured to be standby?&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;In same VLAN?&amp;nbsp; Group number, and different/unique virtual IPs per VLAN.&amp;nbsp; (Doing this is a more "advanced" usage of using HSRP, allows virtual gateway IPs for load sharing [much as can be done with non-virtual IPs].&amp;nbsp; As Cisco's GLBP, much less need for this "advanced" HSRP feature [which, at one time, one only available on higher-end Cisco routers].)&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;Sorry for so many questions I'm just trying to get my head around how it will work!&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Nothing to apologize for; forums are about learning.&lt;/P&gt;
&lt;P&gt;I hadn't realized you thought a single HSRP virtual IP would be used across VLANs.&amp;nbsp; Thinking that, easy to understand some of your confusion.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:08:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737960#M534917</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-13T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737984#M534921</link>
      <description>&lt;P&gt;I see! Thank you,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|trunk|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |trunk|&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B1L3 &amp;lt;trunk&amp;gt;B2L3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using 2 VLANS as an example...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Would configuration look something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B1L3 (ACTIVE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;interface Vlan10&lt;/P&gt;&lt;P&gt;ip address 172.16.0.43 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 10 ip 172.16.0.42&lt;/P&gt;&lt;P&gt;standby 10 priority 150&lt;/P&gt;&lt;P&gt;standby 10 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan20&lt;/P&gt;&lt;P&gt;ip address 172.16.0.59 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 20 ip 172.16.0.58&lt;/P&gt;&lt;P&gt;standby 20 priority 150&lt;/P&gt;&lt;P&gt;standby 20 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B1L3 (STANDBY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;interface Vlan10&lt;/P&gt;&lt;P&gt;ip address 172.16.0.44 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 10 ip 172.16.0.42&lt;/P&gt;&lt;P&gt;standby 10 priority 100&lt;/P&gt;&lt;P&gt;standby 10 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan20&lt;/P&gt;&lt;P&gt;ip address 172.16.0.60 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 20 ip 172.16.0.58&lt;/P&gt;&lt;P&gt;standby 20 priority 100&lt;/P&gt;&lt;P&gt;standby 20 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B2L3 (ACTIVE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan10&lt;/P&gt;&lt;P&gt;ip address 172.16.0.45 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 10 ip 172.16.0.41&lt;/P&gt;&lt;P&gt;standby 10 priority 150&lt;/P&gt;&lt;P&gt;standby 10 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan20&lt;/P&gt;&lt;P&gt;ip address 172.16.0.61 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 20 ip 172.16.0.57&lt;/P&gt;&lt;P&gt;standby 20 priority 150&lt;/P&gt;&lt;P&gt;standby 20 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B2L3 (STANDBY)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan10&lt;/P&gt;&lt;P&gt;ip address 172.16.0.46 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 10 ip 172.16.0.41&lt;/P&gt;&lt;P&gt;standby 10 priority 100&lt;/P&gt;&lt;P&gt;standby 10 preempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan20&lt;/P&gt;&lt;P&gt;ip address 172.16.0.62 255.255.255.240&lt;/P&gt;&lt;P&gt;standby 20 ip 172.16.0.57&lt;/P&gt;&lt;P&gt;standby 20 priority 100&lt;/P&gt;&lt;P&gt;standby 20 preempt&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:34:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4737984#M534921</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-13T16:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4738012#M534923</link>
      <description>&lt;P&gt;You're getting close!&lt;/P&gt;
&lt;P&gt;The active is per VLAN - i.e. only one should have the highest priority.&lt;/P&gt;
&lt;P&gt;You can have all four L3 switches be members of the HSRP group (not needed, all of each VLAN's hosts are same building - we'll come back to that), but if you have more that two, and you want a particular router to be &lt;EM&gt;the&lt;/EM&gt;&amp;nbsp;standby, its priority would be less than the desired active, but greater than any other routers for that group.&amp;nbsp; It would also should have preempt (as would the preferred active).&lt;/P&gt;
&lt;P&gt;When you don't care about one HSRP member being better (or worst) than another you don't need to assign priority (which has a default value).&amp;nbsp; If you don't care that one HSRP member always trying to be better than what's currently the situation, as that HSRP joins an active group, you don't need to use preempt.&lt;/P&gt;
&lt;P&gt;In your topology, do you benefit from having more than two HSRP members?&amp;nbsp; &amp;nbsp;Try "what if".&lt;/P&gt;
&lt;P&gt;Consider (same) VLAN hosts can be in both building vs. all (same) VLAN hosts are only in one building.&lt;/P&gt;
&lt;P&gt;Then "fail" a L3 switch with currently active HSRP gateway.&amp;nbsp; Secondary takes over, all good (regardless), right?&amp;nbsp; Even regardless of VLAN hosts locations and/or which building secondary is in relative to the original active L3 switch, right?&lt;/P&gt;
&lt;P&gt;Then "fail" the L3 switch that was secondary, now active.&amp;nbsp; Again, assuming all VLAN hosts one building vs. two and/or the newly failed secondary in the same building or the other building.&amp;nbsp; What's good or bad now?&amp;nbsp; Do we benefit from having another HSRP member, in all situations, or just some?&amp;nbsp; If some situations do not need another (3rd) HSRP member, is that something we can "control"?&lt;/P&gt;
&lt;P&gt;If you can work out the prior "what ifs", you're well on you way toward designing networks that meet particular requirements.&lt;/P&gt;
&lt;P&gt;Below, I believe, would support VLAN 10 with its hosts only in building 1 and VLAN 20 with its hosts only in building 2.&amp;nbsp; Can you see why?&lt;/P&gt;
&lt;P&gt;B1L3 (ACTIVE)&lt;/P&gt;
&lt;P&gt;interface Vlan10&lt;BR /&gt;ip address 172.16.0.43 255.255.255.240&lt;BR /&gt;standby 10 ip 172.16.0.42&lt;BR /&gt;standby 10 priority 150&lt;BR /&gt;standby 10 preempt&lt;/P&gt;
&lt;P&gt;interface Vlan20&lt;BR /&gt;ip address 172.16.0.59 255.255.255.240&lt;/P&gt;
&lt;P&gt;B1L3 (STANDBY)&lt;/P&gt;
&lt;P&gt;interface Vlan10&lt;BR /&gt;ip address 172.16.0.44 255.255.255.240&lt;BR /&gt;standby 10 ip 172.16.0.42&lt;/P&gt;
&lt;P&gt;interface Vlan20&lt;BR /&gt;ip address 172.16.0.60 255.255.255.240&lt;/P&gt;
&lt;P&gt;B2L3 (ACTIVE)&lt;/P&gt;
&lt;P&gt;interface Vlan10&lt;BR /&gt;ip address 172.16.0.45 255.255.255.240&lt;/P&gt;
&lt;P&gt;interface Vlan20&lt;BR /&gt;ip address 172.16.0.61 255.255.255.240&lt;BR /&gt;standby 20 ip 172.16.0.57&lt;BR /&gt;standby 20 priority 150&lt;BR /&gt;standby 20 preempt&lt;/P&gt;
&lt;P&gt;B2L3 (STANDBY)&lt;/P&gt;
&lt;P&gt;interface Vlan10&lt;BR /&gt;ip address 172.16.0.46 255.255.255.240&lt;/P&gt;
&lt;P&gt;interface Vlan20&lt;BR /&gt;ip address 172.16.0.62 255.255.255.240&lt;BR /&gt;standby 20 ip 172.16.0.57&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 17:14:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4738012#M534923</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2022-12-13T17:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Redundancy on Layer 3 switches with multiple VLANs</title>
      <link>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4738043#M534926</link>
      <description>&lt;P&gt;Hmmm interesting,&lt;/P&gt;&lt;P&gt;When you say the active is per VLAN, are you referring to an active switch on a per VLAN basis? so a device that is active for VLAN 10 may be standby for VLAN 20 for example?&lt;/P&gt;&lt;P&gt;Also HSRP members, are they the devices themselves or the VLANs? If they are the devices then within my topology I would benefit from having two members due to the fact that that there needs to be two devices active at any one time for the network to function.&lt;/P&gt;&lt;P&gt;If VLANs were in the same building then I can see how two could be sufficient as you have configured the standby IPs for VLAN 10 with the priority for the active, then mirrored this to represent VLAN 20 on the other side. So that configuration certainly makes sense to me in terms how active and standby will be elected.&lt;/P&gt;&lt;P&gt;I think I start to get the wrong end of the stick when the VLANs are within the different buildings haha&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 18:46:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/configuring-redundancy-on-layer-3-switches-with-multiple-vlans/m-p/4738043#M534926</guid>
      <dc:creator>Ella M</dc:creator>
      <dc:date>2022-12-13T18:46:56Z</dc:date>
    </item>
  </channel>
</rss>

