Hi,
Ive got pretty default config for 2 MX's:
ae0 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
esi {
00:00:00:00:00:00:00:00:00:01;
all-active; }
aggregated-ether-options {
lacp {
active;
periodic fast;
system-id 02:00:00:00:00:01; } }
unit 1025 {
description eVPN-1;
encapsulation vlan-bridge;
family bridge {
interface-mode trunk;
vlan-id-list 1025; } }}
vSwitch-eVPN-1 {
instance-type virtual-switch;
protocols {
evpn {
extended-vlan-list 1025; } }
bridge-domains {
BRIDGE-1025 {
vlan-id 1025; } }
interface ae0.1025;
route-distinguisher 62.0.0.2:2;
vrf-target target:42000:1; }
and QFX, nothing special, only standart MX facing LAG:
ae0 {
flexible-vlan-tagging;
encapsulation flexible-ethernet-services;
aggregated-ether-options {
minimum-links 1;
lacp {
active;
periodic fast; } }
unit 1025 {
vlan-id 1025;
family inet {
address 10.77.7.10/24; } }}
All is working but what to do in case I want to leak management vlan to QFX or I should work via management port only?
This should be standard vlan only to manage device.
------------------------------
Uri Ivanov
------------------------------