Command Line Reference Guide
Access Control Lists (ACL) | 243
• clear ip prefix-list
• deny
• ip prefix-list
• permit
• seq
• show config
• show ip prefix-list detail
• show ip prefix-list summary
clear ip prefix-list
c e s
Reset the number of times traffic met the conditions (“hit” counters) of the configured prefix lists.
Syntax
clear ip prefix-list [prefix-name]
Parameters
Command Modes
EXEC Privilege
Command
History
Default
Clears “hit” counters for all prefix lists unless a prefix list is specified.
Related
Commands
deny
c e s
Configure a filter to drop packets meeting the criteria specified.
Syntax
deny ip-prefix [ge min-prefix-length] [le max-prefix-length]
Parameters
Defaults
Not configured.
Command Modes
PREFIX-LIST
prefix-name
(OPTIONAL) Enter the name of the configured prefix list to clear only counters for that
prefix list, up to 140 characters long.
Version 8.1.1.0 Introduced on E-Series ExaScale
Version 7.8.1.0 Increased name string to accept up to 140 characters. Prior to 7.8.1.0, names are up to
16 characters long.
Version 7.6.1.0 Support added for S-Series
Version 7.5.1.0 Support added for C-Series
pre-Version 6.1.1.0 Introduced for E-Series
ip prefix-list Configure a prefix list.
ip-prefix
Specify an IP prefix in the network/length format. For example, 35.0.0.0/8
means match the first 8 bits of address 35.0.0.0.
ge min-prefix-length (OPTIONAL) Enter the keyword ge followed by the minimum prefix
length, which is a number from zero (0) to 32.
le max-prefix-length
(OPTIONAL) Enter the keyword le followed by the maximum prefix
length, which is a number from zero (0) to 32.










