...
set routing route-map <route-map-name> order <NUMBER> match evpn vni <vni-id>
delete routing route-map <route-map-name> order <NUMBER> match evpn vni <vni-id>
...
Parameter | Description |
route-map <route-map-name> | Specifies the name of the route map. Required. |
<order <NUMBER> | Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535. |
vni <vni-id> | Specifies the EVPN VNI ID. The value is an integer that ranges from 1 to 16777215. |
...
Code Block |
---|
admin@Xorplus# set routing route-map GlobalMap 10order 10 match evpn vni 100 admin@Xorplus# set routing route-map GlobalMap 10order 10 actionmatching-policy permit admin@Xorplus# commit |
...