INS_CWGE10FX2TX8MSPOE 02/19/21 PAGE 131
INSTALLATION AND OPERATION MANUAL
CWGE10FX2TX8MSPOE
TECH SUPPORT: 1.888.678.9427
Node
Command
Description
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
l4-source-port IPADDR
This command configures UDP/TCP source port for the
profile.
acl
no l4-source-port IPADDR
This command removes the UDP/TCP source port from
the profile.
acl
L4-destination-port PORT
This command configures the UDP/TCP destination port
for the profile.
acl
no l4-destination-port
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 PORT_ID
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