Mac Acl Cli Examples - Dell PowerConnect M6348 Configuration Manual

Configuration guide
Hide thumbs Also See for PowerConnect M6348:
Table of Contents

Advertisement

Example #2: Define the Second Rule for ACL 179
Define the rule to set similar conditions for UDP traffic as for TCP traffic.
console(config)#access-list list1 permit udp 192.168.77.0 0.0.0.255 192.168.77.3 0.0.0.255
console(config)#exit
Example #3: Apply the Rule to Outbound (Egress) Traffic on Port 1/g2
Only traffic matching the criteria will be accepted.
console(config)#interface ethernet 1/g2
console(config-if-1/g2)#ip access-group list1 out
console(config-if-1/g2)#exit

MAC ACL CLI Examples

The following are examples of the commands used for the MAC ACLs feature.
Example #4: Set up a MAC Access List
console#config
console(config)#mac access-list extended mac1
console(config)#exit
Example #5: Specify MAC ACL Attributes
console(config-mac-access-list)#deny ?
any
<srcmac>
console(config-mac-access-list)#deny any ?
any
bpdu
<dstmac>
console(config-mac-access-list)#deny any 00:11:22:33:44:55 ?
<dstmacmask>
console(config-mac-access-list)#deny any 00:11:22:33:44:55 00:00:00:00:FF:FF ?
assign-queue
cos
110
Device Security
Configure a match condition for all the source MAC
addresses in the Source MAC Address field.
Enter a MAC Address.
Configure a match condition for all the destination
MAC addresses in the Destination MAC Address field.
Match on any BPDU destination MAC Address.
Enter a MAC Address.
Enter a MAC Address bit mask.
Configure the Queue Id assignment attribute.
Configure a match condition based on a COS value.

Advertisement

Table of Contents
loading

Table of Contents