I am supposed to configure VLAN in router and switch for WLC deployment. Then while doing the study i found this article on internet:
Now the way the guy has configured vlan in router has confused me. I was thinking of configuring the subinterfaces on the router and then assigning dot1q tag to it according to the vlan.
I would use this:
interface fa 0/3.10
ip address 10.1.1.1 255.255.255.0
no shut
similarly, interface fa0/3.20
ip add 20.1.1.1 255.255.255.0
and do the route and NAT thing.But the guy has done it in different way. The guy is surely right but can it be done according to what i have listed above?
Thanks in advance.