EVPN
Diagram
Classes
configuration (iosxe.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
evpn | Class | [evpn] | No |
evpn (iosxe.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
instances | List | [instances] | No | |
replication_type | Choice | ingress , static , p2mp , mp2mp | No | |
mac_duplication_limit | Integer | min: 2 , max: 1000 | No | |
mac_duplication_time | Integer | min: 10 , max: 36000 | No | |
ip_duplication_limit | Integer | min: 2 , max: 1000 | No | |
ip_duplication_time | Integer | min: 10 , max: 36000 | No | |
router_id_loopback | Integer | min: 0 , max: 2147483647 | No | |
default_gateway_advertise | Boolean | true , false | No | |
logging_peer_state | Boolean | true , false | No | |
route_target_auto_vni | Boolean | true , false | No |
instances (iosxe.devices.configuration.evpn)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
number | Integer | min: 1 , max: 65535 | No | |
vlan_based | Class | [vlan_based] | No |
vlan_based (iosxe.devices.configuration.evpn.instances)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
replication_type | Choice | ingress , static , p2mp , mp2mp | No | |
encapsulation | Choice | mpls , vxlan | No | |
auto_route_target | Boolean | true , false | No | |
rd | String | No | ||
route_target_imports | List | String | No | |
route_target_exports | List | String | No | |
ip_local_learning_disable | Boolean | true , false | No | |
ip_local_learning_enable | Boolean | true , false | No | |
default_gateway_advertise | Boolean | true , false | No | |
re_originate_route_type5 | Boolean | true , false | No |
Examples
iosxe: devices: - name: Device1 configuration: evpn: replication_type_ingress: false replication_type_p2mp: false replication_type_mp2mp: false replication_type_static: true logging_peer_state: false default_gateway_advertise: true route_target_auto_vni: false router_id_loopback: 100 mac_duplication_limit: 15 mac_duplication_time: 10 ip_duplication_limit: 15 ip_duplication_time: 10 instances: - number: 1 vlan_based: encapsulation: vxlan auto_route_target: false rd: "10:10" route_target_import: "10:10" route_target_export: "10:10" ip_local_learning_disable: false ip_local_learning_enable: true default_gateway_advertise: true replication_type_ingress: false replication_type_static: true