show running-config uda
			access-list
 
   
  Displays a list of user-defined ACLs (UDAs) defined on the device—or a specific UDA—including the rules they contain. 
  
 Syntax
 
	  
		show running-config uda access-list 
		 
		  [ 
		  extended 
		  [ 
		  acl-name 
		  ] 
		  ] 
	 
 
	  
		show running-config uda access-list 
		 
		  extended 
		  acl-name 
		  seq 
		  [ 
		  seq-value 
		  ] 
		  [ 
		  count 
		  | 
		  log 
		  | 
		  mirror 
		  | 
		  sflow 
		  ] 
	 
 
	 Parameters
 
		 
		   
			 -  
				 
				  extended 
				 
			 
  
			 - Specifies the "extended" ACL type. 
			 
  
		   
		   
			 -  
				acl-name 
				 
			 
  
			 - Specifies an ACL name. 
			 
  
		   
		   
			 -  
				 
				  seq 
				 
			 
  
			 - Specifies to display all permit and deny rules that contain one of the specified keywords. 
				
 
				   
					 -  
						  seq-value 
						 
					 
  
					 - Specifies one rule.  
  
				   
				
 
			   
		  
				
					- count
					
 
					- Specifies statistics for the
						rule. 
 
				
				
					- log
					
 
					-  (Not supported for UDAs)
						Specifies inbound logging for the rule. 
					
 
				
				
					- mirror
					
 
					- (Not supported for UDAs)
						Specifies mirroring packets matching the rule. 
 
				
				
					- copy-sflow
					
 
					- (Not supported for UDAs)
						Specifies sending matching inbound packets to the sFlow collector. 
 
				 
		
 
	 
 
	 Modes
 
		 Privileged EXEC mode 
		
 
	 
 
	 Usage Guidelines
 
		If you specify 
		   
			 extended, you can also specify a UDA. 
		
 
	 
 Examples
 
	  
		The following example displays the running configuration of a specific UDA. 
		  
device# show running-config uda access-list extended ACL_10_FOR_SLOT_1 
uda access-list extended ACL_10_FOR_SLOT_1
 seq 1001 permit 0x00001001 0x0000ffff 0x00004567 0x0000ffff 0x00009876 0x0000ffff 0x00001234 0x0000ffff count
 seq 1002 permit 0x00001002 0x0000ffff 0x00004567 0x0000ffff 0x00009876 0x0000ffff 0x00001234 0x0000ffff count
 seq 1003 permit 0x00001003 0x0000ffff 0x00004567 0x0000ffff 0x00009876 0x0000ffff 0x00001234 0x0000ffff count
 seq 1004 permit 0x00001004 0x0000ffff 0x00004567 0x0000ffff 0x00009876 0x0000ffff 0x00001234 0x0000ffff count
(output
				truncated)