- Community Home
- >
- Networking
- >
- Wireless
- >
- Comware Wireless / Unified Series
- >
- wx5004 not reporting ip address via radius account...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2014 09:53 PM - last edited on 12-14-2014 10:33 PM by Maiko-I
12-14-2014 09:53 PM - last edited on 12-14-2014 10:33 PM by Maiko-I
wx5004 not reporting ip address via radius accounting
Hi All
I have an issue where we have a WX5004 wireless controller providing wireless using wpa2/802.1x authentication which works just fine and dandy.
I need to be able to use the radius accounting information to provide a web filtering solution with username and ip address.
I have done this before with Cisco and other wireless vendors, however the wx5004 does not appear to even report the ip address of the device as part of the accounting information.
Can anyone assist me with sorting this out ?
We are running the latest firmware from the website as of today.
Ta.
P.S. This thread has been moved from Lagacy to Comware Wireless / Unified Series. - Hp forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2014 06:09 AM
12-16-2014 06:09 AM
Re: wx5004 not reporting ip address via radius accounting
Hi,
2 settings:
1/ AC needs to be configured to learn the wlan client IP address information.
Either use dhcp-snooping (only for central wlan) or the arp/dhcp snooping (central+decentral).
Dhcp-snooping:
# enable global dhcp snooping
dhcp-snooping
# make the uplink trusted, assuming uplink on AC is BAGG1 here:
int bridge 1
dhcp-snooping trust
arp/dhcp snooping
# enable global option
wlan client learn-ipaddr enable
You can verify the operation (after reconnect with wlan client, so you need fresh dhcp/arp traffic to learn IP) with
display wlan client
2/ Learning the client IP takes a few seconds after the association is made. Initial radius accounting will start directly after the association is made, so you may need to configure the accounting-delay. This is a fairly new feature and available for both mac and dot1x auth.
Example for dot1x accounting delay:
int wlan-ess 1
dot1x accounting-delay
Default delay is 10 seconds. Some tuning options are available, check release notes
Hope this helps,
best regards,Peter