Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:bras_bng:radius_integration:radius_accounting:radius_attr [2023/10/13 13:15] – ↷ Page moved from en:dpi:bras_bng:opt_bras_l3:radius_accounting:radius_attr to en:dpi:bras_bng:radius_integration:radius_accounting:radius_attr elena.krasnobryzh | en:dpi:bras_bng:radius_integration:radius_accounting:radius_attr [2024/12/05 15:06] (current) – elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======radius_attr====== | + | ====== |
+ | {{indexmenu_n> | ||
+ | |||
+ | FastPCRF passes the following attributes within the Accounting-Request: | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | * [1] start – beginning of the accounting session. Statistics are not transmitted within this request, the only session id is transferred; | ||
+ | * [2] stop – termination of the accounting session. This request contains the final session statistics; | ||
+ | * [3] interim-update – interim statistics. | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | Statistics (accounting data) are defined in the [[https:// | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | in addition, statistics on the cs0-cs7 [[en: | ||
+ | The following VSAs are defined for the vendor-id=43823: | ||
+ | <code bash> | ||
+ | ATTRIBUTE VasExperts-Acct-Traffic-Class-Name | ||
+ | ATTRIBUTE VasExperts-Acct-Traffic-Class-Input-Octets | ||
+ | ATTRIBUTE VasExperts-Acct-Traffic-Class-Output-Octets | ||
+ | ATTRIBUTE VasExperts-Acct-Traffic-Class-Input-Packets | ||
+ | ATTRIBUTE VasExperts-Acct-Traffic-Class-Output-Packets | ||
+ | </ | ||
+ | |||
+ | here the '' | ||
+ | the rest attributes contain statistics for this traffic class. Below is the example pf the packet (only the first two traffic statistics are unfolded): | ||
+ | <code bash> | ||
+ | Frame 211: 576 bytes on wire (4608 bits), 576 bytes captured (4608 bits) | ||
+ | Ethernet II, ... | ||
+ | Internet Protocol Version 4, ... | ||
+ | User Datagram Protocol, Src Port: 41754, Dst Port: 1815 | ||
+ | RADIUS Protocol | ||
+ | Code: Accounting-Request (4) | ||
+ | Packet identifier: 0xfc (252) | ||
+ | Length: 534 | ||
+ | Authenticator: | ||
+ | [The response to this request is in frame 233] | ||
+ | Attribute Value Pairs | ||
+ | AVP: l=6 t=NAS-Port-Type(61): | ||
+ | AVP: l=6 t=NAS-Port(5): | ||
+ | AVP: l=10 t=NAS-Identifier(32): | ||
+ | AVP: l=6 t=Framed-IP-Address(8): | ||
+ | AVP: l=6 t=Service-Type(6): | ||
+ | AVP: l=18 t=Acct-Session-Id(44): | ||
+ | AVP: l=6 t=Acct-Authentic(45): | ||
+ | AVP: l=6 t=Acct-Status-Type(40): | ||
+ | AVP: l=6 t=Acct-Delay-Time(41): | ||
+ | AVP: l=6 t=Acct-Input-Packets(47): | ||
+ | AVP: l=6 t=Acct-Output-Packets(48): | ||
+ | AVP: l=6 t=Acct-Input-Octets(42): | ||
+ | AVP: l=6 t=Acct-Input-Gigawords(52): | ||
+ | AVP: l=6 t=Acct-Output-Octets(43): | ||
+ | AVP: l=6 t=Acct-Output-Gigawords(53): | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP Type: 26 | ||
+ | AVP Length: 51 | ||
+ | VSA: l=5 t=VasExperts-Acct-Traffic-Class-Name(16): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Input-Octets(17): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Output-Octets(18): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Input-Packets(19): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Output-Packets(20): | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP Type: 26 | ||
+ | AVP Length: 51 | ||
+ | VSA: l=5 t=VasExperts-Acct-Traffic-Class-Name(16): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Input-Octets(17): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Output-Octets(18): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Input-Packets(19): | ||
+ | VSA: l=10 t=VasExperts-Acct-Traffic-Class-Output-Packets(20): | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | AVP: l=51 t=Vendor-Specific(26) v=VAS Experts(43823) | ||
+ | </ | ||
+ |