Reference Guide
seq 5 permit tcp any any count (0 packets)
seq 10 permit udp any any count (0 packets)
show running-config
Display the ACL running configurations.
C9000 Series
Syntax
show running-config {acl [ip | mac | ipv6]}
Parameters
acl Enter the keyword acl to display all access-lists and acl sub commands.
ip Enter the keyword ip to display all ip access-list and the ip sub commands.
ipv6 Enter the keyword ipv6 to display all ipv6 access-lists and ipv6 sub commands.
mac Enter the keyword mac to display all L2 access-lists and sub commands.
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)
1183