<?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: VRRP in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501968#M19903</link>
    <description>As I understand, when master switch goes down backup switch takes ower master's and then backup switch must reply requests to virtual ip.&lt;BR /&gt;I have the same problem like AndersO.&lt;BR /&gt;When master goes down state changes to master but it doesn't respond to virtual ip.&lt;BR /&gt;&lt;BR /&gt;There is my config:&lt;BR /&gt;&lt;BR /&gt;; J8697A Configuration Editor; Created on release #K.14.41&lt;BR /&gt;hostname "backup" &lt;BR /&gt;ip routing &lt;BR /&gt;vlan 76 &lt;BR /&gt;   name "VLAN76" &lt;BR /&gt;   ip address 192.168.76.3 255.255.255.0 &lt;BR /&gt;   tagged A24 &lt;BR /&gt;   exit &lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 76&lt;BR /&gt;   vrrp vrid 76&lt;BR /&gt;      backup&lt;BR /&gt;      virtual-ip-address 192.168.76.1 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;; J8697A Configuration Editor; Created on release #K.14.41&lt;BR /&gt;hostname "master" &lt;BR /&gt;ip routing &lt;BR /&gt;vlan 76 &lt;BR /&gt;   name "VLAN76" &lt;BR /&gt;   ip address 192.168.76.1 255.255.255.0 &lt;BR /&gt;   tagged A24 &lt;BR /&gt;   exit &lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 76&lt;BR /&gt;   vrrp vrid 76&lt;BR /&gt;      owner&lt;BR /&gt;      virtual-ip-address 192.168.76.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;</description>
    <pubDate>Mon, 21 Dec 2009 21:56:23 GMT</pubDate>
    <dc:creator>Julius Mikenas</dc:creator>
    <dc:date>2009-12-21T21:56:23Z</dc:date>
    <item>
      <title>VRRP</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501963#M19898</link>
      <description>&lt;!--!*#--&gt;Hi, Im doing vrrp on 2 5406'ers (r1-master, r2-backup) in a basic setup. But it is not working as expected.&lt;BR /&gt;Initial setup works fine, and when i kill the master, the backup comes up as master fine. &lt;BR /&gt;&lt;BR /&gt;However, it doesn't seem to route, and furthermore the routing table in r2 shows that the virtual ip is blackholed and it doesn't route. Upon reconnect of r1, it fails back and starts routing fine again.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Here is some of the conf&lt;BR /&gt;r1-master:&lt;BR /&gt;vlan 249&lt;BR /&gt;   name "100001"&lt;BR /&gt;   ip address 10.32.249.1 255.255.255.0&lt;BR /&gt;   tagged Trk4&lt;BR /&gt;   vrrp vrid 1&lt;BR /&gt;      backup&lt;BR /&gt;      virtual-ip-address 10.32.249.1 255.255.255.0&lt;BR /&gt;      enable&lt;BR /&gt;      exit&lt;BR /&gt;   exit&lt;BR /&gt;&lt;BR /&gt;r2-backup:&lt;BR /&gt;vlan 249&lt;BR /&gt;   name "100001"&lt;BR /&gt;   ip address 10.32.249.2 255.255.255.0&lt;BR /&gt;   tagged Trk4&lt;BR /&gt;   vrrp vrid 1&lt;BR /&gt;      backup&lt;BR /&gt;      virtual-ip-address 10.32.249.2 255.255.255.0&lt;BR /&gt;      enable&lt;BR /&gt;      exit&lt;BR /&gt;   exit</description>
      <pubDate>Wed, 23 Sep 2009 08:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501963#M19898</guid>
      <dc:creator>AndersO</dc:creator>
      <dc:date>2009-09-23T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501964#M19899</link>
      <description>&lt;!--!*#--&gt;Sure it won't work :)&lt;BR /&gt;&lt;BR /&gt;Try this&lt;BR /&gt;&lt;BR /&gt;r1-master:&lt;BR /&gt;vlan 249&lt;BR /&gt;   vrrp vrid 1&lt;BR /&gt;      owner&lt;BR /&gt;      virtual-ip-address 10.32.249.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;&lt;BR /&gt;&lt;BR /&gt;r2-backup:&lt;BR /&gt;vlan 249&lt;BR /&gt;   vrrp vrid 1&lt;BR /&gt;      backup&lt;BR /&gt;      virtual-ip-address 10.32.249.1 255.255.255.0&lt;BR /&gt;      enable&lt;BR /&gt;      exit&lt;BR /&gt;   exit</description>
      <pubDate>Wed, 23 Sep 2009 11:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501964#M19899</guid>
      <dc:creator>GhostDog</dc:creator>
      <dc:date>2009-09-23T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501965#M19900</link>
      <description>&lt;!--!*#--&gt;Oh, sorry. I already have configured the same 10.32.249.1 on both switches. The backup-&amp;gt;master switch when the owner goes down works fine.&lt;BR /&gt;Still very confused as to why the routing table says blackhole for the vlan?&lt;BR /&gt;&lt;BR /&gt;  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.&lt;BR /&gt;  ------------------ --------------- ---- --------- ---------- ---------- -----&lt;BR /&gt;  0.0.0.0/0          10.12.0.10      9    static               1          1&lt;BR /&gt;  10.32.249.1/32     blackhole            static               1          1&lt;BR /&gt;  127.0.0.0/8        reject               static               0          0&lt;BR /&gt;  127.0.0.1/32       lo0                  connected            1          0&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Sep 2009 11:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501965#M19900</guid>
      <dc:creator>AndersO</dc:creator>
      <dc:date>2009-09-23T11:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501966#M19901</link>
      <description>It's OK. It means that backup router owns master's ip and any trafic destined to the master itself must be discarded. That doesn't concerns routed trafic.</description>
      <pubDate>Wed, 23 Sep 2009 12:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501966#M19901</guid>
      <dc:creator>GhostDog</dc:creator>
      <dc:date>2009-09-23T12:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501967#M19902</link>
      <description>Ok thanks. Then I need to look elsewhere for the reason that it doesn't route.</description>
      <pubDate>Wed, 23 Sep 2009 12:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501967#M19902</guid>
      <dc:creator>AndersO</dc:creator>
      <dc:date>2009-09-23T12:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: VRRP</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501968#M19903</link>
      <description>As I understand, when master switch goes down backup switch takes ower master's and then backup switch must reply requests to virtual ip.&lt;BR /&gt;I have the same problem like AndersO.&lt;BR /&gt;When master goes down state changes to master but it doesn't respond to virtual ip.&lt;BR /&gt;&lt;BR /&gt;There is my config:&lt;BR /&gt;&lt;BR /&gt;; J8697A Configuration Editor; Created on release #K.14.41&lt;BR /&gt;hostname "backup" &lt;BR /&gt;ip routing &lt;BR /&gt;vlan 76 &lt;BR /&gt;   name "VLAN76" &lt;BR /&gt;   ip address 192.168.76.3 255.255.255.0 &lt;BR /&gt;   tagged A24 &lt;BR /&gt;   exit &lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 76&lt;BR /&gt;   vrrp vrid 76&lt;BR /&gt;      backup&lt;BR /&gt;      virtual-ip-address 192.168.76.1 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;; J8697A Configuration Editor; Created on release #K.14.41&lt;BR /&gt;hostname "master" &lt;BR /&gt;ip routing &lt;BR /&gt;vlan 76 &lt;BR /&gt;   name "VLAN76" &lt;BR /&gt;   ip address 192.168.76.1 255.255.255.0 &lt;BR /&gt;   tagged A24 &lt;BR /&gt;   exit &lt;BR /&gt;router vrrp&lt;BR /&gt;vlan 76&lt;BR /&gt;   vrrp vrid 76&lt;BR /&gt;      owner&lt;BR /&gt;      virtual-ip-address 192.168.76.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;</description>
      <pubDate>Mon, 21 Dec 2009 21:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp/m-p/4501968#M19903</guid>
      <dc:creator>Julius Mikenas</dc:creator>
      <dc:date>2009-12-21T21:56:23Z</dc:date>
    </item>
  </channel>
</rss>

