Location in GUI: Provision
» SD-Access
» Fabric Sites
» Fabric Infrastructure
» Border Node
» Configure
» Layer 3 Handoff
Diagram
Classes
border_devices (catalyst_center.fabric)
Name | Type | Constraint | Mandatory | Default Value |
---|
l3_handoffs | List | [l3_handoffs] | No | |
l3_handoffs (catalyst_center.fabric.border_devices)
Name | Type | Constraint | Mandatory | Default Value |
---|
name | String | | Yes | |
interfaces | List | [interfaces] | Yes | |
interfaces (catalyst_center.fabric.border_devices.l3_handoffs)
Name | Type | Constraint | Mandatory | Default Value |
---|
name | String | | Yes | |
virtual_networks | List | [virtual_networks] | Yes | |
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
import_external_routes: false
local_autonomous_system_number: 65001
external_domain_routing_protocol_name: BGP
- name: TenGigabitEthernet1/1/4
local_ip_address: 10.0.0.1/24
peer_ip_address: 10.0.0.2/24
local_ip_address: 11.0.0.1/24
peer_ip_address: 11.0.0.2/24
local_ip_address: 12.0.0.1/24
peer_ip_address: 12.0.0.2/24
Note
The name must match the name of the IP Transit.