Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
root@vMX-8> show configuration protocols bgp       
traceoptions {
    file bgp;
    flag general;
}
local-address 1.0.0.8;
log-updown;
local-as 65100;
group inter {
    type internal;
    local-address 1.0.0.8;
    family inet {
        unicast;
    }
    family inet-vpn {
        unicast;
    }
    family l2vpn {
        signaling;
    }
    peer-as 65100;
    local-as 65100;
    neighbor 1.0.0.3;
}

root@vMX-8> show configuration routing-instances 
vp {
    instance-type vpls;
    interface ge-0/0/1.700;
    route-distinguisher 65100:700;
    vrf-target {
        target:65100:700;
        import target:65100:700;
        export target:65100:700;
    }
    protocols {
        vpls {
            ignore-mtu-mismatch
            no-tunnel-services;
            site ce1 {
                site-identifier 8;
                interface ge-0/0/1.700;
            }
        }
    }
}
root@vMX-8> show configuration interfaces ge-0/0/1                     
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
unit 700 {
    encapsulation vlan-vpls;
    vlan-id 700;
}

Настройка MPLS транспорта в данном примере не рассматривается