09-30-2013 09:06 AM
01-21-2016 01:45 AM
01-22-2016 05:19 PM
switchport mode trunkAlso make sure you populate the VLAN database with your VLAN's or it will not work:
switchport trunk allow vlan 1,336,337
Switch(vlan)#vlan 336Configure the VLAN on Catalyst 2900XL, 3500XL, 2950, 2970, and 2940 Series Switches
VLAN 336 added: Name: VLAN0336
Switch(vlan)#vlan 337
VLAN 337 added: Name: VLAN0337 Switch(vlan)#exit
Switch# configure terminalYou will obvioulsy then have to create 2 DHCP pools which will hand out IP addresses to the appropriate WLAN VLAN's.
Switch(config)# vlan 336
Switch(config-vlan)# name VLAN336
Switch(config-vlan)#exit
Switch(config)# vlan 337
Switch(config-vlan)# name VLAN337
Switch(config-vlan)#exit
01-25-2016 12:20 AM
01-25-2016 02:29 AM