<?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 Sample VRRP Configuration for the C3/C2/G-Series in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/sample-vrrp-configuration-for-the-c3-c2-g-series/m-p/44023#M228</link>
    <description>Article ID: 12335 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3, all firmware&lt;BR /&gt;
SecureStack C2, firmware 3.00.50 and higher&lt;BR /&gt;
G-Series, all firmware &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
VRRP sample configuration. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
The following configurations sets up two routers configured to back each other up with VRRP for default gateway redundancy. This would work with all VRRP-compatible routers. &lt;BR /&gt;
&lt;BR /&gt;
* Master VRRP Router * &lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
router&lt;BR /&gt;
enable&lt;BR /&gt;
configure&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
ip address 10.16.128.1 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface loopback 1&lt;BR /&gt;
ip address 10.16.255.249 255.255.255.248&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
router vrrp&lt;BR /&gt;
create vlan 201 201&lt;BR /&gt;
address vlan 201 201 10.16.128.1 1&lt;BR /&gt;
enable vlan 201 201&lt;BR /&gt;
exitThe "1" at the end of the 'address vlan' command indicates this router owns IP address 10.16.128.1. &lt;BR /&gt;
&lt;BR /&gt;
* Backup VRRP Router * &lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
router&lt;BR /&gt;
enable&lt;BR /&gt;
configure&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
ip address 10.16.128.2 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface loopback 1&lt;BR /&gt;
ip address 10.16.255.250 255.255.255.248&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
router vrrp&lt;BR /&gt;
create vlan 201 201&lt;BR /&gt;
address vlan 201 201 10.16.128.1 0&lt;BR /&gt;
enable vlan 201 201&lt;BR /&gt;
exitThe "0" at the end of the 'address vlan' command indicates this router does not own IP address 10.16.128.1. &lt;BR /&gt;
&lt;BR /&gt;
* Testing Your VRRP Configuration * &lt;BR /&gt;
&lt;BR /&gt;
Use the 'show ip vrrp' router mode command to see the status of your VRRP routers. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;From the Master router&lt;/U&gt; &lt;BR /&gt;
C3(su)-&amp;gt;router&lt;BR /&gt;
C3(su)-&amp;gt;router&amp;gt;enable&lt;BR /&gt;
C3(su)-&amp;gt;router#show ip vrrp&lt;BR /&gt;
------------------VRRP CONFIGURATION--------&lt;BR /&gt;
  Vlan   Vrid   State           Owner  AssocIpAddr     Priority&lt;BR /&gt;
  201    201    Master              1  10.16.128.1       255&lt;BR /&gt;
C3(su)-&amp;gt;router#&lt;U&gt;From the Backup router&lt;/U&gt; &lt;BR /&gt;
C2(su)-&amp;gt;router&lt;BR /&gt;
C2(su)-&amp;gt;router&amp;gt;enable&lt;BR /&gt;
C2(su)-&amp;gt;router#show ip vrrp&lt;BR /&gt;
------------------VRRP CONFIGURATION--------&lt;BR /&gt;
  Vlan   Vrid   State           Owner  AssocIpAddr     Priority&lt;BR /&gt;
  201    201    Backup              0  10.16.128.1       100&lt;BR /&gt;
C2(su)-&amp;gt;router#If VRRP is functioning, you will see a Master and Backup router in the "State" column.&lt;BR /&gt;
If both routers show as Master, then it is likely that communication between the two is blocked at Layer 2, so check the port status to ensure it is operational and not being blocked by Spanning Tree. At Layer 3, check to see that you have no ACL blocking the VRRP updates between the routers (&lt;A href="http://bit.ly/JangXI" target="_blank" rel="nofollow noreferrer noopener"&gt;5775&lt;/A&gt;).&lt;BR /&gt;
If in an Initialize state, then the process has not started on the router. Ensure that the interface is operational by using the 'show ip interface' router mode command. &lt;BR /&gt;
&lt;BR /&gt;
Also make sure that you can ping the real IP addresses, as you should always be able to ping them even if the router is configured for VRRP. &lt;BR /&gt;
&lt;BR /&gt;
Notes:&lt;UL&gt; 
&lt;LI&gt;These products require an advanced router license (&lt;A href="http://bit.ly/18QSYzC" target="_blank" rel="nofollow noreferrer noopener"&gt;5828&lt;/A&gt;, &lt;A href="http://bit.ly/1tsTNcA" target="_blank" rel="nofollow noreferrer noopener"&gt;10824&lt;/A&gt;) in order to support VRRP. 
&lt;/LI&gt;&lt;LI&gt;Some of the underlying Layer 2 commands - for instance, to apply the advanced router license or to create and egress VLANs for these Layer 3 interfaces - have been omitted here.&lt;/LI&gt;&lt;/UL&gt;
For additional information, please consult the &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; relevant to your product and firmware version.</description>
    <pubDate>Thu, 12 Dec 2013 21:50:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-12T21:50:00Z</dc:date>
    <item>
      <title>Sample VRRP Configuration for the C3/C2/G-Series</title>
      <link>https://community.extremenetworks.com/t5/faqs/sample-vrrp-configuration-for-the-c3-c2-g-series/m-p/44023#M228</link>
      <description>Article ID: 12335 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3, all firmware&lt;BR /&gt;
