ARP proxy [Документация 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:bras_bng:bras_l2_vlan:bras_l2_vlan_arp_proxy:start [2023/10/13 14:03] – ↷ Links adapted because of a move operation elena.krasnobryzhen:dpi:bras_bng:bras_l2_vlan:bras_l2_vlan_arp_proxy:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== ARP proxy ====== 
-{{indexmenu_n>3}} 
-ARP-requests handling is enabled by the '' bras_arp_proxy '' configuration option which represents a set of bit flags: 
-  * 0 - ARP proxy mode is disabled. In this mode, BRAS responds only to ARP requests being sent from an IP address specified in ''bras_arp_ip'' option; 
-  * 0x0001 - specifies to respond to subscriber ARP-requests: if the desired IP-address is the subscriber address and the subscriber session status is not equal to "the session is closed"; 
-  * 0x0002 - specifies to respond to ARP requests being sent from user subnet gateways. The gateway addresses are extracted from the DHCP subscriber traffic. 
- 
-When the ARP proxy is enabled, BRAS responds with its MAC address (specified in the configuration [[en:dpi:bras_bng:opt_bras_l2:bras_l2_vlan_activate:start|bras_arp_mac]]) option. Note that fastDPI responds with the same MAC address to all the  ARP requests with different IP addresses, it should be taken into account when you will configure a network. 
- 
-The fastDPI BRAS checks the correctness of IP address of the ARP request source in accordance with [[en:dpi:bras_bng:bras_l2_options:bras_l2_vlan_ipsg:start|IP source guard]] before to start the ARP request processing. 
- 
-The fastDPI BRAS does not respond to gratuitous/announcement ARP requests. 
- 
-<note important>No ARP requests are forwarded outside, i.e. the fastDPI BRAS either responds to them, or drops it.</note> 
- 
-=== External ARP requests handling (from the boarder side) === 
- 
-To ensure that the boarder ARP table is not filled in with identical records the VAS Experts DPI does not respond using its MAC address to the ARP requests being sent from the subscriber IP addresses. A transit route through the VAS Experts DPI has to be defined for all the subscribers subnets served by the DPI, instead. It should be used value specified by the ''bras_arp_ip'' option as a destination address for all such routes. 
- 
-<note important>The only ARP request type the BRAS responds is its IP address (specified in the '' bras_arp_ip '' option) request .</note> 
- 
----- 
- 
-[[en:dpi:bras_bng:bras_l2_vlan:start|««« back to BRAS]]