Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:bras_bng:bras_l2_subs_id:start [2023/10/13 13:45] – ↷ Page moved from en:dpi:bras_bng:opt_bras_l2:bras_l2_subs_id:start to en:dpi:bras_bng:bras_l2_subs_id:start elena.krasnobryzh | en:dpi:bras_bng:bras_l2_subs_id:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Identification of L2 subscribers ====== | ||
- | {{indexmenu_n> | ||
- | FastDPI 12 introduces support for identifying L2 subscribers by VLAN/ | ||
- | |||
- | Previously, the way of subscriber identification was only his MAC-address, | ||
- | |||
- | FastDPI 12 introduces a new fastdpi.conf setting: '' | ||
- | |||
- | Valid values in the list: | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | The default value is '' | ||
- | |||
- | Setup example: | ||
- | < | ||
- | bras_subs_id=qinq+mac, | ||
- | </ | ||
- | is interpreted as follows: | ||
- | * If the packet is Q-in-Q - then the identifier is Q-in-Q + subscriber' | ||
- | * otherwise if the package is VLAN - then the identifier is VLAN + subscriber' | ||
- | * otherwise the identifier is the subscriber' | ||
- | |||
- | Instead of a list you can set it to '' | ||
- | < | ||
- | bras_subs_id=auto | ||
- | </ | ||
- | |||
- | which is equal to: | ||
- | < | ||
- | bras_subs_id=qinq+mac, | ||
- | </ | ||
- | We recommend to use the '' | ||
- | |||
- | If no identification type is defined for an incoming packet, then such subscriber is not terminated, all packets of the subscriber are dropped. This is possible for the following example: | ||
- | < | ||
- | bras_subs_id=qinq+mac | ||
- | </ | ||
- | when the incoming packet from the subscriber is not Q-in-Q. | ||
- | |||
- | ==== Radius Authorization ==== | ||
- | |||
- | In the Radius L2 authorization request, the subscriber ID is passed in the VSA attribute '' | ||
- | < | ||
- | ATTRIBUTE | ||
- | </ | ||
- | |||
- | The format of the string representation of the identifiers is as follows: | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | If the subscriber' |