318
Intel
®
NetStructure™ 480T Routing Switch User Guide
create access-list <name> udp destination
[<dst_ipaddress>/<dst_mask> | any] ip-port
[<dst_port> | range <dst_port_min>
<dst_port_max> | any] source
[<src_ipaddress>/<src_mask> | any] ip-port
[<src_port> | range <src_port_min>
<src_port_max> | any] [permit
<qosprofile> | deny] ports [<portlist> | any]
{precedence <precedence_num>}
Creates a named IP access list to look at UDP port
numbers. The access list is applied to all ingress
packets. Options include:
•
<name>—Specifies the access list name. The
access list name can be between 1 and 16
characters.
•
udp—Specifies an IP access list that looks at
UDP port numbers.
•
destination—Specifies an IP destination
address and subnet mask. A mask length of
32 indicates a host entry.
•
source—Specifies an IP source address and
subnet mask.
•
permit—Specifies that the packets matching
the access list description are permitted to be
forward by this switch. An optional QoS
profile can be assigned to the access list,to
enable the switch to prioritize packets
accordingly.
•
range—Specifies the TCP or UDP port
range.
•
deny—Specifies that the packets matching the
access list description are filtered (dropped)
by the switch.
•
precedence—Specifies the access list
precedence number. The range is 1 to 25,600.
Table 17.1: Access List Configuration Commands (continued)
Command Description