1-8Configuration Example# Configure ACL 4000 to deny packets sourced from the MAC address 000d-88f5-97ed, and with their802.1p priority being 3. system-view[Sysname] acl number 4000[Sysname-acl-ethernetframe-4000] rule deny cos 3 source 000d-88f5-97ed ffff-ffff-ffff# Display the configuration information of ACL 4000.[Sysname-acl-ethernetframe-4000] display acl 4000Ethernet frame ACL 4000, 1 ruleAcl's step is 1rule 0 deny cos excellent-effort source 000d-88f5-97ed ffff-ffff-ffffACL AssignmentOn an S4210 Ethernet switch, you can assign ACLs to the hardware for packet filtering.As for ACL assignment, the following four ways are available.z Assigning ACLs globally, for filtering the inbound packets on all the ports.z Assigning ACLs to a VLAN, for filtering the inbound packets on all the ports and belonging to aVLAN.z Assigning ACLs to a port, for filtering the inbound packets on a port.You can assign ACLs in the above-mentioned ways as required.In terms of priority, the ACLs assigned globally, ACLs assigned to a VLAN and ACLs assigned to a portgroup (or a port) rank in descending order. If a packet matches multiple rules in these ACLs and ispermitted by some rules but denied by the others, the device permits or denies the packet based on therule in the ACL with the highest priority.Assigning an ACL GloballyConfiguration prerequisitesBefore applying ACL rules to a VLAN, you need to define the related ACLs. For information aboutdefining an ACL, refer to section Configuring Basic ACL, section Configuring Advanced ACL, sectionConfiguring Layer 2 ACL.Configure procedureTable 1-5 Assign an ACL globallyOperation Command DescriptionEnter system view system-view —