<?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: MLXe,VDX to Providers Edge Router OSPF Configuration in Data Center (MLX &amp; CER/CES)</title>
    <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76057#M145</link>
    <description>&lt;P&gt;VRRP with an example is described&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;Brocade(config)# router vrrp-extended&lt;BR /&gt;Brocade(config)# interface ve 10&lt;BR /&gt;Brocade(config-vif-10)# ip address 10.10.10.25/24&lt;BR /&gt;Brocade(config-vif-10)# ip vrrp-extended vrid 10&lt;BR /&gt;Brocade(config-vif-10-vrid-10)# backup priority 50&lt;BR /&gt;Brocade(config-vif-10-vrid-10)# ip-address 10.10.10.254&lt;BR /&gt;Brocade(config-vif-10-vrid-10)# activate&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-implement-and-configure-VRRP-E-Extension-for-Server-Virtualization" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-implement-and-configure-VRRP-E-Extension-for-Server-Virtualization&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2020 17:51:40 GMT</pubDate>
    <dc:creator>joergkost</dc:creator>
    <dc:date>2020-05-26T17:51:40Z</dc:date>
    <item>
      <title>MLXe,VDX to Providers Edge Router OSPF Configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76054#M142</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Please help to create a simple OSPF configuration guide to my new project.&lt;/P&gt;  &lt;P&gt;Please include the LAG between two MLX routers configuration.&lt;/P&gt;  &lt;P&gt;Thank you and keep safe everyone.&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28d28d6eb8db439495d6c6aadb7df1cb_39a05a45-899f-4852-93cb-15169507e83d.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3750i5DE0826FEF09D26F/image-size/large?v=v2&amp;amp;px=999" role="button" title="28d28d6eb8db439495d6c6aadb7df1cb_39a05a45-899f-4852-93cb-15169507e83d.png" alt="28d28d6eb8db439495d6c6aadb7df1cb_39a05a45-899f-4852-93cb-15169507e83d.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Regards,&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Sazon&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 16:04:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76054#M142</guid>
      <dc:creator>Sazon</dc:creator>
      <dc:date>2020-05-20T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: MLXe,VDX to Providers Edge Router OSPF Configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76055#M143</link>
      <description>&lt;P&gt;A typical LAG configuration for the MLX can look like this:&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;lag "lagmlx" dynamic id 10&lt;BR /&gt;&amp;nbsp;ports ethernet 6/4 ethernet 8/4&lt;BR /&gt;&amp;nbsp;primary-port 8/4&lt;BR /&gt;&amp;nbsp;deploy&lt;BR /&gt;&amp;nbsp;port-name "Link-1" ethernet 6/4&lt;BR /&gt;&amp;nbsp;port-name "Link-2" ethernet 8/4&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;From there you can configure VLANs on the member interfaces and VE interfaces for OSPF:&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;vlan 22 name PA&lt;BR /&gt;tagged ethe 6/4 ethe 8/4&lt;BR /&gt;router-interface ve 22&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;VE-configuration:&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;interface ve 22&lt;BR /&gt;#&lt;BR /&gt;# OSPF interface configuration goes here&lt;BR /&gt;# ip ospf area 0&lt;BR /&gt;# ip address 10.0.0.1/24&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;Have fun with the MLXe, its a pretty big and cool device &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 16:16:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76055#M143</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2020-05-20T16:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: MLXe,VDX to Providers Edge Router OSPF Configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76056#M144</link>
      <description>&lt;P&gt;Hi Sir,&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Thank you for the reply. It helps me a lot.&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Can you share also a sample config for HA VRRP. And simple config for uplink on the topology.&amp;nbsp;&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Sazon&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 21:14:41 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76056#M144</guid>
      <dc:creator>Sazon</dc:creator>
      <dc:date>2020-05-21T21:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: MLXe,VDX to Providers Edge Router OSPF Configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76057#M145</link>
      <description>&lt;P&gt;VRRP with an example is described&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;Brocade(config)# router vrrp-extended&lt;BR /&gt;Brocade(config)# interface ve 10&lt;BR /&gt;Brocade(config-vif-10)# ip address 10.10.10.25/24&lt;BR /&gt;Brocade(config-vif-10)# ip vrrp-extended vrid 10&lt;BR /&gt;Brocade(config-vif-10-vrid-10)# backup priority 50&lt;BR /&gt;Brocade(config-vif-10-vrid-10)# ip-address 10.10.10.254&lt;BR /&gt;Brocade(config-vif-10-vrid-10)# activate&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-implement-and-configure-VRRP-E-Extension-for-Server-Virtualization" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/How-to-implement-and-configure-VRRP-E-Extension-for-Server-Virtualization&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 17:51:40 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76057#M145</guid>
      <dc:creator>joergkost</dc:creator>
      <dc:date>2020-05-26T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: MLXe,VDX to Providers Edge Router OSPF Configuration</title>
      <link>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76058#M146</link>
      <description>&lt;P&gt;Hi Jeorgkost,&lt;/P&gt;  &lt;P&gt;&amp;nbsp;&lt;/P&gt;  &lt;P&gt;Thank you for the answers.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 20:37:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-mlx-cer-ces/mlxe-vdx-to-providers-edge-router-ospf-configuration/m-p/76058#M146</guid>
      <dc:creator>Sazon</dc:creator>
      <dc:date>2020-05-28T20:37:23Z</dc:date>
    </item>
  </channel>
</rss>

