General
Diagram
Section titled “Diagram”Classes
Section titled “Classes”underlay (vxlan)
Section titled “underlay (vxlan)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| general | Class | [general] | No |
general (vxlan.underlay)
Section titled “general (vxlan.underlay)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| routing_protocol | Choice | ospf, is-is, bgp | No | ospf |
| enable_ipv6_underlay | Boolean | true, false | No | false |
| replication_mode | Choice | multicast, ingress | No | multicast |
| manual_underlay_allocation | Boolean | true, false | No | false |
| underlay_routing_loopback_id | Integer | min: 0, max: 1023 | No | 0 |
| underlay_vtep_loopback_id | Integer | min: 0, max: 1023 | No | 1 |
| underlay_routing_protocol_tag | String | No | UNDERLAY | |
| underlay_rp_loopback_id | Integer | min: 0, max: 1023 | No | 254 |
| intra_fabric_interface_mtu | Integer | max: 9216 | No | 9216 |
| layer2_host_interface_mtu | Integer | max: 9216 | No | 9216 |
| unshut_host_interfaces | Boolean | true, false | No | true |
Examples
Section titled “Examples”vxlan: underlay: general: routing_protocol: ospf enable_ipv6_underlay: false replication_mode: multicast manual_underlay_allocation: false underlay_routing_loopback_id: 0 underlay_vtep_loopback_id: 1 underlay_routing_protocol_tag: UNDERLAY underlay_rp_loopback_id: 254 intra_fabric_interface_mtu: 9216 layer2_host_interface_mtu: 9216 unshut_host_interfaces: True