<?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 preempt in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12815#M219</link>
    <description>We are having two extreme switches which are having a vrrp running, &lt;BR /&gt;
&lt;BR /&gt;
I have a pair of firewall which is connected to these switches, and they are running in the master-back up scenario, these firewalls are tracking IP of the VRRP on the extreme switches. &lt;BR /&gt;
&lt;BR /&gt;
I had rebooted one of the switch, and when it was rebooted Sw2 takes over the VRRP mastership, which is fine and Firewall2 becames master.&lt;BR /&gt;
&lt;BR /&gt;
When Sw1 came back up vrrp switches back to the Sw1 from Sw2. I am using DONT Preempt keyword. Still that switchover on vrrp happens, because of which my Firewall1 again becames master.&lt;BR /&gt;
&lt;BR /&gt;
Since i am using DONT PREEMPT keywork in the vrrp configuration Sw1 should not became master, below is config for vlan and vrrp.&lt;BR /&gt;
&lt;BR /&gt;
Sw1 #&lt;BR /&gt;
&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan INT vrid 1&lt;BR /&gt;
configure vrrp vlan INT vrid 1 priority 110&lt;BR /&gt;
configure vrrp vlan INT vrid 1 version v2&lt;BR /&gt;
configure vrrp vlan INT vrid 1 dont-preempt&lt;BR /&gt;
configure vrrp vlan INT vrid 1 add 10.2.1.1&lt;BR /&gt;
enable vrrp vlan INT vrid 1&lt;BR /&gt;
Sw1 #&lt;BR /&gt;
&lt;BR /&gt;
SW2 #&lt;BR /&gt;
&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan INT vrid 1&lt;BR /&gt;
configure vrrp vlan INT vrid 1 version v2&lt;BR /&gt;
configure vrrp vlan INT vrid 1 dont-preempt&lt;BR /&gt;
configure vrrp vlan INT vrid 1 add 10.2.1.1&lt;BR /&gt;
enable vrrp vlan INT vrid 1&lt;BR /&gt;
SW2 # &lt;BR /&gt;
&lt;BR /&gt;
Using extreme Switch version ExtremeXOS version 15.6.4.2 &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Sep 2016 21:23:00 GMT</pubDate>
    <dc:creator>Nitish_Gupta</dc:creator>
    <dc:date>2016-09-28T21:23:00Z</dc:date>
    <item>
      <title>VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12815#M219</link>
      <description>We are having two extreme switches which are having a vrrp running, &lt;BR /&gt;
&lt;BR /&gt;
I have a pair of firewall which is connected to these switches, and they are running in the master-back up scenario, these firewalls are tracking IP of the VRRP on the extreme switches. &lt;BR /&gt;
&lt;BR /&gt;
I had rebooted one of the switch, and when it was rebooted Sw2 takes over the VRRP mastership, which is fine and Firewall2 becames master.&lt;BR /&gt;
&lt;BR /&gt;
When Sw1 came back up vrrp switches back to the Sw1 from Sw2. I am using DONT Preempt keyword. Still that switchover on vrrp happens, because of which my Firewall1 again becames master.&lt;BR /&gt;
&lt;BR /&gt;
Since i am using DONT PREEMPT keywork in the vrrp configuration Sw1 should not became master, below is config for vlan and vrrp.&lt;BR /&gt;
&lt;BR /&gt;
Sw1 #&lt;BR /&gt;
&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan INT vrid 1&lt;BR /&gt;
configure vrrp vlan INT vrid 1 priority 110&lt;BR /&gt;
configure vrrp vlan INT vrid 1 version v2&lt;BR /&gt;
configure vrrp vlan INT vrid 1 dont-preempt&lt;BR /&gt;
configure vrrp vlan INT vrid 1 add 10.2.1.1&lt;BR /&gt;
enable vrrp vlan INT vrid 1&lt;BR /&gt;
Sw1 #&lt;BR /&gt;
&lt;BR /&gt;
SW2 #&lt;BR /&gt;
&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan INT vrid 1&lt;BR /&gt;
configure vrrp vlan INT vrid 1 version v2&lt;BR /&gt;
configure vrrp vlan INT vrid 1 dont-preempt&lt;BR /&gt;
configure vrrp vlan INT vrid 1 add 10.2.1.1&lt;BR /&gt;
enable vrrp vlan INT vrid 1&lt;BR /&gt;
SW2 # &lt;BR /&gt;
&lt;BR /&gt;
Using extreme Switch version ExtremeXOS version 15.6.4.2 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2016 21:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12815#M219</guid>
      <dc:creator>Nitish_Gupta</dc:creator>
      <dc:date>2016-09-28T21:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12816#M220</link>
      <description>Hello Nitish, &lt;BR /&gt;
