switchA
vlan 1 fa0/0 fa0/1 fa2/0
vlan 10 fa3/0 fa4/0 fa5/0
vlan 20 fa6/0 fa7/0 fa8/0
switchB
vlan 1 fa0/0 fa0/1 fa2/0
vlan 10 fa3/0 fa4/0 fa5/0
vlan 20 fa6/0 fa7/0 fa8/0
my question is, i want my vlan to communicate from Switch A to B, so i should make a trunk right?
I would take fa0/0 on both switches and make a trunk from that port..
So is this command correct?
SwitchA(config)int fa0/0
SwitchA(config-if)switchport mode trunk
then i would do the same thing to switchB right?
however i've done that but still it won't work, anyway the simulator that i am using is packet tracer version 3.2 & 4.
although that simulator does not support configuring an ip on a switch, it can configure the default gateway though..
I've however assign an default add to the vlan 1 where the fa0/0 is .
Please help..tnx