网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
当出现Sw
- A、油气层;干层
- B、油气层;水层
- C、干层;水层
- D、油气层;油水同层
参考答案
更多 “当出现SwA、油气层;干层B、油气层;水层C、干层;水层D、油气层;油水同层” 相关考题
考题
阅读下面配置信息,将(5)~(8)处空缺的内容填写在相应位置。SW1>enable (进入特权模式)SW1 (5) (进入VLAN配置子模式)SW1(vlan)vtp server (设置本交换机为Server模式)SW1(vlan)vtp domain ABC (设置域名)SW1(vlan) (6) (启动修剪功能)SW1(vlan) (7) (设置VTP的版权为2)SW1(vlan) (8) (创建VLAN2,并命名为v2)SW1(vlan)…….. (创建VLAN3-VLAN6)SW1(vlan)exit (退出VLAN配置模式)SW1show vtp status (查看VTP设置信息)
考题
现有SW1-SW4四台交换机相连.它们的VTP工作模式分别设定为Server、Client、Transparent和Client。若在SW1上建立一个名为VLANl00的虚拟网,这时能够学到这个VLAN配置的交换机应该是( )。A.SW1和SW3B.SW1和SW4C.SW2和SW4D.SW3和SW4
考题
Refertotheexhibit.TheuserwhoisconnectedtointerfaceFastEthernet0/1isonVLAN10andcannotaccessnetworkresources.Onthebasisoftheinformationintheexhibit,whichcommandsequencewouldcorrecttheproblem?()
A.SW1(config)#vlan10SW1(config-vlan)#noshutB.SW1(config)#interfacefastethernet0/1SW1(config-if)#switchportmodeaccessSW1(config-if)#switchportaccessvlan10C.SW1(config)#interfacefastethernet0/1SW1(config-if)#switchportmodeaccessD.SW1(config)#vlan10SW1(config-vlan)#stateactiveE.SW1(config)#interfacefastethernet0/1SW1(config-if)#noshut
考题
Refertotheexhibit.Onthebasisoftheinformationprovidedintheexhibit,whichtwosetsofproceduresarebestpracticesforLayer2and3failoveralignment?()
A.ConfiguretheD-SW1switchastheactiveHSRProuterandtheSTProotforallVLANs.ConfiguretheD-SW2switchasthestandbyHSRProuterandbackupSTProotforallVLANs.B.ConfiguretheD-SW1switchasthestandbyHSRProuterandtheSTProotforVLANs11and110.ConfiguretheD-SW2switchasthestandbyHSRProuterandtheSTProotforVLANs12and120.C.ConfiguretheD-SW1switchastheactiveHSRProuterandtheSTProotforVLANs11and110.ConfiguretheD-SW2switchastheactiveHSRProuterandtheSTProotforVLANs12and120.D.ConfiguretheD-SW2switchastheactiveHSRProuterandtheSTProotforallVLANs.ConfiguretheD-SW1switchasthestandbyHSRProuterandbackupSTProotforallVLANs.E.ConfiguretheD-SW1switchastheactiveHSRProuterandthebackupSTProotforVLANs11and110.ConfiguretheD-SW2switchastheactiveHSRProuterandthebackupSTProotforVLANs12and120.F.ConfiguretheD-SW1switchasthestandbyHSRProuterandthebackupSTProotforVLANs12and120.ConfiguretheD-SW2switchasthestandbyHSRProuterandthebackupSTProotforVLANs11and110.
考题
如果设备产生的给定输出,以太通道问题的原因是什么?()
A.有SW1的Fa0/1和SW2的Fa0/1接口之间的速度(speed)不匹配B.有SW1的Fa0/1和SW2的Fa0/1接口之间的MTU不匹配C.有SW1的Fa0/1和SW2的Fa0/1接口的封装不匹配D.SW1的Fa0/1接口的管理关闭
考题
WhichtwocommandscorrectlyverifywhetherportsecurityhasbeenconfiguredonportFastEthernet0/12onaswitch?()
A.SW1#showswithportport-securityinterfaceFastEthernet0/12B.SW1#showswithportport-secureinterfaceFastEthernet0/12C.SW1#showport-secureinterfaceFastEthernet0/12D.SW1#showrunning-configE.SW1#showport-securityinterfaceFastEthernet0/12
考题
在下图所示的网络中
需要实现接入交换机作为PC的网关,实现不同网段用户间通信。根据以下SW2的配置进行命令填空或者解释,将 (1)-(5)写在对应的答题纸上:
system-view[HUAWEI] sysname SW2 //修改设备的名称为SW2,便于识别[SW2] (1) //批量创建VLAN 2和VLAN 3[SW2] interface gigabitethernet 1/0/23[SW2-GigabitEthernet1/0/23] (2) //将与PC相连接口的接口类型设置为access[SW2-GigabitEthernet1/0/23] port default vlan 2 //将PC1划分到VLAN 2[SW2-GigabitEthernet1/0/23] quit[SW2] interface gigabitethernet 1/0/24[SW2-GigabitEthernet1/0/24] port link-type access[SW2-GigabitEthernet1/0/24] port default vlan 3 //将PC2划分到VLAN 3[SW2-GigabitEthernet1/0/24] quit[SW2] (3) //创建VLANIF2接口[SW2-Vlanif2] (4) //配置IP地址,此IP地址是PC1的网关地址[SW2-Vlanif2] quit[SW2] interface vlanif 3 //创建VLANIF3接口[SW2-Vlanif3] ip address 192.168.3.1 24 //配置IP地址,此IP地址是PC2的网关地址[SW2-Vlanif3] quit[SW2] vlan batch 5 //创建VLAN 5[SW2] interface gigabitethernet 1/0/1[SW2-GigabitEthernet1/0/1] port link-type access[SW2-GigabitEthernet1/0/1] port default vlan 5 //SW2和SW1以Untagged方式通信[SW2-GigabitEthernet1/0/1] quit[SW2] interface vlanif 5 //(5)[SW2-Vlanif5] ip address 192.168.5.2 24 //配置IP地址,此IP地址是SW2与SW1互连接口的IP地址[SW2-Vlanif5] quit[SW2] (6) //配置缺省路由,为PC用户找到访问路由器的出口。缺省路由的下一跳是SW1相连接口的IP
考题
多模排队机MPU板共有12位拨码开关,以下描述正确的是()。A、SW1和SW2两拨码开关组合选择四种模块通信带宽。B、SW8、SW11、SW12三拨码开关组合选择八种加载方式。C、SW5、SW6为ON代表数据可写、程序可写。D、SW3、SW4为OFF代表数据不可用、程序不可用。
考题
当配置Star-S2126G时,管理员首先在交换机上创建了三个VLAN,分别是VLAN10、VLAN30和VLAN55,并将各端口分配到相应的VLAN中。其中他自己的机器分配到了VLAN55中。为了以后方便自己以后可以不插配置线管理交换机,他在交换机上设置了IP地址。请选出适当的配置()A、SW(config)#intvlan1SW(config)#ipaddress10.1.1B、SW(config)#intvlan1SW(config)#ipaddress10.1.1C、SW(config)#intvlan55SW(config)#ipaddress10.1.D、SW(config)#intvlan10SW(config)#ipaddress10.1.
考题
某地层的含水饱和度等于其束缚水饱和度Swirr,下列判断错误的是()。A、当Sw较低时,是高含油饱和度的油气层B、当Sw中到高时,是低含油饱和度、高束缚水饱和度的油气层C、可能是干层或泥岩D、可能是水层
考题
下面关于DCSU板拨码开关说明,错误的是()。A、SW2~SW5不论是主组还是从组中,主机柜都是OFF。副机柜都是ONB、DCSU单板共有14个拨码开关,SW12~SW14预留C、SW1、SW11用于并组中主组、从组中主机柜的设置和终端匹配选择D、SW2~SW5用于并柜时主机柜、副机柜设置及终端匹配选择
考题
油气层与水层在地质上的根本*区别是()A、油气层Sw低,SwSwirr,水层Sw高,Sw明显大于Swirr;B、油气层含油气而不含水,水层只含水而不含油气;C、油气层孔隙性渗透性比水层好;
考题
当储集层中含油、气、水三相流体时,下列表达式(SO、SW、Sg分别为含油、含水、含气饱和度)中绝对正确的是()。A、SW+Sg=SOB、SO+Sg=SWC、SO+Sg+SW=1D、SO+Sg+SW≠1
考题
单选题一个校园网主干网有4台Catelyst 6500核心交换机SW1~SW4,它们的优先级值依次为8192、24576、20480和16384,要将SW4作为根交换机,SW4优先级的正确配置是( )。A
Switch-SW4-6500(enable)set spantree priority 28672B
Switch-SW4-6500(enable)set spantree priority 12288C
Switch-SW4-6500(enable)set spantree priority 8192D
Switch-SW4-6500(enable)set spantree priority 4096
考题
单选题在北半球高空图上通常()A
短波槽前SW为风,短波槽后为NW风B
短波槽后SW为风,短波槽前为NW风C
短波槽前NW为风,短波槽后为SW风D
短波槽后NW为风,短波槽前为SW风
热门标签
最新试卷