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_vlan:start [2023/10/13 14:08] – ↷ Links adapted because of a move operation elena.krasnobryzh | en:dpi:bras_bng:bras_l2_vlan:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== DHCP Authorization Setup ====== | ||
- | {{indexmenu_n> | ||
- | - [[en: | ||
- | - [[en: | ||
- | - [[en: | ||
- | - [[en: | ||
- | | ||
- | | ||
- | - [[en: | ||
- | - [[en: | ||
- | - [[en: | ||
- | | ||
- | - [[en: | ||
- | - | ||
- | - [[en: | ||
- | |||
- | <note tip>See also: [[https:// | ||
- | |||
- | BRAS L2 for VLAN/ | ||
- | * //DHCP//: monitoring of the DHCP requests from clients; if the DHCP server reply is successfull, | ||
- | * //ARP proxy// – LAN ARP requests monitoring, blocking ARP requests from the WAN | ||
- | * //IP source guard// – verification that the LAN packet belongs to the same VLAN from which the DHCP registration was. If this condition is violated, the packet is dropped. | ||
- | * //Local traffic interconnection// | ||
- | * //Traffic termination// | ||
- | |||
- | To perform these functions, fastDPI BRAS needs to know when a client session starts and when it ends, and also operate not only with the IP addresses of users, but also with their MAC addresses and tags of VLAN/QinQ networks. | ||
- | With the help of this knowledge, it is possible to filter out inappropriate requests, thereby increasing security of the local network as a whole. | ||
- | |||
- | FastDPI BRAS L2 is suitable for both VLANs and QinQ (double VLAN, VLAN-per-user) networks. The QinQ network is more preferable, since it allows you to uniquely identify the user in a way independent of the user's hardware, but also for a regular VLAN network (with one VLAN packet header), where the VLAN number actually identifies not a user, but a group of users, for example, a house entrance or an entire apartment building, fastDPI BRAS allows you to implement some protection. | ||
- | |||
- | < | ||
- | |||
- | BRAS operates primarily on the L2 level, which means that if a packet from LAN is dropped or a decision to send it back to the LAN is taken, the packet payload wouldn' | ||
- | |||
- | <note important> |