Common Configuration Tasks
Page 282 7210 SAS M, T, X, R6 Basic System Configuration Guide
Ingress
This command is an enhancement for specific ingress policies including filter lists and QoS
policies. Use this command to create time-range based associations of previously created filter
lists and QoS policies. Multiple policies may be included and each must be assigned a different
priority; in case time-ranges overlap, the priority will be used to determine the prevailing policy.
Only a single reference to a policy may be included without a time-range. To configure a daily
time-range across midnight, use a combination of two entries. An entry that starts at hour zero will
take over from an entry that ends at hour 24.
CLI Syntax: config>system
cron
tod-suite tod-suite-name create
ingress
filter ip ip-filter-id [time-range time-range-name]
[priority priority]
filter ipv6 ipv6-filter-id [time-range time-
range-name]
filter mac mac-filter-id[time-range time-range-
name] [priority priority]
qos policy-id [time-range time-range-name] [priori-
ty priority]
Example
:
config>cron>tod-suite$ ingress filter ip 100
config>cron>tod-suite$
The following command shows an ingress IP filter association with filter ID 100.
sim1>config>filter# ip-filter 100 create
A:sim1>config>filter>ip-filter$ entry 10 create
A:sim1>config>filter>ip-filter>entry$
...
A:sim1>config>cron>tod-suite# ingress filter ip 100
A:sim1>config>cron>tod-suite# info detail
----------------------------------------------
no description
ingress
filter ip 100
exit
----------------------------------------------
A:sim1>config>cron>tod-suite#