&lt;BR /&gt;
What's the vlan "INT" ip on both SW1 and SW2 switches? Are you using the VIP 10.2.1.1 also for the vlan ipaddress in SW1? If so, that's the reason.</description>
      <pubDate>Wed, 28 Sep 2016 22:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12816#M220</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-09-28T22:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12817#M221</link>
      <description>I just copied the wrong Ips, correct Ips are - &lt;BR /&gt;
&lt;BR /&gt;
VRRP - 10.2.1.188&lt;BR /&gt;
&lt;BR /&gt;
Sw1 Vlan IP - 10.2.1.186 &lt;BR /&gt;
&lt;BR /&gt;
Sw2 vlan IP - 10.2.1.187 &lt;BR /&gt;
&lt;BR /&gt;
Thanks for your revert.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2016 23:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12817#M221</guid>
      <dc:creator>Nitish_Gupta</dc:creator>
      <dc:date>2016-09-28T23:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12818#M222</link>
      <description>Could you please share the vrrp configuration and the "&lt;I&gt;show vlan &lt;VLAN_NAME&gt;&lt;/VLAN_NAME&gt;&lt;/I&gt;" related to this Vlan for both SW1 and SW2?&lt;BR /&gt;
&lt;BR /&gt;
Also, please share the output for "&lt;I&gt;show vrrp&lt;/I&gt;" for both switches.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Thu, 29 Sep 2016 01:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12818#M222</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-09-29T01:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12819#M223</link>
      <description>Hi, Below is configuration.&lt;BR /&gt;
&lt;BR /&gt;
Sw1.1 # sh configuration  "vrrp" &lt;BR /&gt;
#&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan INT vrid 1&lt;BR /&gt;
configure vrrp vlan INT vrid 1 priority 110&lt;BR /&gt;
configure vrrp vlan INT vrid 1 version v2&lt;BR /&gt;
configure vrrp vlan INT vrid 1 dont-preempt&lt;BR /&gt;
configure vrrp vlan INT vrid 1 add 10.2.1.188&lt;BR /&gt;
enable vrrp vlan INT vrid 1&lt;BR /&gt;
Sw1.2 # &lt;BR /&gt;
&lt;BR /&gt;
Sw1.2 # sh vlan "INT" &lt;BR /&gt;
VLAN Interface with name INT created by user&lt;BR /&gt;
    Admin State:         Enabled     Tagging:   802.1Q Tag 610 &lt;BR /&gt;
    Description:         None&lt;BR /&gt;
    Virtual router:      VR-Default&lt;BR /&gt;
    IPv4 Forwarding:     Enabled&lt;BR /&gt;
    IPv4 MC Forwarding:  Disabled&lt;BR /&gt;
    Primary IP:          10.2.1.186/29&lt;BR /&gt;
    IPv6 Forwarding:     Disabled&lt;BR /&gt;
    IPv6 MC Forwarding:  Disabled&lt;BR /&gt;
    IPv6:                None&lt;BR /&gt;
    STPD:                None&lt;BR /&gt;
    Protocol:            Match all unfiltered protocols&lt;BR /&gt;
    Loopback:            Disabled&lt;BR /&gt;
    NetLogin:            Disabled&lt;BR /&gt;
    OpenFlow:            Disabled&lt;BR /&gt;
    TRILL:               Disabled&lt;BR /&gt;
    QosProfile:          None configured&lt;BR /&gt;
    Egress Rate Limit Designated Port: None configured&lt;BR /&gt;
    Flood Rate Limit QosProfile:       None configured&lt;BR /&gt;
    Ports:   2.           (Number of active ports=2)&lt;BR /&gt;
       Tag:    *1:25g,  *1:1g&lt;BR /&gt;
        Flags:    (*) Active, (!) Disabled, (g) Load Sharing port&lt;BR /&gt;
                  (b) Port blocked on the vlan, (m) Mac-Based port&lt;BR /&gt;
                  (a) Egress traffic allowed for NetLogin&lt;BR /&gt;
                  (u) Egress traffic unallowed for NetLogin&lt;BR /&gt;
                  (t) Translate VLAN tag for Private-VLAN&lt;BR /&gt;
                  (s) Private-VLAN System Port, (L) Loopback port&lt;BR /&gt;
                  (x) VMAN Tag Translated port&lt;BR /&gt;
                  (G) Multi-switch LAG Group port&lt;BR /&gt;
                  (H) Dynamically added by MVRP&lt;BR /&gt;
                  (D) TRILL Designated, (A) TRILL Appointed Forwarder&lt;BR /&gt;
                  (I) Dynamically added by IDM&lt;BR /&gt;
                  (U) Dynamically added uplink port&lt;BR /&gt;
                  (V) Dynamically added by VM Tracking&lt;BR /&gt;
