<?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: virtual routers vrrp in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45762#M11481</link>
    <description>Are you sure you need a different VR, or are you trying to get another virtual IP in the same vlan?&lt;BR /&gt;
&lt;BR /&gt;
You can use the same vrid as long as they are on different broadcast domains.&lt;BR /&gt;
&lt;BR /&gt;
Below is a simple config of what you are asking for.  If you tell us what your trying to accomplish we might have a better option. &lt;BR /&gt;
&lt;BR /&gt;
[VRRP1 Switch]--p1----------p1--[VRRP2 Switch]&lt;BR /&gt;
&lt;BR /&gt;
#VRRP1 Switch&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports all&lt;BR /&gt;
create vr "vrtest"&lt;BR /&gt;
create vlan "testvrrp" vr vrtest&lt;BR /&gt;
configure vlan testvrrp tag 100&lt;BR /&gt;
configure vlan Default add ports 1 untagged&lt;BR /&gt;
configure vlan testvrrp add ports 1 tagged&lt;BR /&gt;
configure vlan Default ipaddress 1.1.1.2 255.255.255.0&lt;BR /&gt;
configure vlan testvrrp ipaddress 2.2.2.2 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan Default vrid 1&lt;BR /&gt;
configure vrrp vlan Default vrid 1 priority 101&lt;BR /&gt;
create vrrp vlan testvrrp vrid 1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 priority 101&lt;BR /&gt;
configure vrrp vlan Default vrid 1 add 1.1.1.1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 add 2.2.2.1&lt;BR /&gt;
enable vrrp vlan Default vrid 1&lt;BR /&gt;
enable vrrp vlan testvrrp vrid 1&lt;BR /&gt;
&lt;BR /&gt;
VRRP2 Switch&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports all&lt;BR /&gt;
create vr "vrtest"&lt;BR /&gt;
create vlan "testvrrp" vr vrtest&lt;BR /&gt;
configure vlan testvrrp tag 100&lt;BR /&gt;
configure vlan Default add ports 1 untagged&lt;BR /&gt;
configure vlan testvrrp add ports 1 tagged&lt;BR /&gt;
configure vlan Default ipaddress 1.1.1.3 255.255.255.0&lt;BR /&gt;
configure vlan testvrrp ipaddress 2.2.2.3 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan Default vrid 1&lt;BR /&gt;
configure vrrp vlan Default vrid 1 priority 50&lt;BR /&gt;
create vrrp vlan testvrrp vrid 1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 priority 50&lt;BR /&gt;
configure vrrp vlan Default vrid 1 add 1.1.1.1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 add 2.2.2.1&lt;BR /&gt;
enable vrrp vlan Default vrid 1&lt;BR /&gt;
enable vrrp vlan testvrrp vrid 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Jul 2017 00:46:00 GMT</pubDate>
    <dc:creator>StephenW</dc:creator>
    <dc:date>2017-07-25T00:46:00Z</dc:date>
    <item>
      <title>virtual routers vrrp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45761#M11480</link>
      <description>Hello  together, &lt;BR /&gt;
&lt;BR /&gt;
    I have a vrrp instance and the  vr-default router. &lt;BR /&gt;
&lt;BR /&gt;
    Know I will create a separate virtual  router. How must I configure the vrrp? &lt;BR /&gt;
&lt;BR /&gt;
    Can I use the same vrid? What is best  practice? &lt;BR /&gt;
&lt;BR /&gt;
    Cheers, &lt;BR /&gt;
Alexander&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2017 13:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45761#M11480</guid>
      <dc:creator>Alexander6</dc:creator>
      <dc:date>2017-07-24T13:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual routers vrrp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45762#M11481</link>
      <description>Are you sure you need a different VR, or are you trying to get another virtual IP in the same vlan?&lt;BR /&gt;
&lt;BR /&gt;
You can use the same vrid as long as they are on different broadcast domains.&lt;BR /&gt;
&lt;BR /&gt;
Below is a simple config of what you are asking for.  If you tell us what your trying to accomplish we might have a better option. &lt;BR /&gt;
&lt;BR /&gt;
[VRRP1 Switch]--p1----------p1--[VRRP2 Switch]&lt;BR /&gt;
&lt;BR /&gt;
#VRRP1 Switch&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports all&lt;BR /&gt;
create vr "vrtest"&lt;BR /&gt;
create vlan "testvrrp" vr vrtest&lt;BR /&gt;
configure vlan testvrrp tag 100&lt;BR /&gt;
configure vlan Default add ports 1 untagged&lt;BR /&gt;
configure vlan testvrrp add ports 1 tagged&lt;BR /&gt;
configure vlan Default ipaddress 1.1.1.2 255.255.255.0&lt;BR /&gt;
configure vlan testvrrp ipaddress 2.2.2.2 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan Default vrid 1&lt;BR /&gt;
configure vrrp vlan Default vrid 1 priority 101&lt;BR /&gt;
create vrrp vlan testvrrp vrid 1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 priority 101&lt;BR /&gt;
configure vrrp vlan Default vrid 1 add 1.1.1.1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 add 2.2.2.1&lt;BR /&gt;
enable vrrp vlan Default vrid 1&lt;BR /&gt;
enable vrrp vlan testvrrp vrid 1&lt;BR /&gt;
&lt;BR /&gt;
VRRP2 Switch&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports all&lt;BR /&gt;
create vr "vrtest"&lt;BR /&gt;
create vlan "testvrrp" vr vrtest&lt;BR /&gt;
configure vlan testvrrp tag 100&lt;BR /&gt;
configure vlan Default add ports 1 untagged&lt;BR /&gt;
configure vlan testvrrp add ports 1 tagged&lt;BR /&gt;
configure vlan Default ipaddress 1.1.1.3 255.255.255.0&lt;BR /&gt;
configure vlan testvrrp ipaddress 2.2.2.3 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vrrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create vrrp vlan Default vrid 1&lt;BR /&gt;
configure vrrp vlan Default vrid 1 priority 50&lt;BR /&gt;
create vrrp vlan testvrrp vrid 1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 priority 50&lt;BR /&gt;
configure vrrp vlan Default vrid 1 add 1.1.1.1&lt;BR /&gt;
configure vrrp vlan testvrrp vrid 1 add 2.2.2.1&lt;BR /&gt;
enable vrrp vlan Default vrid 1&lt;BR /&gt;
enable vrrp vlan testvrrp vrid 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jul 2017 00:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45762#M11481</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2017-07-25T00:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual routers vrrp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45763#M11482</link>
      <description>Thanks Stephen  for your response. &lt;BR /&gt;
&lt;BR /&gt;
    Yes I need  a separate VR, because VoIP traffic must be separated from the other network  (It’s a company rule). &lt;BR /&gt;
&lt;BR /&gt;
    I try your  solution with the 2 virtual routers and vrid 1.  &lt;BR /&gt;
&lt;BR /&gt;
    Thanks, &lt;BR /&gt;
Alexander&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45763#M11482</guid>
      <dc:creator>Alexander6</dc:creator>
      <dc:date>2017-07-25T12:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual routers vrrp</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45764#M11483</link>
      <description>You can do this with vlans.  But if a VR is required by policy, it's required. &lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/virtual-routers-vrrp/m-p/45764#M11483</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2017-07-25T12:18:00Z</dc:date>
    </item>
  </channel>
</rss>

