<?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: config a ERPS ring in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15421#M2359</link>
    <description>So, is it possible to use ELSM instead of CFM for link status monitoring? It is way more simple to configure.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Oct 2015 21:07:00 GMT</pubDate>
    <dc:creator>Luis_Coelho</dc:creator>
    <dc:date>2015-10-08T21:07:00Z</dc:date>
    <item>
      <title>config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15417#M2355</link>
      <description>I have 5 x460's on a 10 gig ring that are running EAPS today with a MLX-8 switch on the same ring. I need to convert this ring to ERPS, does anyone have a working config I could pattern by. the more I study the doc's the more confused I get. my 460's are running 15.5.1.6, thanks for any suggestions.</description>
      <pubDate>Thu, 08 Oct 2015 19:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15417#M2355</guid>
      <dc:creator>Michael_Suggs1</dc:creator>
      <dc:date>2015-10-08T19:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15418#M2356</link>
      <description>Hello Michael,&lt;BR /&gt;
&lt;BR /&gt;
ERPS is very similar to EAPS.  I configured 4 switches awhile back in our lab with ERPS.  I can share the ERPS module from the configuration.  However please let me know if you have any specific questions regarding ERPS:&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration&lt;BR /&gt;
#&lt;BR /&gt;
create vlan "data"&lt;BR /&gt;
configure vlan data tag &lt;TAG-ID&gt;&lt;BR /&gt;
create vlan "erps1"&lt;BR /&gt;
configure vlan erps1 tag &lt;TAG-ID&gt;&lt;BR /&gt;
create vlan "servers"&lt;BR /&gt;
configure vlan servers tag &lt;TAG-ID&gt;&lt;BR /&gt;
create vlan "users"&lt;BR /&gt;
configure vlan users tag &lt;TAG-ID&gt;&lt;BR /&gt;
configure vlan data add ports 1, 12 tagged  &lt;BR /&gt;
configure vlan erps1 add ports 1, 12 tagged  &lt;BR /&gt;
configure vlan servers add ports 1, 12 tagged  &lt;BR /&gt;
configure vlan users add ports 1, 12 tagged  &lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module erps configuration&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
enable erps&lt;BR /&gt;
create erps Ring-1&lt;BR /&gt;
configure erps Ring-1 add control vlan erps1&lt;BR /&gt;
configure erps Ring-1 ring-port east 1&lt;BR /&gt;
configure erps Ring-1 ring-port west 12&lt;BR /&gt;
configure erps Ring-1 protection-port 12&lt;BR /&gt;
enable erps Ring-1&lt;BR /&gt;
configure erps Ring-1 add protected vlan data&lt;BR /&gt;
configure erps Ring-1 add protected vlan servers&lt;BR /&gt;
configure erps Ring-1 add protected vlan users&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps.  Please let me know if there is anything else I can do to assist and again if you have any specific questions please post them here and I or someone else would be happy to assist.&lt;BR /&gt;
&lt;BR /&gt;
*Note: the vlan names and port associations are arbitrary&lt;/TAG-ID&gt;&lt;/TAG-ID&gt;&lt;/TAG-ID&gt;&lt;/TAG-ID&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15418#M2356</guid>
      <dc:creator>Hernandez__Josh</dc:creator>
      <dc:date>2015-10-08T20:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15419#M2357</link>
      <description>thanks for the reply, here is what I had so far, what im confused over is CFM configuration. do I even need CFM??&lt;BR /&gt;
&lt;BR /&gt;
create vlan ERPS-Cntrl    &lt;BR /&gt;
config vlan ERPS-Cntrl tag 10   &lt;BR /&gt;
config vlan ERPS-Cntrl add port 29 31 tagged       &lt;BR /&gt;
      &lt;BR /&gt;
