Location in GUI: Provision
» SD-Access
» Fabric Sites
» Fabric Infrastructure
» Border Node
» Configure
» Layer 2 Handoff
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 | |
external_handoff_pool | String | | No | |
l2_handoffs | Class | [l2_handoffs] | No | |
l3_handoffs | List | [l3_handoffs] | No | |
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)
Name | Type | Constraint | Mandatory | Default Value |
---|
name | String | | Yes | |
interfaces | List | [interfaces] | Yes | |
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)
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)
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)
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)
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
L2 Handoff with Anycast Gateway:
import_external_routes: false
local_autonomous_system_number: 65001
external_domain_routing_protocol_name: BGP
To create L2 handoff with anycast gateway, name has to match L3 virtual network name configured under l3_virtual_networks
:
- name: Global/Poland/Krakow
authentication_template_name: No Authentication
L2 Handoff without Anycast Gateway:
import_external_routes: false
local_autonomous_system_number: 65001
external_domain_routing_protocol_name: BGP
l2_without_anycast_gateway:
To create L2 handoff without anycast gateway, name of vlan have to match vlan name created under l2_virtual_networks
:
- name: Global/Poland/Krakow
authentication_template_name: No Authentication
fabric_enabled_wireless: false