Hi parnassus,
here ist the actual config (relevant parts):
; J9146A Configuration Editor; Created on release #W.15.14.0013
; Ver #06:04.18.63.ff.35.05:b6
module 1 type j9146a
dhcp-snooping
dhcp-snooping database file "tftp://z.z.z.z/somefile.dhcp" timeout 60
dhcp-snooping vlan 104
radius-server host x.x.x.x key "xxxx"
radius-server timeout 2
radius-server dead-time 5
ip default-gateway x.x.x.x
interface 23
dhcp-snooping trust
exit
interface 24
dhcp-snooping trust
exit
aaa server-group radius "extreme_nac" host x.x.x.x
aaa accounting network start-stop radius server-group "extreme_nac"
aaa authentication port-access eap-radius server-group "extreme_nac"
aaa authentication mac-based chap-radius server-group "extreme_nac"
aaa port-access authenticator 1-22
aaa port-access authenticator active
vlan 1
name "DEFAULT_VLAN"
no untagged 1-22
untagged 23-24
no ip address
exit
vlan 104
name "TestNAC"
untagged 1-22
tagged 23-24
ip address y.y.y.y 255.255.255.0
ip igmp
exit
primary-vlan 104
no autorun
switchname(config)# aaa port-access authenticator 1-22 client-limit
<1-8> Set the maximum number of clients to allow on the port.
As you see, even when no client-limit is configured, I only have the opportunity to chose from 1-8.
I use the same manual you reference to. What I also recognised - i cant' issue the command "show port-access summary":
switchname(config)# show port-access
[ethernet] PORT-LIST Show Web/MAC Authentication statistics and configuration.
authenticator Show 802.1X (Port Based Network Access) authenticator current status, configuration or
last session counters.
config Show status of 802.1X, Web Auth, and MAC Auth configurations.
local-mac Show Local MAC Authentication statistics and configuration.
mac-based Show MAC Authentication statistics and configuration.
supplicant Show 802.1X (Port Based Network Access) supplicant current status and configuration.
web-based Show Web Authentication statistics and configuration.Has anyone the same issues? Does anyone also use procurve 2910al PoE with 802.1x?
How many clients can you choose when trying the command
aaa port-access authenticator <port> client-limit ?
Thanks