网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

What is a route filter?()

  • A、a list of prefixes that can be configured in a policy
  • B、a single prefix that is configured separately, and can be referenced in a policy
  • C、a list of prefixes that is configured separately and can be referenced in a policy
  • D、a single prefix that can be configured within a policy

参考答案

更多 “What is a route filter?()A、a list of prefixes that can be configured in a policyB、a single prefix that is configured separately, and can be referenced in a policyC、a list of prefixes that is configured separately and can be referenced in a policyD、a single prefix that can be configured within a policy” 相关考题
考题 Linux中,提供TCP/IP包过滤功能的软件叫什么()A.rarpB.route 9C.iptablesD.filter

考题 What happens to the 66.66.66/24 route when it is evaluated by this policy? () A. The route does not match this policy.B. The route is rejected.C. The route is accepted.D. The route is accepted, then rejected.

考题 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.

考题 When you display the routing table by entering the show route command, what does the* indicate?() A.The route is a direct route.B.The route was selected as active.C.The route is a default route.D.The route was learned using a dynamic routing protocol.

考题 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

考题 What is the function of the affective filter?

考题 下面哪个将正确表达比10.0.0.0/16更精确的所有路由()A、route-filter10.0.0.0/16longerB、route-filter10.0.0.0/16orlongerC、route-filter10.0.0.0/16upto/32D、route-filter10.0.0.0/17orlonger

考题 What is the order of preference for these commands when all of them are applied to one neighbor in theBGP inbound filter direction?()A、prefix-list, route-map, filter-list, distribute listB、route-map, filter-list, prefix-list, distribute-listC、route-map, distribute-list, prefix-list, filter-listD、filter-list, prefix list, route-map, distribute listE、distribute list, prefix-list, route-map, fitter list

考题 what is a route reflector?

考题 What happens when a route does not match any user configured policies?()A、The route is rejected.B、The route is accepted.C、The route is given a lower priority.D、The route is sent to the default policy.

考题 What is a route filter?()A、a list of prefixes that can be configured in a poilcyB、a single prefix that is configured separately and be referenced in a policyC、a list of prefixes that is configured separately and can be referenced in a policyD、a single prefix that can be configured within a policy

考题 When you display the routing table by entering the show route command, what does the* indicate?()A、The route is a direct route.B、The route was selected as active.C、The route is a default route.D、The route was learned using a dynamic routing protocol.

考题 下列哪些工具属于路由过滤器?()A、ACLB、filter-policC、route-policD、地址前缀列表

考题 What are BCP 38 (Best Common Practices 38)/RFC 2827 Ingress Packet Filtering Principles?()A、Filter Smurf ICMP packets.B、Filter as close to the core as possibleC、Filter as close to the edge as possibleD、Filter as precisely as possibleE、Filter both source and destination where possible

考题 Which three options are valid ways to filter routes from a BGP peer?()A、filter-listB、inbound ACLC、route-mapD、outbound ACLE、prefix-listF、neighbor 10.0.0.1 deny-map my-map command

考题 下列哪些工具属于路由过滤器()A、ACLB、filter-policC、route-policD、地址掩码

考题 单选题What is a route filter?()A a list of prefixes that can be configured in a policyB a single prefix that is configured separately, and can be referenced in a policyC a list of prefixes that is configured separately and can be referenced in a policyD a single prefix that can be configured within a policy

考题 单选题Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementmy-filter {  term-first{  from{  route-filter192.168.0.0/16orlongeraccept;  route-filter 192.168.1.0/24 exact accept;  route-filter 192.168.2.0/24 exact;  }  then{  metric10;  accept;  }  termsecond {  then{  metric20;  accept;  }}  policy-statementmain {  termchange-attributes  from{  policymy-filter;  }  thenaccept;  }  termdefault {  thenreject;  }}  [editprotocols]  bgp{  exportmain;  }A The route is not advertised into BGPB The route is advertised into BGP with metric 10.C The route is advertised into BGP with metric 20.D The route is advertised into BGP with default metric.

考题 单选题Which action occurs when the policy main-policy evaluates the BGP route 10.0.55.2/32?() [edit policy-options]  policy-statement test { from {  route-filter10.0.0.016/orlongeraccept;  route-filter10.0.67.0/24orlangerreject;  route-filter10.0.0.0/8orlanger;  }  then {  metric10;  community add no-advertise;  accept;  }  }  policy-statement main-policy {  term only-want-certain-routes {  from {  policytest;  }  then {  communityadd harry-402;  accept;  }  }  }  communityno advertise members no-advertise;  communityharry-402 members 666:402;  [edit protocols]  bgp {  exportmain-policy; }A The route is not advertised into BGPB The route is advertised into BGP with community harry-402.C The route is advertised into BGP with community no-advertise.D The route is advertised into BGP with community harry-402 and no-advertise.

考题 单选题What is the order of preference for these commands when all of them are applied to one neighbor in theBGP inbound filter direction?()A prefix-list, route-map, filter-list, distribute listB route-map, filter-list, prefix-list, distribute-listC route-map, distribute-list, prefix-list, filter-listD filter-list, prefix list, route-map, distribute listE distribute list, prefix-list, route-map, fitter list

考题 单选题Which action occurs when the BGP route 20.1.0.0/16 is evaluated by the policy expression?() [editpolicy-options]  policy-statementreject_10 {  from{  route-filter20.1.0.0/16orlongerM  }  then{  communityadd 90-1;  accept  }}  policy-statementaccept_20 {  from{  route-filter20.1.0.0/16orlongerM  }  then{  communityadd 100-1;  reject;  }  }  community100-1 members 100:1;  community90-1 members 90:1  [editprotocols]  bgp{  groupebgp-group {  neighbor172.16.201.1 {  export(reject-10  accept-20);  }}}A The route is not announced.B The route is announced with 90:1 added.C The route is announced with 100:1 added.D The route is announced with communities 90:1 and 100:1 added.

考题 问答题What is the function of the affective filter?

考题 单选题Which route filter match type only matches prefixes greater than the defined prefix?()A exactB uptoC longerD orlonger

考题 单选题What is a route filter?()A a list of prefixes that can be configured in a poilcyB a single prefix that is configured separately and be referenced in a policyC a list of prefixes that is configured separately and can be referenced in a policyD a single prefix that can be configured within a policy

考题 单选题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.