单选题Given the output of the Floor3 switch, what statement describes the operation of this switch()。AVTP is disabled on this switch.BThe switch can create, change, and delete VLANs.CThe switch learns VLAN information but does not save it to NVRAM.DThe switch can create VLANs locally but will not forward this information to other switches.EThe switch learns VLAN information and updates the local VLAN data base in NVRAM.

单选题
Given the output of the Floor3 switch, what statement describes the operation of this switch()。
A

VTP is disabled on this switch.

B

The switch can create, change, and delete VLANs.

C

The switch learns VLAN information but does not save it to NVRAM.

D

The switch can create VLANs locally but will not forward this information to other switches.

E

The switch learns VLAN information and updates the local VLAN data base in NVRAM.


参考解析

解析: 暂无解析

相关考题:

Click the Exhibit button. Given: ClassA a = new ClassA(); a.methodA(); What is the result? () A.Compilation fails.B.ClassC is displayed.C.The code runs with no output.D.An exception is thrown at runtime.

Given:What is the output?() A.42B.420C.462D.42042E.Compilation fails.F.An exception is thrown at runtime.

An administrator is unsuccessful in adding VLAN 50 to aswitch. While troubleshooting the problem, the administrator views the output of the show vtp status command, which is displayed in the graphic. What commands must be issued on this switch to add VLAN 50 to the database?()A. Switch(config-if)# switchport access vlan 50B. Switch(vlan)# vtp serverC. Switch(config)# config-revision 20D. Switch(config)# vlan 50 name TechE. Switch(vlan)# vlan 50F. Switch(vlan)# switchport trunk vlan 50

Refer to the exhibit. Given the output shown from this Cisco Catalyst 2950, what is the most likely reason that interface FastEthernet 0/10 is not the root port for VLAN 2?() A.This switch has more than one interface connected to the root network segment in VLAN 2.B.This switch is running RSTP while the elected designated switch is running 802.1d Spanning Tree.C.This switch interface has a higher path cost to the root bridge than another in the topology.D.This switch has a lower bridge ID for VLAN 2 than the elected designated switch.

A network interface port has collision detection and carrier sensing enabled on a shared twisted pair network. From this statement, what is known about the network interface port()。A、This is a 10 Mb/s switch portB、This is a 100 Mb/s switch portC、This is an Ethernet port operating at half duplexD、This is an Ethernet port operating at full duplexE、This is a port on a network interface card in a PC

Which statements concerning the switch construct are true?()  A、All switch statements must have a default label.B、There must be exactly one label for each code segment in a switch statement.C、The keyword continue can never occur within the body of a switch statement.D、No case label may follow a default label within a single switch statement.E、A character literal can be used as a value for a case label.

While you are troubleshooting network performance issues, you notice that a switch is periodically flooding all unicast traffic. Further investigation reveals that periodically the switch is also having spikes in CPU utilization, causing the MAC address table to be flushed and relearned. What is the most likely cause of this issue?()A、a routing protocol that is flooding updatesB、a flapping port that is generating BPDUs with the TCN bit setC、STP is not running on the switchD、a user that is downloading the output of the show-tech commandE、a corrupted switch CAM table

Given the output of the Floor3 switch, what statement describes the operation of this switch()。A、VTP is disabled on this switch.B、The switch can create, change, and delete VLANs.C、The switch learns VLAN information but does not save it to NVRAM.D、The switch can create VLANs locally but will not forward this information to other switches.E、The switch learns VLAN information and updates the local VLAN data base in NVRAM.

A Host connected to an NPV switch is not able to see the storage connected to the core switch. Given the output of the show command below, what is the reason of this issue?() switch# show npv status  npiv is enabled  External Interfaces:   ===============  InterfacE. fc1/1, VSAN: 1, FCID. 0x000000, StatE. Other   Number of External Interfaces: 4 A、 NPV is not enabled on the core switch?B、 The interface connected to the Core switch is in admin down stateC、 The local host interface belongs to the wrong VSAN?D、 The local host interface is not able to login

A Company switch was configured as shown below:  switchport mode access  switchport port-security   switchport port-security maximum 2 switchport port-security mac-address 0002.0002.0002   switchport port-security violation shutdown   Given the configuration output shown above,  what happens when a host with the MAC address of  0003.0003.0003 is directly connected to the switch port? ()A、 The host will be allowed to connect.B、 The port will shut down.C、 The host can only connect through a hub/switch where 0002.0002.0002 is already connected.  D、 The host will be refused access.E、 None of the other alternatives apply

