hostname AP00-1141-01 ! Enable aaa to use local authentication aaa new-model aaa authentication login default local aaa session-id common ! Configure domain name no ip domain lookup ip domain name me.com ! dot11 mbssid dot11 syslog dot11 vlan-name data_wifi vlan 39 dot11 vlan-name visitor_wifi vlan 40 ! dot11 ssid Data vlan 39 authentication open authentication … Continue reading Cisco Wireless: How to configure Multiple SSIDs on CISCO AP1141
Tag: IEEE 802.1Q
Cisco Wireless: How to configure a named access list to deny traffic from a Visitor Vlan to Internal Resources
This is what I am trying to achieve. I would like the Guest Vlan to get access only to the internet. Everything else is banned. Here is what i have so far: interface FastEthernet0/0 description To_Internet ip address 1.1.1.1 255.255.255.252 ip access-group 102 in ip nat outside ip inspect RED out ip virtual-reassembly in duplex … Continue reading Cisco Wireless: How to configure a named access list to deny traffic from a Visitor Vlan to Internal Resources