<?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: ERPS subring problem. in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22278#M1833</link>
    <description>We have updated to recomended verison few days ago - ExtremeXOS version 15.6.3.1 v1563b1-patch1-5, with same result.All output posted in this thread is from 15.6.3.1.</description>
    <pubDate>Wed, 02 Dec 2015 23:21:00 GMT</pubDate>
    <dc:creator>Nikolay_Chernya</dc:creator>
    <dc:date>2015-12-02T23:21:00Z</dc:date>
    <item>
      <title>ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22271#M1826</link>
      <description>Hi Extreme Community.We have some experience with EAPS, now trying to make some lab test with ERPS and various vendors to push ERPS in to production.&lt;BR /&gt;
&lt;BR /&gt;
Currently we are observing following problem:&lt;BR /&gt;
When main ring broken, subring RPL owner does not unblocks RPL port.&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="e1108d3aefa845b987e00b5c6797c3a2_RackMultipart20151130-4969-niih6j-erps_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5150i2018EB8764265C08/image-size/large?v=v2&amp;amp;px=999" role="button" title="e1108d3aefa845b987e00b5c6797c3a2_RackMultipart20151130-4969-niih6j-erps_inline.jpg" alt="e1108d3aefa845b987e00b5c6797c3a2_RackMultipart20151130-4969-niih6j-erps_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Here is our lab.&lt;BR /&gt;
&lt;BR /&gt;
SW1 config:&lt;BR /&gt;
#VLANS&lt;BR /&gt;
create vlan "MNG"&lt;BR /&gt;
configure vlan MNG tag 9&lt;BR /&gt;
configure vlan MNG add ports 1-3 tagged&lt;BR /&gt;
configure vlan MNG ipaddress 10.10.10.111 255.255.255.0&lt;BR /&gt;
create vlan "control_main"configure vlan control_main tag 305&lt;BR /&gt;
configure vlan control_main add ports 2-3 tagged&lt;BR /&gt;
configure vlan control_sub tag 304configure vlan control_sub add ports 1-3 tagged&lt;BR /&gt;
&lt;BR /&gt;
#ERPS MAIN RING&lt;BR /&gt;
create erps test&lt;BR /&gt;
configure erps test subring-mode virtualChannel&lt;BR /&gt;
configure erps test add control vlan control_main&lt;BR /&gt;
configure erps test ring-port east 3&lt;BR /&gt;
configure erps test ring-port west 2&lt;BR /&gt;
configure erps test protection-port 2&lt;BR /&gt;
configure erps test revert enable&lt;BR /&gt;
configure erps test timer wait-to-restore 60000&lt;BR /&gt;
configure erps test add protected vlan MNG&lt;BR /&gt;
configure erps test add protected vlan control_sub&lt;BR /&gt;
configure erps test add sub-ring test-sub&lt;BR /&gt;
enable erps test&lt;BR /&gt;
&lt;BR /&gt;
#ERPS SUB-RING&lt;BR /&gt;
create erps test-sub&lt;BR /&gt;
configure erps test-sub subring-mode virtualChannel&lt;BR /&gt;
configure erps test-sub add control vlan control_sub&lt;BR /&gt;
configure erps test-sub ring-port east 1&lt;BR /&gt;
configure erps test-sub revert enable&lt;BR /&gt;
configure erps test-sub timer wait-to-restore 60000&lt;BR /&gt;
configure erps test-sub add protected vlan MNG&lt;BR /&gt;
&lt;BR /&gt;
#SW2 config:&lt;BR /&gt;
&lt;BR /&gt;
#MST configuration (protected vlans, mst disabled)&lt;BR /&gt;
spanning-tree mst configuration&lt;BR /&gt;
 instance 0 vlan 1-8;10-303;305-4094&lt;BR /&gt;
 instance 1 vlan 9;304&lt;BR /&gt;
&lt;BR /&gt;
#ERPS&lt;BR /&gt;
erps-ring test&lt;BR /&gt;
 open-ring&lt;BR /&gt;
 raps-virtual-channel with&lt;BR /&gt;
 erps-instance 1&lt;BR /&gt;
  wtr-timer 1&lt;BR /&gt;
  raps-mel 0&lt;BR /&gt;
  rpl port1 owner&lt;BR /&gt;
  protected-instance 1&lt;BR /&gt;
  control-vlan 304&lt;BR /&gt;
