on a cisco switch, let's say fastethernet 1/49 is a trunk port that I want to connect to a brocade switch.
my question is do I not need to put in the 802.1q command in the Cisco?
On the Cisco side you'll put in
Cisco01# interface TenGigabitEthernet 1/49
Cisco01 (config-if)# description Trunk to Brocade ICX 7450
Cisco01 (config-if)# switchport mode trunk
Cisco01 (config-if)# switchport trunk allowed vlan 2
on the BROCADE side I put in:
Brocade01(config)#vlan 2 name Fiber128 by port
Brocade01(config-vlan-2)#tagged ethernet 1/2/1 to 1/2/3
Brocade01(config-vlan-2)#untagged ethernet 1/1/2 to 1/1/48
Brocade01(config-vlan-2)#end
Brocade01(config)#interface ethernet 1/2/1
Brocade01(config-if-e1000-1/2/1)#port-name This is a Trunk to Cisco4948
Brocade01(config)#interface ethernet 1/1/23
Brocade01(config-if-e1000-1/1/23)#port-name CONNECT A WORKSTATION HERE
No comments:
Post a Comment