Use the following configuration statements to configure JUNOS filter conditions.
- policies group name list name rule name traffic-condition name traffic-match-condition
{
- forwarding-class forwarding-class ;
- interface-group interface-group ;
- source-class source-class ;
- destination-class destination-class ;
- allow-ip-options allow-ip-options ;
- }
To add JUNOS filter conditions to a classify-traffic condition:
You cannot match on both source class and destination class at the same time. You must choose one or the other.
You cannot match on both source class and destination class at the same time. You must choose one or the other.
[edit policies group junos list bodVpn rule pr traffic-condition ctc traffic-match-condition] user@host# show forwarding-class fc_expedited; interface-group 42; source-class gold-class; destination-class gold-class; allow-ip-options strict-source-route;