<?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 VRRP config in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199295#M29124</link>
    <description>HI all.&lt;BR /&gt;&lt;BR /&gt;I just read the VRRP chapter but one question reminds.&lt;BR /&gt;&lt;BR /&gt;Take a look at the Visio file. Once the Virtual address has been assigned to the switches, do I need to create a new VR ID for each VLAN to ensure the gateway redundancy of each device in those VLAN'S?&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
    <pubDate>Wed, 16 Sep 2009 17:33:30 GMT</pubDate>
    <dc:creator>Yan Henrichon</dc:creator>
    <dc:date>2009-09-16T17:33:30Z</dc:date>
    <item>
      <title>VRRP config</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199295#M29124</link>
      <description>HI all.&lt;BR /&gt;&lt;BR /&gt;I just read the VRRP chapter but one question reminds.&lt;BR /&gt;&lt;BR /&gt;Take a look at the Visio file. Once the Virtual address has been assigned to the switches, do I need to create a new VR ID for each VLAN to ensure the gateway redundancy of each device in those VLAN'S?&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Wed, 16 Sep 2009 17:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199295#M29124</guid>
      <dc:creator>Yan Henrichon</dc:creator>
      <dc:date>2009-09-16T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP config</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199296#M29125</link>
      <description>hi Yan&lt;BR /&gt;example vrrp config for you &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Core1 is MSTP ROOT for instance 1 that has Vlan1-2 and backup for Instance2 that has Vlan 3-4&lt;BR /&gt;&lt;BR /&gt;Core1 is VRRP owner for Vlan1-2 and Backup for Vlan 3-4&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Core1:&lt;BR /&gt;-----&lt;BR /&gt;hostname "Core1"&lt;BR /&gt;time timezone 240&lt;BR /&gt;console inactivity-timer 15&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;name "MAN"&lt;BR /&gt;ip address 10.1.1.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;name "ADMIN"&lt;BR /&gt;ip address 10.1.2.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;name "Guest"&lt;BR /&gt;ip address 10.1.3.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;name "WLAN"&lt;BR /&gt;ip address 10.1.4.1 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;ip dns server-address a.b.c.d&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 a.b.c.d&lt;BR /&gt;&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree config-name "IBT"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1-2&lt;BR /&gt;spanning-tree instance 1 priority 0&lt;BR /&gt;spanning-tree instance 2 vlan 3-4&lt;BR /&gt;spanning-tree instance 2 priority 1&lt;BR /&gt;spanning-tree priority 0&lt;BR /&gt;&lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 1&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.1.2 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.2.2 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.3.2 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.4.2 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Core2:&lt;BR /&gt;-----&lt;BR /&gt;hostname "Core2"&lt;BR /&gt;time timezone 240&lt;BR /&gt;console inactivity-timer 15&lt;BR /&gt;ip routing&lt;BR /&gt;&lt;BR /&gt;vlan 1&lt;BR /&gt;name "MAN"&lt;BR /&gt;ip address 10.1.1.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;name "ADMIN"&lt;BR /&gt;ip address 10.1.2.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;name "Guest"&lt;BR /&gt;ip address 10.1.3.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;name "WLAN"&lt;BR /&gt;ip address 10.1.4.2 255.255.255.0&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;ip dns server-address a.b.c.d&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 a.b.c.d&lt;BR /&gt;&lt;BR /&gt;spanning-tree&lt;BR /&gt;spanning-tree config-name "IBT"&lt;BR /&gt;spanning-tree config-revision 8&lt;BR /&gt;spanning-tree instance 1 vlan 1-2&lt;BR /&gt;spanning-tree instance 1 priority 1&lt;BR /&gt;spanning-tree instance 2 vlan 3-4&lt;BR /&gt;spanning-tree instance 2 priority 0&lt;BR /&gt;spanning-tree priority 1&lt;BR /&gt;&lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 1&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.1.1 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 2&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;backup&lt;BR /&gt;virtual-ip-address 10.1.2.1 255.255.255.0&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 3&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.3.1 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit&lt;BR /&gt;vlan 4&lt;BR /&gt;vrrp vrid 1&lt;BR /&gt;owner&lt;BR /&gt;virtual-ip-address 10.1.4.1 255.255.255.0&lt;BR /&gt;priority 255&lt;BR /&gt;enable&lt;BR /&gt;exit&lt;BR /&gt;exit</description>
      <pubDate>Thu, 17 Sep 2009 09:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199296#M29125</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-09-17T09:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP config</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199297#M29126</link>
      <description>Thank you Cenk.</description>
      <pubDate>Thu, 17 Sep 2009 17:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199297#M29126</guid>
      <dc:creator>Yan Henrichon</dc:creator>
      <dc:date>2009-09-17T17:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP config</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199298#M29127</link>
      <description>&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;</description>
      <pubDate>Sat, 19 Sep 2009 22:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-config/m-p/5199298#M29127</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2009-09-19T22:21:52Z</dc:date>
    </item>
  </channel>
</rss>

