Access-list (hardware ip numbered), Access-list (hardware, Ip numbered) – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 852

Advertising
background image

IPv4 Hardware Access Control List (ACL) Commands

Software Reference for x310 Series Switches

34.6

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

access-list (hardware IP numbered)

This command creates an access-list for use with hardware classification, such as QoS. The
access-list will match on either TCP or UDP type packets that have the specified source and
destination IP addresses and Layer 4 port values or ranges. The parameter any may be
specified if an address does not matter and the port values are optional.

The no variant of this command removes the previously specified IP hardware access-list.

Syntax

[ip]

access-list <3000-3699>

{deny|permit|copy-to-cpu|copy-to-mirror|send-to-mirror|send-to-

cpu} ip <source> <destination>

Syntax

[icmp]

access-list <3000-3699>

{deny|permit|copy-to-cpu|copy-to-mirror|send-to-mirror|send-to-

cpu} icmp <source> <destination> [icmp-type <type-number>]

no access-list <3000-3699>

Table 34-2: Parameters in the access-list (hardware IP numbered) command - ip|icmp

Parameter

Description

<3000-3699>

Hardware IP access-list number.

deny

Access-list rejects packets that match the source and destination
filtering specified with this command.

permit

Access-list permits packets that match the source and
destination filtering specified with this command.

copy-to-cpu

Specify packets to copy to the CPU.

copy-to-mirror

Specify packets to copy to the mirror port.

send-to-mirror

Specify packets to send to the mirror port.

send-to-cpu

Specify packets to send to the CPU.

icmp

ICMP packet.

ip

IP packet.

Advertising