Netgear M4300-24X24F (XSM4348S) - Stackable Managed Switch with 48x10G including 24x10GBASE-T and 24xSFP+ Layer 3 Guia Do Administrador

Página de 688
ACLs 
209
 Managed Switches
4. 
Bind the ACL with interface 1/0/1. 
a. Select Security > ACL > Advanced > IP Binding Configuration
A screen similar to the following displays.
b.  In the Sequence Number field, enter 1.
c.  In the Port Selection Table, click Unit 1 to display all the ports.
d.  Select the check box below Port 1.
e.  Click Apply
Add ACL Remarks
You can use the remark keyword to include comments (remarks) for ACL rule entries in a 
MAC or IP ACL. Remarks can help you and other users to understand ACL rules. Each 
remark line is limited to 100 characters. Remarks can consist of characters in the range A–Z, 
a–z, and 0–9 and of special characters such as spaces, hyphens, and underscores. If you 
want to create remarks for a permit or deny rule, you must create the remarks before you 
create the rule. If you remove a rule, all associated remarks are removed as well. If remarks 
are no longer applicable, you can remove them. You can also add remarks to a MAC or IP 
ACL without adding any rules, save the remarks, and add the rules later. 
The following example shows how you can add remarks to rules:
1. 
Create an ACL.
2. 
Add a remark before you add a rule.
(Netgear Switch) (Config)#ip access-list acl_voice
(Netgear Switch) (Config-ipv4-acl)#remark "permit VOIP packets whose DSCP is EF"
(Netgear Switch) (Config-ipv4-acl)#permit ip any any dscp ef
(Netgear Switch) (Config-ipv4-acl)#remark "deny all of other packets" (Netgear Switch) 
(Config-ipv4-acl)#deny ip any any
(Netgear Switch) (Config-ipv4-acl)#exit
(Netgear Switch) (Config)#exit