CRT 3.6 Module Quiz - VLANs

Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!

On a Cisco switch, where is extended range VLAN information stored? - flash - startup configuration file - NVRAM - running configuration file

- running configuration file Topic 3.3.0 - Extended range VLANs, 1006 through 4094, are not written to the vlan.dat file but are saved in the running configuration file.

For what reason would a network administrator use the show interfaces trunk command on a switch? - to verify port association with a particular VLAN - to examine DTP negotiation as it occurs - to view the native VLAN - to display an IP address for any existing VLAN

- to view the native VLAN Topic 3.3.0 - The show interfaces trunk command displays the ports that are trunk ports, the trunking mode, the encapsulation type, the trunk status, the native VLAN, and the allowed VLANs on the link.

If an organization is changing to include Cisco IP phones in its network, what design feature must be considered to ensure voice quality? - Voice traffic and data traffic require separate trunk links between switches. - Voice traffic needs to be tagged with the native VLAN. - A separate VLAN is needed for voice traffic. - Additional switch ports that are dedicated to Cisco IP phones are required.

- A separate VLAN is needed for voice traffic. Topic 3.1.0 - A PC commonly connects to an IP phone and the IP phone, in turn, connects to a switch. The phone does not require a separate port. Because voice traffic cannot tolerate much packet delay, it needs to be in a separate VLAN. The voice VLAN can be configured to provide quality of service (QoS), which will ensure that the voice traffic has a higher priority than data traffic.

What is the purpose of setting the native VLAN separate from data VLANs? - The native VLAN is for routers and switches to exchange their management information, so it should be different from data VLANs. - The native VLAN is for carrying VLAN management traffic only. - The security of management frames that are carried in the native VLAN can be enhanced. - A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth contention on data VLANs.

- A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth contention on data VLANs. Topic 3.1.0 - When a Cisco switch trunk port receives untagged frames (unusual in well-designed networks), it forwards these frames to the native VLAN. When the native VLAN is moved away from data VLANs, those untagged frames will not compete for bandwidth in the data VLANs. The native VLAN is not designed for carrying management traffic, but rather it is for backward compatibility with legacy LAN scenarios.

A Cisco switch currently allows traffic tagged with VLANs 10 and 20 across trunk port Fa0/5. What is the effect of issuing a switchport trunk allowed vlan 30 command on Fa0/5? - It allows only VLAN 30 on Fa0/5. - It allows VLANs 1 to 30 on Fa0/5. - It allows VLANs 10, 20, and 30 on Fa0/5. - It allows a native VLAN of 30 to be implemented on Fa0/5.

- It allows only VLAN 30 on Fa0/5. Topic 3.4.0 - The switchport trunk allowed vlan 30 command allows traffic that is tagged with VLAN 30 across the trunk port. Any VLAN that is not specified in this command will not be allowed on this trunk port.

What is the purpose of the vlan.dat file on a switch? - It holds the running configuration. - It holds the saved configuration. - It holds the VLAN database. - It holds the operating system.

- It holds the VLAN database. Topic 3.3.0 - The VLAN database (vlan.dat) contains information about normal range VLANs such as the VLAN number, name, and VTP mode.

An administrator is investigating a failure on a trunk link between a Cisco switch and a switch from another vendor. After a few show commands, the administrator notices that the switches are not negotiating a trunk. What is a probable cause for this issue? - Both switches are in nonegotiate mode. - Switches from other vendors do not support DTP. - DTP frames are flooding the entire network. - Both switches are in trunk mode.

- Switches from other vendors do not support DTP. Topic 3.5.0 - DTP is a Cisco proprietary protocol. Non-Cisco switches do not support DTP.

What happens to a port that is associated with VLAN 10 when the administrator deletes VLAN 10 from the switch? - The port creates the VLAN again. - The port becomes inactive. - The port goes back to the default VLAN. - The port automatically associates itself with the native VLAN.

- The port becomes inactive. Topic 3.3.0 - If the VLAN that is associated with a port is deleted, the port becomes inactive and cannot communicate with the network any more. To verify that a port is in an inactive state, use the show interfaces switchport command.

A network administrator is determining the best placement of VLAN trunk links. Which two types of point-to-point connections utilize VLAN trunking?​ (Choose two.) - between two switches that utilize multiple VLANs - between a switch and a network printer - between a switch and a server that has an 802.1Q NIC - between a switch and a client PC - between two switches that share a common VLAN

- between two switches that utilize multiple VLANs - between a switch and a server that has an 802.1Q NIC Topic 3.2.0 - VLAN trunk links are used to allow all VLAN traffic to propagate between devices such as the link between a switch and a server that has an 802.1Q-capable NIC. Switches can also utilize trunk links to routers, servers, and to other switches.

What are three primary benefits of using VLANs? (Choose three.) - cost reduction - a reduction in the number of trunk links - security - improved IT Staff efficiency - end user satisfaction

- cost reduction - security - improved IT Staff efficiency Topic 3.1.0 - Security, cost reduction, and improved IT staff efficiency are all benefits of using VLANs, along with higher performance, broadcast storm mitigation, and simpler project and application management. End users are not usually aware of VLANs, and VLANs do require configuration. Because VLANs are assigned to access ports, they do not reduce the number of trunk links.

In which memory location are the VLAN configurations of normal range VLANs stored on a Catalyst switch? - ROM - flash - NVRAM - RAM

- flash Topic 3.3.0 - When a normal range VLAN is created the configuration information of the VLAN is stored in flash in the vlan.dat file.

In which location are the normal range VLANs stored on a Cisco switch by default? - running-config - RAM - flash memory - startup-config

- flash memory Topic 3.1.0 - Normal range VLANs are stored in a file called vlan.dat and located in the flash memory.

Where is the vlan.dat file stored on a switch? - in NVRAM - in flash memory - on the externally attached storage media or internal hard drive - in RAM

- in flash memory Topic 3.3.0 - Normal range VLAN configurations are stored within a VLAN database file, called vlan.dat, which is located in the flash memory of the switch.

Which distinct type of VLAN is used by an administrator to access and configure a switch? - data VLAN - default VLAN - management VLAN - native VLAN

- management VLAN Topic 3.1.0 - A management VLAN is used to remotely access and configure a switch. Data VLANs are used to separate a network into groups of users or devices. The default VLAN is the initial VLAN all switch ports are placed in when loading the default configuration on a switch. The 802.1Q trunk port places untagged traffic on the native VLAN.

When a Cisco switch receives untagged frames on a 802.1Q trunk port, which VLAN ID is the traffic switched to by default? - management VLAN ID - native VLAN ID - unused VLAN ID - data VLAN ID

- native VLAN ID - A separate VLAN should be used to carry uncommon untagged frames to avoid bandwidth contention on data VLANs.


Set pelajaran terkait

BIO 240: Skeletal System - Bone Structure & Function Textbook Questions (CH.7)

View Set

Vocabulary Workshop Level F unit 7 Synonyms and Antonyms

View Set

CMST 3001: American Experience Exam #1

View Set

Chapter 20: The Newborn at Risk: Gestational and Acquired Disorders

View Set