![Asante IntraCore 36000 Series User Manual Download Page 83](http://html.mh-extra.com/html/asante/intracore-36000-series/intracore-36000-series_user-manual_2980500083.webp)
User’s
Manual
83
IN – ACL for ingress packets.
OUT – ACL for egress packets.
ACL Name – Name of the ACL.
Configuring Switch Using the Web or CLI
Web
Click Security – ACL, Port Binding
. Mark the Enable field for the port you want to bind to an ACL for
ingress or egress traffic, select the required ACL from the drop-down list, then click Apply.
CLI
This examples assigns an IP and MAC ingress ACL to port 1, and an IP ingress ACL to port 2.
Console(config)#
interface ethernet 1/1
Console(config-if)#
ip access-group david in
Console(config-if)#
mac access-group jerry in
Console(config-if)#
exit
Console(config)#
interface ethernet 1/2
Console(config-if)#
ip access-group david in
Console(config-if)#
6.8 Configuring IP Filters
The switch allows you to create a web browser list of up to 16 IP addresses or IP address groups that are
allowed access to the switch via web browser, SNMP, or Telnet.
6.8.1 Guidelines
To specify the clients allowed management access, enter an IP address to identify a specific host or a range
of valid addresses. For example:
•
IP address 192.168.1.1 – Specifies a valid IP address of 192.168.1.1 for a single client.
The default setting is null, which allows all IP groups management access to the switch. If one or more IP
addresses are configured, IP filtering is enabled and only addresses listed in this table will have
management access.
Note:
Subnet masks may only be specified at the command line.
Command Attributes
Web IP Filter List – Configures IP address(es) for the web group.