2 non-ipv4 acl commands – PLANET VC-2400MR48 User Manual
Page 192
User’s Manual of VC-820M / VC-2400MR Series
192
<0-FFFF> specifies the source port mask.
<0-FFFF> specifies the destination port value.
<0-FFFF> specifies the destination mask.
e.g. acl add 1 qosvoip 1 7 1 1 0 0 0 0 0 0
6.16.2 Non-IPv4 ACL commands
no acl
<1-220> and show acl <1-220> commands are same as IPv4 ACL commands.
acl add <1-220> (permit|deny) <0-4094> nonipv4 <0-65535>
Description:
Add ACL group for non-IPv4.
Syntax:
acl add <1-220> (permit|deny) <0-4094> nonipv4 <0-65535>
Parameters:
<1-220> specifies the group ID.
(permit|deny) specifies the action. permit: permit packet cross switch; deny: drop packet.
<0-4094> specifies the VLAN ID. 0 means don't care.
<0-65535> specifies the Ether Type. 0 means don't care.
e.g. acl add 1 deny 0 nonipv4 2054. This ACL rule will drop all packets for ether type is 0x0806 and non-IPv4.