其他

Given the following LSP configuration, which statement is true?()label-switched-path lsp-xyz { to 10.200.1.1; primary path1; secondary path2; secondary path3; no-cspf; } path path1 { 10.200.10.1 strict; } path path2 { 10.200.20.1 strict; } path path3 { 10

题目

Given the following LSP configuration, which statement is true?()label-switched-path lsp-xyz { to 10.200.1.1; primary path1; secondary path2; secondary path3; no-cspf; } path path1 { 10.200.10.1 strict; } path path2 { 10.200.20.1 strict; } path path3 { 10.200.30.1 loose; }

A. The router will use path1 when it is available and stable.

B. The router will use path3 when it is available and stable.

C. The router will attempt to establish path2 only when path1 and path3 are down.

D. The router will attempt to establish path1 only when path2 and path3 are down.

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

第1题:

publicclassTest{publicstaticvoidmain(String[]args){booleanassert=true;if(assert){System.out.println(”assertistrue”);}}}Given:javac-source1.3Test.javaWhatistheresult?()

A.Compilationfails.

B.Compilationsucceedswitherrors.

C.Compilationsucceedswithwarnings.

D.Compilationsucceedswithoutwarningsorerrors.


参考答案:C

第2题:

Given:12.Stringcsv="Sue,5,true,3";13.Scannerscanner=newScanner(csv);14.scanner.useDelimiter(",");15.intage=scanner.nextInt();Whatistheresult?()

A.Compilationfails.

B.Afterline15,thevalueofageis5.

C.Afterline15,thevalueofageis3.

D.Anexceptionisthrownatruntime.


参考答案:D

第3题:

以下OMC菜单功能,哪些可以用于邻区配置?______

A、Configuration->WirelessConfigApplication->NERelationManagement

B、Configuration->WirelessConfigApplication->InterMeConfigurationImportandExport

C、Configuration->WirelessConfigApplication->CellTool

D、Configuration->NEManagement


参考答案:ABD

第4题:

下列选项中,关于Statement描述错误的是()

A.Statement是用来执行SQL语句的

B.Statement是PreparedStatement的子接口

C.获取Statement实现需要使用Connection的createStatement()方法

D.PreparedStatement能使用参数占位符,而Statement不行


Statement是PreparedStatement的子接口

第5题:

OMC中批量导入邻区数据的功能,入口菜单为_________.

A、Configuration ->Wireless Config Application ->NE Relation Management

B、Configuration ->Wireless Config Application ->Inter Me Configuration Import and Export

C、Configuration ->Wireless Config Application ->Cell Tool

D、Configuration ->NE Management


标准答案:B

第6题:

Thefilefile.txt”existsonthefilesystemandcontsinsASCIItext.Given:try{Filef=newFile(file.txt”);OutputStreamout=newFileOutputStream(f,true);}catch(IOException){}Whatistheresult?()

A.Thecodedoesnotcompile.

B.Thecoderunsandnochangeismadetothefile.

C.Thecoderunsandsetsthelengthofthefileto0.

D.Anexceptionisthrownbecausethefileisnotclosed.

E.Thecoderunsanddeletesthefilefromthefilesystem.


参考答案:A

第7题:

当路由器收到一个LSP报文时,会与自己LSDB中对应的已有LSP进行比较:如果收到的LSP比已有的序列号(),则将这个新的LSP存入自己的LSDB中,再通过一个PSNP报文来确认此LSP,最后将这个新的LSP“泛洪”到其他邻居。


答案:大

第8题:

You’re going to have a quiz ( )by another two in the ( )month.

A. followed,followed

B. followed,following

C. following,followed

D. following,following


参考答案:B

第9题:

邻区配置工具的入口菜单为_________.

A、Configuration ->Wireless Config Application ->NE Relation Management

B、Configuration ->Wireless Config Application ->Inter Me Configuration Import and Export

C、Configuration ->Wireless Config Application ->Cell Tool

D、Configuration ->NE Management


标准答案:A

第10题:

下列选项中,关于Statement描述错误的是()

A.Statement是用来执行SQL语句的

B.Statement是PreparedStatement的子接口

C.获取Statement实现需要使用Connection的createStatement()方法

D.PreparedStatement能使用参数占位符,而Statement不行


Statement是PreparedStatement的子接口