Border Device
Location in GUI:
Provision
» SD-Access
» Fabric Sites
» Fabric Infrastructure
Diagram
Classes
fabric (catalyst_center)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
border_devices | List | [border_devices] | No |
border_devices (catalyst_center.fabric)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
border_types | List | Choice[LAYER_2 , LAYER_3 ] | Yes | |
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_domain_routing_protocol_name | Choice | BGP | Yes | |
transits | List | [transits] | No | |
l2_handoffs | Class | [l2_handoffs] | No | |
l3_handoffs | List | [l3_handoffs] | No |
transits (catalyst_center.fabric.border_devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
interface_name | String | Yes | ||
l3_handoff | List | [l3_handoff] | No |
l2_handoffs (catalyst_center.fabric.border_devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
virtual_networks | List | [virtual_networks] | No |
l3_handoffs (catalyst_center.fabric.border_devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
interface_name | String | Yes | ||
virtual_networks | List | [virtual_networks] | No |
l3_handoff (catalyst_center.fabric.border_devices.transits)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
vlan | Integer | min: 2 , max: 4093 | No |
virtual_networks (catalyst_center.fabric.border_devices.l2_handoffs)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
vlans | List | [vlans] | No |
virtual_networks (catalyst_center.fabric.border_devices.l3_handoffs)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
local_ip_address | IP | Yes | ||
peer_ip_address | IP | Yes | ||
vlan | Integer | min: 2 , max: 4093 | No |
vlans (catalyst_center.fabric.border_devices.l2_handoffs.virtual_networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
external | Boolean | true , false | Yes | |
vlan_id | Integer | min: 2 , max: 4093 | No |
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