Command Reference ACL Commands
20 deny host 5.5.5.5 time-range tm (2000 matches)
The following example disables the counter of packets matching the standard access list:
Ruijie(config)#no ip access-list counter std-acl
Ruijie(config-std-nacl)# show access-lists
ip access-list standard std-acl
10 permit 195.168.6.0 0.0.0.255
20 deny host 5.5.5.5 time-range tm
Displays all access lists.
1.18 ip access-list log-update interval
Use this command to configure the interval at which the IPv4 access list log is updated. Use the no
form of this command to restore the default interval.
ip access-list log-update interval time
no ip access-list log-update interval
For the access rule with the log option, a packet hit is output at the
interval of ACL logging output. The interval ranges from 0 to 1440
minutes, and the default value is 5 minutes, indicating that the ACL
matching log of a specified flow is output every 5 minutes. 0 indicates
that no ACL logging is output.
The default interval at which the IPv4 access list log is updated is 5 minutes.
Global configuration mode
Use this command to configure the interval at which the IPv4 access list log is updated.
The following example configures the interval for the IPv4 access list log update to 10 minutes:
Ruijie# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)# ip access-list log-update interval 10