&lt;BR /&gt;
#PORTS&lt;BR /&gt;
Interface Ethernet1/0/25&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 erps-ring test port0&lt;BR /&gt;
!&lt;BR /&gt;
Interface Ethernet1/0/26&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 erps-ring test port1&lt;BR /&gt;
&lt;BR /&gt;
SW3 config:&lt;BR /&gt;
#VLANS&lt;BR /&gt;
create vlan "MNG"configure vlan MNG tag 9&lt;BR /&gt;
configure vlan MNG add ports 31-33 tagged&lt;BR /&gt;
configure vlan MNG ipaddress 10.10.10.114 255.255.255.0&lt;BR /&gt;
create vlan "control_main"&lt;BR /&gt;
configure vlan control_main tag 305&lt;BR /&gt;
create vlan "control_sub"&lt;BR /&gt;
configure vlan control_sub tag 304&lt;BR /&gt;
configure vlan control_main add ports 32-33 tagged&lt;BR /&gt;
configure vlan control_sub add ports 31-33 tagged&lt;BR /&gt;
&lt;BR /&gt;
#ERPS MAIN RING&lt;BR /&gt;
create erps testconfigure erps test subring-mode virtualChannel&lt;BR /&gt;
configure erps test add control vlan control_main&lt;BR /&gt;
configure erps test ring-port east 32&lt;BR /&gt;
configure erps test ring-port west 33&lt;BR /&gt;
configure erps test revert enable&lt;BR /&gt;
configure erps test neighbor-port 32&lt;BR /&gt;
configure erps test timer wait-to-restore 60000&lt;BR /&gt;
configure erps test add protected vlan MNG&lt;BR /&gt;
configure erps test add protected vlan control_sub&lt;BR /&gt;
configure erps test add sub-ring test-sub&lt;BR /&gt;
enable erps test&lt;BR /&gt;
&lt;BR /&gt;
#ERPS SUB-RING&lt;BR /&gt;
create erps test-sub&lt;BR /&gt;
configure erps test-sub subring-mode virtualChannel&lt;BR /&gt;
configure erps test-sub add control vlan control_sub&lt;BR /&gt;
configure erps test-sub ring-port east 31&lt;BR /&gt;
configure erps test-sub revert enable&lt;BR /&gt;
configure erps test-sub neighbor-port 31&lt;BR /&gt;
configure erps test-sub timer wait-to-restore 60000&lt;BR /&gt;
configure erps test-sub add protected vlan MNG&lt;BR /&gt;
enable erps test-sub&lt;BR /&gt;
&lt;BR /&gt;
Ok, all configs are done, let's see what is going on:&lt;BR /&gt;
&lt;BR /&gt;
#SW1 main ERPS:&lt;BR /&gt;
 sw1# sh erps test&lt;BR /&gt;
  Name: test&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Owner,  Revertive&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port :  3   MepId: ---- Remote MepId: ----  Status: Unblocked&lt;BR /&gt;
  West Ring Port : +2   MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_main  VID:305&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Major ring has following Sub-Ring(s):&lt;BR /&gt;
    Sub-Ring Name        :  test-sub&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
    control_sub                  304&lt;BR /&gt;
  Number of Protected Vlans: 2&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW1 subring erps:&lt;BR /&gt;
 sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Idle        Node Type: InterConnection Node&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : 1   MepId: ---- Remote MepId: ----   Status: Unblocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#On sw2:&lt;BR /&gt;
#sh erps instance&lt;BR /&gt;
ERPS Ring: test&lt;BR /&gt;
  Instance: 1&lt;BR /&gt;
  Description: -&lt;BR /&gt;
  Protected Instance: 1&lt;BR /&gt;
  Revertive mode: revertive&lt;BR /&gt;
  R-APS MEL: 0&lt;BR /&gt;
  R-APS Virtual-Channel: with&lt;BR /&gt;
  Control Vlan: 304&lt;BR /&gt;
  Ring ID: 1&lt;BR /&gt;
  Guard Timer(10ms): 50&lt;BR /&gt;
  Holdoff Timer(seconds): 0&lt;BR /&gt;
  WTR Timer(min): 1&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port      Role             Port-Status&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port0     common           forwarding&lt;BR /&gt;
  Port1     RPL owner        blocked&lt;BR /&gt;
&lt;BR /&gt;
sh erps ring test&lt;BR /&gt;
R: RPL Owner&lt;BR /&gt;
N: RPL Neighbour&lt;BR /&gt;
C: Common Node&lt;BR /&gt;
-----------------------------------------&lt;BR /&gt;
Version: ITU-T G.8032v2&lt;BR /&gt;
R-APS ring topology: open-ring&lt;BR /&gt;
R-APS Virtual-Channel: with&lt;BR /&gt;
Port0: Ethernet1/0/25&lt;BR /&gt;
Failure-detect type: physical-link&lt;BR /&gt;
Port1: Ethernet1/0/26&lt;BR /&gt;
Failure-detect type: physical-link&lt;BR /&gt;
--------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
Instance  Contral  Protected                                               WTR_Timer  Guard_Timer  Holdoff_Timer&lt;BR /&gt;
ID        Vlan     Instance                                                (min)      (10ms)       (second)       Port0  Port1&lt;BR /&gt;
--------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
1         304      1                                                       1          50           0              C      R&lt;BR /&gt;
&lt;BR /&gt;
#on SW3:&lt;BR /&gt;
#MAIN ERPS:&lt;BR /&gt;
sh erps test&lt;BR /&gt;
  Name: test&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^32  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port :  33  MepId: ---- Remote MepId: ----  Status: Unblocked&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_main  VID:305&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Major ring has following Sub-Ring(s):&lt;BR /&gt;
    Sub-Ring Name        :  test-sub&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
    control_sub                  304&lt;BR /&gt;
  Number of Protected Vlans: 2&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#subring ERPS&lt;BR /&gt;
 sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^31  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
And now, we got a problem. When both links in main ERPS ring fails, RPL owner in subring does not opens RPL link.&lt;BR /&gt;
&lt;BR /&gt;
#SW1&lt;BR /&gt;
 sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Idle        Node Type: InterConnection Node&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : 1   MepId: ---- Remote MepId: ----   Status: Unblocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW2&lt;BR /&gt;
sh erps instanceERPS Ring: test&lt;BR /&gt;
  Instance: 1&lt;BR /&gt;
  Description: -&lt;BR /&gt;
  Protected Instance: 1&lt;BR /&gt;
  Revertive mode: revertive&lt;BR /&gt;
  R-APS MEL: 0&lt;BR /&gt;
  R-APS Virtual-Channel: with&lt;BR /&gt;
  Control Vlan: 304&lt;BR /&gt;
  Ring ID: 1&lt;BR /&gt;
  Guard Timer(10ms): 50&lt;BR /&gt;
  Holdoff Timer(seconds): 0&lt;BR /&gt;
  WTR Timer(min): 1&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port      Role             Port-Status&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port0     common           forwarding&lt;BR /&gt;
  Port1     RPL owner        blocked&lt;BR /&gt;