&lt;BR /&gt;
Sw1.3 #&lt;BR /&gt;
&lt;BR /&gt;
Sw1.3 # sh vrrp&lt;BR /&gt;
                      Virtual                 Master                        &lt;BR /&gt;
   VLAN Name VRID Pri IP Address        State MAC Address       TP/TR/TV/P/T&lt;BR /&gt;
   INT(En) 0001 110 10.2.1.188         MSTR 00:00:5e:00:01:01  0  0  0 N 1&lt;BR /&gt;
&lt;BR /&gt;
  En-Enabled, Ds-Disabled, Pri-Priority, T-Advert Timer, P-Preempt&lt;BR /&gt;
  TP-Tracked Pings, TR-Tracked Routes, TV-Tracked VLANs&lt;BR /&gt;
Sw1.4 # &lt;BR /&gt;
&lt;BR /&gt;
##########################################################################################################&lt;BR /&gt;
&lt;BR /&gt;
SW2.1 # sh vrrp&lt;BR /&gt;
                      Virtual                 Master                        &lt;BR /&gt;
   VLAN Name VRID Pri IP Address        State MAC Address       TP/TR/TV/P/T&lt;BR /&gt;
   INT(En) 0001 100 10.2.1.188         BKUP 00:00:5e:00:01:01  0  0  0 N 1&lt;BR /&gt;
&lt;BR /&gt;
  En-Enabled, Ds-Disabled, Pri-Priority, T-Advert Timer, P-Preempt&lt;BR /&gt;
  TP-Tracked Pings, TR-Tracked Routes, TV-Tracked VLANs&lt;BR /&gt;
SW2.2 # sh configuration "vrrp" &lt;BR /&gt;
#&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan INT vrid 1&lt;BR /&gt;
configure vrrp vlan INT vrid 1 version v2&lt;BR /&gt;
configure vrrp vlan INT vrid 1 dont-preempt&lt;BR /&gt;
configure vrrp vlan INT vrid 1 add 10.2.1.188&lt;BR /&gt;
enable vrrp vlan INT vrid 1&lt;BR /&gt;
SW2.3 # sh vlan "INT" &lt;BR /&gt;
VLAN Interface with name INT created by user&lt;BR /&gt;
    Admin State:         Enabled     Tagging:   802.1Q Tag 610 &lt;BR /&gt;
    Description:         None&lt;BR /&gt;
    Virtual router:      VR-Default&lt;BR /&gt;
    IPv4 Forwarding:     Enabled&lt;BR /&gt;
    IPv4 MC Forwarding:  Disabled&lt;BR /&gt;
    Primary IP:          10.2.1.187/29&lt;BR /&gt;
    IPv6 Forwarding:     Disabled&lt;BR /&gt;
    IPv6 MC Forwarding:  Disabled&lt;BR /&gt;
    IPv6:                None&lt;BR /&gt;
    STPD:                None&lt;BR /&gt;
    Protocol:            Match all unfiltered protocols&lt;BR /&gt;
    Loopback:            Disabled&lt;BR /&gt;
    NetLogin:            Disabled&lt;BR /&gt;
    OpenFlow:            Disabled&lt;BR /&gt;
    TRILL:               Disabled&lt;BR /&gt;
    QosProfile:          None configured&lt;BR /&gt;
    Egress Rate Limit Designated Port: None configured&lt;BR /&gt;
    Flood Rate Limit QosProfile:       None configured&lt;BR /&gt;
    Ports:   2.           (Number of active ports=2)&lt;BR /&gt;
       Tag:     *1:1g, *1:25g&lt;BR /&gt;
        Flags:    (*) Active, (!) Disabled, (g) Load Sharing port&lt;BR /&gt;
                  (b) Port blocked on the vlan, (m) Mac-Based port&lt;BR /&gt;
                  (a) Egress traffic allowed for NetLogin&lt;BR /&gt;
                  (u) Egress traffic unallowed for NetLogin&lt;BR /&gt;
                  (t) Translate VLAN tag for Private-VLAN&lt;BR /&gt;
                  (s) Private-VLAN System Port, (L) Loopback port&lt;BR /&gt;
                  (x) VMAN Tag Translated port&lt;BR /&gt;
                  (G) Multi-switch LAG Group port&lt;BR /&gt;
                  (H) Dynamically added by MVRP&lt;BR /&gt;
                  (D) TRILL Designated, (A) TRILL Appointed Forwarder&lt;BR /&gt;
                  (I) Dynamically added by IDM&lt;BR /&gt;
                  (U) Dynamically added uplink port&lt;BR /&gt;
                  (V) Dynamically added by VM Tracking&lt;BR /&gt;
