Hi experts,
I am a bit confused regarding the below scenario, any input from you guys would be greatly appreciated.
EX2200(1) ------------- EX2200(2)
Two EX series switches connected via an aggregated interface ae0 .(ge-0-0-0 and ge-0/0/1 on both sides)
I configure switch (1) ae0 port mode trunk and vlan member is VLAN 20.
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members VLAN20;
On the Switch(2), let's assume all ports except ge-0/0/0 and ge-0/0/1 are access ports and connecting to end devices.
What happens if only configure port-mode and not assign any VLANs?
unit 0 {
family ethernet-switching {
port-mode trunk;
No VLAN configs at all on the Switch (2)
Can someone please explain to me what is the default behavior in terms of default vlan and native vlan on switch (2)?
Thanks