Здравствуйте! Прошу всех помочь!
Возникла необходимость через радиус utm5 передавать такие радиус-атрибуты, как FRAMED-ROUTE(22).
Создал услугу коммутируемого доступа, добавил к ней следю радиус-параметр: Vendor=9, Attribute=22 Value="0.0.0.0/0 192.168.0.254" тип=String.
Смотрю tcpdump'ом порт 1812:
20:34:45.576418 IP (tos 0x0, ttl 254, id 28457, offset 0, flags [none], proto: UDP (17), length: 117) 192.168.0.200.datametrics > utm.radius: RADIUS, length: 89
Access Request (1), id: 0x22, Authenticator: 6eedd1794b4bd07114c1323e18fceaf1
Framed Protocol Attribute (7), length: 6, Value: PPP
Username Attribute (1), length: 5, Value: bts
Password Attribute (2), length: 18, Value:
NAS Port Type Attribute (61), length: 6, Value: [|radius] [|radius]
20:34:45.580780 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto: UDP (17), length: 127) utm.radius > 192.168.0.200.datametrics: RADIUS, length: 99
Access Accept (2), id: 0x22, Authenticator: aec7cce00188f02bf77fef447e2d3d38
Service Type Attribute (6), length: 6, Value: Framed
Framed Protocol Attribute (7), length: 6, Value: PPP
Framed IP Address Attribute (8), length: 6, Value: 192.168.0.229
Framed IP Network Attribute (9), length: 6, Value: 255.255.255.255
Session Timeout Attribute (27), length: 6, Value: 240:00:00 hours
Vendor Specific Attribute (26), length: 16, Value: [|radius] [|radius]
Как видно, что не передается мой атрибут.
В чем собака зарыта?