debug lacp 
 
   
  Enables or disables debugging for the Link Aggregation Control Protocol (LACP). 
  
 Syntax
 
	  
		debug lacp 
		 
		  { 
		  all 
		  | 
		  cli 
		  | 
		  event 
		  | 
		  ha 
		  | 
		  pdu 
		  [ 
		  rx 
		  { 
		  all 
		  | 
		  interface 
		  ethernet 
		  slot/port 
		  | 
		  tx 
		  { 
		  all 
		  | 
		  sync 
		  | 
		  timer 
		  | 
		  trace 
		  level 
		  number 
		  } 
		 
	 
 
	 
  
	 Command Default
 
		 LACP debugging is disabled. 
		
 
	 
 
	 Parameters
 
		 
		   
			 -  
				 
				  all 
				 
			 
  
			 - Turns on all debugging. 
			 
  
		   
		   
			 -  
				 
				  cli 
				 
			 
  
			 - Turns on command line interface debugging. 
			 
  
		   
		   
			 -  
				 
				  event 
				 
			 
  
			 - Turns on event debugging. 
			 
  
		   
		   
			 -  
				 
				  ha 
				 
			 
  
			 - (Not currently supported) Echo HA events to
						the console. 
  
		   
		   
			 -  
				 
				  pdu 
				 
			 
  
			 - Echo PDU content to the console. 
				
 
				   
					 - rx 
						  all 
					 
  
					 - Turns on debugging for received LACP packets on all interfaces. 
					 
  
				   
				   
					 - rx 
						  interface 
					 
  
					 - Turns on debugging for received LACP packets on the specified interface. 
					 
  
				   
				
 
			   
		   
		   
			 -  
				 
				  interface 
				 
			 
  
			 - Specifies the interface to be monitored. 
			 
  
		   
		   
			 -  
				 
				  ethernet 
				 
			 
  
			 -  Represents a valid, physical Ethernet interface. 
				
 
				   
					 - slot 
					 
  
					 - Specifies a valid slot number. The only valid value is 0. 
					 
  
				   
				   
					 - port 
					 
  
					 - Specifies a valid port number. 
					 
  
				   
				   
					 - tx 
						  all 
					 
  
					 - Turns on debugging for transmitted LACP packets on all interfaces. 
					 
  
				   
				   
					 - tx 
						  interface 
					 
  
					 - Turns on debugging for transmitted LACP packets on the specified interface. 
					 
  
				   
				
 
			   
		   
		   
			 -  
				 
				  sync 
				 
			 
  
			 - Echo synchronization to consoles. 
			 
  
		   
		   
			 -  
				 
				  timer 
				 
			 
  
			 - Echo timer expiration to console. 
			 
  
		   
		   
			 -  
				 
				  trace 
				  level 
				  number 
				 
			 
  
			 - Specifies the trace level number. Valid values range from 1 through 7. 
			 
  
		   
		
 
	 
 
	 Modes
 
		 Privileged EXEC mode 
		
 
	 
 
	 Usage Guidelines
 
		 Enter 
		  terminal monitor to display debugging outputs on a particular cmsh session. 
		
 
		 Enter 
		  no debug lacp to disable LACP debugging. 
		
 
	 
 Examples
 
	  
		 To enable debugging of LACP PDUs for transmitted and received packets on all interfaces: 
		
 
		device# debug lacp pdu tx all
device # debug lacp pdu rx all
device# show debug lacp
LACP rx debugging is on 
LACP tx debugging is on