SecureStack C2, firmware 3.00.50 and higher&lt;BR /&gt;
G-Series, all firmware &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
VRRP sample configuration. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
The following configurations sets up two routers configured to back each other up with VRRP for default gateway redundancy. This would work with all VRRP-compatible routers. &lt;BR /&gt;
&lt;BR /&gt;
* Master VRRP Router * &lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
router&lt;BR /&gt;
enable&lt;BR /&gt;
configure&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
ip address 10.16.128.1 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface loopback 1&lt;BR /&gt;
ip address 10.16.255.249 255.255.255.248&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
router vrrp&lt;BR /&gt;
create vlan 201 201&lt;BR /&gt;
address vlan 201 201 10.16.128.1 1&lt;BR /&gt;
enable vlan 201 201&lt;BR /&gt;
exitThe "1" at the end of the 'address vlan' command indicates this router owns IP address 10.16.128.1. &lt;BR /&gt;
&lt;BR /&gt;
* Backup VRRP Router * &lt;BR /&gt;
#Router Configuration&lt;BR /&gt;
router&lt;BR /&gt;
enable&lt;BR /&gt;
configure&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
ip address 10.16.128.2 255.255.255.0&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
interface loopback 1&lt;BR /&gt;
ip address 10.16.255.250 255.255.255.248&lt;BR /&gt;
no shutdown&lt;BR /&gt;
exit&lt;BR /&gt;
router vrrp&lt;BR /&gt;
create vlan 201 201&lt;BR /&gt;
address vlan 201 201 10.16.128.1 0&lt;BR /&gt;
enable vlan 201 201&lt;BR /&gt;
exitThe "0" at the end of the 'address vlan' command indicates this router does not own IP address 10.16.128.1. &lt;BR /&gt;
&lt;BR /&gt;
* Testing Your VRRP Configuration * &lt;BR /&gt;
&lt;BR /&gt;
Use the 'show ip vrrp' router mode command to see the status of your VRRP routers. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;From the Master router&lt;/U&gt; &lt;BR /&gt;
C3(su)-&amp;gt;router&lt;BR /&gt;
C3(su)-&amp;gt;router&amp;gt;enable&lt;BR /&gt;
C3(su)-&amp;gt;router#show ip vrrp&lt;BR /&gt;
------------------VRRP CONFIGURATION--------&lt;BR /&gt;
  Vlan   Vrid   State           Owner  AssocIpAddr     Priority&lt;BR /&gt;
  201    201    Master              1  10.16.128.1       255&lt;BR /&gt;
C3(su)-&amp;gt;router#&lt;U&gt;From the Backup router&lt;/U&gt; &lt;BR /&gt;
C2(su)-&amp;gt;router&lt;BR /&gt;
C2(su)-&amp;gt;router&amp;gt;enable&lt;BR /&gt;
C2(su)-&amp;gt;router#show ip vrrp&lt;BR /&gt;
------------------VRRP CONFIGURATION--------&lt;BR /&gt;
  Vlan   Vrid   State           Owner  AssocIpAddr     Priority&lt;BR /&gt;
  201    201    Backup              0  10.16.128.1       100&lt;BR /&gt;
C2(su)-&amp;gt;router#If VRRP is functioning, you will see a Master and Backup router in the "State" column.&lt;BR /&gt;
If both routers show as Master, then it is likely that communication between the two is blocked at Layer 2, so check the port status to ensure it is operational and not being blocked by Spanning Tree. At Layer 3, check to see that you have no ACL blocking the VRRP updates between the routers (&lt;A href="http://bit.ly/JangXI" target="_blank" rel="nofollow noreferrer noopener"&gt;5775&lt;/A&gt;).&lt;BR /&gt;
If in an Initialize state, then the process has not started on the router. Ensure that the interface is operational by using the 'show ip interface' router mode command. &lt;BR /&gt;
&lt;BR /&gt;
Also make sure that you can ping the real IP addresses, as you should always be able to ping them even if the router is configured for VRRP. &lt;BR /&gt;
&lt;BR /&gt;
Notes:&lt;UL&gt; 
&lt;LI&gt;These products require an advanced router license (&lt;A href="http://bit.ly/18QSYzC" target="_blank" rel="nofollow noreferrer noopener"&gt;5828&lt;/A&gt;, &lt;A href="http://bit.ly/1tsTNcA" target="_blank" rel="nofollow noreferrer noopener"&gt;10824&lt;/A&gt;) in order to support VRRP. 
&lt;/LI&gt;&lt;LI&gt;Some of the underlying Layer 2 commands - for instance, to apply the advanced router license or to create and egress VLANs for these Layer 3 interfaces - have been omitted here.&lt;/LI&gt;&lt;/UL&gt;
For additional information, please consult the &lt;A href="http://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuration Guide&lt;/A&gt; relevant to your product and firmware version.</description>
      <pubDate>Thu, 12 Dec 2013 21:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/sample-vrrp-configuration-for-the-c3-c2-g-series/m-p/44023#M228</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-12T21:50:00Z</dc:date>
    </item>
  </channel>
</rss>

