Hey Guys,
What do I have wrong?
I can get an IP if I use access mode and switch to untagged in the rest of my network, but tagging isn't working.
ae1 = Trunk to Distro switch with a LACP, then that switch has an interface connected to DHCP server with all vlans tagged.
Ge-[1-2]/0/3 = connection to downstream devices with vlans tagged on their nics
See anything wrong?
vlans { Hosted { vlan-id-list 1-3999; } default { vlan-id 4000; } ae1 { flexible-vlan-tagging; unit 0 { family ethernet-switching { interface-mode trunk; vlan { members all; ge-1/0/2 { flexible-vlan-tagging; unit 0 { family ethernet-switching { interface-mode trunk; vlan { members all; } } } } } } } ge-1/0/3 { ether-options { 802.3ad ae1; } } ge-0/0/2 { flexible-vlan-tagging; unit 0 { family ethernet-switching { interface-mode trunk; vlan { members all; } } } ge-0/0/3 { ether-options { 802.3ad ae1; } }