The following line of output was gathered on Enterprise Rout

题目
单选题
The following line of output was gathered on Enterprise Router Ent1 using the command show ip route. Which of the following answers is most likely to be true, based on thi s output?() B 128.107.0.0 [20/10] via 11.11.11.11, 00:02:18
A

This router has set the Weight of this route to 10.

B

This router's BGP table lists this route as an iBGP route.

C

This router's MED has been set to 10.

D

This router's BGP table lists an AS_Path length of 10 for this route.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

请看以下存储过程

begin

begin

<语句1>

exception

when others

dbms_output.put_line('错误1');

end;

begin

<语句2>

dbms_output.putline('错误2');

end;

exception

when others then

dbms_output.put_line("错误3");

end;

请问,当<语句1>,<语句2>出错时,该存储过程输出字符串分别是什么?


正确答案:
 

第2题:

Which of the following will permit an operator to retrieve console log output from the command line?()

A. lscons -l

B. cat /var/conslog

C. alog -t console -o

D. lslog /var/adm/conslog


参考答案:C

第3题:

You are creating a Windows Communication Foundation (WCF) service that is implemented as follows.(Line numbers are included for reference only.)01 [ServiceContract]02 [ServiceBehavior(IncludeExceptionDetailsInFaults = true)]03 public class OrderService04 {05 [OperationContract]06 public void SubmitOrder(Order anOrder)07 {08 try09 {10 ...11 }12 catch(DivideByZeroException ex)13 {14 ...15 }16 }17 }You need to ensure that the stack trace details of the exception are not included in the error information sent to the client.What should you do?()

A. Replace line 14 with the following line: throw;

B. Replace line 14 with the following line: throw new FaultException(anOrder, ex.ToString());

C. After line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw ex;

D. Alter line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw new FaultException(anOrder, "Divide by zero exception");


参考答案:D

第4题:

The following line of output was gathered on Enterprise Router Ent1 using the command show ip route. Which of the following answers is most likely to be true, based on thi s output?() B 128.107.0.0 [20/10] via 11.11.11.11, 00:02:18

  • A、This router has set the Weight of this route to 10.
  • B、This router's BGP table lists this route as an iBGP route.
  • C、This router's MED has been set to 10.
  • D、This router's BGP table lists an AS_Path length of 10 for this route.

正确答案:C

第5题:

Router R1 sits at an Enterprise branch office, using both the Internet and a leased line to another Enterprise router for its two connectivity options back into the rest of the Enterprise network. The engineer planning for this branch decided to use the leased line for all Enterprise traffic, unless it fails, in which case the Internet connection should be used to pass traffic to the Enterprise. Which of the following is most likely to be useful on the branch router?()

  • A、IPsec tunnel
  • B、GRE tunnel
  • C、Floating stati c route
  • D、An IGP

正确答案:A,C

第6题:

Which line from the output of the show ip interface command indicates that there is a Layer 1 problem?

A.Serial0/1 is up, line protocol is down

B.Serial0/1 is down, line protocol is down

C.Serial0/1 is up, line protocol is up

D.Serial0/1 is administratively down, line protocol is down

E.None of the above


正确答案:B
解析:Explanation:
When the physical interface itself is down, then the problem is related to layer 1. When it is up, but the line protocol is down, then the problem is related to layer 2.

第7题:

The fol lowing line of output was extracted from the output of the show ip bgp command on Router R1. Which of the following can be determined from this output?()Network Next Hop Metric LocPrf Weight Path* 130.1.1.0/28 1.1.1.1 0 1 2 3 4 i

A. The route is learne d from an eBGP peer

B. The route has no more than three ASNs in the AS_PatH

C. The route is the best route for this prefix

D. None of these facts can be positively determined by this output


参考答案:A

第8题:

Given:If some sort of exception is thrown at line 34, which output is possible?()

A.a

B.b

C.c

D.ac

E.abc


参考答案:D

第9题:

Which line from the output of the show ip interface command indicates a layer 1 problem?()

  • A、Serial0/1 is up, line protocol is down
  • B、Serial0/1 is down, line protocol is down
  • C、Serial0/1 is up, line protocol is up
  • D、Serial0/1 is administratively down, line protocol is down

正确答案:B

第10题:

A server in the production environment monitors output from various sensors along an assembly line.New equipment is being added to the line that will require monitoring.The server administrator needs to add additional inputs to the server for this new equipment.  Which of the following input types is MOST likely required?()

  • A、EIDE
  • B、SATA
  • C、Serial
  • D、Video

正确答案:C

更多相关问题