Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_options:brass:opt_bras:reference_bras:specific_attribute:start [2020/02/05 17:38] – ↷ Page moved from en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:specific_attribute:start to en:dpi:dpi_options:brass:opt_bras:reference_bras:specific_attribute:start lexx26 | en:dpi:dpi_options:brass:opt_bras:reference_bras:specific_attribute:start [2020/03/18 14:58] (current) – removed lexx26 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 1 VasExperts VSA attributes ====== | ||
| - | {{indexmenu_n> | ||
| - | |||
| - | The policing profile and the activated services list of are transferred in the Vendor-Specific attribute [26] which is sent in responses. | ||
| - | |||
| - | < | ||
| - | VENDOR | ||
| - | BEGIN-VENDOR | ||
| - | ATTRIBUTE | ||
| - | ATTRIBUTE | ||
| - | ATTRIBUTE | ||
| - | ATTRIBUTE | ||
| - | ATTRIBUTE | ||
| - | ATTRIBUTE | ||
| - | END-VENDOR | ||
| - | </ | ||
| - | |||
| - | == VasExperts-Policing-Profile == | ||
| - | A string attribute specifying the user policing profile name. It should be no more than one such attribute in a response to Access-Request. | ||
| - | |||
| - | == VasExperts-Service-Profile == | ||
| - | A string attribute specifying the user policing profile name for a given fastDPI service. The following format is used: | ||
| - | < | ||
| - | service_id: | ||
| - | </ | ||
| - | Here: | ||
| - | |||
| - | service_id - a number, FastDPI service ID | ||
| - | profile_name - a string, service profile name | ||
| - | For example, to enable the NAT service (11) with the profile " | ||
| - | < | ||
| - | VasExperts-Service-Profile=" | ||
| - | </ | ||
| - | A PDU can contain zero or more VasExperts-Service-Profile attributes — one attribute for each service. If a profile is associated with a service, the service is considered enabled (activated). | ||
| - | |||
| - | In order to disable any service in CoA you should use the '' | ||
| - | |||
| - | == VasExperts-Enable-Service == | ||
| - | |||
| - | string parameter specifying the enabling/ | ||
| - | |||
| - | < | ||
| - | here: | ||
| - | |||
| - | service_id – a number, FastDPI service ID | ||
| - | |||
| - | flag – an indicator whether the service is enabled/ | ||
| - | |||
| - | 1, on, enabled – the service is enabled | ||
| - | |||
| - | 0, off, disabled – the service is disabled | ||
| - | |||
| - | An example of enabled service: 5:on | ||
| - | |||
| - | An example of disabled service: 5:off | ||
| - | |||
| - | When dealing with CoA, this attribute should be used in order to disable the service. For example, disabling of service 5 looks like this: < | ||
| - | |||
| - | <note warning> Important note: the rule "that is not enabled explicitly considered to be disabled" | ||
| - | |||
| - | Enabling of service 4 " | ||
| - | |||
| - | == VasExperts-Multi-IP-User == | ||
| - | Indicates whether multiple IP addresses are associated with this subscriber or only one. This attribute can be either a byte or a 32-bit number. A value of 1 means that several IP addresses can be associated with a given subscriber (corporate client), a value of 0 defines that only one IP address can be associated. If the '' | ||
| - | |||
| - | If the subscriber has been assigned '' | ||
| - | |||
| - | == VasExperts-UserName == | ||
| - | Subscriber login. | ||
| - | |||
| - | This attribute is introduced to support some billing systems that which by their very nature cannot include a User-Name attribute within the Access-Accept/ | ||
| - | |||
| - | |||
| - | == VasExperts-Restrict-User == | ||
| - | Indicates whether the subscriber is blocked or not. | ||
| - | |||
| - | From the the VAS Experts DPI point of view, an Access-Accept response means that the subscriber is not blocked and in case of subscribers that are currently blocked the Access-Reject should contain special subscriber attributes specifying the restrictions. But some RADIUS client implementations do not support the feature to return subscriber attributes in the Access-Reject. For such implementations, | ||
| - | |||
| - | value 0 means that subscriber is not blocked | ||
| - | |||
| - | value 1 means that subscriber is blocked | ||
| - | |||
| - | The VAS Experts handles Access-Accept as Accept-Reject in the case of '' | ||
| - | |||
| - | == VasExperts-Enable-Interconnect == | ||
| - | Indicates of enabling/ | ||
| - | |||
| - | This attribute refers to L2 BRAS. If local interconnect is enabled, L2 BRAS interconnects any two local subscribers by default. Using this attribute you can disable interconnect: | ||
| - | |||