| addnssimpleacl6 |
Use this method to adds a simple ACL6 rule to the Citrix ADC. Simple ACL6 rules filter IPv6 packets on the basis of their source IP addresses and, optionally, the destination port and/or protocol. Any packet with the characteristics specified in the simple ACL6 rule is dropped. |
Syntax |
Parameters |
aclname |
Name for the simple ACL6 rule. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the simple ACL6 rule is created. This is mandatory parameter. |
aclaction |
Drop incoming IPv6 packets that match the simple ACL6 rule. This is mandatory parameter. |
srcipv6 |
IP address to match against the source IP address of an incoming IPv6 packet. This is mandatory parameter. |
destport |
Port number to match against the destination port number of an incoming IPv6 packet.
DestPort is mandatory while setting Protocol. Omitting the port number and protocol creates an all-ports and all protocol simple ACL6 rule, which matches any port and any protocol. In that case, you cannot create another simple ACL6 rule specifying a specific port and the same source IPv6 address. Minimum value = 1. Maximum value = 65535. |
protocol |
Protocol to match against the protocol of an incoming IPv6 packet. You must set this parameter if you set the Destination Port parameter. |
ttl |
Number of seconds, in multiples of four, after which the simple ACL6 rule expires. If you do not want the simple ACL6 rule to expire, do not specify a TTL value. Minimum value = 4. Maximum value = 0x7FFFFFFF. |
Return Value |
Returns simpleResult |
See Also |