efa policy route-map-match
			create
 
   
  Creates the match criterion for a route
		map rule.
 Syntax
			efa policy route-map-match
					create[
					--name
					string | --rule
					string | --match-ipv4-prefix
					string]
			
 
	 Parameters
			
				
					- --name
							string
					
- Specifies the name of the
						route map.
- --rule
							string
					
- Specifies the rule in the following format:
						seq[seq-num],action[permit/deny].
- --match-ipv4-prefix
							string
					
- Specifies the name of the IPv4 prefix list
						that contains the rule that you want to match.
Usage Guidelines
			
				- The IPv4 prefix list is the only match supported.
- There is no seperate CLI to display the route-map match criteria. The information is shown
					in efa policy route-map list.
Examples
 
	  
		efa policy route-map-match create –-name rmap_1 
–-rule seq[5],action[permit] --match-ipv4-prefix prefix_1