efa policy route-map-set create

Create route map set.

Syntax

efa policy route-map-set create [ --name string | --rule string | --set-community string | --set-extcommunity-rt string | --set-extcommunity-soo string | --set-communitylist-delete string |

Parameters

--name string
Specifies the name of the route map.
--rule string
Rule in format seq[seq-num],action[permit/deny].
--set-community string
In format [1-4294967295 | AA:NN, AA and NN is 2 bytes | internet | local-as | no-export | no-advertise].
--set-extcommunity-rt string
In format [ASN:NN|IpAddress:NN, ASN and NN is 2 or 4 bytes | additive].
--setext-community-soo string
In format [ASN:NN|IpAddress:NN, ASN and NN is 2 or 4 bytes].
--set-communitylist-delete string
Specifies the name of the community list to delete.

Examples

efa policy route-map-set create --name rmap1 --rule seq[10],action[permit]
 --set-community 1:1,local-as,no-export,no-advertise,internet,123456789 
            
efa policy route-map-set create --name rmap1 –-rule seq[10],action[permit]
 --set-extcommunity-rt 40:40,50:50,additive 

efa policy route-map-set create --name rmap1 –-rule seq[10],action[permit]
 --set-extcommunity-soo 60:60

efa policy route-map-set create --name rmap1 –-rule seq[10],action[permit]
 --set-communitylist-delete commList
efa policy route-map-set create --name foo
 --rule seq[10],action[permit] --set-community 6550:125,internet,local-as