&lt;BR /&gt;
#SW3&lt;BR /&gt;
sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^31  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
Any help will be highly appreciated.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2015 19:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22271#M1826</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-11-30T19:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22272#M1827</link>
      <description>Config is similar to:&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-a-ERPS-ring-with-a-sub-ring-attached/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-a-ERPS-ring-with-a-sub-ring-attached/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
We have also tested this config in  UNetLab with extreme summit switches only, with same simptoms.</description>
      <pubDate>Mon, 30 Nov 2015 21:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22272#M1827</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-11-30T21:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22273#M1828</link>
      <description>Anybody has no ideas?!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Dec 2015 23:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22273#M1828</guid>
      <dc:creator>Anton_Nekhorosh</dc:creator>
      <dc:date>2015-12-01T23:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22274#M1829</link>
      <description>Nikolai, Anton,&lt;BR /&gt;
&lt;BR /&gt;
From the EXOS User Guide v16.1:&lt;BR /&gt;
G.8032 Version 2 (pg. 1086)&lt;BR /&gt;
&lt;I&gt;The concept of sub-rings is introduced to add multiple rings to the main ring. A sub-ring is an &lt;/I&gt;&lt;I&gt;incomplete ring that completes its path through the main ring or other sub-rings. The control path for &lt;/I&gt;&lt;I&gt;the sub-ring completes either through the implementation of a virtual channel, or by changing the flow&lt;/I&gt; &lt;I&gt;of control packets in the sub-rings. Virtual channels are supported through the use of the sub-rings &lt;/I&gt;&lt;I&gt;control channel being configured as a data VLAN in the main ring.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Multiple Failure Protection using CFM (pg. 1087)&lt;BR /&gt;
&lt;I&gt;You can use CFM UP-MEP support in the sub-ring to provide protection against multiple failures in the &lt;/I&gt;&lt;I&gt;main ring. Configure an UP-MEP on the interconnected nodes, where a segmentation of the main ring &lt;/I&gt;&lt;I&gt;results in the UP-MEP notifying the sub-ring of a failure. This causes the sub-ring to open its RPL and&lt;/I&gt; &lt;I&gt;place the interconnected node in manual switch. This is done to avoid a super-loop during recovery of &lt;/I&gt;&lt;I&gt;the main ring. This implementation is as directed in Appendix X.3 of the G.8032 standard.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Let me "translate" this. &lt;BR /&gt;
&lt;BR /&gt;
When a failure occurs in an ERPS ring, the nodes that own the ERPS ports involved in the failure will send CFM R-‐APS messages to inform of the failure, which makes all nodes in the ring to flush their tables and the owner of the RPL port to close the RPL port. In your diagram, Nikolai, if the left link between SW1 and SW3 failed SW3 would inform of the failure through the main ring's control VLAN. Upon receiving the notification, SW1 would  close the RPL port and reestablish connectivity to SW3.&lt;BR /&gt;
&lt;BR /&gt;
What happens to the sub-ring when the main ring fails? Nothing. Since the failure does not involve any of its ports or links, no message is transmitted through the sub-ring's control vlan and no action is taken by the sub-ring nodes. The main ring "heals" itself and maintains the connectivity of SW2 with SW3, as indicated in the first paragraph quoted from the User Guide.&lt;BR /&gt;
&lt;BR /&gt;
Similarly, if the link between SW1 and SW2 failed, SW1would inform SW2 of the failure through the sub-ring's control VLAN (which happens to go through the main ring). Upon receiving the notification, SW2 would  close the RPL port and reestablish connectivity to SW1 and SW3.&lt;BR /&gt;
&lt;BR /&gt;
Now, the problem comes when we have MULTIPLE failures in the main ring, making it unable to maintain the connectivity between the nodes of the sub-ring. The sub-ring will not detect the failures, as explained previously, because they don't involve ports belonging to the sub-ring. That is why you need to configure CFM, as indicated in the second paragraph quoted from the User Guide.&lt;BR /&gt;
&lt;BR /&gt;
Now, if you're familiar with EAPS, you might wonder why you need to configure CFM. Well, EAPS includes a mechanism where the Master node send a "health check" message through the control vlan to check that there's connectivity in the ring. This is slow but, in case a failure goes undetected by the other nodes in the ring, the Master will eventually heal the ring. In ERPS the RPL owner doesn't do that. ERPS relies on the configuration of CFM Connectivity Check Messages (CCM) to detect failures not reported by the ring nodes.&lt;BR /&gt;
&lt;BR /&gt;
To make your configuration work you will need to configure CFM Maintenance End Points (MEPs). There's an sample configuration in the EXOS User Guide v16.1(page 1094), which is almost identical to yours, except that it has 4 switches, instead of 3.&lt;BR /&gt;
&lt;BR /&gt;
Here's a How-To Guide that explains the basics of CFM R-APS messaging and error detection and notification in a single ERPS ring:&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/s/l5m3fuirlsbmrru/SVC%20Tech%20MB%20Tech%20Guide%20-%20ERPSv1%20%28G.8032v1%29%20v1.pdf?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/s/l5m3fuirlsbmrru/SVC%20Tech%20MB%20Tech%20Guide%20-%20ERPSv1%20%28G.8032v1%...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2015 02:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22274#M1829</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-12-02T02:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22275#M1830</link>
      <description>Thank you Daniel, yours answer is very helpfull.&lt;BR /&gt;