&lt;BR /&gt;
SW2.4 #&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Sep 2016 01:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12819#M223</guid>
      <dc:creator>Nitish_Gupta</dc:creator>
      <dc:date>2016-09-29T01:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12820#M224</link>
      <description>Hi Nitish, thanks for the outputs.&lt;BR /&gt;
&lt;BR /&gt;
I don't see any issue with the configuration provided.&lt;BR /&gt;
&lt;BR /&gt;
I have 2 more questions:&lt;BR /&gt;
&lt;BR /&gt;
1 - How many times did you have the VRRP Master and Backup failover?&lt;BR /&gt;
2 - If the VRRP failover has occurred more than once, did you see this issue on every occurrence? &lt;BR /&gt;
&lt;BR /&gt;
Let's see if someone can share any thoughts, otherwise a lab with the EXOS version 15.6.4.2 might help.</description>
      <pubDate>Thu, 29 Sep 2016 02:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12820#M224</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-09-29T02:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12821#M225</link>
      <description>We rebooted Sw1 twice and on both the occassions we have seen vrrp became master on switch2 and came back to Sw1 once its recovered.&lt;BR /&gt;
&lt;BR /&gt;
Logs&lt;BR /&gt;
&lt;BR /&gt;
Sw2&lt;BR /&gt;
&lt;BR /&gt;
09/27/2016 22:51:50.73 &lt;VRRP.STATECHNG&gt; MSM-A: VLAN INT vrid 1: transitioning to BACKUP(1)&lt;BR /&gt;
09/27/2016 22:48:08.26 &lt;VRRP.STATECHNG&gt; MSM-A: VLAN INT vrid 1: transitioning to MASTER(2)&lt;BR /&gt;
09/27/2016 22:25:55.47 &lt;VRRP.STATECHNG&gt; MSM-A: VLAN INT vrid 1: transitioning to BACKUP(1)&lt;BR /&gt;
09/27/2016 22:22:03.03 &lt;VRRP.STATECHNG&gt; MSM-A: VLAN INT vrid 1: transitioning to MASTER(2)&lt;BR /&gt;
&lt;BR /&gt;
Sw1&lt;BR /&gt;
&lt;BR /&gt;
09/27/2016 22:51:50.45 &lt;VRRP.STATECHNG&gt; MSM-A: VLAN INT vrid 1: transitioning to MASTER(2)&lt;BR /&gt;
09/27/2016 22:51:46.86 &lt;VRRP.STATECHNG&gt; MSM-A: VLAN INT vrid 1: transitioning to BACKUP(1)&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;&lt;/VRRP.STATECHNG&gt;&lt;/VRRP.STATECHNG&gt;&lt;/VRRP.STATECHNG&gt;&lt;/VRRP.STATECHNG&gt;&lt;/VRRP.STATECHNG&gt;&lt;/VRRP.STATECHNG&gt;</description>
      <pubDate>Thu, 29 Sep 2016 02:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12821#M225</guid>
      <dc:creator>Nitish_Gupta</dc:creator>
      <dc:date>2016-09-29T02:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12822#M226</link>
      <description>Hello Nitish, I would recommend you to open a GTAC case for further investigation.&lt;BR /&gt;
&lt;BR /&gt;
I don't see any configuration issue. Also I have created a quick lab using EXOS 15.6.4.2 (no patch) and didn't see any issue (I was not using BD8k, I tried with Summit family).</description>
      <pubDate>Tue, 04 Oct 2016 19:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12822#M226</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-10-04T19:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: VRRP preempt</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12823#M227</link>
      <description>Hello Henrique, Thanks alot for update.&lt;BR /&gt;
&lt;BR /&gt;
Will definately work on opening a case.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Oct 2016 20:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/vrrp-preempt/m-p/12823#M227</guid>
      <dc:creator>Nitish_Gupta</dc:creator>
      <dc:date>2016-10-04T20:08:00Z</dc:date>
    </item>
  </channel>
</rss>

