Zarin Posted June 18, 2012 Posted June 18, 2012 (edited) Такая проблема. При ip subscriber routed и initator dhcp не приходит акаунтинг, если включен accounting delay-start all (или для vrf в котором висит интерфейс) Стоит выключить delay-start, аккаунтинг начинает приходит, но старт-пакет не содержит атрибута Framed-IP-Address. Апдейт пакеты приходят уже с атрибутом Framed-IP-Address. IOS: asr1000rp1-adventerprisek9.03.04.02.S.151-3.S2.bin Является ли это глюком. Или так и должно работать ? =================================================================== aaa authentication login default local group aaa-manage aaa authentication login INET-ISG group aaa-inet aaa authentication enable default enable line group aaa-manage aaa authentication ppp INET-L2TP group aaa-billing aaa authorization network INET-L2TP group aaa-billing aaa authorization network INET-ISG group aaa-inet aaa authorization subscriber-service default local group aaa-inet aaa authorization subscriber-service INET-ISG group aaa-inet aaa accounting delay-start vrf <l2tp_vrf_name> aaa accounting update periodic 20 aaa accounting network INET-L2TP start-stop group aaa-billing aaa accounting network INET-ISG start-stop group aaa-inet ========================================================================= policy-map type control ISG-INTERFACE-POLICY class type control always event session-start 10 authorize aaa list INET-ISG password 123 identifier remote-id plus circuit-id plus mac-address ! class type control always event session-restart 10 authorize aaa list INET-ISG password 123 identifier remote-id plus circuit-id plus mac-address ! ========================================================================= interface Port-channel2.171 encapsulation dot1Q 171 vrf forwarding <ipoe_vrf_name> ip dhcp relay information check-reply none ip address <ip> <mask> ip helper-address <dhcp_host> service-policy type control ISG-INTERFACE-POLICY ip subscriber routed initiator dhcp Спасибо. Edited June 18, 2012 by Zarin Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.