clear bgp evpn local
			routes
 
   
  Clears routes from the BGP EVPN local
		route table. 
 Syntax
 
	 
				show bgp evpn local
					routestype
					{
					arp
					|igmp-join-sync
					|
					igmp-leave-sync
					|
					ipv4-prefix
					|
					ipv6-prefix
					|mac
					|
					nd}
  
	 Parameters
 
		 
		   
			 - type 
			 
  
			 -   Specifies the type of route. 
  
		  
				
					- arp
					
 
					- Specifies Address Resolution Protocol routes. 
 
				
				
					- igmp-join-sync
					
 
					- Specifies Join Sync routes.
					
 
				
				
					- igmp-leave-sync
					
 
					- Specifies Leave Sync routes.
					
 
				
				
					- ipv4-prefix
					
 
					- Specifies IPv4 routes. 
 
				
				
					- ipv6-prefix
					
 
					- Specifies IPv6 routes. 
 
				
				
					- mac
					
 
					- Specifies MAC routes. 
 
				
				
					- nc
					
 
					- Specifies neighbor discovery routes. 
 
				 
		
 
	 
 
	 Modes
 
		Privileged EXEC mode 
		
 
	 
 Examples
 
	  
		 The following example clears all Leave Sync
					routes from the BGP EVPN local route table. 
 
		device# clear bgp evpn local routes type igmp-leave-sync