Networking Cisco IOS Commands and VLAN Configuration Quiz

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/68

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:19 AM on 8/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

69 Terms

1
New cards

Which tasks can be accomplished using the command history feature?

View a list of commands entered in a previous session, Recall previously entered commands.

2
New cards

What is the first action in the boot sequence when a switch is powered on?

Low-level CPU initialization.

3
New cards

What must an administrator have in order to reset a lost password on a router?

Physical access to the router.

4
New cards

When configuring a switch for SSH access using login local, what other command is required?

Username username secret secret.

5
New cards

Which command displays information about the auto-MDIX setting for a specific interface?

Show controllers.

6
New cards

If one end of an Ethernet connection is full duplex and the other is half duplex, where would late collisions be observed?

On the half-duplex end.

7
New cards

Which command sets the BOOT environment variable defining where to find the IOS image file?

Boot system.

8
New cards

What does a switch use to locate and load the IOS image?

BOOT environment variable.

9
New cards

Which protocol adds security to remote connections?

SSH.

10
New cards

What is a characteristic of an IPv4 loopback interface on a Cisco IOS router?

Logical interface internal to the router.

11
New cards

What is the minimum Ethernet frame size that will not be discarded as a runt frame?

64 bytes.

12
New cards

After which step of the switch bootup sequence is the boot loader executed?

After POST execution.

13
New cards

Which impact does adding a Layer 2 switch have on a network?

Increase in size of broadcast domain.

14
New cards

Which characteristic describes cut-through switching?

Frames forwarded without any error checking.

15
New cards

What is the significant difference between a hub and a Layer 2 LAN switch?

A hub extends a collision domain, a switch divides collision domains.

16
New cards

Which statement is correct about Ethernet switch frame forwarding decisions?

Based on MAC address and port mappings in the CAM table.

17
New cards

How do switch buffers affect network performance?

Store frames, preventing premature discarding during congestion.

18
New cards

Which switch characteristic helps keep traffic local and alleviates congestion?

High port density.

19
New cards

Which switch component reduces packet handling time inside the switch?

ASIC.

20
New cards

What information is added to the switch table from incoming frames?

Source MAC address and incoming port number.

21
New cards

Which switching method ensures the incoming frame is error-free before forwarding?

Store-and-forward.

22
New cards

How many broadcast domains are displayed in a network with 4 router-to-router links and 4 LANs?

4.

23
New cards

Under which two occasions should an administrator disable DTP?

Connecting Cisco switch to non-Cisco switch, links that should not be trunking.

24
New cards

Which two characteristics describe the native VLAN?

Native VLAN traffic untagged across trunk link, provides common identifier to both ends of a trunk.

25
New cards

Which command removes only VLAN 100 from the switch?

No vlan 100 (global).

26
New cards

Why are interfaces Gi0/1 and Gi0/2 missing from show vlan brief output?

Configured as trunk interfaces.

27
New cards

What happens when a device in VLAN 20 sends a broadcast Ethernet frame?

Only devices in VLAN20 see it.

28
New cards

What fixes the issue when workstations on SW1 (VLAN20) cannot reach workstations on SW2 (VLAN20)?

Allow VLAN 20 on the trunk link.

29
New cards

What happens to switch ports after the VLAN they're assigned to is deleted?

Ports assigned to VLAN1 (default).

30
New cards

In what switch mode should port G0/1 be assigned for inter-VLAN routing?

Trunk.

31
New cards

What happens if 'no switchport access vlan 30' is entered on port Fa0/11?

Port Fa0/11 returned to VLAN 1.

32
New cards

Which command displays encapsulation type, voice VLAN ID, and access mode VLAN for Fa0/1?

Show interfaces Fa0/1 switchport.

33
New cards

What is wrong when programming SW3 for voice/data on Fa0/20?

The command to assign the voice VLAN is incorrect.

34
New cards

Which four steps are needed to configure a voice VLAN on a switch port?

Assign voice VLAN to switch port, activate spanning-tree PortFast, ensure voice traffic trusted/tagged with CoS, configure switch port in access mode.

35
New cards

