Edge Connection
Edge connection between border to external device
Diagram
Section titled “Diagram”Classes
Section titled “Classes”topology (vxlan)
Section titled “topology (vxlan)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
edge_connections | List | [edge_connections] | No |
edge_connections (vxlan.topology)
Section titled “edge_connections (vxlan.topology)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dest_fabric | String | Yes | ||
dest_device | String | Yes | ||
dest_interface | String | No | ||
source_device | String | Yes | ||
source_interface | String | Yes | ||
local_ip | IP | Yes | ||
neighbor_ip | IP | Yes | ||
bgp_section | Class | [bgp_section] | No |
bgp_section (vxlan.topology.edge_connections)
Section titled “bgp_section (vxlan.topology.edge_connections)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bgp_password_enable | Boolean | true , false | No | |
bgp_password | String | No | ||
neighbor_asn | String | Regex: ^(?:\d{1,10}|\d{1,5}\.\d{1,5})$ | Yes | |
routing_tag | Integer | min: 0 , max: 4294967295 | No | |
description | String | No | ||
peer_template_freeform | String | No | ||
interface_freeform | String | No | ||
bgp_freeform | String | No |
Examples
Section titled “Examples”vxlan: topology: edge_connections: - dest_fabric: external source_device: dc1-border1 dest_device: NCS-5500-1 source_interface: eth1/10 dest_interface: FortyGigE0/0/0/1 - dest_fabric: external source_device: dc1-border1 dest_device: NCS-5500-2 source_interface: eth1/11 dest_interface: FortyGigE0/0/0/1