考题
输入哪条命令可以看到以下信息?( ) LS DataBase Type :Router Ls id :10.1.2.2 Ady rtr :1050 Len :72 Seq :80000008 Cksum (DC) Area Border Router Link count 4 Link id :192.168.2.1 Data :255.255.255.255 Metric:1562 Link id :10.1.2.2 Data :10.1.3.1 Type :Router Metric :1562 Link id :10.1.3.2 Data :255.255.255.255 Type :StubNet Metric :1562A.show ip routeB.show ip ospf isaC.show ip ospf databaseD.show ip ospf interface
考题
软SDN的NSD参数或者参数值有哪些差异。()
A.Network节点的Network_type、servic_vlan、provider_networkB.VNF关联的参数C.外部网络的provider_network参数D.Router节点增加网络侧BFD参数
考题
AWebservicereturnsalistofsystemusersinthefollowingformat.Youneedtopopulateadrop-downmenuwiththeIDsandnamesoftheusersfromtheWebservice,intheorderprovidedbytheservice.Whichcodesegmentshouldyouuse?()
A.$.ajax({type:GET,url:serviceURL,success:function(xml){$.each($(xml),function(i,item){$().attr(value,id).text(tx).appendTo(#dropdown);});}});B.$.ajax({type:GET,url:serviceURL,success:function(xml){$(xml).find(user).each(function(){varid=$(this).id;vartx=$(this).name.text$().attr(value,id).text(tx).appendTo(#dropdown);});}});C.$.ajax({type:GET,url:serviceURL,success:function(xml){$(xml).find(user).each(function(){varid=$(this).attr(id);vartx=$(this).find(name).text();$().attr(value,id).text(tx).appendTo(#dropdown);});}});D.$.ajax({type:GET,url:serviceURL,success:function(xml){xml.find(user).each(function(node){varid=$(node).attr(id);vartx=$(node).find(name).text();$().attr(value,id).text(tx).appendTo(#dropdown);});}});
考题
TheVBBCompanywantstofindoutwhichsetofprogresstonesandcadencesaresupportedwithitslocalCiscoUnifiedCallManagerExpressservice.Whichcommandshouldbeused?()
A.VBBRtr(config-telephony)#user-network?B.VBBRtr(config-telephony)#local-network?C.VBBRtr(config-telephony)#language-type?D.VBBRtr(config-telephony)#network-locale?E.VBBRtr(config-telephony)#network-language?
考题
While trying to diagnose a routing problem in the network, you issue RIP debugging as displayed below:RtrAdebug ip ripRip protocol debugging is onRtrA1d05h: RIP: sending v1 update to 255.255.255.255 via FastEthernet0/0 (172.16.1.1)1d05h: RIP: build update entries1d05h: network 10.0.0.0 metric 11d05h: network 192.168.1.0 metric 21d05h: RIP: sending v1 update to 255.255.255.255 via Serial0/0 (10.0.8.1)1d05h: RIP: build update entries1d05h: network 172.16.0.0 metric 1RtrA1d05h: RIP: received v1 update from 10.0.15.2 on Serial0/01d05h: 192.168.1.0 in 1 hops1d05h: 192.168.0 in 16 hops (inaccessible)Based on the output of the above exhibit, which two of the following statements are true?()A. A ping to 10.0.15.2 will be successful.B. RtrA has three interfaces that will take part in the RIP process.C. There are at least two routers participating in the RIP process.D. A ping to 192.168.168.2 will be successful.
考题
Followingticketconsistsofaproblemdescriptionandexistingconfigurationonthedevice.Figure1Figure2TroubleTicketStatementClient1isnotabletoreachtheWebServer.InitialtroubleshootingshowsthatDSW1canpingtheFa0/1interfaceofR4butnotthes0/0/0/0.34interface.ConfigurationonDSW1routereigrp10network10.1.4.40.0.0.0network10.2.1.10.0.0.0network10.2.4.130.0.0.0noauto-summaryConfigurationonDSW2routereigrp10network10.1.4.80.0.0.0network10.2.2.10.0.0.0network10.2.4.140.0.0.0noauto-summaryConfigurationonR4routereigrp10network10.1.4.50.0.0.0noauto-summaryredistributeospf1metric1001025511500route-mapEIGRP_to_OSPF!routerospf1network10.1.1.80.0.0.0area34redistributeeigrp10subnets!route-mapEIGRPOSPFmatchipaddress1!access-list1permit10.0.0.00.255.255.255access-list1permit209.0.0.00.255.255.255Whatisthesolutionofthefaultcondition?()
考题
一条router-LSA可以描述多条连接,每条连接由Link ID,Data,Type和Metirc描述,下面关于Link ID,Data,Type和Metric的讨论错误的是()
A.Type表示连接的类型B.Link ID表示此连接的本地标识,不同的链接类型Link ID表示的意义也不相同C.Data用于描述此连接的附加信息,不同的连接类型所描述的信息也不同D.Metric描述此连接的开销
考题
有关 Assigned的说法哪个是正确的?( )A.其他三项都不对B.Assigned的作用是判断一个对象是否为 Nil,如果是Nil,返回 True,如果不是Nil,返回 FalseC.Assigned的参数可以是对象或者方法,或者是一个指针D.Assigned的作用是判断 Assign过程是否已经完成。
考题
1、现在需要对xml文档中所有的chapter元素排序后再利用for-each进行循环,要求排序依据为chapter下名为“no”的子元素,且按数值类型进行排序。能实现该功能的选项为()。A.<for-each select="//chapter"> <sort data-type="number" select="//no" /> </for-each>###SXB###B.<for-each select="//chapter"> <sort data-type="number" select="/no" /> </for-each>###SXB###C.<for-each select="/chapter"> <sort data-type="number" select="no" /> </for-each>###SXB###D.<for-each select="
考题
现在需要对xml文档中所有的chapter元素排序后再利用for-each进行循环,要求排序依据为chapter下名为“no”的子元素,且按数值类型进行排序。能实现该功能的选项为()。A.<for-each select="//chapter"> <sort data-type="number" select="//no" /> </for-each>B.<for-each select="//chapter"> <sort data-type="number" select="/no" /> </for-each>C.<for-each select="/chapter"> <sort data-type="number" select="no" /> </for-each>D.<for-each select="//chapter"> <sort data-type="number" select="no" /> </for-each>