System Management
7750 SR OS Basic System Configuration Guide Page 275
Ingress
This command is an enhancement for specific ingress policies including filter lists, schedulers and
QoS policies. Use this command to create time-range based associations of previously created
filter lists QoS and scheduler 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] [priority priority]
filter mac mac-filter-id[time-range time-range-
name] [priority priority]
qos policy-id [time-range time-range-name] [priori-
ty priority]
scheduler-policy scheduler-policy-name [time-range
time-range-name]
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#