efa mgmt route delete
	
	 
  Deletes a virtual management route in a
		multi-node deployment for the Multiple Management IP Networks feature. 
 Syntax
 
	 efa mgmt route delete
				[
					--src
					mmip-vip | --to
					dest-cidr | --via
					next-hop-ip
					]
				
			
		Parameters
			
			
				
					- --src
							mmip-vip
					
- Identifies the source IP
						address for the route.
- --to
							dest-cidr
					
- Identifies the destination
						network for outbound traffic, in CIDR format: x.x.x.x/xx.
- --via
							next-hop-ip
					
- Identifies the next-hop or
						gateway IP address through which access to the destination network is
						provided.
Examples
			
				The following example deletes a virtual route.
				$ efa mgmt route delete --src 10.21.30.40 --to 192.168.100.0/24 --via 10.21.30.41 
Virtual Route deleted successfully