Hi,
i'm having trouble setting up vlan across two switches. I've read the "Networking Best Practices - Connecting Two Switches", but couldn't get the vlan communicate between the switches.
We have a pair of N2048, created vlan 10, assigned port 45, 46 to vlan 10 in access mode on both switches.
After that I used the following command to create the trunk port on both switches (this is where I'm confuse and whether I created correctly).
console(config)# interface gigabitethernet 1/0/47
console(config-if)# switchport mode general
console(config-if)# switchport general allowed vlan add 10 tagged
console(config-if)# switchport general pvid 1
console(config-if)# exit
But when I plug in device in port 45 on both device, it cannot communicate. Any idea what did I do wrong?