Refer to the output shown on switch SW1 below:  VLAN 1 bridge priority set to 8192. VLAN 1 bridge max aging time set to 20.VLAN 1 bridge hello time set to 2. VLAN 1 bridge forward delay set to 15. Switch is now the root switch for active VLAN 1.  What command would you enter to reproduce this output?

Given the following code:     public class Person{     int arr[] = new int[10];  public static void main(String a[]) {     System.out.println(arr[1]);     }     }  Which statement is correct?() A、 When compilation some error will occur.B、 It is correct when compilation but will cause error when running.C、 The output is zero.D、 The output is null.

单选题Given: What is the output?()A 42B 420C 462D 42042E Compilation fails.F An exception is thrown at runtime.

单选题Given: What is the result?()A BB B, followed by an Exception.C Compilation fails due to an error on line 9.D Compilation fails due to an error on line 14.E An Exception is thrown with no other output.

单选题Click the Exhibit button.   Given: ClassA a = new ClassA();   a.methodA();   What is the result?()A  The code runs with no output.B  Compilation fails.C  An exception is thrown at runtime.D  ClassC is displayed.

单选题Given the following code:     public class Person{ static int arr[] = new int[10];  public static void main(String a[]) {     System.out.println(arr[1];)     }     }  Which statement is correct?()A When compilation some error will occur.B It is correct when compilation but will cause error when running.C The output is zero.D The output is null.

单选题A Host connected to an NPV switch is not able to see the storage connected to the core switch. Given the output of the show command below, what is the reason of this issue?() switch# show npv status  npiv is enabled  External Interfaces:   ===============  InterfacE. fc1/1, VSAN: 1, FCID. 0x000000, StatE. Other   Number of External Interfaces: 4A NPV is not enabled on the core switch?B The interface connected to the Core switch is in admin down stateC The local host interface belongs to the wrong VSAN?D The local host interface is not able to login

单选题Given: What is the result?()A HelloB Hello WorldC Compilation fails.D Hello World 5E The code runs with no output.

单选题A Company switch was configured as shown below:  switchport mode access  switchport port-security   switchport port-security maximum 2 switchport port-security mac-address 0002.0002.0002   switchport port-security violation shutdown   Given the configuration output shown above,  what happens when a host with the MAC address of  0003.0003.0003 is directly connected to the switch port? ()A The host will be allowed to connect.B The port will shut down.C The host can only connect through a hub/switch where 0002.0002.0002 is already connected.  D The host will be refused access.E None of the other alternatives apply

单选题Given the following output what course of action should be undertaken for a long term solution()AImplement regular monitoring to avoid full filesystemsBDouble the size of /usrCReduce the size of /home to balance the filesystemsDAdd another disk allow for growth.

单选题Which statements concerning the switch construct are true?()AAll switch statements must have a default label.BThere must be exactly one label for each code segment in a switch statement.CThe keyword continue can never occur within the body of a switch statement.DNo case label may follow a default label within a single switch statement.EA character literal can be used as a value for a case label.

单选题Given: What is the result?()A No output is produced. 1 2 3B No output is produced. 2 3 4C No output is produced. 1 2 3 4D An exception is thrown at runtime. 1 2 3

单选题While you are troubleshooting network performance issues, you notice that a switch is periodically flooding all unicast traffic. Further investigation reveals that periodically the switch is also having spikes in CPU utilization, causing the MAC address table to be flushed and relearned. What is the most likely cause of this issue?()Aa routing protocol that is flooding updatesBa flapping port that is generating BPDUs with the TCN bit setCSTP is not running on the switchDa user that is downloading the output of the show-tech commandEa corrupted switch CAM table

问答题Refer to the output shown on switch SW1 below:  VLAN 1 bridge priority set to 8192. VLAN 1 bridge max aging time set to 20.VLAN 1 bridge hello time set to 2. VLAN 1 bridge forward delay set to 15. Switch is now the root switch for active VLAN 1.  What command would you enter to reproduce this output?

单选题Given the following code:     public class Person{     int arr[] = new int[10];  public static void main(String a[]) {     System.out.println(arr[1]);     }     }  Which statement is correct?()A When compilation some error will occur.B It is correct when compilation but will cause error when running.C The output is zero.D The output is null.

单选题Given: What is the result?()A BB The code runs with no output.C Compilation fails because of an error in line 12.D Compilation fails because of an error in line 15.E Compilation fails because of an error in line 18.

单选题Given: What is the result?()A HelloB Hello WorldC Compilation fails.D Hello World 5E The code runs with no output.F An exception is thrown at runtime.