- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- procurve 2650 - 802.1x multi user
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-24-2009 03:47 AM
тАО09-24-2009 03:47 AM
procurve 2650 - 802.1x multi user
I am using a procurve 2650 H.10.74 with 802.1x on port 1.
If I connect a voip phone on port 1 it works without any problems.
If I connect a pc on port 1 it works also.
But then I connect a pc on the second port of the phone it does not work.
On the switch no errors will be logged. On the radius server I see that both devices (phone & pc) get access.
If I disable 802.1x it works without any problems.
My config:
; J4899B Configuration Editor; Created on release #H.10.74
hostname "test"
time timezone 2
no telnet-server
interface 1
no lacp
exit
interface 2
no lacp
exit
ip default-gateway 10.1.1.1
sntp server 10.1.1.26
timesync sntp
sntp unicast
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
no ip address
no untagged 1-50
exit
vlan 2
name "LAN"
untagged 1-50
ip address 10.1.1.123 255.255.255.0
exit
vlan 3
name "voip"
tagged 1-50
voice
exit
vlan 51
name "LAN_UNAUTH"
tagged 3-50
exit
aaa authentication port-access eap-radius
radius-server host 10.1.1.50
primary-vlan 2
aaa port-access authenticator 1
aaa port-access authenticator 1 max-requests 10
aaa port-access authenticator 1 reauth-period 3600
aaa port-access authenticator 1 client-limit 3
aaa port-access authenticator active
ip ssh
password manager
any ideas why my setup is not working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 04:20 AM
тАО09-24-2009 04:20 AM
Re: procurve 2650 - 802.1x multi user
; J4899B Configuration Editor; Created on release #H.10.74
hostname "test"
time timezone 2
no telnet-server
interface 1
no lacp
exit
interface 2
no lacp
exit
ip default-gateway 10.1.1.1
sntp server 10.1.1.26
timesync sntp
sntp unicast
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
no ip address
no untagged 1-50
exit
vlan 2
name "LAN"
untagged 1-49
ip address 10.1.1.123 255.255.255.0
exit
vlan 3
name "voip"
tagged 1-49
voice
exit
vlan 51
name "LAN_UNAUTH"
untagged 50
exit
aaa authentication port-access eap-radius
radius-server host 10.1.1.50 key xxxxxxx
aaa port-access authenticator 1
aaa port-access authenticator 1 client-limit 3
aaa port-access authenticator active
aaa port-access authenticator 1 unauth-vid 51
ip ssh
password manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 04:54 AM
тАО09-24-2009 04:54 AM
Re: procurve 2650 - 802.1x multi user
i changed my config, but this does not solve my problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 05:05 AM
тАО09-24-2009 05:05 AM
Re: procurve 2650 - 802.1x multi user
vlan 2
tagged 1
Basically I thought when dealing with VOIP phones you were supposed to tag pretty much everything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 06:38 AM
тАО09-24-2009 06:38 AM
Re: procurve 2650 - 802.1x multi user
phone works - pc does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 09:14 AM
тАО09-24-2009 09:14 AM
Re: procurve 2650 - 802.1x multi user
gvrp
aaa port-access gvrp-vlans
Also, for giggles remove all those extra settings you have:
aaa port-access authenticator 1 max-requests 10
aaa port-access authenticator 1 reauth-period 3600
aaa port-access authenticator 1 client-limit 3
The client limit is probably needed, but kill it anyway, see what happens.
On other thing to try,
vlan 3
tagged 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 09:20 AM
тАО09-24-2009 09:20 AM
Re: procurve 2650 - 802.1x multi user
http://h40060.www4.hp.com/procurve/includes/application-notes/index.php?cc=ru&lc=ru&content=ans9-en
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2009 07:47 PM
тАО09-24-2009 07:47 PM
Re: procurve 2650 - 802.1x multi user
if so, it looks like in your config you do not have the radius server key defined...
i have seen in labs where having no radius key on the switch, or incorrect between the server and the switch it not work...logs look good, switch does not function...
but it doesn't explain why it does work at an individual level...hmmm...
and yes the client-limit must be set...default is set to "1"...for VoIP phones to auth and possibly go from untagged to tagged (2 auth steps) -and- a computer to also auth as untagged, client-limit needs to be at 3....
otherwise, switch config looks good to me...
another comment, in the remote access policy on your radius server, if you send back the vlan id to the switch, the switch must have that vlan id defined (either static or dynamic [GVRP]) to work...if the switch receives a vlan id assignment for an auth port and does not have the vlan id on it, that session will be "un-auth'd"...not the port, just that mac addr...
hth...jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2009 12:20 AM
тАО09-25-2009 12:20 AM
Re: procurve 2650 - 802.1x multi user
i took my config from the first post and configured on a 5412zl, revision K.14.41, ROM K.12.20
on the 5412zl it worked with the pc behind the phone.
but why does it not work on a 2650?