cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
738
Views
0
Helpful
2
Replies

VLAN, DMZ and Cisco 871-SEC-K9

w_zamiar_
Level 1
Level 1

Recently I bought Cisco 871 Advanced Security router. In table on the product site http://www.cisco.com/en/US/products/hw/routers/ps380/products_data_sheet0900aecd8028a976.html is info that the router with this IOS image gives support for two VLANs from which one is dedicated to DMZ. I was trying to build this DMZ with SDM but without any success. Also I tried to enter the VLAN to database manually via console but I got only

Vlan can not be added. Maximum number of 1 vlan(s) in the database.

Is there any way to add the second VLAN as it should be possible?

2 Replies 2

wdrootz
Level 4
Level 4

Under one SSID, only one VLAN can be configured. You need to go for 2 SSIDs.

Router(config)# interface dot11radio 0

Router(config-if)# ssid cisco

Router(config-if-ssid)# vlan 1

Router(config-if-ssid)# authentication open

Router(config-if)# ssid test

Router(config-if-ssid)# vlan 2

Router(config-if-ssid)# authentication network-eap eap_methods

Ok, I know it. But this isn't wireless router :) It's version without WiFi. But thanks for the message