create erps ERPS-10Gig&lt;BR /&gt;
configure erps ERPS-10Gig add ring-ports west 31    &lt;BR /&gt;
configure erps ERPS-10Gig add ring-ports east 29   &lt;BR /&gt;
configure erps ERPS-10Gig add control “ERPS-Cntrl”   &lt;BR /&gt;
configure erps ERPS-10Gig add protected vlan “Internet” &lt;BR /&gt;
configure erps ERPS-10Gig add protected vlan "Bms-Mgmt"&lt;BR /&gt;
configure erps ERPS-10Gig add protected vlan "Video-10Gig"&lt;BR /&gt;
configure erps ERPS-10Gig add protected vlan "Public-Servers"&lt;BR /&gt;
configure erps ERPS-10Gig add protected vlan "BackChannel&lt;BR /&gt;
configure erps ERPS-10Gig add protected vlan "MX-Mgt-Link&lt;BR /&gt;
configure erps ERPS-10Gig add protection-port 29   &lt;BR /&gt;
configure erps ERPS-10Gig revert enabled wait-to-restore 500   &lt;BR /&gt;
enable erps ERPS-10Gig&lt;BR /&gt;
enable erps       &lt;BR /&gt;
&lt;BR /&gt;
config erps ERPS-10Gig cfm md-level 6&lt;BR /&gt;
config erps ERPS-10Gig cfm ccm-interval 3&lt;BR /&gt;
config erps ERPS-10Gig cfm port east mepid 1&lt;BR /&gt;
config erps ERPS-10Gig cfm port west mepid 2&lt;BR /&gt;
enable erps ERPS-10Gig&lt;BR /&gt;
!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15419#M2357</guid>
      <dc:creator>Michael_Suggs1</dc:creator>
      <dc:date>2015-10-08T20:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15420#M2358</link>
      <description>Michael,&lt;BR /&gt;
&lt;BR /&gt;
CFM is not necessary but is supported with ERPS.  CFM is simply a link monitoring protocol that can be used in conjunction with ERPS to report link events.  This is generally used by some when a link spans an ISP or some other type of WAN connection that the end user has no direct control over.  &lt;BR /&gt;
&lt;BR /&gt;
CFM sends monitoring health checks to the other side of the link through the connection and expects to receive them back.  If CFM does not receive them back it would deem the link down even if the ISP or other type of WAN link to the internet is up and running. &lt;BR /&gt;
&lt;BR /&gt;
For example: SwitchA &amp;gt; ISP / WAN &amp;gt; SwitchB &lt;BR /&gt;
&lt;BR /&gt;
CFM would send health checks across this link sourced locally (SwitchA) destined for the other side (SwitchB) and SwitchB would send to SwitchA to indicate link status.  &lt;BR /&gt;
&lt;BR /&gt;
I hope this helps. &lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2015 21:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15420#M2358</guid>
      <dc:creator>Hernandez__Josh</dc:creator>
      <dc:date>2015-10-08T21:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15421#M2359</link>
      <description>So, is it possible to use ELSM instead of CFM for link status monitoring? It is way more simple to configure.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2015 21:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15421#M2359</guid>
      <dc:creator>Luis_Coelho</dc:creator>
      <dc:date>2015-10-08T21:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15422#M2360</link>
      <description>Hi Luis, you can use ELSM to protect the ERPS/EAPS links. However, ELSM is point-to-point and you have to configure that for each pair of switches in the ring.&lt;BR /&gt;
&lt;BR /&gt;
As soon as you enable the ELSM to a port, that link will be down (causing EAPS/ERPS convergence) till both ports exchange ELSM hello packets.&lt;BR /&gt;
&lt;BR /&gt;
I would recommend you to validate the scenario in a lab before configuring it to the production environment.</description>
      <pubDate>Thu, 08 Oct 2015 21:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15422#M2360</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2015-10-08T21:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15423#M2361</link>
      <description>i was able to get a erps ring working with a Brocade switch. the clue was "Show Config Erps detail"&lt;BR /&gt;
i was able to make the summit switch the RPL owner by "configure erps ERPS-TEST protection-port 45".  This example has the MLX as the RPL owner.&lt;BR /&gt;
&lt;BR /&gt;
Brocade MLX:&lt;BR /&gt;
&lt;BR /&gt;
erp 1&lt;BR /&gt;
 left-interface vlan 3000 ethe 5/9&lt;BR /&gt;
 right-interface vlan 3000 ethe 5/7&lt;BR /&gt;
 rpl-owner&lt;BR /&gt;
 raps-default-mac&lt;BR /&gt;
 rpl vlan 3000 ethe 5/9&lt;BR /&gt;
 dot1ag-compliance domain-name erps_6 ma-name erps-ma mep 11&lt;BR /&gt;
 enable&lt;BR /&gt;
