Given the following policy, what happens when the 1.1/17 route is evaluated?()[edit policy-options] policy-statement test{ from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; }then { metric 6; accept; }A. The route does not match this policy.B. The route is accepted.C. The route is rejected.D. The route is accepted with a metric of 6.

Given the following policy, what happens when the 1.1/17 route is evaluated?()[edit policy-options] policy-statement test{ from { route-filter 0/0 orlonger accept; route-filter 1.1/17 upto /24 reject; route-filter 1.1/18 exact; }then { metric 6; accept; }

A. The route does not match this policy.

B. The route is accepted.

C. The route is rejected.

D. The route is accepted with a metric of 6.


相关考题:

Whichactionoccurswhenthepolicymain-policyevaluatestheBGProute10.0.55.2/32?()[editpolicy-options]policy-statementtest{from{route-filter10.0.0.016/orlongeraccept;route-filter10.0.67.0/24orlangerreject;route-filter10.0.0.0/8orlanger;}then{metric10;communityaddno-advertise;accept;}}policy-statementmain-policy{termonly-want-certain-routes{from{policytest;}then{communityaddharry-402;accept;}}}communitynoadvertisemembersno-advertise;communityharry-402members666:402;[editprotocols]bgp{exportmain-policy;}

WhichactionoccurswhentheBGProute20.1.0.0/16isevaluatedbythepolicyexpression?()[editpolicy-options]policy-statementmy-filter{term-first{from{route-filter192.168.0.0/16orlongeraccept;route-filter192.168.1.0/24exactaccept;route-filter192.168.2.0/24exact;}then{metric10;accept;}termsecond{then{metric20;accept;}}policy-statementmain{termchange-attributesfrom{policymy-filter;}thenaccept;}termdefault{thenreject;}}[editprotocols]bgp{exportmain;}A.TherouteisnotadvertisedintoBGPB.TherouteisadvertisedintoBGPwithmetric10.C.TherouteisadvertisedintoBGPwithmetric20.D.TherouteisadvertisedintoBGPwithdefaultmetric.

以下选项中哪些可以用于BGP的路由策略()。 A.ACLB.ip prefixC.community-listD.as-path-aclE.route-policy

关于route-policy的用法,你认为不正确的是() A.路由映像(route-policy)用于匹配路由信息的某些属性,并在这些属性匹配后执行某些动作B.match子句定义匹配准则,也就是需要通过当前route-policy的路由信息所需满足的过滤条件,匹配对象是这条路由信息的一些属性C.apply子句指定动作,也就是满足由if-match子句指定的过滤条件后所执行的一些配置命令,对这条路由信息的一些属性进行修改D.route-policy的作用完全也可以由prefixlist来完成

当对一个BGP邻居配置了多个路由选择工具进行路由过滤时,下列描述错误的是() A.对于peer接收路由,IP-Prefix先与route-policy被处理B.对于peer接收路由,route-policy先与IP-Prefix被处理C.对于peer发送路由,IP-prefix先与route-policy被处理D.对于peer发送路由,route-policy先与IP-Prefix被处理

关于route-policy描述错误的是() A.关于Route-policy由多个节点构成,一个节点包括多个if-match和apply字句B.if-match字句用来定义该节点的匹配条件,apply子句用来定义通过过滤的路由行为C.if-match子句的过滤规则关系是“与”,即该节点的所有if-match子句都必须匹配D.route-policy节点间的过滤关系是“或”,即只要通过了一个节点的过滤,就可以通过该Route-Policy

如下哪个工具不能用于路由过滤?() A.policy-based-routeB.ip-prefixC.route-policyD.Ip community-filter

下列哪种工具不能被route-policy的apply字句直接引用() A.TagB.Ip-PrefixC.OriginD.Community

下面是路由器Huawei的部分配置信息,关于该配置信息描述错误的是()system-view[HUAWEI]ip as-path-filter 2 permit_200_300[HUAWEI]route-policy test permit node 10[Huawei-route-policy]if-match as-path-filter 2 A.设置序列号为2的AS路径过滤器,允许路由信息中包含AS200和AS300B.定义一个名为test的Route-Policy,该节点序列好为10C.该Route-Policy的10号节点引用AS路径过滤器为2,并定义了一个if-match子句D.该Route-Policy只能在OSPF进程中进行调用