If you have and sample config for UP meps similar to our config, it will be great to see them here.</description>
      <pubDate>Wed, 02 Dec 2015 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22275#M1830</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-12-02T18:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22276#M1831</link>
      <description>Nikolai,&lt;BR /&gt;
&lt;BR /&gt;
I've just done a "quick and dirty" config using EXOS-VM switches, and here's my config:&lt;BR /&gt;
&lt;BR /&gt;
# Configuration for SW 1&lt;BR /&gt;
# CFM Up MEP Configuration for ERPS sub-ring&lt;BR /&gt;
create cfm domain string sr1 md-level 3&lt;BR /&gt;
configure cfm domain sr1 add association string MDlevel1 vlan cfmVlan&lt;BR /&gt;
configure cfm domain sr1 association MDlevel1 ports 1 add end-point up 100&lt;BR /&gt;
configure cfm domain sr1 association MDlevel1 ports 1 end-point up add group S2&lt;BR /&gt;
configure cfm group S2 add rmep 200&lt;BR /&gt;
configure erps sub_ring cfm protection primary add group S2&lt;BR /&gt;
&lt;BR /&gt;
# Configuration for SW 2&lt;BR /&gt;
# CFM Up MEP configuration for ERPS sub-ring&lt;BR /&gt;
create cfm domain string sr1 md-level 3&lt;BR /&gt;
configure cfm domain sr1 add association string MDlevel1 vlan cfmVlan&lt;BR /&gt;
configure cfm domain sr1 association MDlevel1 ports 31 add end-point up 200&lt;BR /&gt;
configure cfm domain sr1 association MDlevel1 ports 31 end-point up add group S1&lt;BR /&gt;
configure cfm group S1 add rmep 100&lt;BR /&gt;
configure erps sub_ring cfm protection primary add group S1&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;cfmVlan&lt;/B&gt; is the vlan through which the CFM messages will be sent. This vlan CAN'T BE a ring control vlan.&lt;BR /&gt;
&lt;BR /&gt;
The following log messages were generated in SW1 when both links between SW1 and SW2 failed:&lt;BR /&gt;
&lt;BR /&gt;
12/01/2015 21:15:46.85 &lt;I&gt; : ERPS ring sub_ring state changed from old state Idle to new state Protection&lt;BR /&gt;
12/01/2015 21:15:46.85 &lt;CFM.RMEPEXP&gt; : Remote End-Point 200/00:01:30:DF:05:02 expired on up end-point, domain "sr1", ma "MDlevel1", port 3&lt;BR /&gt;
12/01/2015 21:15:44.15 &lt;I&gt; : Port 2 link down&lt;BR /&gt;
12/01/2015 21:15:42.16 &lt;I&gt; : Port 1 link down&lt;BR /&gt;
12/01/2015 21:15:42.06 &lt;I&gt; : ERPS ring main_ring state changed from old state Idle to new state Protection&lt;BR /&gt;
&lt;BR /&gt;
These appeared in SW2:&lt;BR /&gt;
&lt;BR /&gt;
12/01/2015 21:15:45.00 &lt;CFM.MEPEXP&gt; : Maintenance End-Point 200 Error Not recv CCM from RMEP occurred on up end-point, domain "sr1", ma "MDlevel1", port 3&lt;BR /&gt;
12/01/2015 21:15:42.50 &lt;I&gt; : ERPS ring sub_ring state changed from old state Idle to new state Protection&lt;BR /&gt;
12/01/2015 21:15:42.50 &lt;CFM.RMEPEXP&gt; : Remote End-Point 100/00:01:30:DF:05:01 expired on up end-point, domain "sr1", ma "MDlevel1", port 3&lt;BR /&gt;
12/01/2015 21:15:39.45 &lt;I&gt; : Port 2 link down&lt;BR /&gt;
12/01/2015 21:15:37.43 &lt;I&gt; : ERPS ring main_ring state changed from old state Idle to new state Protection&lt;BR /&gt;
12/01/2015 21:15:37.43 &lt;I&gt; : Port 1 link down&lt;BR /&gt;
&lt;BR /&gt;
And these in SW3:&lt;BR /&gt;
&lt;BR /&gt;
12/01/2015 21:15:09.35 &lt;I&gt; : ERPS ring sub_ring state changed from old state Idle to new state Protection&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/CFM.RMEPEXP&gt;&lt;/I&gt;&lt;/CFM.MEPEXP&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/CFM.RMEPEXP&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 02 Dec 2015 23:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22276#M1831</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-12-02T23:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22277#M1832</link>
      <description>Daniel, below the same config don't work, may be you have other version ExtremeXOS? our version is 15.4.1.3 v1541b3-patch1-13&lt;BR /&gt;
Something can another?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2015 23:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22277#M1832</guid>
      <dc:creator>Anton_Nekhorosh</dc:creator>
      <dc:date>2015-12-02T23:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22278#M1833</link>
      <description>We have updated to recomended verison few days ago - ExtremeXOS version 15.6.3.1 v1563b1-patch1-5, with same result.All output posted in this thread is from 15.6.3.1.</description>
      <pubDate>Wed, 02 Dec 2015 23:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22278#M1833</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-12-02T23:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22279#M1834</link>
      <description>I have reviewed RFC appendix and configured UP meps on subring ports on interconnected nodes.&lt;BR /&gt;
