I have a issue with configuring gust vlan in My Procurve switch
Scenario.
I am using Sonicwall as my firewall on X0 interface i have configured 172.18.4.254/24 working fine.
and i have created virtual interface binded to X0 interface. 192.168.150.254/24 vlan 40
On switch i have made 3 vlans, vlan 11 for data vlan(untagged 1-48) , 12 for voice(tagged 1-48) and 40 for Guest(tagged 1-48).
Data vlan and voice vlan are working fine but guest vlan not working.
on sonicwall i have done packet monitoring but i couldn't find any request with tagged vlan 40
Below switch configuration and attached network design:
Running configuration:
hostname "sw"
no stack
ip default-gateway 172.18.4.254
vlan 1
name "DEFAULT_VLAN"
untagged 49-52
ip address dhcp-bootp
no untagged 1-48
exit
vlan 11
name "Data_Vlan"
untagged 1-48
ip address 172.18.4.230 255.255.255.0
exit
vlan 12
name "VOICE"
tagged 1-48
no ip address
exit
vlan 40
name "GUEST"
ip address 192.168.150.230 255.255.255.0
tagged 1-48
exit
snmp-server community "public" unrestricted