Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://services.jlabs.juniper.net/sys_attachment.do?sys_id=f0018939db85c4501b04fcfa0c96197c






Code Block
titleleaf1
{master:0}
jcluser@Leaf1> show configuration groups __contrail_overlay_multi_homing__
chassis {
    aggregated-devices {
        ethernet {
            device-count 128;
        }
    }
}
interfaces {
    ae0 {
        description "Virtual Port Group : bms2_vpg";
        esi {
            00:94:dc:53:c3:97:76:0e:15:00;
            all-active;
        }
        aggregated-ether-options {
            lacp {
                active;
                system-priority 100;
                system-id 00:51:e0:67:79:3c;
                admin-key 1;
            }
        }
    }
    xe-0/0/4 {
        description "Virtual Port Group : bms2_vpg";
        gigether-options {
            802.3ad ae0;
        }
    }
}

{master:0}
jcluser@Leaf1>




Code Block
titleLeaf2
collapsetrue
{master:0}
jcluser@Leaf2> show configuration groups __contrail_overlay_multi_homing__
chassis {
    aggregated-devices {
        ethernet {
            device-count 128;
        }
    }
}
interfaces {
    ae0 {
        description "Virtual Port Group : bms2_vpg";
        esi {
            00:94:dc:53:c3:97:76:0e:15:00;
            all-active;
        }
        aggregated-ether-options {
            lacp {
                active;
                system-priority 100;
                system-id 00:51:e0:67:79:3c;
                admin-key 1;
            }
        }
    }
    xe-0/0/2 {
        description "Virtual Port Group : bms2_vpg";
        gigether-options {
            802.3ad ae0;
        }
    }
}

{master:0}
jcluser@Leaf2>