mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add docs
This commit is contained in:
@ -26,3 +26,8 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
{!models/ipam/asn.md!}
|
{!models/ipam/asn.md!}
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
{!models/ipam/l2vpn.md!}
|
||||||
|
{!models/ipam/l2vpntermination.md!}
|
||||||
|
@ -45,6 +45,8 @@ The Django [content types](https://docs.djangoproject.com/en/stable/ref/contrib/
|
|||||||
* [ipam.FHRPGroup](../models/ipam/fhrpgroup.md)
|
* [ipam.FHRPGroup](../models/ipam/fhrpgroup.md)
|
||||||
* [ipam.IPAddress](../models/ipam/ipaddress.md)
|
* [ipam.IPAddress](../models/ipam/ipaddress.md)
|
||||||
* [ipam.IPRange](../models/ipam/iprange.md)
|
* [ipam.IPRange](../models/ipam/iprange.md)
|
||||||
|
* [ipam.L2VPN](../models/ipam/l2vpn.md)
|
||||||
|
* [ipam.L2VPNTermination](../models/ipam/l2vpntermination.md)
|
||||||
* [ipam.Prefix](../models/ipam/prefix.md)
|
* [ipam.Prefix](../models/ipam/prefix.md)
|
||||||
* [ipam.RouteTarget](../models/ipam/routetarget.md)
|
* [ipam.RouteTarget](../models/ipam/routetarget.md)
|
||||||
* [ipam.Service](../models/ipam/service.md)
|
* [ipam.Service](../models/ipam/service.md)
|
||||||
|
19
docs/models/ipam/l2vpn.md
Normal file
19
docs/models/ipam/l2vpn.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# L2VPN
|
||||||
|
|
||||||
|
A L2VPN object is NetBox is a representation of a layer 2 bridge technology such as VXLAN, VPLS or EPL. Each L2VPN can be identified by name as well as an optional unique identifier (VNI would be an example).
|
||||||
|
|
||||||
|
Each L2VPN instance must have one of the following type associated with it:
|
||||||
|
|
||||||
|
* VPLS
|
||||||
|
* VPWS
|
||||||
|
* EPL
|
||||||
|
* EVPL
|
||||||
|
* EP-LAN
|
||||||
|
* EVP-LAN
|
||||||
|
* EP-TREE
|
||||||
|
* EVP-TREE
|
||||||
|
* VXLAN
|
||||||
|
* VXLAN EVPN
|
||||||
|
* MPLS-EVPN
|
||||||
|
* PBB-EVPN
|
||||||
|
|
12
docs/models/ipam/l2vpntermination.md
Normal file
12
docs/models/ipam/l2vpntermination.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# L2VPN Termination
|
||||||
|
|
||||||
|
A L2VPN Termination is the termination point of a L2VPN. Certain types of L2VPN's may only have 2 termination points (point-to-point) while others may have many terminations (multipoint).
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
The following types of L2VPN's are considered point-to-point:
|
||||||
|
|
||||||
|
* VPWS
|
||||||
|
* EPL
|
||||||
|
* EP-LAN
|
||||||
|
* EP-TREE
|
Reference in New Issue
Block a user