Web and Unmanaged
1752478 Members
5823 Online
108788 Solutions
New Discussion

HP v1910 + IAS on Win2k3 + 802.1x

 
SOLVED
Go to solution
suge2013
Occasional Contributor

HP v1910 + IAS on Win2k3 + 802.1x

Hi,

first of all sorry for my English... I have problem with user authentication on above configuration. When I log in to AD from WIn7 laptop user get access grant, but in few second after desktop is display authentication process is starting again and my connection is lost. What is wrong? Same laptop and windows server with cisco switch works fine.

v1910 configuration.

 

#
 domain default enable system
#
radius scheme system
 server-type extended
 primary authentication 10.10.10.10
 primary accounting 10.10.10.10
 key authentication password
 key accounting password
#
domain system
 authentication default none
 authorization default none
 accounting default none
 authentication login local
 authorization login local
 accounting login local
 authentication lan-access radius-scheme system
 authorization lan-access radius-scheme system
 accounting lan-access radius-scheme system
 access-limit disable
 state active
 idle-cut disable
 self-service-url disable
#
interface GigabitEthernet1/0/1
 speed auto 10 100 1000
 stp edged-port enable
 undo ntdp enable
 mac-address max-mac-count 1
 dot1x re-authenticate
 dot1x
#

1 REPLY 1
suge2013
Occasional Contributor
Solution

Re: HP v1910 + IAS on Win2k3 + 802.1x

mac-address static 000f-e201-0101 interface gigabitethernet 1/0/1 vlan 10

 

solved problem...

but is it possible to do only 802.1x authentication without mac authentication on port?