Now, SW2 get signalled when multiply failure on main ring occurs, and opens RPL, but ports on interconnected nodes facing sub-ring goes to blocked state.&lt;BR /&gt;
&lt;BR /&gt;
added configuration:&lt;BR /&gt;
&lt;BR /&gt;
#SW1 VLAN&lt;BR /&gt;
create vlan "subring-mep"&lt;BR /&gt;
configure vlan subring-mep tag 306&lt;BR /&gt;
configure vlan subring-mep add ports 1-3 tagged&lt;BR /&gt;
&lt;BR /&gt;
#SW1 CFM:&lt;BR /&gt;
create cfm domain string "test" md-level 6configure cfm domain "test" add association string "level6" vlan "subring-mep"&lt;BR /&gt;
configure cfm domain "test" association "level6" ports 1 add end-point up 601&lt;BR /&gt;
configure cfm domain "test" association "level6" ports 1 end-point up add group "sw1-sw3"&lt;BR /&gt;
configure cfm group "sw1-sw3" add rmep 501&lt;BR /&gt;
#SW1 ERPS&lt;BR /&gt;
configure erps test-sub cfm protection primary add group sw1-sw3&lt;BR /&gt;
configure erps test add protected vlan subring-mep&lt;BR /&gt;
&lt;BR /&gt;
#SW3 VLAN&lt;BR /&gt;
create vlan "subring-mep"&lt;BR /&gt;
configure vlan subring-mep tag 306&lt;BR /&gt;
configure vlan subring-mep add ports 31-33 tagged&lt;BR /&gt;
&lt;BR /&gt;
#SW3 CFM:&lt;BR /&gt;
create cfm domain string "test" md-level 6configure cfm domain "test" add association string "level6" vlan "subring-mep"&lt;BR /&gt;
configure cfm domain "test" association "level6" ports 31 add end-point up 501&lt;BR /&gt;
configure cfm domain "test" association "level6" ports 31 end-point up add group "sw3-sw1"&lt;BR /&gt;
configure cfm group "sw3-sw1" add rmep 601&lt;BR /&gt;
&lt;BR /&gt;
#SW3 ERPS&lt;BR /&gt;
configure erps test-sub cfm protection secondary add group sw3-sw1&lt;BR /&gt;
configure erps test add protected vlan subring-mep&lt;BR /&gt;
&lt;BR /&gt;
STATES:&lt;BR /&gt;
&lt;BR /&gt;
#SW1 CFM state when all ports are enabled:&lt;BR /&gt;
sh cfmDomain: "test", MD Level: 6&lt;BR /&gt;
  Association: "level6", Destination MAC Type: Multicast, VLAN "subring-mep" with 3 cfm ports&lt;BR /&gt;
  Transmit Interval: 1000 ms, Type : IEEE 802.1ag Maintenance Association&lt;BR /&gt;
    port 1; Up End Point,  mepid: 601, transmit-interval: 1000 ms (from association)&lt;BR /&gt;
         MEP State: Enabled, CCM Message: Enabled, Send SenderId TLV: Disabled&lt;BR /&gt;
&lt;BR /&gt;
         Faulting State              : No&lt;BR /&gt;
         Last Faulting State Change  : Wed Dec  2 19:21:28 2015&lt;BR /&gt;
&lt;BR /&gt;
         MEP Error Defects           : None&lt;BR /&gt;
         Port Status                 : Up    port 2; Intermediate Point ( Dynamic )&lt;BR /&gt;
    port 3; Intermediate Point ( Dynamic )&lt;BR /&gt;
&lt;BR /&gt;
Total Number of Domain             : 1&lt;BR /&gt;
Total Number of Association        : 1&lt;BR /&gt;
Total Number of Up MEP             : 1&lt;BR /&gt;
Total Number of Down MEP           : 0&lt;BR /&gt;
Total Number of MIP                : 2&lt;BR /&gt;
Total Number of CFM port           : 3&lt;BR /&gt;
Total Number of SW MEP             : 1&lt;BR /&gt;
Total Number of HW MEP             : 0&lt;BR /&gt;
Total Number of VPLS MIP(Static/Up): 0 / 0&lt;BR /&gt;
&lt;BR /&gt;
================================================================================&lt;BR /&gt;
MEP Error Defect Types:&lt;BR /&gt;
   Remote : Not receiving CCMs from Remote MEP&lt;BR /&gt;
   Error  : Erroneous CCM received&lt;BR /&gt;
   XCON   : Cross-connect CCM received&lt;BR /&gt;
   RDI    : Remote Defect Indication sent by some MEP&lt;BR /&gt;
&lt;BR /&gt;
#SW1 MAIN ring:&lt;BR /&gt;
 sh erps test&lt;BR /&gt;
  Name: test&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Owner,  Revertive&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port :  3   MepId: ---- Remote MepId: ----  Status: Unblocked&lt;BR /&gt;
  West Ring Port : +2   MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_main  VID:305&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Major ring has following Sub-Ring(s):&lt;BR /&gt;
    Sub-Ring Name        :  test-sub&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
    control_sub                  304&lt;BR /&gt;
    subring-mep                  306&lt;BR /&gt;
  Number of Protected Vlans: 3&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW1 ERPS SUB-RING&lt;BR /&gt;
sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Idle        Node Type: InterConnection Node&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : 1   MepId: ---- Remote MepId: ----   Status: Unblocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Subring Protection Group: sw1-sw3&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW2 ERPS&lt;BR /&gt;
sh erps instanceERPS Ring: test&lt;BR /&gt;
  Instance: 1&lt;BR /&gt;
  Description: -&lt;BR /&gt;
  Protected Instance: 1&lt;BR /&gt;
  Revertive mode: revertive&lt;BR /&gt;
  R-APS MEL: 0&lt;BR /&gt;
  R-APS Virtual-Channel: with&lt;BR /&gt;
  Control Vlan: 304&lt;BR /&gt;
  Ring ID: 1&lt;BR /&gt;
  Guard Timer(10ms): 50&lt;BR /&gt;
  Holdoff Timer(seconds): 0&lt;BR /&gt;
  WTR Timer(min): 1&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port      Role             Port-Status&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port0     common           forwarding&lt;BR /&gt;
  Port1     RPL owner        blocked&lt;BR /&gt;
&lt;BR /&gt;
#SW3 CFM&lt;BR /&gt;
sh cfmDomain: "test", MD Level: 6&lt;BR /&gt;
  Association: "level6", Destination MAC Type: Multicast, VLAN "subring-mep" with 3 cfm ports&lt;BR /&gt;
  Transmit Interval: 1000 ms, Type : IEEE 802.1ag Maintenance Association&lt;BR /&gt;
    port 31; Up End Point,  mepid: 501, transmit-interval: 1000 ms (from association)&lt;BR /&gt;
         MEP State: Enabled, CCM Message: Enabled, Send SenderId TLV: Disabled&lt;BR /&gt;
&lt;BR /&gt;
         Faulting State              : No&lt;BR /&gt;
         Last Faulting State Change  : Wed Dec  2 16:20:51 2015&lt;BR /&gt;
&lt;BR /&gt;
         MEP Error Defects           : None&lt;BR /&gt;
         Port Status                 : Up    port 32; Intermediate Point ( Dynamic )&lt;BR /&gt;
    port 33; Intermediate Point ( Dynamic )&lt;BR /&gt;
&lt;BR /&gt;
Total Number of Domain             : 1&lt;BR /&gt;
Total Number of Association        : 1&lt;BR /&gt;
Total Number of Up MEP             : 1&lt;BR /&gt;
Total Number of Down MEP           : 0&lt;BR /&gt;
Total Number of MIP                : 2&lt;BR /&gt;
Total Number of CFM port           : 3&lt;BR /&gt;
Total Number of SW MEP             : 1&lt;BR /&gt;
Total Number of HW MEP             : 0&lt;BR /&gt;
Total Number of VPLS MIP(Static/Up): 0 / 0&lt;BR /&gt;
&lt;BR /&gt;
================================================================================&lt;BR /&gt;
MEP Error Defect Types:&lt;BR /&gt;
   Remote : Not receiving CCMs from Remote MEP&lt;BR /&gt;
   Error  : Erroneous CCM received&lt;BR /&gt;
   XCON   : Cross-connect CCM received&lt;BR /&gt;
   RDI    : Remote Defect Indication sent by some MEP&lt;BR /&gt;
&lt;BR /&gt;
#SW3 ERPS MAIN&lt;BR /&gt;
sh erps test&lt;BR /&gt;
  Name: test&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^32  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port :  33  MepId: ---- Remote MepId: ----  Status: Unblocked&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_main  VID:305&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Major ring has following Sub-Ring(s):&lt;BR /&gt;
    Sub-Ring Name        :  test-sub&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
    control_sub                  304&lt;BR /&gt;
    subring-mep                  306&lt;BR /&gt;
  Number of Protected Vlans: 3&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW3 ERPS SUB-RING&lt;BR /&gt;
sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Idle        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^31  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Subring Protection Group: sw3-sw1&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
##############################&lt;BR /&gt;
Now, if we disable both ports in main ring, we can see following:&lt;BR /&gt;
&lt;BR /&gt;
#SW1 CFM&lt;BR /&gt;
sh cfmDomain: "test", MD Level: 6&lt;BR /&gt;
  Association: "level6", Destination MAC Type: Multicast, VLAN "subring-mep" with 3 cfm ports&lt;BR /&gt;
  Transmit Interval: 1000 ms, Type : IEEE 802.1ag Maintenance Association&lt;BR /&gt;
    port 1; Up End Point,  mepid: 601, transmit-interval: 1000 ms (from association)&lt;BR /&gt;
         MEP State: Enabled, CCM Message: Enabled, Send SenderId TLV: Disabled&lt;BR /&gt;
&lt;BR /&gt;
         Faulting State              : Yes&lt;BR /&gt;
         Last Faulting State Change  : Wed Dec  2 19:25:52 2015&lt;BR /&gt;
&lt;BR /&gt;
         MEP Error Defects           : Remote&lt;BR /&gt;
         Port Status                 : Up    port 2; Intermediate Point ( Dynamic )&lt;BR /&gt;
    port 3; Intermediate Point ( Dynamic )&lt;BR /&gt;
&lt;BR /&gt;
Total Number of Domain             : 1&lt;BR /&gt;
Total Number of Association        : 1&lt;BR /&gt;
Total Number of Up MEP             : 1&lt;BR /&gt;
Total Number of Down MEP           : 0&lt;BR /&gt;
Total Number of MIP                : 2&lt;BR /&gt;
Total Number of CFM port           : 3&lt;BR /&gt;
Total Number of SW MEP             : 1&lt;BR /&gt;
Total Number of HW MEP             : 0&lt;BR /&gt;
Total Number of VPLS MIP(Static/Up): 0 / 0&lt;BR /&gt;
&lt;BR /&gt;
================================================================================&lt;BR /&gt;
MEP Error Defect Types:&lt;BR /&gt;
   Remote : Not receiving CCMs from Remote MEP&lt;BR /&gt;
   Error  : Erroneous CCM received&lt;BR /&gt;
   XCON   : Cross-connect CCM received&lt;BR /&gt;
   RDI    : Remote Defect Indication sent by some MEP&lt;BR /&gt;
