![Asante IntraCore 3624 User Manual Download Page 51](http://html.mh-extra.com/html/asante/intracore-3624/intracore-3624_user-manual_2980502051.webp)
Command Purpose
access-list name acl1 set ……
Set the criteria statement of an access list named ‘acl_name’
access-list name acl1 action ……
Specify the action to take if criteria of the access list is
matched
In the following example, an access list will be created to block traffic sent from MAC address 00-00-94-12-34-56.
Switch(Config)# access-list name acl_mac add priority 1
Switch(Config)# access-list name acl_mac set mac-mode macsa 00-00-94-12-34-56 ff-ff-
ff-ff-ff-ff
Switch(Config)# access-list name acl_mac action deny
Switch(Config)#
In the next example, a standard access list will be created to deny all traffic from 192.168.123.254 , and allow all
other traffic to be forwarded.
Switch(Config)# access-list name acl_ip add priority 1
Switch(Config)# access-list name acl_ip set ip-mode srcip 192.168.123.254
255.255.255.255
Switch(Config)# access-list name acl_ip action deny
Switch(Config)#
In the following example, an access list will be created to deny Telnet traffic.
Switch(Config)# access-list name acl_tcp_src add priority 1
Switch(Config)# access-list name acl_tcp_src set ip-mode l4port src-port from 23 to 23
Switch(Config)# access-list name acl_tcp_dst add priority 2
Switch(Config)# access-list name acl_tcp set ip-mode l4port dst-port from 23 to 23
Switch(Config)# access-list name acl_tcp_src action deny
Switch(Config)# access-list name acl_tcp_dst action deny
Switch(Config)#
51
Asante IntraCore IC3624/48
User’s Manual
Summary of Contents for IntraCore 3624
Page 1: ...IntraCore 3624 48 24 48 Port 10 100 2 4 Gigabit Ethernet Switch User s Manual ...
Page 90: ...SNMP Continued 90 Asante IntraCore IC3624 48 User s Manual ...
Page 91: ...9 10 LLDP 91 Asante IntraCore IC3624 48 User s Manual ...
Page 92: ...92 Asante IntraCore IC3624 48 User s Manual ...
Page 97: ...97 Asante IntraCore IC3624 48 User s Manual ...
Page 98: ...98 Asante IntraCore IC3624 48 User s Manual ...
Page 99: ...99 Asante IntraCore IC3624 48 User s Manual ...
Page 103: ...103 Asante IntraCore IC3624 48 User s Manual ...
Page 104: ...104 Asante IntraCore IC3624 48 User s Manual ...
Page 105: ...105 Asante IntraCore IC3624 48 User s Manual ...
Page 108: ...108 Asante IntraCore IC3624 48 User s Manual ...