Routing

 View Only
last person joined: 20 hours ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.

MX480 participating in ERPS ring with Nokia Lightspan MF-2 OLT ring.

  • 1.  MX480 participating in ERPS ring with Nokia Lightspan MF-2 OLT ring.

    This message was posted by a user wishing to remain anonymous
    Posted 15 days ago
    This message was posted by a user wishing to remain anonymous

    Hello,

    Wondering if anyone has their Juniper MX480 routers configured in an ERPS ring with Nokia Lightspan MF-2 OLT ring and the configuration used to get it to work?  We have had no success with getting this set up.  Our routers do not participate in the G.8032 ring protection with Calix, but they are wanting to set it to participate with Nokia.

    The ring works with router set as owner until a break or if one of the Nokia nodes is owner, then ring will not set up or revert when broken.

    Our config so far:

     show configuration protocols protection-group ethernet-ring LCC-NOKIA-ERPS
    ring-protection-link-owner;
    level 7;
    restore-interval 1;
    guard-interval 500;
    east-interface {
        control-channel {
            vlan 1256;
            et-3/0/3.1256;
        }
    }
    west-interface {
        control-channel {
            vlan 1256;
            et-2/0/3.1256;
        }
        ring-protection-link-end;
    }
    data-channel {
        vlan [ 201 385 982 1023 700 2135 2136 2137 2138 2139 2994 2998 ];
    }

    show configuration protocols oam
    ethernet {
        connectivity-fault-management {
            maintenance-domain 10 {
                level 7;
                name-format none;
                maintenance-association WEST-WEST-NOKI-R1-EAST {
                    primary-vid 1256;
                    continuity-check {
                        interval 100ms;
                        connection-protection-tlv;
                    }
                    mep 111 {
                        interface et-3/0/3;
                        direction down;
                        auto-discovery;
                        remote-mep 101;
                    }
                }
                maintenance-association EAST-BRIS-NOKI-R1-WEST {
                    primary-vid 1256;
                    continuity-check {
                        interval 100ms;
                        connection-protection-tlv;
                    }
                    mep 112 {
                        interface et-2/0/3;
                        direction down;
                        auto-discovery;
                        remote-mep 110;

    We are running software version 20.4R3.8

    Thank You