![FoxGate S6424-S2C2 series Скачать руководство пользователя страница 120](http://html1.mh-extra.com/html/foxgate/s6424-s2c2-series/s6424-s2c2-series_configuration-manual_2325481120.webp)
ACL Configuring
120
18.2.2 Configuration Examples
1. Create an absolute time range from 16:00, Jan 3, 2009 to 16:00, Jan 5, 2009
Switch#configure terminal
Switch(config)#time-range b
Config time range successfully.
Switch(config-timerange-b)#absolute start 16:00:00 2009/1/3 end 16:00:00 2009/1/5
Config absolute range successfully .
Switch(config-timerange-b)#show time-range name b
Current time is: 02:46:43 2009/01/31 Saturday
time-range: b ( Inactive )
absolute: start 16:00:00 2009/01/03 end 16:00:00 2009/01/05
2. Create a periodic time range that is active from 8:00 to 18:00 every working day.
Switch#configure terminal
Switch(config)#time-range b
Config time range successfully.
Switch(config-timerange-b)#periodic weekdays 8:00:00 to 18:00:00
Config periodic range successfully .
Switch(config-timerange-b)#show time-range name b
Current time is: 02:47:56 2009/01/31 Saturday
time-range: b ( Inactive )
periodic: weekdays 08:00 to 18:00
18.3 Configuring Basic ACL
Basic ACLs filter packets based on source IP address. They are numbered in the range 1
to 99. At most 99 ACL with number mark and at most 1000 ACL with name mark. At most 128
rules for each ACL at the same time. If you want to reference a time range to a rule, define it
with the time-range command first.