&lt;BR /&gt;
cfm-enable&lt;BR /&gt;
 domain-name erps_6 id 1 level 6&lt;BR /&gt;
  ma-name ERP-MA id 1 vlan-id 3000 priority 6&lt;BR /&gt;
   ccm-interval 3.3-ms&lt;BR /&gt;
&lt;BR /&gt;
topology-group 1&lt;BR /&gt;
 master-vlan 3000&lt;BR /&gt;
 member-vlan 3001&lt;BR /&gt;
&lt;BR /&gt;
Summit switch Extreme:&lt;BR /&gt;
&lt;BR /&gt;
enable erps&lt;BR /&gt;
configure erps config-warnings on&lt;BR /&gt;
configure erps multicast add-ring-ports off&lt;BR /&gt;
configure erps multicast send-query on&lt;BR /&gt;
configure erps multicast temporary-flooding off&lt;BR /&gt;
configure erps multicast temporary-flooding duration 15&lt;BR /&gt;
create erps ERPS-TEST&lt;BR /&gt;
configure erps ERPS-TEST subring-mode virtualChannel&lt;BR /&gt;
configure erps ERPS-TEST add control vlan ERPS-Cntrl&lt;BR /&gt;
configure erps ERPS-TEST ring-port east 45&lt;BR /&gt;
configure erps ERPS-TEST ring-port west 46&lt;BR /&gt;
configure erps ERPS-TEST revert enable&lt;BR /&gt;
configure erps ERPS-TEST timer wait-to-restore 300000&lt;BR /&gt;
configure erps ERPS-TEST timer periodic 5000&lt;BR /&gt;
configure erps ERPS-TEST timer hold-off 0&lt;BR /&gt;
configure erps ERPS-TEST timer guard 500&lt;BR /&gt;
configure erps ERPS-TEST timer wait-to-block 5500&lt;BR /&gt;
configure erps ERPS-TEST cfm md-level 6&lt;BR /&gt;
configure erps ERPS-TEST cfm port east ccm-interval 1000&lt;BR /&gt;
configure erps ERPS-TEST cfm port east mepid 11 remote-mepid 11&lt;BR /&gt;
configure erps ERPS-TEST cfm port west ccm-interval 1000&lt;BR /&gt;
configure erps ERPS-TEST cfm port west mepid 12 remote-mepid 12&lt;BR /&gt;
enable erps ERPS-TEST&lt;BR /&gt;
configure erps ERPS-TEST add protected vlan erps-mgmt&lt;BR /&gt;
&lt;BR /&gt;
create cfm domain string "erps_6" md-level 6&lt;BR /&gt;
configure erps ERPS-TEST cfm md-level 6&lt;BR /&gt;
configure erps ERPS-TEST cfm port east mepid 11 remote-mepid 11&lt;BR /&gt;
configure erps ERPS-TEST cfm port west mepid 12 remote-mepid 12&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2015 19:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15423#M2361</guid>
      <dc:creator>Michael_Suggs1</dc:creator>
      <dc:date>2015-10-22T19:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: config a ERPS ring</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15424#M2362</link>
      <description>I also added the following to the MLX,  was able the have the 450 as the RPL-Owner or RPL-node.&lt;BR /&gt;
&lt;BR /&gt;
ccm-interval 1-second&lt;BR /&gt;
   mep 15 down port ethe 5/7&lt;BR /&gt;
   mep 16 down port ethe 5/9&lt;BR /&gt;
&lt;BR /&gt;
the following command makes the 450 the owner:&lt;BR /&gt;
configure erps ERPS-TEST protection-port 45&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Oct 2015 19:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/config-a-erps-ring/m-p/15424#M2362</guid>
      <dc:creator>Michael_Suggs1</dc:creator>
      <dc:date>2015-10-22T19:10:00Z</dc:date>
    </item>
  </channel>
</rss>

