cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
282
Views
0
Helpful
1
Replies

WRVS4400N: Bond SSID to LAN port

yetopen11
Level 1
Level 1

Hi. 

I have a WRVS4400N router I'd like to use in AP only mode. I'd like to have a main/corporate WIFI, which should be plugged to the LAN, and then a Guest Wifi which I'll connect to the firewall.

Since the switch I have in house are unmanaged, is there a way to do this without VLAN tagging?

What I wish to accomplish is to assign corporate wifi to LAN port 1 of the WRVS and the guest to the LAN port 4. Is it possible?

thanks

1 Reply 1

Shawn Guertin
Level 1
Level 1

I will show you what I would try, but you would have to base your config on this, not just copy and paste, because its only a draft:

 

dot11 vlan-name vlan1 vlan 1
dot11 vlan-name vlan2 vlan 2
!
dot11 ssid corporate
   vlan 1
   authentication open
   authentication key-management wpa version 2
   mbssid guest-mode
   wpa-psk ascii 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
dot11 ssid guest
   vlan 2
   authentication open
   authentication key-management wpa version 2
   mbssid guest-mode
   wpa-psk ascii 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
 !
 encryption vlan 1 mode ciphers aes-ccm
 !
 encryption vlan 2 mode ciphers aes-ccm
 !
 ssid guest
 !
 ssid corporate
 !
 antenna gain 2
 mbssid
 speed  basic-1.0 basic-2.0 basic-5.5 basic-11.0 basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15.
 station-role root
!
!
!
interface FastEthernet1
 description corporate
 switchport access vlan 1
!
!
interface FastEthernet4
 description guest
 switchport access vlan 2
!
!
!
interface Vlan1
 description corporate vlan
 ip address X.X.X.X M.M.M.M
!
interface Vlan2
 description guests vlan
 ip address X.X.X.X M.M.M.M