What is the conclusion if 'show interfaces trunk' shows G0/2 of DLS1 missing from output?

Interface G0/2 not configured as trunk.

36
New cards

What causes the error in the inter-VLAN routing config on router CiscoVille?

Encapsulation dot1Q 20 command not configured.

37
New cards

What command is required on the switch connected to Gi0/0 on CiscoVille to allow inter-VLAN routing?

Not specified in the provided notes.

38
New cards

What is required for router-on-a-stick to enable communication between VLAN15 and VLAN30?

A switch with a port configured as trunk connecting to the router

39
New cards

What are two disadvantages of router-on-a-stick vs multilayer switch inter-VLAN routing?

A dedicated router is required, Multiple subinterfaces may impact traffic flow speed

40
New cards

What are two configuration errors on switch interface Gi1/1 that prevent PCs on different VLANs from communicating?

Gi1/1 is in the default VLAN, Gi1/1 configured as trunk mode

41
New cards

What is a possible cause for PC2 not being able to communicate with PC1?

encapsulation dot1Q 5 command contains wrong VLAN

42
New cards

What type of port is required on a switch connected to Gi0/0 on router CiscoVille?

routed port

43
New cards

What is the cause of Host1, Host2, Host3 not being able to communicate via router RT1?

IP addresses on subinterfaces incorrectly matched to VLANs

44
New cards

What is a likely error if PCs on VLAN45 can't reach PCs on VLAN30?

Incorrect IP address configured on Gi0/0.30

45
New cards

What is a characteristic of a routed port on a Layer 3 switch?

It is not assigned to a VLAN

46
New cards

How many subinterfaces are needed for router-on-a-stick if multiple devices are on different VLANs?

4

47
New cards

What is the effect of 'mdix auto' on an interface?

auto-adjusts for straight-through or crossover cable

48
New cards

What does 'ip address 172.18.33.88 255.255.255.0' do in interface config mode?

applies IPv4 address to the virtual interface

49
New cards

What is the effect of the 'configure terminal' command from privileged EXEC mode?

enters global configuration mode

50
New cards

What does the 'shutdown' command do in interface config mode?

disables a virtual/physical switch interface

51
New cards

What is the effect of 'ipv6 address 2001:db8:a2b4:88::1/64' in interface config mode?

applies IPv6 address to the virtual interface

52
New cards

What is the effect of the 'exit' command in interface config mode?

returns to global configuration mode

53
New cards

What is the effect of the 'enable' command from user EXEC mode?

enters privileged mode

54
New cards

What is the effect of the 'duplex full' command?

allows data to flow both directions simultaneously

55
New cards

What type of VLAN should not carry voice and network management traffic?

data VLAN

56
New cards

What type of VLAN is designed to reserve bandwidth for IP Phone quality?

voice VLAN

57
New cards

What type of VLAN is initially the management VLAN?

default VLAN

58
New cards

What type of VLAN is designed to have a delay of less than 150 ms across the network?

voice VLAN

59
New cards

What type of VLAN is used to separate the network into groups of users or devices?

data VLAN

60
New cards

What type of VLAN is configured specifically for traffic such as SSH, Telnet, HTTPS, HTTP, and SNMP?

management VLAN

61
New cards

What type of VLAN supports untagged traffic?

native VLAN

62
New cards

What command brings R1's serial interface up if it shows administratively down?

no shutdown

63
New cards

How can a network admin allow SSH and prohibit Telnet on Switch1?

Modify the transport input command

64
New cards

Which solution helps alleviate network congestion due to collisions?

a high port density switch

65
New cards

What are two correct statements about SVI inter-VLAN routing?

Switching packets is faster with SVI, There is no need for a connection to a router

66
New cards

What does the '?' in 'encapsulation dot1q ?' identify?

It identifies the VLAN number

67
New cards

What type of VLAN designates traffic as untagged when crossing a trunk port?

native

68
New cards

What output does 'show vlan brief' display?

VLAN assignment/membership for all switch ports

69
New cards

What message is displayed when 10.10.10.1 is entered into the PC1 web browser address bar?

Test Server