Routing

 View Only
last person joined: 3 days 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.

Translate ACX config to MX

  • 1.  Translate ACX config to MX

    Posted 24 days ago

    Hi All,

    Can someone verify whether the config translate MAC-VRF that from ACX to MX is correct or not? Because it not work after i convert to MX.

    ACX config

    routing-instances {
        evpn_group_90_700 {
            instance-type mac-vrf;
            protocols {
                evpn {
                    encapsulation mpls;
                    no-control-word;
                }
            }
            service-type vlan-based;
            interface ae11.700;
            route-distinguisher 1.1.0.2:7000;
            vrf-export evpn_group_90_700;
            vrf-target target:63535:7000;
            vlans {
                BD_evpn_group_90_700 {
                    vlan-id 700;
                    interface ae11.700;
                }
            }
        }
        
    }

     ae11 {
            description ********GR-EDGE-INTF-Multihomed-SETTINGS-APPLIED-ADD-DESCRIPTION********;
            traps;
            flexible-vlan-tagging;
            mtu 9102;
            encapsulation flexible-ethernet-services;
            aggregated-ether-options {
                minimum-links 1;
                lacp {
                    active;
                    periodic fast;
                    system-id 00:00:00:00:00:01;
                }
            unit 700 {
                description "evpn service IFL";
                encapsulation vlan-bridge;
                vlan-id 700;
                esi {
                    00:70:11:11:11:11:11:00:00:01;
                    all-active;
                }
            }

    MX Config

    root@MEG1# run show configuration routing-instances evpn_group_90_700 
    instance-type mac-vrf;
    protocols {
        evpn {
            encapsulation mpls;
            no-control-word;
        }
    }
    bridge-domains {
        BD_evpn_group_90_700 {
            vlan-id 700;
            interface ae66.700;
        }
    }
    service-type vlan-based;
    interface ae66.700;
    route-distinguisher 1.1.0.6:7000;
    vrf-export evpn_group_90_700;
    vrf-target target:63535:7000;

    root@MEG1# run show configuration interfaces ae66.700 
    description "MAC-VRF evpn_group_90_700";
    encapsulation vlan-bridge;
    vlan-id 700;
    esi {
        00:71:11:11:11:11:11:00:00:01;
        all-active;
    }