Example
The following command specifies a source TCP port named telnet
for rule 1 in access control list 301:
Gxxx-001(ACL 301/ip rule 1)# tcp source-port eq telnet
The following command specifies any destination UDP port less than 1024 for rule 3 in QoS list 404:
Gxxx-001(QoS 404/rule 3)# udp destination-port lt 1024
The following command specifies any destination TCP port in the range 5000 through 5010 for rule 1 in access control list 301:
Gxxx-001(ACL 301/ip rule 1)# tcp destination-port range 5000 5010
The following command specifies any source TCP port except a port named http
for rule 7 in access control list 304:
Gxxx-001(ACL 304/ip rule 7)# no tcp source-port eq http