96
acl
no destination mac
This command removes the destination MAC from the
profile.
acl
ethertype STRING
This command configures the ether type for the profile.
Where the STRING is a hex-decimal value. e.g.: 08AA.
acl
no ethertype
This command removes the limitation of the ether type
from the profile.
acl
source mac host
MACADDR
This command configures the source MAC and mask
for the profile.
acl
source mac
MACADDR
MACADDR
This command configures the source AMC and mask
for the profile.
acl
no source mac
This command removes the source MAC and mask
from the profile.
acl
source ip host
IPADDR
This command configures the source IP address for the
profile.
acl
source ip IPADDR
IPMASK
This command configures the source IP address and
mask for the profile.
acl
no source ip
This command removes the source IP address from the
profile.
acl
destination ip host
IPADDR
This command configures a specific destination IP
address for the profile.
acl
destination ip
IPADDR IPMASK
This command configures the destination IP address
and mask for the profile.
acl
no destination ip
This command removes the destination IP address from
the profile.
acl
destination
application VALUE
This command configures the UDP/TCP destination
port for the profile.
acl
no destination
application
This command removes the UDP/TCP destination port
from the profile.
acl
vlan <1-4094>
This command configures the VLAN for the profile.
acl
no vlan
This command removes the limitation of the VLAN
from the profile.
acl
source interface
PORT_ID
This command configures the source interface for the
profile.
acl
no source interface
This command removes the source interface from the
profile.
Where the MAC mask allows users to filter a range of MAC in the packets’ source MAC or
destination MAC.
For example:
source mac 00:01:02:03:04:05 ff:ff:ff:ff:00
The command will filter source MAC range from 00:01:02:03:00:00 to 00:01:02:03:ff:ff
Where the IPMASK mask allows users to filter a range of IP in the packets’ source IP or
destination IP.
For example:
source ip 172.20.1.1 255.255.0.0
The command will filter source IP range from 172.20.0.0 to 172.20.255.255