Link to home
Start Free TrialLog in
Avatar of SYN ACK
SYN ACKFlag for United Kingdom of Great Britain and Northern Ireland

asked on

add Guess WIFI network to our existing WIFI network

I am asked to add Guess WIFI network to our existing WIFI network.

We have HP switch (comware) v1910 and Brocade/Motorolla AP 7131.

We have created untrusted interface on the Firewall to allow Guess users.

The Firewall will provide DHCP in range 192.168.100.xx for users on guest WIFI.

I would like to know if this can be implemented and if so how one would go about doing this.

I am not sure how one would implement vlan and get this working.

Any help or advise appreciated.

Michael
ASKER CERTIFIED SOLUTION
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SYN ACK

ASKER

If you are familiar with cisco please provide me configure so that I can see how it's done.
If you want to learn about Cisco open a new question. This was asked about particular non-mainstream technologies.
Avatar of SYN ACK

ASKER

I've requested that this question be deleted for the following reason:

bad question
Avatar of SYN ACK

ASKER

Vlan1 :172.31.70.0/24
Vlan10 : 192.168.10.0/24
 
Created a vlan interface :
 
interface Vlan-interface10
ip address 192.168.10.1 255.255.255.0
 
interface Vlan-interface1
ip address 172.31.70.1 255.255.255.0
 
 acl :
 
acl number 3001 name RULE1
rule 0 deny ip source 192.168.10.0 0.0.0.255 destination 172.31.70.0 0.0.0.255
rule 5 permit ip source any destination any
 
Map the acl in the interface where the AP is connected to as inbound.
 
interface GigabitEthernet1/0/5
port auto-power-down
poe enable
 packet-filter 3001 inbound
stp edged-port enable