Quality of Service

Example 3 Use this configuration to block traffic from a source that is destined for a specific egress port.

>> Main# /cfg/acl/acl 1

(Define ACL 1)

>> ACL 1# ethernet/smac 00:21:00:00:00:00 ff:ff:ff:ff:ff:ff

>> Filtering Ethernet# ..

 

>> ACL 1# action deny

 

>> ACL 1# stats

e

 

>> ACL 1# /cfg/acl/acl 257

(Define ACL 257)

>> ACL 257# egrport 21

 

>> ACL 257# action deny

 

>> ACL 257# stats e

 

>> ACL 257# /cfg/port 20/aclqos

 

>> Port 20

ACL#

add acl 1

(Add ACL 1 to port 20)

>> Port 20

ACL#

add acl 257

(Add ACL 257 to port 20)

>> Port 20

ACL#

apply

 

>> Port 20

ACL#

save

 

In this example, all traffic (Layer 2 known unicast) that ingresses on port 20 from source MAC 00:21:00:00:00:00 and is destined for port 21 is denied.

Configure Access Control Lists and Groups (BBI example 1)

1.Configure Access Control Lists (ACLs).

a.Click the Configure context button on the Toolbar.

b.Open the Access Control Lists folder, and select Add ACL.

93