efa policy route-map-match
			delete
 
   
  Deletes the match criterion for a route
		map rule.
 Syntax
			efa policy route-map-match
					delete[
					--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 delete.
 
				
			
		
		Usage Guidelines
			The IPv4 prefix list is the only match supported.
		
Examples
 
	 This example deletes the rule with
				sequence number
				5.
efa policy route-map-match delete –-name rmap_1 
–-rule seq[5],action[permit]