protocol | Specifies the protocol type. • tcp—Specifies Transmission Control Protocol (TCP). This is the default. • udp—Specifies User Datagram Protocol (UDP). • any—Specifies both TCP and UDP. |
srcnet | Specifies the IP address and mask for the traffic source. • <subnet>—IPv4 or IPv6 address and mask. – For IPv4 addresses, use this format: xxx.xxx.xxx.xxx/xx – For IPv6 addresses, use this format: x:x:x::x/xxx • all-ip—Specifies all IPv4 and IPv6 addresses. • all-ipv4—Specifies all IPv4 addresses. • all-ipv6—Specifies all IPv6 addresses. |
srcport-start <start‑port> | Specifies the starting port number for the traffic source. |
srcport-end <end‑port> | Specifies the ending port number for the traffic source. |
dstnet | Specifies the IP address and mask for the traffic destination. • <subnet>—IPv4 or IPv6 address and mask: – For IPv4 addresses, use this format: xxx.xxx.xxx.xxx/xx – For IPv6 addresses, use this format: x:x:x::x/xxx • all-ip—Specifies all IPv4 and IPv6 addresses. • all-ipv4—Specifies all IPv4 addresses. • all-ipv6—Specifies all IPv6 addresses. |
dstport-start <start‑port> | Specifies the starting port number for the traffic destination. |
dstport-end <end‑port> | Specifies the ending port number for the traffic destination. |
vlan <vlan-id> | Specifies the VLAN ID. • all for all VLANs. • 0 (zero) for untagged VLANs. • VLAN numbers from 1 to 4094 for tagged VLANs. |