Which action statement in a policy list causes a packet to be placed in an outgoing port queue without performing an IP route lookup?() A.filterB.forwardC.next-hopD.next-interface

Which action statement in a policy list causes a packet to be placed in an outgoing port queue without performing an IP route lookup?()

A.filter

B.forward

C.next-hop

D.next-interface


相关考题:

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;}

WhatistheorderofpreferenceforthesecommandswhenallofthemareappliedtooneneighborintheBGPinboundfilterdirection?() A.prefix-list,route-map,filter-list,distributelistB.route-map,filter-list,prefix-list,distribute-listC.route-map,distribute-list,prefix-list,filter-listD.filter-list,prefixlist,route-map,distributelistE.distributelist,prefix-list,route-map,fitterlist

以下仅用于BGP协议的过滤器是() A.route-policyB.aspath-listC.access list(acl)D.ip-prefixE.community-list

在route-policy的if-Match字句中,有以下命令,可以用于所有路由协议的是() A. if-match as-path aspath-list-numB. if-match community community-list-numC. if-match interface type numberD. if-match ip next-hop \{acl-number | ip-prefix ip-prefix-name}

当对一个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

用于过滤路由信息以及为通过过滤的路由信息设置路由属性的是哪一个?() A.as-path-filterB.Ip-prefixC.route-policyD.policy-based-route

下列哪种工具不能被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进程中进行调用