Не работает авторизация на radius сервере. Конфигурацию коммутатора выполнял согласно примера
http://www.dlink.ru/ru/faq/62/953.htmlBoot PROM Version : Build 1.00.007
Firmware Version : Build 1.60.B010
Hardware Version : B1
Настройки коммутатора следующие:
# AAA
create authen server_host 10.10.10.2 protocol radius port 1812 key "1234" timeout 5 retransmit 2
config authen server_group radius delete server_host 10.10.10.2 protocol radius
config authen server_group radius add server_host 10.10.10.2 protocol radius
config authen_login default method local
create authen_login method_list_name rad_ext
config authen_login method_list_name rad_ext method radius
config authen_enable default method local_enable
create authen_enable method_list_name rad_ext_ena
config authen_enable method_list_name rad_ext_ena method radius
config authen application console login default
config authen application console enable default
config authen application telnet login method_list_name rad_ext
config authen application telnet enable method_list_name rad_ext_ena
config authen application ssh login default
config authen application ssh enable default
config authen application http login default
config authen application http enable default
config authen parameter response_timeout 30
config authen parameter attempt 3
disable authen_policy
config admin local_enable
после включения authen_policy не могу авторизоваться ни по радиусу, не локально.
настройки сервера:
test Cleartext-Password := "123",NAS-Identifier =~ ".*DES3200.*"
dlink-Privelege-Level = 5
Что я вижу в логах на сервере:
Wed Jul 4 15:41:10 2012
Packet-Type = Access-Request
User-Name = "test"
NAS-IP-Address = 10.10.10.25
NAS-Identifier = "TEST-DES3200"
NAS-Port-Type = Virtual
Service-Type = Framed-User
Framed-Protocol = PPP
Wed Jul 4 15:41:10 2012 : Auth: Login incorrect: [test/123] (from client 10.10.10.0/24 port 0)