I would like to know, how the below achived please?
PC1---switchportaccess-vlan10-SWITCH A=Trunk=SWITCH B swichportacess-vlan20--PC2
How do I make PC1 talks to PC2 ? will the below config do the trick?
on SWITCH A trunk port:
switchport mode trunk
switchport trunk allowed vlan X,Y
switch port access vlan 10
swich port native vlan 10
on SWITCH B trunk port:
switchport mode trunk
switchport trunk allowed vlan X,Y
switch port access vlan 20
swich port native vlan 20
will the config works?, do I also allow vlan 10 on A's trunk and allow vlan 20 on B's trunk ( with vlans X, Y) ?
thank you