EVPN

EFA Config
evpn fabric-2
route-target both auto ignore-as
rd auto
duplicate-mac-timer 5 max-count 3
!
Switch Config Empty
Case MISSING Parent Config
Action PUSH Entire Config
Remarks If the switch does not contain the evpn config of the name intended, push the intended efa config.
EFA Config
evpn fabric-2
route-target both auto ignore-as
rd auto
duplicate-mac-timer 5 max-count 3
!
Switch Config
evpn fabric-3
route-target both auto ignore-as
rd auto
duplicate-mac-timer 7 max-count 5
vlan add 100
!
Case MISSING Parent Config
Action REMOVE Parent and PUSH Entire Config
Remarks If the switch does not contain the intended evpn config and contains a different name, remove the existing evpn config and push the intended evpn config.
EFA Config
evpn fabric-2
route-target both auto ignore-as
rd auto
duplicate-mac-timer 5 max-count 3
!
Switch Config
evpn fabric-2
vlan 200
!
Case MISSING Child Config
Action MERGE Config
Remarks If the switch contains additional configuration pushed by the tenant, but does not contain all the intended child configurations, merge the configurations.
EFA Config
evpn fabric-2
route-target both auto ignore-as
rd auto
duplicate-mac-timer 5 max-count 3
!
Switch Config
evpn fabric-2
route-target both auto ignore-as
rd auto
duplicate-mac-timer 7 max-count 5
vlan add 100
!
Case CONFLICT Child Config
Action PUSH Child Config
Remarks If the switch contains conflicting evpn config, replace the config with the intended config..