in order to provide multiple Users Access to different VLANs we use a freeradius(.net) RADIUS-Server to authenticate an assigning a VLAN.
Code in OS6850:
Code: Select all
OS6850P-EG> show configuration snapshot AAA
! AAA :
aaa radius-server "rad1" host 192.168.103.239 key testkey retransmit 3 timeout 2 auth-port 1812 acct-port 1813
aaa authentication default "local"
aaa authentication console "local"
aaa authentication 802.1x rad1
aaa authentication mac rad1
aaa accounting 802.1x rad1
! PARTM :
! AVLAN :
! 802.1x :
802.1x 1/2 direction both port-control auto quiet-period 60 tx-period 30 supp-timeout 30 server-timeout 30 max-req 2 re-authperiod 3600 no reauthentication
802.1x 1/2 captive-portal session-limit 12 retry-count 3
802.1x 1/2 supp-polling retry 2
802.1x 1/2 supplicant policy authentication pass default-vlan fail vlan 30 block
802.1x 1/2 non-supplicant policy authentication pass default-vlan fail vlan 30 block
802.1x 1/2 captive-portal policy authentication pass default-vlan fail vlan 30 block
Code: Select all
# IP-TEST-TELEFON
00809F5619A1 User-Password == "00809F5619A1"
Tunnel-Type = "VLAN",
Tunnel-Medium-Type = "IEEE-802",
Tunnel-Private-Group-Id = "10",
Auth-Type := local
DEFAULT Auth-Type := Reject
Code: Select all
### SWITCHE
client 192.168.103.210 {
secret = testkey
shortname = OmniSwitch-6850P-EG
nastype = other
}
The Logifle auth-detail-20090928.log:
Code: Select all
Packet-Type = Access-Request
Mon Sep 28 15:05:08 2009
User-Name = "00809F5619A1"
User-Password = "\276\272\272\224\344!\004O\353\020%!H9u\300"
NAS-IP-Address = 192.168.103.210
NAS-Port = 1003
NAS-Port-Type = Async
Client-IP-Address = 192.168.103.210
The User-Password is send in hash... how can i configure the encryption?
