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

题目内容 (请给出正确答案)
单选题
Which route filter match type only matches prefixes greater than the defined prefix?()
A

exact

B

upto

C

longer

D

orlonger


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which route filter match type only matches prefixes greater than the defined prefix?()A exactB uptoC longerD orlonger” 相关考题
考题 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.

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

考题 Which command displays the egress interfaces selected on the PFE for destination prefixes?() A. show route forwarding-tableB. show route tableC. show route table extensiveD. show pfefwdd

考题 Which of the following three BGP filtering methods enabled with the neighbor command will filter BGP prefixes based on the prefix and prefix length?() A. A neighbor distribute - list out command, referencing a standard ACLB. A neighbor prefix - list out commandC. A neighbor filter - list out commandD. A neighbor distribute - list out command, referencing an extended ACLE. A neighbor route - map out command

考题 Which show command will display only the Type 5 LSAs in the OSPF topology database?() A. show ip ospf database externalB. show ip ospf database nssa - externalC. show ip route ospfD. show ip ospf datab ase summaryE. show ip route

考题 Which of these best identifies the types of prefixes a router running BGP will advertise to an EBGP peer? ()A、 prefixes received from any other BGP peer and prefixes locally originated via networkstatements or redistributed to BGPB、 all prefixes in its IP routing tableC、 only prefixes received from EBGP peers and prefixes locally originated via network statements or redistributedD、 only prefixes received from EBGP peers and prefixes received from route reflectorsE、 all prefixes in its routing table except the prefixes received from other EBGP peersF、 all prefixes in its routing table except the prefixes received from other IBGP peers

考题 When designing the routing for an Enterprise Campus network it is important to keep while of thefollowing filtering aspects in mind?()A、 Filtering is only useful when combined with route summarizationB、 It is best to filter (allow) the default and summary prefixes only in the Enterprise Edge to remotesites or site-to-site IPsec VPN networksC、 IGPs (for example EIGRP or OSPF) are superior to route filtering in avoiding in inappropriatetransit traffic through remote nodes or inaccurate or inappropriate routing updatesD、 The primary limitation of router filtering is that it can only be applied on outbound updates

考题 Router R1 is redistributing between two OSPF processes. Given the configuration shown, which includes all commands in the route map named fred, which of the following answers is true regarding the redistribution into OSPF process 1?() router ospf 1 redistribute ospf 2 external 2 route - map fred ! route - map fred permit 10 match ip address 1 set metric - type type - 1A、No routes are redistributed because a route cannot be both E1 and E2.B、Only OSPF E2 routes in the OSPF 2 domain will be considered for redistribution.C、Inside the OSPF 2 domain, any formerly E2 routes will become E1 routes.D、Routes permitted by ACL 1 will be redistributed, regardless of whether the routes are E1 or E2 routes.

考题 Which of the following three BGP filtering methods enabled with the neighbor command will filter BGP prefixes based on the prefix and prefix length?()A、A neighbor distribute - list out command, referencing a standard ACLB、A neighbor prefix - list out commandC、A neighbor filter - list out commandD、A neighbor distribute - list out command, referencing an extended ACLE、A neighbor route - map out command

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

考题 Which types of prefixes will a router running BGP most likely advertise to an IBGP peer, assuming it is not configured as a route reflector?()A、prefixes received from any other BGP peer and prefixes locally originated via networkstatements or redistributedB、all prefixes in its routing tableC、prefixes received from EBGP peers and prefixes locally originated via network statements or redistributedD、prefixes received from EBGP peers and prefixes received from route reflectorsE、prefixes received from other IBGP peers, prefixes received from EBGP peers,and prefixes redistributed to BGPF、prefixes received from other IBGP peers and prefixes received from route reflectors

考题 Which of these best identifies the types of prefixes a router running BGP will advertise to an EBGP peer?()A、prefixes received from any other BGP peer and prefixes locally originated via network statements or redistributed to BGPB、all prefixes in its IP routing tableC、only prefixes received from EBGP peers and prefixes locally originated via network statements or redistributedD、only prefixes received from EBGP peers and prefixes received from route reflectorsE、all prefixes in its routing table except the prefixes received from other EBGP peersF、all prefixes in its routing table except the prefixes received from other IBGP peers

