linyonghang1@ru Publish time 2023-8-7 10:22:47

How to configure ACL with time range on NBR6215-E?

You can configure ACL with time range on NBR6215-E as follows:

1.cli configuration

(1)Configuring Time Range Parameters

Ruijie(config)# time-range work # Define a time period named work

Ruijie(config-time-range)# periodic daily 9:00 to 12:30

Ruijie(config-time-range)# periodic daily 14:00 to 18:30

(2)Configure the ACL associated with the time range

Ruijie(config)# ip access-list extended 100

Ruijie(config-ext-nacl)# 10 deny ip 192.168.1.0 0.0.0.255 any time-range work

# During work hours, deny any traffic from Intranet 192.168.1.0/24 to the Internet

Ruijie(config-ext-nacl)#20 permit ip any any

The ACL contains a deny any statement at the end of the ACL, denying all traffic

2. configure on new cloud

(1)Click Devices--->ACL

data/attachment/forum/202308/07/102217skqvqqvnovzmm79q.png

(2)Click Select the device--->Add--->Add Rule

data/attachment/forum/202308/07/102221wr30kjxqj6w3w30r.png

(3)configure Time Period

data/attachment/forum/202308/07/102230czio91k6h49s9kmm.png

Pages: [1]
View full version: How to configure ACL with time range on NBR6215-E?