efa inventory device clear
			route-all
	 
  Clears all routes on
		devices.
 Syntax
			
	 efa inventory device clear
					route-all
				
					[
					--ip
					device-ips | --fabric
					fabric-name | --ipv4-only | --ipv6-only | -h, --help
					]
			
			
	 efa inventory device clear
					route-all
			
 
	 
	 Parameters
			 
		   
			 - --ip
							device-ips
					
- Specifies comma-separated range of device IP
						addresses. Example: 10.1.1.13,10.1.1.50,10.1.1.101.
- 
						
							--fabric
							fabric-name
						
					
- Specifies the name of the fabric.
- --ipv4-only
					
- Optional flag to only clear IPv4
						routes.
- 
						
							--ipv6-only
						
						
					
- Optional flag to only clear IPv6
						routes.
- 
						
							-h, --help
						
						
					
- Help for device clear all routes.
Examples
			 
		The following example clears all routes on device with IP address 10.20.30.40.
 
				efa inventory device clear route-all –-ip 10.20.30.40
  
	  
	 
				The following example clears only IPv4 routes on device with IP address 10.20.30.40.
 
	 	efa inventory device clear route-all –-ip 10.20.30.40 –-ipv4-only