A BGP router has

题目

A BGP router has the following configuration:  protocols{  bgp{  export[policy-1 policy-2 policy-3];  }}  policy-options{  policy-statementpolicy-2 {  termget-statics{  fromprotocol static;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-1 {  termget-aggregate {  fromprotocol aggregate;  thenaccept;  }  termreject-all {  thenreject;  }  }  policy-statementpolicy-3 {  termget-ospf {  fromprotocol ospf;  thenaccept;  }  termreject-all {  thenreject;  }  }  }   Which policy term is evaluated first when exporting routes?()

  • A、get-ospf
  • B、reject-all
  • C、get-statics
  • D、get-aggregate
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Based on the show ip bgp summary output, which two statements are true?()

A. The BGP session to the 10.3.3.3 neighbor is established, but the router has not received any BGP routing updates from the 10.3.3.3 neighbor.

B. The router is attempting to establish a BGP peering session with the 10.2.2.2 neighbor.

C. The router is attempting to establish a BGP peering session with the 10.1.1.1 neighbor.

D. The BGP session to the 10.3.3.3 neighbor is established.

E. The BGP session to the 10.2.2.2 neighbor is established.

F. The BGP session to the 10.1.1.1 neighbor is established.


参考答案:B, F

第2题:

Refer to the exhibit. Router RT - 1 and router RT - 2 both advertise network 131.25.0.0/16 to routerRT - 3 via internal BGP. What is the reason that router RT - 3 chose router RT - 1 as its best path tonetwork 131.25.0.0/16.()

A. It has a better router ID

B. It advertises a lower autonomous system

C. It advertises t he best AS - path

D. It advertises the best local preference

E. It advertises the best origin code

F. It advertises the best MED


参考答案:A

第3题:

BGP()与外部AS Router的关系为(),与内部AS Router的关系为()。


答案:EBGP、IBGP

第4题:

You issue the command show process memory ∣ include BGP and notice that BGP is consuming alarge percentage of the router’s memory. Which of the following steps would result in lowering theamount of memory being consumed by BGP?(Choose all that apply.)()

  • A、Filter unneeded BGP routes
  • B、Run BGP on a different platform that already has more memory
  • C、Upgrade the router memory
  • D、Increase the BGP update timer
  • E、Compress the BGP table
  • F、Use a default route instead of maintaining a full BGP table

正确答案:A,C,F

第5题:

What is the most likely reason that an IBGP route that has been selected as a best route is not entered into the IP routing table?()

  • A、Route reflectors are not passing updates properly.
  • B、BGP synchronization has been enabled.
  • C、The next-hop address is unreachable.
  • D、No loopback interface has been configured on a router.

正确答案:B

第6题:

Above is the output from show ip bgp neighbors command. What is line 21 stating about the BGP connection?()

A. the number of consecutive TCP connections to the specified remote neig hbor

B. the number of total TCP connections that the router has

C. the number of times the router has established a TCP connection

D. the number of neighbors that the router has


参考答案:C

第7题:

Refer to the exhibit. On the basis of the configuration that is provided, how would the BGP updates that come from router R1 be replicated inside autonomous system 65200?()

A. All BGP updates that are received on router R 2 will be sent to routers R3 and R4. Routers R3 and R4 will then forward those BGP updates to router R5

B. None of the BGP updates that are received on router R2 will ever be received by router R5

C. All BGP updates that are received on router R2 will not be sent to routers R3 and R4

D. All BGP updates that are received on router R2 will be sent directly to router R5


参考答案:B

第8题:

Refer to the exhibit The neighbor 10.1.1.1 weight 200 BGP configuration command has been configured on router A. What will be the result of this configuration? ()

A. Router A will prefer the path through router B for network 172.20.0.0

B. Router A will prefer the path through router C for network 172.20.0.0

C. Packets from router D will prefer the path through router B for networks advertised by router A

D. Packets from r outer D will prefer the path through router C for networks advertised by router A


参考答案:A

第9题:

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.

正确答案:B

第10题:

A router has two paths to reach another network in a different autonomous system. Neither route was generated by the local router and both routes have the same default weight an d local preference values. Which statement is true about how BGP would select the best path?()

  • A、To influence one route to be preferred, its default local preference value will be changed via the use of the command bgp default local - preference 50
  • B、Th e router will prefer the shortest autonomous system path
  • C、If the command bgp always - compare - med has been given, then the router will prefer the route with the highest MED
  • D、The router will prefer the route with the lower MED

正确答案:B

更多相关问题