Filters

In a TOD suite, filters that have entries with time ranges may not be selected. Similarly, filter entries with a time range may not be created while a TOD suite refers to that filter. QoS policies and filters referred to by a TOD suite must have the scope ‟template” (default).

Use the following syntax to configure TOD-suite egress parameters.

config>system>cron
        tod-suite tod-suite-name create
            egress 
                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]

Example: Command usage to configure TOD-suite egress parameters

config>system>cron>tod-suite$ egress filter ip 100
    config>system>cron>tod-suite$
Example

The following is a sample configuration output of an egress 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>system>cron>tod-suite# egress filter ip 100
A:sim1>config>system>cron>tod-suite# info detail
----------------------------------------------
            no description
            egress
                filter ip 100 
            exit
----------------------------------------------
A:sim1>config>system>cron>tod-suite#