SMC Networks SMC8748L2 Switch User Manual


 
C
ONFIGURING
THE
S
WITCH
3-74
Web – Click Security, ACL, Port Binding. Mark the Enable field for the
port you want to bind to an ACL for ingress traffic, select the required
ACL from the drop-down list, then click Apply.
Figure 3-36. Mapping ACLs to Port Ingress Queues
CLI – This examples assigns an IP access list to port 1, and an IP access
list to port 2.
Filtering Management Access
You can specify the client IP addresses that are allowed management
access to the switch through the web interface, SNMP, or Telnet.
Command Usage
The management interfaces are open to all IP addresses by default.
Once you add an entry to a filter list, access to that interface is
restricted to the specified addresses.
Console(config)#interface ethernet 1/1 4-132
Console(config-if)#ip access-group david in 4-119
Console(config-if)#exit
Console(config)#interface ethernet 1/2
Console(config-if)#ip access-group david in
Console(config-if)#