&lt;BR /&gt;
#SW1 ERPS MAIN&lt;BR /&gt;
sh erps test&lt;BR /&gt;
  Name: test&lt;BR /&gt;
  Operational State: Protection        Node Type: RPL Owner,  Revertive&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port :  3   MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port : +2   MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_main  VID:305&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Major ring has following Sub-Ring(s):&lt;BR /&gt;
    Sub-Ring Name        :  test-sub&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
    control_sub                  304&lt;BR /&gt;
    subring-mep                  306&lt;BR /&gt;
  Number of Protected Vlans: 3&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW1 ERPS SUB-RING&lt;BR /&gt;
sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Protection        Node Type: InterConnection Node&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : 1   MepId: ---- Remote MepId: ----   Status: Blocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Subring Protection Group: sw1-sw3&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW2 &lt;BR /&gt;
sh erps instanceERPS Ring: test&lt;BR /&gt;
  Instance: 1&lt;BR /&gt;
  Description: -&lt;BR /&gt;
  Protected Instance: 1&lt;BR /&gt;
  Revertive mode: revertive&lt;BR /&gt;
  R-APS MEL: 0&lt;BR /&gt;
  R-APS Virtual-Channel: with&lt;BR /&gt;
  Control Vlan: 304&lt;BR /&gt;
  Ring ID: 1&lt;BR /&gt;
  Guard Timer(10ms): 50&lt;BR /&gt;
  Holdoff Timer(seconds): 0&lt;BR /&gt;
  WTR Timer(min): 1&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port      Role             Port-Status&lt;BR /&gt;
  -------------------------------------------&lt;BR /&gt;
  Port0     common           forwarding&lt;BR /&gt;
  Port1     RPL owner        forwarding&lt;BR /&gt;
&lt;BR /&gt;
#SW3 CFM&lt;BR /&gt;
 sh cfmDomain: "test", MD Level: 6&lt;BR /&gt;
  Association: "level6", Destination MAC Type: Multicast, VLAN "subring-mep" with 3 cfm ports&lt;BR /&gt;
  Transmit Interval: 1000 ms, Type : IEEE 802.1ag Maintenance Association&lt;BR /&gt;
    port 31; Up End Point,  mepid: 501, transmit-interval: 1000 ms (from association)&lt;BR /&gt;
         MEP State: Enabled, CCM Message: Enabled, Send SenderId TLV: Disabled&lt;BR /&gt;
&lt;BR /&gt;
         Faulting State              : Yes&lt;BR /&gt;
         Last Faulting State Change  : Wed Dec  2 16:25:14 2015&lt;BR /&gt;
&lt;BR /&gt;
         MEP Error Defects           : Remote&lt;BR /&gt;
         Port Status                 : Up    port 32; Intermediate Point ( Dynamic )&lt;BR /&gt;
    port 33; Intermediate Point ( Dynamic )&lt;BR /&gt;
&lt;BR /&gt;
Total Number of Domain             : 1&lt;BR /&gt;
Total Number of Association        : 1&lt;BR /&gt;
Total Number of Up MEP             : 1&lt;BR /&gt;
Total Number of Down MEP           : 0&lt;BR /&gt;
Total Number of MIP                : 2&lt;BR /&gt;
Total Number of CFM port           : 3&lt;BR /&gt;
Total Number of SW MEP             : 1&lt;BR /&gt;
Total Number of HW MEP             : 0&lt;BR /&gt;
Total Number of VPLS MIP(Static/Up): 0 / 0&lt;BR /&gt;
&lt;BR /&gt;
================================================================================&lt;BR /&gt;
MEP Error Defect Types:&lt;BR /&gt;
   Remote : Not receiving CCMs from Remote MEP&lt;BR /&gt;
   Error  : Erroneous CCM received&lt;BR /&gt;
   XCON   : Cross-connect CCM received&lt;BR /&gt;
   RDI    : Remote Defect Indication sent by some MEP&lt;BR /&gt;
&lt;BR /&gt;
#SW3 ERPS MAIN&lt;BR /&gt;
 sh erps test&lt;BR /&gt;
  Name: test&lt;BR /&gt;
  Operational State: Protection        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^32  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port :  33  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_main  VID:305&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Major ring has following Sub-Ring(s):&lt;BR /&gt;
    Sub-Ring Name        :  test-sub&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
    control_sub                  304&lt;BR /&gt;
    subring-mep                  306&lt;BR /&gt;
  Number of Protected Vlans: 3&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
#SW3 SUB-RING&lt;BR /&gt;
sh erps "test-sub"&lt;BR /&gt;
  Name: test-sub&lt;BR /&gt;
  Operational State: Protection        Node Type: RPL Neighbor&lt;BR /&gt;
  Configured State : Enabled&lt;BR /&gt;
&lt;BR /&gt;
  East Ring Port : ^31  MepId: ---- Remote MepId: ----  Status: Blocked&lt;BR /&gt;
  West Ring Port : ----- MepId: ---- Remote MepId: ---- Status: ------&lt;BR /&gt;
&lt;BR /&gt;
  Subring Protection Group: sw3-sw1&lt;BR /&gt;
&lt;BR /&gt;
  Periodic timer interval:  5000 millisec (Enabled)&lt;BR /&gt;
  Hold-off timer interval:  0    millisec (Enabled)&lt;BR /&gt;
  Guard timer interval   :  500  millisec (Enabled)&lt;BR /&gt;
  WTB timer interval     :  5500 millisec (Enabled)&lt;BR /&gt;
  WTR timer interval     :  60000 millisec (Enabled)&lt;BR /&gt;
