A. The Junos OS verifies the match criteria of each policy in order and performs the associated action when a match occurs.
B. Policies are evaluated from right to left as displayed in the Junos OS configuration file.
C. Polices are evaluated based on the order in which they are applied to a routing protocol.
D. Policy processing stops once the last statement in the policy is evaluated.
第1题:
下列复选框构造方法,错误的是 ( )
A.setLayout(new GridLayout(3,1));
B.add(new Checkbox("one",null,true));
C.add(new Checkbox("two"));
D.add(new Checkbox("one",true));
第2题:
A. policy-rematch
B. policy-evaluate
C. rematch-policy
D. evaluate-policy
第3题:
第4题:
下列复选框构造方法,错误的是()。
A.setLayout(newGridLayout(3,1));
B.add(newCheckbox("one",null,true));
C.add(newCheckbox("tWO");
D.add(newCheckbox("one",true);
第5题:
ABGProuterhasthefollowingconfiguration:
protocols{
bgp{
export[policy-1policy-2policy-3];
}}
policy-options{
policy-statementpolicy-2{
termget-statics{
fromprotocolstatic;
thenaccept;
}
termreject-all{
thenreject;
}
}
policy-statementpolicy-1{
termget-aggregate{
fromprotocolaggregate;
thenaccept;
}
termreject-all{
thenreject;
}
}
policy-statementpolicy-3{
termget-ospf{
fromprotocolospf;
thenaccept;
}
termreject-all{
thenreject;
}
}
}
Whichpolicytermisevaluatedfirstwhenexportingroutes?()
第6题: