<?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 matching access-list in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720196#M24691</link>
    <description>How did you test?&lt;BR /&gt;did you failover the vrrp-master?&lt;BR /&gt;&lt;BR /&gt;the master sends hello packets&lt;BR /&gt;After a master has been selected, the backup only receives and sends nothing.&lt;BR /&gt;So no counter will increment from that...</description>
    <pubDate>Fri, 03 Dec 2010 12:37:32 GMT</pubDate>
    <dc:creator>Pieter 't Hart</dc:creator>
    <dc:date>2010-12-03T12:37:32Z</dc:date>
    <item>
      <title>vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720186#M24681</link>
      <description>after the dhcp... :)&lt;BR /&gt;i have forgotten a very little particular before to put the deny any any in the bottom of the acl...the VRRP statement to permit the conversation of two 6200.&lt;BR /&gt;&lt;BR /&gt;I have experience with Cisco Hsrp, and the line I usually use is:&lt;BR /&gt;&lt;BR /&gt;permit udp x.x.x.x 0.0.0.255 host 224.0.0.2 eq 1985&lt;BR /&gt;&lt;BR /&gt;i suppose that the similar statement may be:&lt;BR /&gt;&lt;BR /&gt;permit udp x.x.x.x 0.0.0.255 host 224.0.0.18&lt;BR /&gt;&lt;BR /&gt;where 224.0.0.18 is the multicast address of the vrrp.&lt;BR /&gt;But with this configuration, i don't see the counter of the line grow up with the "sh statistics..." command, even if I apply this line in a VACL or in a RACL.&lt;BR /&gt;Any suggestion?</description>
      <pubDate>Wed, 01 Dec 2010 10:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720186#M24681</guid>
      <dc:creator>Mauro Furini</dc:creator>
      <dc:date>2010-12-01T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720187#M24682</link>
      <description>Hello Mauro,&lt;BR /&gt;&lt;BR /&gt;VRRP use its own ip protocol so you need an extended ACL specifying ip protocol "VRRP" or as number 112.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Antonio</description>
      <pubDate>Wed, 01 Dec 2010 13:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720187#M24682</guid>
      <dc:creator>Antonio Milanese</dc:creator>
      <dc:date>2010-12-01T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720188#M24683</link>
      <description>i tried this statement:&lt;BR /&gt;&lt;BR /&gt;permit ip x.x.x.x 0.0.0.255 224.0.0.18 0.0.0.0 &lt;BR /&gt;permit udp x.x.x.x 0.0.0.255 224.0.0.18 0.0.0.0 eq 112 &lt;BR /&gt;permit tcp x.x.x.x 0.0.0.255 224.0.0.18 0.0.0.0 eq 112 &lt;BR /&gt;permit udp x.x.x.x 0.0.0.255 224.0.0.18 0.0.0.0 &lt;BR /&gt;permit vrrp x.x.x.x 0.0.0.0 224.0.0.18 0.0.0.0 &lt;BR /&gt;permit vrrp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 &lt;BR /&gt;&lt;BR /&gt;UNSSUCESSFULLY :(</description>
      <pubDate>Wed, 01 Dec 2010 14:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720188#M24683</guid>
      <dc:creator>Mauro Furini</dc:creator>
      <dc:date>2010-12-01T14:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720189#M24684</link>
      <description>Hello,&lt;BR /&gt; &lt;BR /&gt;try to use a VACL:&lt;BR /&gt;&lt;BR /&gt;access-list 101 extended permit 112 any host 224.0.0.18&lt;BR /&gt;access-list 101 extended permit 112 any host 224.0.0.2 eq 8888&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the first should filter on ip protocol 112 that's the VRRP protocol number and  the second deals with VRRP-E (now i do not recall if HP is using that on your switches) that runs on UDP/8888 and use the multicast address of 224.0.0.2.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Antonio&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2010 15:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720189#M24684</guid>
      <dc:creator>Antonio Milanese</dc:creator>
      <dc:date>2010-12-01T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720190#M24685</link>
      <description>Thank's Antonio, I try immediately.&lt;BR /&gt;The first line is automatically changed in &lt;BR /&gt;&lt;BR /&gt;permit vrrp 0.0.0.0 255.255.255.255 224.0.0.18 0.0.0.0   and never hit in the counter&lt;BR /&gt;&lt;BR /&gt;In the second line i can't specify the port at the end of the statement and it will appear in this way:&lt;BR /&gt;&lt;BR /&gt;permit vrrp 0.0.0.0 255.255.255.255 224.0.0.2 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;and the counter never increase. &lt;BR /&gt;:(</description>
      <pubDate>Wed, 01 Dec 2010 16:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720190#M24685</guid>
      <dc:creator>Mauro Furini</dc:creator>
      <dc:date>2010-12-01T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720191#M24686</link>
      <description>disable the ACL and verify if VRRP is working at all.&lt;BR /&gt;&lt;BR /&gt;show vrrp (statistics).</description>
      <pubDate>Thu, 02 Dec 2010 10:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720191#M24686</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2010-12-02T10:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720192#M24687</link>
      <description>The exhibit is the same:&lt;BR /&gt;&lt;BR /&gt;CORE1&lt;BR /&gt;&lt;BR /&gt;  Vlan ID                  : 111         &lt;BR /&gt;  Virtual Router ID        : 111         &lt;BR /&gt;  State                    : Master      &lt;BR /&gt;  Up Time                  : 36 days   &lt;BR /&gt;  Virtual MAC Address      : 00005e-00016f&lt;BR /&gt;  Master's IP Address      : 10.9.130.6     &lt;BR /&gt;  Associated IP Addr Count : 1     Near Failovers            : 3         &lt;BR /&gt;  Advertise Pkts Rx        : 56         Become Master             : 11        &lt;BR /&gt;  Zero Priority Rx         : 0          Zero Priority Tx          : 0         &lt;BR /&gt;  Bad Length Pkts          : 0          Bad Type Pkts             : 0         &lt;BR /&gt;  Mismatched Interval Pkts : 0          Mismatched Addr List Pkts : 0         &lt;BR /&gt;  Mismatched IP TTL Pkts   : 0          Mismatched Auth Type Pkts : 0       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CORE2&lt;BR /&gt;&lt;BR /&gt;  Vlan ID                  : 111         &lt;BR /&gt;  Virtual Router ID        : 111         &lt;BR /&gt;  State                    : Backup      &lt;BR /&gt;  Up Time                  : 36 days   &lt;BR /&gt;  Virtual MAC Address      : 00005e-00016f&lt;BR /&gt;  Master's IP Address      : 10.9.130.6     &lt;BR /&gt;  Associated IP Addr Count : 1          Near Failovers            : 4         &lt;BR /&gt;  Advertise Pkts Rx        : 3176605    Become Master             : 15        &lt;BR /&gt;  Zero Priority Rx         : 0          Zero Priority Tx          : 0         &lt;BR /&gt;  Bad Length Pkts          : 0          Bad Type Pkts             : 0         &lt;BR /&gt;  Mismatched Interval Pkts : 0          Mismatched Addr List Pkts : 0         &lt;BR /&gt;  Mismatched IP TTL Pkts   : 0          Mismatched Auth Type Pkts : 0</description>
      <pubDate>Fri, 03 Dec 2010 08:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720192#M24687</guid>
      <dc:creator>Mauro Furini</dc:creator>
      <dc:date>2010-12-03T08:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720193#M24688</link>
      <description>On what point do you apply the ACL?&lt;BR /&gt;try the port that connects the 6200's, not the vlan interface.&lt;BR /&gt;You may need to reconfigure the ACL and apply it to the conencting interface (port not vlan).&lt;BR /&gt;&lt;BR /&gt;Beware: the packets do not "traverse" the 6200 (port-in =&amp;gt; port-out), but originate from the first 6200 and terminate at the other 6200 (first -&amp;gt; out-only; second -&amp;gt; in-only).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Dec 2010 08:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720193#M24688</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2010-12-03T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720194#M24689</link>
      <description>I can try, but it cannot be the final solutions, cause i need to filter every vlan.&lt;BR /&gt;&lt;BR /&gt;However i found a little (my) mystake. I applied the test acl only in the core1 switch, but not in the core2.&lt;BR /&gt;Tomorrow i applied correctly the acl in the second core switch in the vlan context, and it works great.&lt;BR /&gt;The statement is:&lt;BR /&gt;&lt;BR /&gt;permit vrrp x.x.x.x 0.0.0.255 224.0.0.18 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;The anomaly is that the same acl in the core1 switch doesn't work...how could?&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 03 Dec 2010 11:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720194#M24689</guid>
      <dc:creator>Mauro Furini</dc:creator>
      <dc:date>2010-12-03T11:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720195#M24690</link>
      <description>Hello Mauro,&lt;BR /&gt;&lt;BR /&gt;ok now i've a better understanding of your problem..&lt;BR /&gt;&lt;BR /&gt;Peter correctly write:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Beware: the packets do not "traverse" the 6200 (port-in =&amp;gt; port-out), but originate from the first 6200 and terminate at the other 6200 (first -&amp;gt; out-only; second -&amp;gt; in-only).&lt;BR /&gt;&lt;BR /&gt;VRRP failure detection depends on missed (3 times) missed periodic advertisement sent by the master in multicast mode.&lt;BR /&gt;&lt;BR /&gt;CORE1 is the master now so it is "beaconing mode only" and so RACL or inbound VACL do not filter traffic since, how you recall from DHCP =) post, "it's generated from the switch itself" &lt;BR /&gt;&lt;BR /&gt;On CORE2 an inbound VACL it's working as expected.&lt;BR /&gt;&lt;BR /&gt;Try to force CORE2 election and i think that counters will increase as well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Antonio</description>
      <pubDate>Fri, 03 Dec 2010 12:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720195#M24690</guid>
      <dc:creator>Antonio Milanese</dc:creator>
      <dc:date>2010-12-03T12:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720196#M24691</link>
      <description>How did you test?&lt;BR /&gt;did you failover the vrrp-master?&lt;BR /&gt;&lt;BR /&gt;the master sends hello packets&lt;BR /&gt;After a master has been selected, the backup only receives and sends nothing.&lt;BR /&gt;So no counter will increment from that...</description>
      <pubDate>Fri, 03 Dec 2010 12:37:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720196#M24691</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2010-12-03T12:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: vrrp matching access-list</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720197#M24692</link>
      <description>Goal!&lt;BR /&gt;I make the test forcing the failover and I see the packet tracked in the acl of the CORE1.&lt;BR /&gt;&lt;BR /&gt;My fault was I expected a Cisco like behavior, where in both core switch I see hsrp packet match the acl.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Fri, 03 Dec 2010 14:22:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/vrrp-matching-access-list/m-p/4720197#M24692</guid>
      <dc:creator>Mauro Furini</dc:creator>
      <dc:date>2010-12-03T14:22:14Z</dc:date>
    </item>
  </channel>
</rss>

