08-09-2017 12:41 PM - edited 03-05-2019 08:59 AM
Hi,
I should say I've had this problem before and it was resolved using interface Wlan-GigabitEthernet0/0 switchport mode trunk. This is on another router and it's not working this time. I've attached the config files as both would be too long. I followed the same steps as last time but the vlans won't go up with this command.
thanks
Solved! Go to Solution.
08-09-2017 03:13 PM
That is not sufficient. You also need to create the VLANs (as I posted before) in the local switch database.
1941#conf t
1941(config)#vlan 2
1941(config)#vlan 4
08-09-2017 01:17 PM
Hello,
have you created the VLANs locally ? What is the output of 'show vlan-switch' ?
08-09-2017 02:25 PM
I'm only using a 1941w router and it's not connected to any network switch.
08-09-2017 02:32 PM
What I mean is: have you created the VLANs like this:
1941#conf t
1941(config)#vlan 2
1941(config)#vlan 4
08-09-2017 02:54 PM
I did it by doing:
1941# conf t
1941# interface vlan 2
Doesn't this create them as well, or is this the mistake I made in making the vlan?
08-09-2017 03:13 PM
That is not sufficient. You also need to create the VLANs (as I posted before) in the local switch database.
1941#conf t
1941(config)#vlan 2
1941(config)#vlan 4
08-09-2017 02:15 PM
Hello
You need to make sure the trunk is up and that vlan is allowed to traverse the trunk
sh int trunk
or
That you have a active port in the vlan that isnt coming up.
Sh vlan brief
res
Paul
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide