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

题目内容 (请给出正确答案)
单选题
Which option is true regarding the synchronization rule ?()
A

Do not use or internally advertise a route until the route is lear ned from a source other than BGP.

B

Do not use or advertise a route until the route is learned from a BGP peer.

C

Do not use or advertise routes marked PARTIAL.

D

Wait until a CONFIRM message is received before using routes from BGP neighbors.


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which option is true regarding the synchronization rule ?()A Do not use or internally advertise a route until the route is lear ned from a source other than BGP.B Do not use or advertise a route until the route is learned from a BGP peer.C Do not use or advertise routes marked PARTIAL.D Wait until a CONFIRM message is received before using routes from BGP neighbors.” 相关考题
考题 Which interface tunnel parameter allows an LSP to use a specified explicit route?() A.path-optionB.route-optionC.explicit-path-optionD.explicit-route-option

考题 Which option is true regarding the synchronization rule ?() A. Do not use or internally advertise a route until the route is lear ned from a source other than BGP.B. Do not use or advertise a route until the route is learned from a BGP peer.C. Do not use or advertise routes marked PARTIAL.D. Wait until a CONFIRM message is received before using routes from BGP neighbors.

考题 A router leams about a remote network from EIGRP.OSPF. and a static route. Assuming all routing protocols are using their default administrative distance, which route will the router use to forward data to the remote network?()A. The router will use the static route.B. The router will use the OSPF route.C. The route will use the EIGRP route.D. The router will load balance and use all three routes.

考题 A router learns about a remote network from EIGRP, OSPF, and a static route. Assuming all routing protocols are using their default administrative distance, which route will the router use to forward data to the remote network()。A.The router will use the static route.B.The router will use the OSPF route.C.The router will use the EIGRP route.D.The router will load balance and use all three routes.

考题 Which option is true regarding the synchronization rule ?()A、Do not use or internally advertise a route until the route is lear ned from a source other than BGP.B、Do not use or advertise a route until the route is learned from a BGP peer.C、Do not use or advertise routes marked PARTIAL.D、Wait until a CONFIRM message is received before using routes from BGP neighbors.

考题 How does route poisoning work with holddown timers to prevent routing loops?()A、Information learned from one source is not distributed back to that source.B、Routing updates from the poisoned source are ignored until a holddown timer expires.C、Failed routes are advertised with infinite metrics.D、New routing updates are ignored until the network has converged.E、A route is marked as unavailable when its time-to-live is exceeded.

考题 A router learns about a remote network from EIGRP, OSPF, and a static route. Assuming all routing protocols are using their default administrative distance, which route will the router use to forward data to the remote network()。A、The router will use the static route.B、The router will use the OSPF route.C、The router will use the EIGRP route.D、The router will load balance and use all three routes.

考题 In BGP routing,what does the rule of synchronization mean?()A、A BGP router can only advertise an EBGP learned route,provided that the route is an IGP route in the routing table.B、A BGP router can only advertise an IBGP learned route,provided that the route is an IGP route in the routing table.C、A BGP router can only advertise an IBGP learned route,provided that the route is an IGP route that is not in the routing table.D、A BGP router can only advertise an EBGP learned route,provided that the route is a metric of 0 in the BGP table.

考题 When designing the IP routing for the Enterprise Campus network, which of these following twoiBGB considerations should be taken into account?()A、 iBGB dual horning with different iSPs puts the Enterprise at the risk of becoming a transitnetworkB、 iBGP requires a full mesh of eBGP peersC、 Routers will not advertise iBGP learned routers to other iBGP peers.D、 The use of route reflections or Confederation eliminate any full mesh requirement while helpingto scale iBGPE、 iGBP peers do not add any information to the AS path

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

考题 What action will a BGP route reflector take when it receives a prefix marked with the community attribute NO ADVERTISE from a client peer?()A、It will advertise the prefix to all other client peers and non-client peers.B、It will not advertise the prefix to EBGP peers.C、It will only advertise the prefix to all other IBGP peers.D、It will not advertise the prefix to any peers.

考题 Which three statements about the route target (RT) are true? ()A、The RT is a BGP extended community.B、The RT is an 8-byte field that is prefixed to an IPv4 address to make it a unique VPNv4 address.C、When a VPN route that is learned from a CE router is injected into BGP, one or more RTs are associated with itD、The distribution of VPN routing information is controlled through the use of VPN RTsE、When a VPN route that is learned from a CE router is injected into BGP, there is always one RT that is associated with it.

考题 What is the BGP synchronization rule?()A、Routing information received through an IBGP session is not forwarded to another IBGP neighbor, onlyto EBGP neighborsB、Routing information received through an EBGP session is not forwarded to another EBGP neighbor,only to IBGP neighborsC、BGP neighbor peerings are established and sychronized using the TCP 3-way handshakeD、BGP shall not advertise a route until that route has been learned via an IGP also

考题 Which interface tunnel parameter allows an LSP to use a specified explicit route?()A、path-optionB、route-optionC、explicit-path-optionD、explicit-route-option

考题 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 first step in BGP route selection?()A、The local router prefers the route with the shortest as-path.B、The router first verifies that it has a route to thebgp Next Hop IP address.C、The local router prefers the route from the peer with the lowest peerid address.D、The local router prefers the route learned from anebgp peer over a route learned from anibgp peer.

考题 What is the first step in BGP route selection?()A、The local router prefers the route with the shortest AS Path.B、The local router verifies that it has a route to the BGP Next Hop IP address.C、The local router prefers the route from the peer with the lowest peer ID address.D、The local router prefers the route learned from an EBGP peer over a route learned from an IBGP peer.

考题 单选题What is the first step in BGP route selection?()A The local router prefers the route with the shortest AS Path.B The local router verifies that it has a route to the BGP Next Hop IP address.C The local router prefers the route from the peer with the lowest peer ID address.D The local router prefers the route learned from an EBGP peer over a route learned from an IBGP peer.

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

考题 单选题A router learns about a remote network from EIGRP, OSPF, and a static route. Assuming all routing protocols are using their default administrative distance, which route will the router use to forward data to the remote network()。A The router will use the static route.B The router will use the OSPF route.C The router will use the EIGRP route.D The router will load balance and use all three routes.

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

考题 单选题Which types of prefixes will a router running BGP most likely advertise to an IBGP peer, assuming it is notconfigured 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 redistributedto BGPF prefixes received from other IBGP peers and prefixes received from route reflectors

考题 单选题A router leams about a remote network from EIGRP.OSPF. and a static route. Assuming all routing protocols are using their default administrative distance, which route will the router use to forward data to the remote network?()A The router will use the static route.B The router will use the OSPF route.C The route will use the EIGRP route.D The router will load balance and use all three routes.

考题 单选题Which interface tunnel parameter allows an LSP to use a specified explicit route?()A path-optionB route-optionC explicit-path-optionD explicit-route-option

考题 单选题What is the BGP synchronization rule?()A Routing information received through an IBGP session is not forwarded to another IBGP neighbor, onlyto EBGP neighborsB Routing information received through an EBGP session is not forwarded to another EBGP neighbor,only to IBGP neighborsC BGP neighbor peerings are established and sychronized using the TCP 3-way handshakeD BGP shall not advertise a route until that route has been learned via an IGP also

考题 单选题How does route poisoning work with holddown timers to prevent routing loops?()A Information learned from one source is not distributed back to that source.B Routing updates from the poisoned source are ignored until a holddown timer expires.C Failed routes are advertised with infinite metrics.D New routing updates are ignored until the network has converged.E A route is marked as unavailable when its time-to-live is exceeded.

考题 单选题In BGP routing, what does the rule of synchronization mean?()A A BGP router can only advertise an EBGP learned route, provided that the route is an IGP route in the routing table.B A BGP router can only advertise an IBGP learned route, provided that the route is an IGP route in the routing table.C A BGP router can only advertise an IBGP learned route, provided that the route is an IGP route that is not in the routing table.D A BGP router can only advertise an EBGP learned route, provided that the route is a metric of 0 in the BGP table.