Original Message:
Sent: Apr 09, 2025 05:05 AM
From: manish16842
Subject: client in guest vlan get ip address randomly for open ssid.
Thanks for sharing that. is there any other commond to check dhcp relay messages in aruba 8320x switches.
debug destination buffer
debug dhcprelay all
sh logging -c dhcp-relay -r
Original Message:
Sent: Apr 09, 2025 03:55 AM
From: Lord
Subject: client in guest vlan get ip address randomly for open ssid.
You posted log output above. This log shows that both clients receive the same Preauthenticated Aruba User Role SVKM-NMIMS-GUEST-guest-logon. So it can't be due to the role. Furthermore, we see that both users are associated with the WLAN SVKM-NMIMS-GUEST and both are in VLAN 205. The WLAN controller has done its job at this point and bridged the packets to the switch.
You must continue troubleshooting in the wired network. Check whether client MAC-ADDRESS are visible in the switch, whether the DHCP requests arrive at the firewall and at the DHCP server. Take tcpdump on the firewall and DHCP server, then you will see more.
------------------------------
Regards,
Waldemar
ACCX # 1377, ACEP, ACX - Network Security
If you find my answer useful, consider giving kudos and/or mark as solution
Original Message:
Sent: Apr 09, 2025 01:30 AM
From: manish16842
Subject: client in guest vlan get ip address randomly for open ssid.
i have configured ip-helper under layer 3 vlan interface on core switch as follows:-
interface vlan GuestVlanID
vsx-sync active-gateways policies
ip address CoreSwitch-1-AssignedIP
active-gateway ip mac 02:02:00:00:17:00
active-gateway ip CommonIP-BW-CoreSwitches
ip helper-address DHCPServerIP
Guest get assigned the PRELOGON ROLE before authentication, where it should get ip from dhcp. So respective ACLs(logon and captive portal) are allowed. i have attached those role ACLs in above thread.
From core switch(acting as Dhcp relay) dhcp discover should go to dhcp server. Dhcp server is behind the firewall. but since some client are getting IPs, so it should have been working.
Just to add, we are using tunnel mode. So all vlans data( guest and corporate) get encapsulated in one ap to controller vlan. Controller de-encapsulate that data and send to core switches according to respective vlan. i was trying to get the debug output for dhcp relay in aruba8320cx switches but not able to get using following commands:-
debug destination buffer
debug dhcprelay all
sh logging -c dhcp-relay -r
Original Message:
Sent: Apr 05, 2025 06:19 AM
From: cskumawat
Subject: client in guest vlan get ip address randomly for open ssid.
Your setup is correct in parts, but there's likely a small misconfig in:
Guest role rules
Switch relay setup
Or DHCP response path
Fix these and your guest Wi-Fi will become stable.
Original Message:
Sent: Apr 04, 2025 04:57 AM
From: manish16842
Subject: client in guest vlan get ip address randomly for open ssid.
Dear all,
I have ArubaOS (MODEL: Aruba7210), Version 8.10.0.2 LSR. and it is configured for local authentication of guest user through open ssid and captive portal. We have windows server 2019 acting as dhcp server. and aruba 8320 cx core switches are acting as dhcp relay. client connect to guest ssid and got assigned to vlan 205. and then it gets ip from the dhcp server. sometime client get the ip and sometimes they don't. i have captured the debug output of 2 clients. one is getting the ip other is not. even the one which is getting ip, earlier it was not getting its ip and suddenly it got the ip. i can see in wireshark installed on client , it sends dhcp discover message but not getting any reply back. debug output is attached for both client.