ip/access-list/standard/{acl-name}/seq
 
   
   
	  Usage
 
		 
		<ip-acl xmlns="urn:brocade.com:mgmt:brocade-ip-access-list">
	<ip>
		<access-list>
			<standard>
				<name>acl20</name>
				<hide-ip-acl-std>
					<seq>
						<seq-id>20</seq-id>
						<action>permit</action>
						<src-host-any-sip>host</src-host-any-sip>
						<src-host-ip>1.1.1.1</src-host-ip>
						<count></count>
						<log></log>
					</seq>
				</hide-ip-acl-std>
			</standard>
		</access-list>
	</ip>
</ip-acl>
 
	 
 
	  Parameters
 
		 
		 
		   
			 - name 
			 
  
			 - Accesses the list name. 
			 
  
		   
		   
			 - seq-id 
			 
  
			 - Specifies the sequence number for the rule. 
			 
  
		   
		   
			 - action 
			 
  
			 - Specifies the action to be performed. The following actions can be performed. 
				
 
				   
					 - deny 
					 
  
					 - Drops traffic. 
					 
  
				   
				   
					 - hard-drop 
					 
  
					 - Forces to drop traffic. 
					 
  
				   
				   
					 - permit 
					 
  
					 - Allows traffic. 
					 
  
				   
				
 
			   
		   
		   
			 - src-host-any-sip 
			 
  
			 - Specifies any source host IP address.
			 
  
		   
		   
			 - src-host-ip 
			 
  
			 - Specifies the source host IP address.
			 
  
		   
		   
			 - count 
			 
  
			 - Enables the counting of the packets matching the rule.
			 
  
		   
		   
			 - log 
			 
  
			 - Packets matching the filter are sent to the CPU and a corresponding log entry is generated by enabling the logging mechanism. This parameter is only available with permit and deny.