Border Device
Location in GUI: Provision
» SD-Access
» Fabric Sites
» Fabric Infrastructure
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric (catalyst_center)
Section titled “fabric (catalyst_center)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
border_devices | List | [border_devices] | No |
border_devices (catalyst_center.fabric)
Section titled “border_devices (catalyst_center.fabric)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
border_types | List | Choice[LAYER_2 , LAYER_3 ] | Yes | |
sda_transit | String | No | ||
connected_to_internet | Boolean | true , false | No | |
import_external_routes | Boolean | true , false | Yes | |
default_exit | Boolean | true , false | Yes | |
border_priority | Integer | min: 1 , max: 9 | No | |
prepend_autonomous_system_count | Integer | min: 1 , max: 10 | No | |
local_autonomous_system_number | Integer | min: 1 , max: 4294967295 | Yes | |
external_handoff_pool | String | No | ||
l2_handoffs | Class | [l2_handoffs] | No | |
l3_handoffs | List | [l3_handoffs] | No |
l2_handoffs (catalyst_center.fabric.border_devices)
Section titled “l2_handoffs (catalyst_center.fabric.border_devices)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
l2_without_anycast_gateway | Class | [l2_without_anycast_gateway] | No | |
l2_with_anycast_gateway | List | [l2_with_anycast_gateway] | No |
l3_handoffs (catalyst_center.fabric.border_devices)
Section titled “l3_handoffs (catalyst_center.fabric.border_devices)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
interfaces | List | [interfaces] | Yes |
l2_without_anycast_gateway (catalyst_center.fabric.border_devices.l2_handoffs)
Section titled “l2_without_anycast_gateway (catalyst_center.fabric.border_devices.l2_handoffs)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
vlans | List | [vlans] | No | |
interfaces | List | String | No |
l2_with_anycast_gateway (catalyst_center.fabric.border_devices.l2_handoffs)
Section titled “l2_with_anycast_gateway (catalyst_center.fabric.border_devices.l2_handoffs)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
external_vlan | Integer | min: 2 , max: 4094 | No | |
interfaces | List | String | No |
interfaces (catalyst_center.fabric.border_devices.l3_handoffs)
Section titled “interfaces (catalyst_center.fabric.border_devices.l3_handoffs)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
virtual_networks | List | [virtual_networks] | Yes |
vlans (catalyst_center.fabric.border_devices.l2_handoffs.l2_without_anycast_gateway)
Section titled “vlans (catalyst_center.fabric.border_devices.l2_handoffs.l2_without_anycast_gateway)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
external_vlan | Integer | min: 2 , max: 4094 | No |
virtual_networks (catalyst_center.fabric.border_devices.l3_handoffs.interfaces)
Section titled “virtual_networks (catalyst_center.fabric.border_devices.l3_handoffs.interfaces)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
local_ip_address | IP | No | ||
peer_ip_address | IP | No | ||
peer_ipv6_address | IP | No | ||
local_ipv6_address | IP | No | ||
tcp_mss_adjustment | Integer | min: 500 , max: 1440 | No | |
vlan | Integer | min: 2 , max: 4093 | Yes |
Examples
Section titled “Examples”catalyst_center: fabric: border_devices: - name: BR01 border_types: - LAYER_3 default_exit: true import_external_routes: false local_autonomous_system_number: 65013 external_domain_routing_protocol_name: BGP prepend_autonomous_system_count: 1 border_priority: 5
To provision a border device, it must be specified under Inventory
» Devices
data model link