Administrator Guide

Defaults None
Command Modes EXEC
Command
History
This guide is platform-specific. For command information about other platforms, see the relevant Dell
Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version Description
9.9(0.0) Introduced on the C9010.
Example
Dell# show running-config acl
ip
ip access-list standard five
seq 5 permit any
!
ip access-list standard four
seq 5 permit any count bytes
seq 10 deny any count
seq 20 deny host 2.2.2.2 log threshold-in-msgs 10 interval 5
!
show running-config acl mac
mac access-list standard mac
seq 5 permit 11:22:33:44:55:66 count
seq 10 deny any log threshold-in-msgs 10 interval 5 order 1
seq 15 permit any order 2 monitor
!
IPv6 Access Control Lists (IPv6 ACLs) 973