D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 Access Control List
Configuration
1-22
When adding ace5 by entering seq-num = 105, the numbers are as follows:
DES-7200(config-std-nacl)# 105 permit …
ace1: 100
ace2: 103
ace5: 105
ace3: 106
ace4: 109
The reference of the numbers is to implement the priority adding ace mode in step 4.
Delete ACE
DES-7200(config-std-nacl)# no 106
ace1: 100
ace2: 103
ace5: 105
ace4: 109
The above numbers can also facilitate deleting ACE.
1.9 Configuring ACL Based
on Time-range
You can run the ACLs based on time, for example, make the ACL take effect during
certain periods in a week. For this purpose, you must first set a Time-Range.
Time-Range implementation depends on the system clock. If you want to use this
function, you must assure that the system has a reliable clock.
In the privileged configuration mode, you can create a time-range by performing the
following steps:
Command Function
DES-7200# configure terminal
Enter the global configuration mode.
DES-7200(config)# time-range
time-range-name
Identify a time-range by using a
meaningful display character string as its
name
DES-7200(config-time-range)# absolute [start
time date] end time date
Set the absolute time range (optional).
For details, see the configuration guide
of time-range.
DES-7200(config-time-range)# periodic
day-of-the-week time to [day-of-the-week] time
Set the periodic time range (optional).
For details, see the configuration guide
of time-range.
DES-7200# show time-range
Verify the configurations.
DES-7200# copy running-config
startup-config
Save the configuration.