1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/docs/models/ipam/l2vpntermination.md

16 lines
548 B
Markdown
Raw Normal View History

2022-06-30 08:29:08 -05:00
# L2VPN Termination
2022-07-12 12:30:07 -04:00
A L2VPN Termination is the termination point of a L2VPN. Certain types of L2VPNs may only have 2 termination points (point-to-point) while others may have many terminations (multipoint).
2022-06-30 08:29:08 -05:00
Each termination consists of a L2VPN it is a member of as well as the connected endpoint which can be an interface or a VLAN.
2022-07-12 12:30:07 -04:00
The following types of L2VPNs are considered point-to-point:
2022-06-30 08:29:08 -05:00
* VPWS
* EPL
* EP-LAN
2022-07-06 09:00:33 -05:00
* EP-TREE
2022-07-12 12:30:07 -04:00
!!! note
Choosing any of the above types will result in only being able to add 2 terminations to a given L2VPN.