考题 Which show command will display only the Type 5 LSAs in the OSPF topology database?()A、show ip ospf database externalB、show ip ospf database nssa - externalC、show ip route ospfD、show ip ospf datab ase summaryE、show ip route

考题 Which of the following statements are true?() A、 The equals() method determines if reference values refer to the same object.B、 The == operator determines if the contents and type of two separate objects match.C、 The equals() method returns true only when the contents of two objects match.D、 The class File overrides equals() to return true if the contents and type of two separate objects match.

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

考题 单选题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 show command will display only the Type 5 LSAs in the OSPF topology database?()A show ip ospf database externalB show ip ospf database nssa - externalC show ip route ospfD show ip ospf datab ase summaryE show ip route

考题 单选题Which command displays the egress interfaces selected on the PFE for destination prefixes?()A show route forwarding-tableB show route tableC show route table extensiveD show pfefwdd

考题 多选题Refer to the exhibit. Which three statements accurately describe the result of applying the exhibited route map?()AThe map prohibits the redistribution of all type 2 external OSPF routes with tag 6 setBThe map prohibits the redistribution of all type 2 external OSPF routesCThe map redistributes into EIGRP all routes that match the pfx prefix list and the five metric values40000, 1000, 255, 1, and 1500DThe map prohibits the redistribution of all external OSPF routes with tag 6 setEAll routes that do no match clauses 10 and 20 of the route map are redistributed with their tags set to 8FThe map permits the redistribution of all type 1 external OSPF routes

考题 多选题Which of the following three BGP filtering methods enabled with the neighbor command will filter BGP prefixes based on the prefix and prefix length?()AA neighbor distribute - list out command, referencing a standard ACLBA neighbor prefix - list out commandCA neighbor filter - list out commandDA neighbor distribute - list out command, referencing an extended ACLEA neighbor route - map out command

考题 多选题Which of the following statements are true?()AThe equals() method determines if reference values refer to the same object.BThe == operator determines if the contents and type of two separate objects match.CThe equals() method returns true only when the contents of two objects match.DThe class File overrides equals() to return true if the contents and type of two separate objects match.

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

考题 单选题Which types of prefixes will a router running BGP most likely advertise to an IBGP peer, assuming it is not configured as a route reflector?()A prefixes received from any other BGP peer and prefixes locally originated via networkstatements or redistributedB all prefixes in its routing tableC prefixes received from EBGP peers and prefixes locally originated via network statements or redistributedD prefixes received from EBGP peers and prefixes received from route reflectorsE prefixes received from other IBGP peers, prefixes received from EBGP peers,and prefixes redistributed to BGPF prefixes received from other IBGP peers and prefixes received from route reflectors

考题 单选题Which types of prefixes will a router running BGP most likely advertise to an IBGP peer, assuming it is not configured as a route reflector? ()A  prefixes received from any other BGP peer and prefixes locally originated via network statements or redistributedB  all prefixes in its routing tableC  prefixes received from EBGP peers and prefixes locally originated via network statements or redistributedD  prefixes received from EBGP peers and prefixes received from route reflectorsE  prefixes received from other IBGP peers, prefixes received from EBGP peers, and prefixes redistributed to BGPF  prefixes received from other IBGP peers and prefixes received from route reflectors

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

考题 单选题When designing the routing for an Enterprise Campus network it is important to keep while of thefollowing filtering aspects in mind?()A  Filtering is only useful when combined with route summarizationB  It is best to filter (allow) the default and summary prefixes only in the Enterprise Edge to remotesites or site-to-site IPsec VPN networksC  IGPs (for example EIGRP or OSPF) are superior to route filtering in avoiding in inappropriatetransit traffic through remote nodes or inaccurate or inappropriate routing updatesD  The primary limitation of router filtering is that it can only be applied on outbound updates