clear ipv6 neighbor
 
   
  Removes entries from the IPv6 neighbor table. 
  
 Syntax
 
	 clear ipv6 neighbor 
		 
		  [ 
		  ipv6-address 
		  ] 
		  [ 
		  ethernet 
		  port/slot 
		  | 
		  ve 
		  ve-number 
		  ] 
		  [ 
		  force-delete | 
		  no-refresh | 
		  vrf 
		  vrf-name 
		  ] 
	 
  
	 Parameters
 
		 
		   
			 - ipv6-address 
			 
  
			 - Removes cache entries for the specified IPv6 address. 
			 
  
		  
				
					- ethernet
					
 
					- Removes neighbor entries for
						the Ethernet interface. 
 
				
				
					- ve
							ve-number
					
 
					- Removes neighbor entries for
						the the specified Virtual Ethernet (VE) interface. 
 
				 
		   
			 - force-delete 
			 
  
			 - Force deletes all the dynamic neighbor entries. 
			 
  
		   
		   
			 - no-refresh 
			 
  
			 - Deletes all the dynamic neighbor entries. 
			 
  
		   
		   
			 - vrf 
				  vrf-name 
			 
  
			 - Removes entries from the IPv6 neighbor table for the specified VRF instance. 
			 
  
		   
		
 
	 
 
	 Modes
 
		Privileged EXEC mode 
		
 
	 
 
	 Usage Guidelines
 
		You must specify the 
		  ipv6-address parameter in hexadecimal using 16-bit values between colons as documented in RFC 2373. 
		
 
	 
Examples
 
	  
		The following example removes neighbor entries for Ethernet interface 1/3. 
		
 
		device# clear ipv6 neighbor ethernet 1/3 force-delete