&lt;BR /&gt;
  Ring MD Level          :  ----&lt;BR /&gt;
  Notify Topology Change :  -------&lt;BR /&gt;
  Subring Mode           :  Virtual Channel&lt;BR /&gt;
&lt;BR /&gt;
  ERPS Control Vlan: control_sub   VID:304&lt;BR /&gt;
  Topology Change Propogation List: None&lt;BR /&gt;
  Topology Change Propogation  : Disabled&lt;BR /&gt;
  ERPS Ring's Main-Ring  : test&lt;BR /&gt;
  ERPS Ring has following Protected Vlan(s):&lt;BR /&gt;
    Vlan Name                    VID&lt;BR /&gt;
    MNG                          9&lt;BR /&gt;
  Number of Protected Vlans: 1&lt;BR /&gt;
  (+) RPL Protection Port, (^) RPL Neighbor Port&lt;BR /&gt;
  (f) Force Switch Port, (m) Manual Switch Port&lt;BR /&gt;
&lt;BR /&gt;
So, both ports on interconnected nodes facing subring are blocked.I have tried setting primary and secondary protection path on both nodes with no luck.&lt;BR /&gt;
Looks like i just misunderstanding something here.&lt;BR /&gt;
&lt;BR /&gt;
Any help will be appreciated, thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Dec 2015 23:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22279#M1834</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-12-02T23:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22280#M1835</link>
      <description>Daniel, looks like we wrote our posts simultaneously.I have done all this configuration today, but got problems on interconnected nodes - ports facing sub-ring blocked.&lt;BR /&gt;
All output you can check in my previous post.&lt;BR /&gt;
The only difference in our configurations - i have added cfm-vlan to protected vlan in main ring to avoid loop.&lt;BR /&gt;
Also, you wrote configuration for SW2, in my diagram it should be SW3 according to RFC appendix.&lt;BR /&gt;
Any  thoughts will be helpful.</description>
      <pubDate>Thu, 03 Dec 2015 01:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22280#M1835</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-12-03T01:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22281#M1836</link>
      <description>I have replaced Qtech 8200 with Juniper EX4500 with same result.</description>
      <pubDate>Fri, 04 Dec 2015 16:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22281#M1836</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-12-04T16:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22282#M1837</link>
      <description>Nikolay, I suggest that you open a case with GTAC so they can take a look at what's going on here.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2015 19:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22282#M1837</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2015-12-04T19:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22283#M1838</link>
      <description>Just for the record.&lt;BR /&gt;
We have discovered an unexpected behavior with ERPS, this is a bug i think.&lt;BR /&gt;
If any port participating in ERPS formed as a sharing, and config master disabled while other ports in sharing are in service, deleting any ERPS protecting vlan or removing vlan from ring ports causing ERPS to switch to protection.&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Dec 2015 20:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22283#M1838</guid>
      <dc:creator>Nikolay_Chernya</dc:creator>
      <dc:date>2015-12-19T20:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22284#M1839</link>
      <description>Hi Nikolay,&lt;BR /&gt;
&lt;BR /&gt;
I have the same problem: when multiple failures on main ring occur the ports on interconnected nodes facing sub-ring go to blocked state.&lt;BR /&gt;
&lt;BR /&gt;
Have you done any advancement on this?&lt;BR /&gt;
&lt;BR /&gt;
Thank you for the help.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Mar 2016 18:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22284#M1839</guid>
      <dc:creator>Luca_Spinacci</dc:creator>
      <dc:date>2016-03-10T18:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: ERPS subring problem.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22285#M1840</link>
      <description>&lt;P&gt;hey everyone..&lt;BR /&gt;&lt;BR /&gt;i am using ERPS for the first time.&lt;BR /&gt;and i am going from EAPS to ERPS..&lt;BR /&gt;so i have to make changes in my existing running&amp;nbsp;network for that.&lt;BR /&gt;&lt;BR /&gt;i have a scenario i am showing in a picture to elaborate the issue i am facing.&lt;BR /&gt;Can any body help me out with best practice for this scenario.?&lt;/P&gt;&lt;P&gt;***at the moment my main ring is using EAPS and it is working fine.&lt;BR /&gt;&lt;BR /&gt;the switch4 has 2 primary from switch1 and secondary from switch2 but no auto failover at the moment&lt;BR /&gt;i manually shift it to secondary path if primary goes down.&lt;BR /&gt;also the reason for choosing ERPS is that i want shifting automation for switch4 .&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="f4e100b0f43943a79d0b9c3e2b401d90_f831ca4e-2d29-46fd-b0d9-2e66ca5f6dfb.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2333i6A8EB8BE118C6F1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="f4e100b0f43943a79d0b9c3e2b401d90_f831ca4e-2d29-46fd-b0d9-2e66ca5f6dfb.png" alt="f4e100b0f43943a79d0b9c3e2b401d90_f831ca4e-2d29-46fd-b0d9-2e66ca5f6dfb.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;.these sites are far from each other and i have shown the connectivity diagram which is at the moment. i cannot change the connection points on any of the switches.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;U&amp;nbsp;&lt;BR /&gt;Hasan&lt;BR /&gt;Lahore, Pakistan.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 22:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/erps-subring-problem/m-p/22285#M1840</guid>
      <dc:creator>imhasanawan</dc:creator>
      <dc:date>2021-08-04T22:58:00Z</dc:date>
    </item>
  </channel>
</rss>

