05-22-2016 12:12 AM - edited 03-05-2019 04:04 AM
I am supposed to configure VLAN in router and switch for WLC deployment.
Now the way the guy has configured
I would use this:
Thanks in advance.
Solved! Go to Solution.
05-22-2016 02:05 AM
Hi,
Yes, you can do it your way. You will need to add the encapsulation dot1Q command on each sub-interface.
interface fa 0/3.10
ip address 10.1.1.1 255.255.255.0
encapsulation dot1Q 10
interface fa0/3.20
ip add 20.1.1.1 255.255.255.0
encapsulation dot1Q 20
Thanks
John
05-22-2016 07:32 AM
Hello
Yes it can, The way you suggested is some-times call "router on a stick" routing in which having sub interface on the rtr to route between to vlans.
The other way from the article you posted shows the router performing inter-vlan routing with Switch Virtual interfaces (SVI's).
This way he has create 3 SVI's:
Vlan1 = MGT vlan between the switch and the ISP rtrs LAN facing interface
Vlan 10/20 - WLAN vlans ( for WAP and WLC connections)
The connection between the RTR and Switch is trunked to allow tagged traffic to traverse between either other
The connection to the isp is an access port in vlan 1
From the switch perspective, it just a host switch configured with two layer vlans 10,20 and a default-gateway pointing to the what looks like the ISP rtrs lan facing interface
( I personally would point the switch to the 887 rtr vlan 1 svi 192.168.0.202 as it has a default route point the the isp anyway.
The WLC and the Access-point connections are just access ports in there respective vlans.
The Nating speaks for it self, However not sure why he performing this as the current MGT addressing suggests the ISP is already doing this.
That's it...
res
Paul
05-22-2016 02:05 AM
Hi,
Yes, you can do it your way. You will need to add the encapsulation dot1Q command on each sub-interface.
interface fa 0/3.10
ip address 10.1.1.1 255.255.255.0
encapsulation dot1Q 10
interface fa0/3.20
ip add 20.1.1.1 255.255.255.0
encapsulation dot1Q 20
Thanks
John
05-22-2016 07:32 AM
Hello
Yes it can, The way you suggested is some-times call "router on a stick" routing in which having sub interface on the rtr to route between to vlans.
The other way from the article you posted shows the router performing inter-vlan routing with Switch Virtual interfaces (SVI's).
This way he has create 3 SVI's:
Vlan1 = MGT vlan between the switch and the ISP rtrs LAN facing interface
Vlan 10/20 - WLAN vlans ( for WAP and WLC connections)
The connection between the RTR and Switch is trunked to allow tagged traffic to traverse between either other
The connection to the isp is an access port in vlan 1
From the switch perspective, it just a host switch configured with two layer vlans 10,20 and a default-gateway pointing to the what looks like the ISP rtrs lan facing interface
( I personally would point the switch to the 887 rtr vlan 1 svi 192.168.0.202 as it has a default route point the the isp anyway.
The WLC and the Access-point connections are just access ports in there respective vlans.
The Nating speaks for it self, However not sure why he performing this as the current MGT addressing suggests the ISP is already doing this.
That's it...
res
Paul
05-22-2016 09:42 PM
Hi Paul,
I think the connection to the WLC should be
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