我想知道在以下配置中我的网络会发生什么:
on switch1 -> interface1 in mode access, vlan4
on switch2 -> interfaceA in mode trunk, vlan4 and vlan8
switch1通过interface1连接到switch2的interfaceA。
所以,当来自 vlan4 的东西从 switch1 通过 interface1 时,它被标记为 vlan4 对吗?我的猜测是:
it's be going to vlan4, just as if interfaceA was in access.
但是当来自 vlan4 的东西通过来自 switch2 的 interfaceA 时会发生什么?我猜:
it's not tagged so it goes into switch1's default VLAN?
从交换机 2 到交换机 1 的所有传入流量都会进入默认 VLAN 吗?