en:dpi:dpi_options:brass:l2-connected_bras:processing_options [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_options:brass:l2-connected_bras:processing_options [2020/02/05 17:38] – ↷ Page moved from en:dpi:dpi_options:base_functionality:brass:l2-connected_bras:processing_options to en:dpi:dpi_options:brass:l2-connected_bras:processing_options lexx26en:dpi:dpi_options:brass:l2-connected_bras:processing_options [2020/03/18 14:53] (current) – removed lexx26
Line 1: Line 1:
-====== 6 Options to process DHCP requests  ====== 
-{{indexmenu_n>6}} 
- 
-The VAS Experts DPI L2-Connected BRAS accepts DHCP requests from Subscribers and/or from intermediate L2 switches with 82 DHCP Option and acts either as a DHCP Relay Agent or as a [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|DHCP Radius Proxy]]. 
- 
-<note warning> 
-These are two mutually exclusive modes that are specified by the ''bras_dhcp_mode'' configuration parameter in the fastdpi.conf file. 
-</note> 
- 
-**DHCP Radius Proxy** 
- 
-[[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|DHCP Radius Proxy]] mode assumes that the Operator has deployed RADIUS servers within its billing solution. 
- 
-<note> 
-[[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|DHCP Radius Proxy]] mode is the recommended option for the VAS Experts DPI L2-Connected BRAS. 
-</note> 
- [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|DHCP Radius Proxy]] mode can be enabled by setting the ''bras_dhcp_mode'' parameter value to 2 in the fastdpi.conf: 
- 
- 
-<code> 
-bras_dhcp_mode=2 
-</code> 
- 
-More detailed information regarding the [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|DHCP Radius Proxy]] can be found in the [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|appropriate section]]. 
- 
-Description of the [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:attribute_dhcp:start|VSA attributes]] for the DHCP options relevant for the [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:modes_dhcp:dhcp_radius_proxy|DHCP Radius Proxy]] mode can be found in the [[en:dpi:dpi_options:base_functionality:brass:opt_bras:reference_bras:attribute_dhcp:start|manual]]. 
- 
-**DHCP Relay Agent** 
- 
-The DHCP Relay Agent mode assumes that the Operator has deployed DHCP servers that handle DHCP requests received from Subscribers. The VAS Experts DPI being operating in this mode can add its own Option 82 fields. 
- 
-<note important> 
-The use of DHCP Relay Agent mode is recommended only if the Operator does not have the RADIUS servers deployed as a part of its billing solutions. 
-</note> 
- 
-The DHCP Relay Agent mode is enabled by setting the ''bras_dhcp_mode'' parameter value to 1 in the fastdpi.conf file: 
- 
-<code> 
-bras_dhcp_mode=1 
-</code>