R0106-HP MSR Router Series ACL and QoS Configuration Guide(V7)
98
Figure 28 Network diagram
Configuration procedure
# Create a periodic time range during 8:00 and 18:00 on working days from June 2013 to the end of
the year.
<RouterA> system-view
[RouterA] time-range work 8:0 to 18:0 working-day from 0:0 6/1/2013 to 24:0 12/31/2013
# Create an IPv4 basic ACL numbered 2001, and configure a rule in the ACL to permit only packets from
192.168.1.2/32 during the time range work.
[RouterA] acl number 2001
[RouterA-acl-basic-2001] rule permit source 192.168.1.2 0 time-range work
[RouterA-acl-basic-2001] rule deny source any time-range work
[RouterA-acl-basic-2001] quit
# Apply IPv4 basic ACL 2001 to filter outgoing packets on interface GigabitEthernet 2/1/1.
[RouterA] interface gigabitethernet 2/1/1
[RouterA-GigabitEthernet2/1/1] packet-filter 2001 outbound
[RouterA-GigabitEthernet2/1/1] quit
Verifying the configuration
# Display time range configuration and status on Router A.
[RouterA] display time-range all
Current time is 13:58:35 6/19/2013 Monday
Time-range : work ( Active )
08:00 to 18:00 working-day
from 00:00 6/1/2013 to 00:00 1/1/2014
The output shows that the time range work is active.
Host A
192.168.1.2/24
Router A
Host B
192.168.1.3/24
GE2/1/1GE2/1/0
Server
192.168.0.100/24