CCNA 2 v7 Modules 1 – 4: Switching Concepts, VLANs, and Inter VLAN Routing
This flashcard set focuses on managing Cisco network devices, covering the use of command history features, understanding the device boot sequence, and requirements for password recovery. It provides foundational knowledge essential for configuring and maintaining network hardware.
Which tasks can be accomplished by using the command history feature? (Choose two.)
View a list of commands entered in a previous session.
Recall up to 15 command lines by default.
Set the command history buffer size.
Recall previously entered commands.
Save command lines in a log file for future reference.
Set the command history buffer size.
Recall previously entered commands.
Key Terms
Which tasks can be accomplished by using the command history feature? (Choose two.)
View a list of commands entered in a previous session.
Recall up to 15 command lines by default.
Set the command history buffer size.
Recall previously entered commands.
Save command lines in a log file for future reference.
Set the command history buffer size.
Recall previously entered commands.
What is the first action in the boot sequence when a switch is powered on?
load the default Cisco IOS software
load boot loader software
low-level CPU initialization
load a power-on self-test program
load a power-on self-test program
What must an administrator have in order to reset a lost password on a router?
a TFTP server
a crossover cable
access to another router
physical access to the router
physical access to the router
When configuring a switch for SSH access, what other command that is associated with the login local command is required to be entered on the switch?
enable secret password
password password
username username secret secret
login block-for seconds attempts number withinseconds
username username secret secret
Which command displays information about the auto-MDIX setting for a specific interface?
show interfaces
show controllers
show processes
show running-config
show controllers
If one end of an Ethernet connection is configured for full duplex and the other end of the connection is configured for half duplex, where would late collisions be observed?
on both ends of the connection
on the full-duplex end of the connection
only on serial interfaces
on the half-duplex end of the connection
on the half-duplex end of the connection
Related Flashcard Decks
Study Tips
- Press F to enter focus mode for distraction-free studying
- Review cards regularly to improve retention
- Try to recall the answer before flipping the card
- Share this deck with friends to study together
Term | Definition |
---|---|
Which tasks can be accomplished by using the command history feature? (Choose two.) View a list of commands entered in a previous session. | Set the command history buffer size. |
What is the first action in the boot sequence when a switch is powered on? load the default Cisco IOS software | load a power-on self-test program |
What must an administrator have in order to reset a lost password on a router? a TFTP server | physical access to the router |
When configuring a switch for SSH access, what other command that is associated with the login local command is required to be entered on the switch? enable secret password | username username secret secret |
Which command displays information about the auto-MDIX setting for a specific interface? show interfaces | show controllers |
If one end of an Ethernet connection is configured for full duplex and the other end of the connection is configured for half duplex, where would late collisions be observed? on both ends of the connection | on the half-duplex end of the connection |
Which command is used to set the BOOT environment variable that defines where to find the IOS image file on a switch? config-register | boot system |
What does a switch use to locate and load the IOS image? BOOT environment variable | BOOT environment variable |
Which protocol adds security to remote connections? FTP | SSH |
What is a characteristic of an IPv4 loopback interface on a Cisco IOS router? The no shutdown command is required to place this interface in an UP state. | It is a logical interface internal to the router. |
What is the minimum Ethernet frame size that will not be discarded by the receiver as a runt frame? 64 bytes | 64 bytes |
Which impact does adding a Layer 2 switch have on a network? an increase in the number of dropped frames | an increase in the size of the broadcast domain |
After which step of the switch bootup sequence is the boot loader executed? after CPU initialization | after POST execution |
Which characteristic describes cut-through switching? Error-free fragments are forwarded, so switching occurs with lower latency. | Frames are forwarded without any error checking. |
What is the significant difference between a hub and a Layer 2 LAN switch? A hub extends a collision domain, and a switch divides collision domains. | A hub extends a collision domain, and a switch divides collision domains. |
Which statement is correct about Ethernet switch frame forwarding decisions? Frame forwarding decisions are based on MAC address and port mappings in the CAM table. | Frame forwarding decisions are based on MAC address and port mappings in the CAM table. |
How do switch buffers affect network performance? They provide error checking on the data received. | They store frames received, thus preventing premature frame discarding when network congestion occurs. |
Which switch characteristic helps keep traffic local and alleviates network congestion? high port density | high port density |
Which switch component reduces the amount of packet handling time inside the switch? ASIC | ASIC |
Refer to the exhibit. A switch receives a Layer 2 frame that contains a source MAC address of 000b.a023.c501 and a destination MAC address of 0050.0fae.75aa. Place the switch steps in the order they occur. (Not all options are used.) Vlan | Mac Address | Type | Ports 1 | 0050.Ofae.7518 | DYNAMIC | Fa0/24
a) The switch drops the frame. b) The switch adds the source MAC address to the MAC address table. c) The switch adds the destination MAC address to the MAC address table. d) Because the destination is not known, the switch forwards the frame out all ports except the port through which the frame arrived. e) Because the source MAC address is not known, the switch broadcasts the frame out all ports except the port through which the frame arrived. |
|
What information is added to the switch table from incoming frames? source MAC address and incoming port number | source MAC address and incoming port number |
Which switching method ensures that the incoming frame is error-free before forwarding? cut-through | store-and-forward |
Refer to the exhibit. How many broadcast domains are displayed? 15 hosts (R2) 20 hosts (R3) 1 | 8 |
Under which two occasions should an administrator disable DTP while managing a local area network? (Choose two.) when connecting a Cisco switch to a non-Cisco switch | when connecting a Cisco switch to a non-Cisco switch |
Which two characteristics describe the native VLAN? (Choose two.) Designed to carry traffic that is generated by users, this type of VLAN is also known as the default VLAN. | The native VLAN traffic will be untagged across the trunk link. |
On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch? Switch# delete flash:vlan.dat | Switch(config)# no vlan 100 |
Refer to the exhibit. A network administrator is reviewing port and VLAN assignments on switch S2 and notices that interfaces Gi0/1 and Gi0/2 are not included in the output. Why would the interfaces be missing from the output? S2---------- S3 (G0/2) There is a native VLAN mismatch between the switches. | They are configured as trunk interfaces. |
A network contains multiple VLANs spanning multiple switches. What happens when a device in VLAN 20 sends a broadcast Ethernet frame? All devices in all VLANs see the frame. | Only devices in VLAN 20 see the frame. |
Refer to the exhibit. All workstations are configured correctly in VLAN 20. Workstations that are connected to switch SW1 are not able to send traffic to workstations on SW2. What could be done to remedy the problem? Allow VLAN 20 on the trunk link. | Allow VLAN 20 on the trunk link. |
What happens to switch ports after the VLAN to which they are assigned is deleted? The ports are disabled. | The ports stop communicating with the attached devices. |
Match the IEEE 802.1Q standard VLAN tag field with the description. (Not all options are used.)
a. a value that supports level or service implementation |
|
Refer to the exhibit. In what switch mode should port G0/1 be assigned if Cisco best practices are being used? R1 access | trunk |
Match the DTP mode with its function. (Not all options are used.)
a. permanent nontrunking mode |
|
Port Fa0/11 on a switch is assigned to VLAN 30. If the command no switchport access vlan 30 is entered on the Fa0/11 interface, what will happen? Port Fa0/11 will be shutdown. | Port Fa0/11 will be returned to VLAN 1. |
Which command displays the encapsulation type, the voice VLAN ID, and the access mode VLAN for the Fa0/1 interface? show vlan brief | show interfaces Fa0/1 switchport |
Refer to the exhibit. A technician is programming switch SW3 to manage voice and data traffic through port Fa0/20. What, if anything, is wrong with the configuration? SW3(config)# vlan 35 There is nothing wrong with the configuration. | The command used to assign the voice VLAN to the switch port is incorrect. |
Which four steps are needed to configure a voice VLAN on a switch port? (Choose four). Configure the interface as an IEEE 802.1Q trunk. | Assign the voice VLAN to the switch port. |
Refer to the exhibit. PC1 is unable to communicate with server 1. The network administrator issues the show interfaces trunk command to begin troubleshooting. What conclusion can be made based on the output of this command? Interface G0/2 is not configured as a trunk. | Interface G0/2 is not configured as a trunk. |
Refer to the exhibit. What is the cause of the error that is displayed in the configuration of inter-VLAN routing on router CiscoVille? The gig0/0 interface does not support inter-VLAN routing. | The encapsulation dot1Q 20 command has not been configured. |
Refer to the exhibit. A network administrator has configured router CiscoVille with the above commands to provide inter-VLAN routing. What command will be required on a switch that is connected to the Gi0/0 interface on router CiscoVille to allow inter-VLAN routing? CiscoVille# configure terminal switchport mode access | switchport mode trunk |
A high school uses VLAN15 for the laboratory network and VLAN30 for the faculty network. What is required to enable communication between these two VLANs while using the router-on-a-stick approach? A multilayer switch is needed. | A switch with a port that is configured as a trunk is needed when connecting to the router. |
When routing a large number of VLANs, what are two disadvantages of using the router-on-a-stick inter-VLAN routing method rather than the multilayer switch inter-VLAN routing method? (Choose two.) Multiple SVIs are needed. | A dedicated router is required. |
Refer to the exhibit. A network administrator is verifying the configuration of inter-VLAN routing. Users complain that PCs on different VLANs cannot communicate. Based on the output, what are two configuration errors on switch interface Gi1/1? (Choose two.) Switch# show interfaces gigabitEthernet 1/1 switchport Gi1/1 is in the default VLAN. | Gi1/1 is in the default VLAN. |
Refer to the exhibit. A network administrator is verifying the configuration of inter-VLAN routing. Users complain that PC2 cannot communicate with PC1. Based on the output, what is the possible cause of the problem? R1# show running-config interface GigabitEthernet0/0 Gi0/0 is not configured as a trunk port. | The encapsulation dot1Q 5 command contains the wrong VLAN. |
Refer to the exhibit. A network administrator has configured router CiscoVille with the above commands to provide inter-VLAN routing. What type of port will be required on a switch that is connected to Gi0/0 on router CiscoVille to allow inter-VLAN routing? CiscoVille# configure terminal routed port | trunk port |
Refer to the exhibit. A network administrator is configuring RT1 for inter-VLAN routing. The switch is configured correctly and is functional. Host1, Host2, and Host3 cannot communicate with each other. Based on the router configuration, what is causing the problem? RT1 (config)# interface FastEthernet0/0.1 Interface Fa0/0 is missing IP address configuration information. | IP addresses on the subinterfaces are incorrectly matched to the VLANs. |
Refer to the exhibit. A router-on-a-stick configuration was implemented for VLANs 15, 30, and 45, according to the show running-config command output. PCs on VLAN 45 that are using the 172.16.45.0 /24 network are having trouble connecting to PCs on VLAN 30 in the 172.16.30.0 /24 network. Which error is most likely causing this problem? ! The wrong VLAN has been configured on GigabitEthernet 0/0.45. | There is an incorrect IP address configured on GigabitEthernet 0/0.30. |
What is a characteristic of a routed port on a Layer 3 switch? It supports trunking. | It is not assigned to a VLAN. |
Refer to the exhibit. A network administrator needs to configure router-on-a-stick for the networks that are shown. How many subinterfaces will have to be created on the router if each VLAN that is shown is to be routed and each VLAN has its own subinterface? R1 1 | 4 |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# mdix auto command? It automatically adjusts the port to allow device connections to use either a straight-through or a crossover cable. | It automatically adjusts the port to allow device connections to use either a straight-through or a crossover cable. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# ip address 172.18.33.88 255.255.255.0 command? It applies an IPv4 address to the virtual interface. | It applies an IPv4 address to the virtual interface. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw# configure terminal command? It enters the global configuration mode. | It enters the global configuration mode. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw# configure terminal command? It enters the global configuration mode. | It enters the global configuration mode. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# shutdown command? It disables a virtual or physical switch interface. | It disables a virtual or physical switch interface. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# shutdown command? It disables a virtual or physical switch interface. | It disables a virtual or physical switch interface. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# ipv6 address 2001:db8:a2b4:88::1/64 command? It applies an IPv6 address to the virtual interface. | It applies an IPv6 address to the virtual interface. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# exit command? It returns to global configuration mode. | It returns to global configuration mode. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw> enable command? It enters privileged mode. | It enters privileged mode. |
A technician is configuring a new Cisco 2960 switch. What is the effect of issuing the BranchSw(config-if)# duplex full command? It allows data to flow in both directions at the same time on the interface. | It allows data to flow in both directions at the same time on the interface. |
What type of VLAN should not carry voice and network management traffic? data VLAN | data VLAN |
What type of VLAN is designed to reserve bandwidth to ensure IP Phone quality? voice VLAN | voice VLAN |
What type of VLAN is initially the management VLAN? default VLAN | default VLAN |
What type of VLAN is designed to have a delay of less than 150 ms across the network? voice VLAN | voice VLAN |
What type of VLAN is used to separate the network into groups of users or devices? data VLAN | data VLAN |
What type of VLAN is configured specifically for network traffic such as SSH, Telnet, HTTPS, HTTP, and SNMP? management VLAN | management VLAN |
What type of VLAN supports untagged traffic? native VLAN | native VLAN |
What type of VLAN supports untagged traffic? native VLAN | native VLAN |
Refer to the exhibit. A network administrator has configured R1 as shown. When the administrator checks the status of the serial interface, the interface is shown as being administratively down. What additional command must be entered on the serial interface of R1 to bring the interface up? R1 (config) # interface serial 0/0/0 IPv6 enable | no shutdown |
Refer to the exhibit. The network administrator wants to configure Switch1 to allow SSH connections and prohibit Telnet connections. How should the network administrator change the displayed configuration to satisfy the requirement? Switchl (config)# ip ssh version 2 Use SSH version 1. | Modify the transport input command. |
Which solution would help a college alleviate network congestion due to collisions? a firewall that connects to two Internet providers | a high port density switch |
Which two statements are correct with respect to SVI inter-VLAN routing? (Choose two.) Switching packets is faster with SVI. | Switching packets is faster with SVI. |
Refer to the exhibit. A network administrator is configuring inter-VLAN routing on a network. For now, only one VLAN is being used, but more will be added soon. What is the missing parameter that is shown as the highlighted question mark in the graphic? It identifies the subinterface. | It identifies the VLAN number. |
Which type of VLAN is used to designate which traffic is untagged when crossing a trunk port? data | native |
A network administrator issues the show vlan brief command while troubleshooting a user support ticket. What output will be displayed? the VLAN assignment and membership for device MAC addresses | the VLAN assignment and membership for all switch ports |
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. Which message is displayed when 10.10.10.1 is entered into the PC1 Web Browser address bar? Local Server | File Server |
Match each DHCP message type with its description. (Not all options are used.)
a. a client initiating a message to find a DHCP server b. a DHCP server responding to the initial request by a client c. the client accepting the IP address provided by the DHCP server d. the DHCP server confirming that the address lease has been accepted |
|
What type of VLAN is configured specifically for network traffic such as SSH, Telnet, HTTPS, HHTP, and SNMP? voice VLAN | management VLAN |