Chapter 2 - LAN Switching Technologies Flashcards

1
Q
  1. Which benefit to a LAN does a switch provide? A. Breaks up broadcast domains
    B. Breaks up collision domains C. Forces full-duplex on all ports
    D. Allows for a fast uplink port
A
  1. B. Switches break up collision domains by allowing full-duplex. Switches are set to auto-negotiate duplex and speed by default, and they do not force full-duplex.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. Where are MAC address tables stored?
    A. Flash
    B. CPU registers C. RAM
    D. NVRAM
A
  1. C. MAC address tables, also called CAM tables, are always built and stored temporarily in RAM. When the switch is turned off or the clear command is issued, the table no longer exists.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Which advantage(s) are gained using switches?
    A. Low latency
    B. Software switching C. High cost
    D. All of the above
A
  1. A. Switches allow for low latency because frames are forwarded. They utilize ASIC hardware-based switching and have low cost.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. How do switches forward frames only to the destination computer?
    A. Forward filter decisions based on the MAC address table B. Forward filter decisions based on the routing table
    C. Flooding ports for the destination MAC address
    D. Broadcasting for the MAC address
A
  1. A. Switches make forward/filter decisions based upon the MAC address to port association in the MAC address table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. Which mechanism does a switch employ to stop switching loops?
    A. Port channels
    B. Spanning Tree Protocol C. Etherchannels
    D. Trunks
A
  1. B. The mechanism that switches use for loop avoidance is STP, or Spanning Tree Protocol.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. How are MAC addresses learned and associated with the port? A. Destination MAC address learning
    B. Source MAC address learning C. Port listen/learning
    D. Frame type learning
A
  1. B. Switches learn MAC addresses by inspecting the frame’s source MAC address on the incoming port. They then associate the source MAC address with the port it came in on.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which command will allow you to see the MAC address table?
    A. Switch#show mac
    B. Switch#show mac address-table C. Switch#show cam table
    D. Switch#show mac table
A
  1. B. The command to see the MAC address table is show mac address-table. However, on some 4000 and 6500 series switches, show cam dynamic will perform the same function.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Which statement is true of an ARP request entering into a switch?
    A. The source MAC address of the frame will be all Fs.
    B. The destination MAC address of the frame will be all Fs.
    C. The switch will only forward the ARP request to the port for the destination computer.
    D. The switch will respond directly back with an ARP reply.
A
  1. B. The destination MAC address for broadcasts are always all Fs, such as ffff.ffff.ffff.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Which command will display all connected ports on a switch and include descriptions?
    A. Switch#show ports
    B. Switch#show counters interfaces C. Switch#show interfaces counters
    D. Switch#show interfaces status
A
  1. D. The show interfaces status command will display the port number, connected status, VLAN, duplex, speed, and type of interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Which is a consequence of not using loop avoidance with layer 2 switching?
    A. Duplicate unicast frames B. Broadcast storms
    C. MAC address thrashing
    D. All of the above
A
  1. D. When loop avoidance such as STP is not employed and loops exist, you will get duplicate unicast frames and broadcast storms. This will inevitably thrash the MAC address table and degrade bandwidth to nothing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. What is the default MAC address aging time for dynamic entries on most switches?
    A. 30seconds B. 60seconds C. 300seconds
    D. 500seconds
A
  1. C. The default MAC address aging time for dynamic entries is 300 seconds, or 5 minutes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Which is a correct statement when hubs are replaced with switches? A. The replacement increases collision domains.
    B. The replacement decreases collision domains. C. The replacement increases broadcast domains.
    D. The replacement decreases broadcast domains.
A
  1. A. The replacement of hubs with switches increases collision domains and effectively increases bandwidth.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. Which command will show the number of entries in a MAC address table?
    A. Switch#show mac address-table
    B. Switch#show mac address-table count C. Switch#show mac count
    D. Switch#show cam count
A
  1. B. The command to show the current MAC address entry count in the MAC address table is show mac address-table count. This command will also show the maximum number of entries the table can hold.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. When a switch receives a frame, what does it use to make a forwarding decision?
    A. Destination MAC address in the frame B. Source MAC address in the frame
    C. Source IP address in the frame
    D. Destination IP address in the frame
A
  1. A. Forward filter decisions are made upon the destination MAC address in the frame.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. Which switching method checks the CRC as the frame is received by the switch?
    A. Cut-through mode B. Frag-free mode

C. Store-and-forwardmode D. Fast switching

A
  1. C. Store-and-forward mode is the default mode for mode edge switching equipment. Store-and-forward receives the frame, calculates the CRC, and then makes a forwarding decision.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. Which statement is true about collision domains?
    A. All computers in the collision domain have the potential to have a frame
    collision.
    B. All computers in the collision domain have the potential to receive layer 2 broadcast messages.
    C. All computers in the collision domain have the potential to receive layer 3 broadcast messages.
    D. All computers in the collision domain are set to 10 Mb/s full-duplex.
A
  1. A. A collision domain is defined as a group of computers that can potentially have a frame collision. Adding switches that can negotiate full-duplex and forward/filter fixes these issues.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q
25. Which switch mode operation reads only the first 64 bytes before making a switching decision?
A. Cut-through mode
B. Fragment-free mode
C. Store-and-forwardmode
D. Fast switching
A
  1. B. Fragment-free mode reads the first 64 bytes and deems the frame intact and forwardable. This is because most collisions that would create frame fragments happen within the first 64 bytes of a frame. This method of switching is often found on SOHO switching equipmen
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q
26. Which protocol on the host machine allows for a mapping of IP to MAC address?
A. MAC Address Resolution Protocol
B. Address Resolution Protocol
C. Reverse Address Resolution Protocol
 D. Internet Control Message Protocol
A
  1. B. Address Resolution Protocol (ARP) is used to map remote IPs on the current LAN to MAC addresses. It does this by broadcasting at layer 2 to all nodes for a response for the MAC address. Thus, it is a mapping of IP address to MAC address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q
30. Which protocol on the host machine allows for a mapping of MAC to IP address?
A. MAC Address Resolution Protocol
B. Address Resolution Protocol
C. Reverse Address Resolution Protocol
D. Internet Control Message Protocol
A
  1. C. Reverse Address Resolution Protocol (RARP) is used to map MAC addresses on the current LAN to IPs. BOOTP also uses this method to allocate an IP address via the MAC address. Thus, it is a mapping of MAC address to IP address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q
  1. Which command would you use to reset the MAC address table for learned MAC addresses in a switch?
    A. Switch#reset mac address-table
    B. Switch#clear mac-address-table dynamic C. Switch#clear mac-address-table
    D. Switch#clear mac table
A
  1. B. The command used to reset the MAC address table is clear mac-address-table dynamic.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q
  1. You need to see all of the MAC addresses associated with a single interface. Which command would you use?
    A. Switch>show mac address-table interfaces fast 0/1 B. Switch>show address-table interfaces fast 0/1
    C. Switch#show mac interfaces fast 0/1
    D. Switch#show address-table fast 0/1
A
  1. A. The command to see all of the MAC addresses on a single interface is show mac address-table interfaces fast 0/1. This command can be entered in either privileged exec mode or user exec mode.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q
34. Which switch mode operation reads only the first 6 bytes before making a
switching decision?
A. Cut-through mode
B. Frag-free mode
C. Store-and-forwardmode
D. Fast switching
A
  1. A. Cut-through mode copies the first 6 bytes after the preamble into memory and makes a switching decision on the destination MAC address. Many data center switches use this method of switching to provide low latency while assuming no collisions will exist.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q
  1. Which option describes latency in switching?
    A. The delay between routing packets to the destination interface

B. The delay between switching the frame to the destination interface C. The delay in forward lookups to forward packets
D. The delay in forward lookups to forward frames

A
  1. B. Latency in switching is the total time it takes to forward an incoming frame to its destination interface. Latency of frame forwarding adversely affects total bandwidth.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q
  1. Which is attributed to lowering switch latency? A. The use of higher bandwidth connections
    B. Multiple interfaces aggregated together C. Hardware-basedbridging(ASICs)
    D. Spanning Tree Protocol
A
  1. C. Hardware-based bridging uses specialized application-specific integrated circuits (ASICs) to provide low latency in switching frames.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q
  1. What is the difference between a broadcast frame and a flooded frame?
    A. A broadcast frame contains a destination MAC address beginning with ff:ff:ff. B. A flooded frame is a frame that is unknown in the MAC address table.
    C. A broadcast frame and a flooded frame are the same.
    D. Flooding of frames only occurs if there are switching loops.
A
  1. B. Flooding occurs only when the destination MAC address is not in the current MAC address table.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q
  1. What is the most accurate definition of wire speed with switching?
    A. Switching between two ports can happen at wire speed.
    B. The switch can process requests at the incoming speed of the connection.
    C. The switch can process requests at the incoming and outgoing speed of the connection.
    D. The switch can auto-negotiate between several different wire speeds.
A
  1. C. Wire speed is the switch’s ability to process packets both incoming and outgoing on the same port at wire speed. However, this is not the switch’s ability to switch at that speed; the speed of the switch is limited by its backplane bandwidth.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q
  1. Which is a function of a layer 2 switch?
    A. Forwarding the date based upon logical addressing
    B. Repeating the electrical signal to all ports
    C. Learning the MAC address by examining the destination MAC addresses
    D. Determining the forwarding interfaces based upon the destination MAC address and tables
A
  1. D. Switches learn MAC addresses based upon incoming ports and examination of the source MAC address. It will build a MAC address table for future lookups. It then determines forwarding interfaces based upon the destination MAC address contained in the frame.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q
  1. What is a reason a network administrator would segment a network with a switch? A. Create more broadcast domains.
    B. Create isolation of ARP messages. C. Create less collision domains.
    D. Isolate traffic between segments.
A
  1. D. A switch creates micro-segmentation, which in turns isolates traffic between two talking computers from other computers that are not part of the communications. This in turn increases bandwidth for the computers that are not part of the communications between the two talking computers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q
  1. If a switch uses the store and forward method of switching and receives a frame in which its CRC is invalid, what will happen?
    A. The switch will re-create the frame with a new CRC and correct the missing information.
    B. The switch will drop the frame and wait for retransmission of a new frame.
    C. The switch will send back a frame for retransmission of the frame.
    D. The switch will store the frame until a new frame with a matching CRC is received.
A
  1. B. The store and forward method of switching allows the switch to receive the entire frame and calculate the CRC against the data contained in the frame. If the CRC does not match, the frame is dropped, and the sending node must retransmit after an expiry timer or upper-protocol timer times out
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q
  1. What information is added to the MAC address table when a frame is received on an interface?
    A. Destination MAC address of the frame and incoming port number B. Source MAC address of the frame and incoming port number
    C. Destination MAC address of the frame and outgoing port number
    D. Source MAC address of the frame and outgoing port number
A
  1. B. When a frame is received on an incoming port, both the incoming port and the source MAC address are added to the MAC address table and set with an aging timer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q
  1. What is the maximum wire speed of a single port on a 48-port Gigabit Ethernet switch?
    A. 1,000Mb/s B. 2 Gb/s
    C. 48 Gb/s
    D. 96Gb/s
A
  1. A. Wire speed of a single port on a 48-port gigabit switch would be 1 Gb/s, or 1,000 Mb/s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q
  1. You need to change the default mac address aging time on a switch to 400 seconds. Which command would you use?
    A. Switch#set mac aging 400
    B. Switch#mac aging-time 400 seconds
    C. Switch#mac-address-table aging-time 400
    D. Switch#mac address-aging 400
A
  1. C. MAC address aging time can be configured via the command mac-address-table aging-time 400. You can additionally specify a VLAN ID.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q
  1. Under which circumstance will a switch drop a frame?
    A. If the destination MAC address of the frame is unknown in the MAC address
    table
    B. If the source MAC address of the frame is unknown in the MAC address table
    C. If the frame is deemed to be corrupt via the CRC
    D. If the destination MAC address exists in another switch’s MAC address table
A
  1. C. The only time a frame is dropped is when the cyclic redundancy check (CRC) calculated against the frame’s payload deems the frame corrupt. If the destination MAC address is not known, it will be flooded to all active ports on the switch, but it will not be dropped.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q
  1. In a layer 2 frame, where is the destination MAC address?
    A. The destination MAC address is in the first 6 bytes after the preamble.
    B. The destination MAC address is in the second 6 bytes after the preamble. C. The destination MAC address is the payload data.
    D. The destination MAC address is found in the preamble.
A
  1. A. The 6-byte destination MAC address is after the preamble/SFD so that it can be read by the switch for forwarding.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q
  1. What is the significance of the preamble?
    A. The preamble allows the switch to allocate a buffer.
    B. The preamble allows the switch to sense collisions before data is transmitted.
    C. The preamble allows the switch to sync timing for the receipt of information to follow.
    D. The preamble allows the switch to read the sequence and acknowledge receipt of the frame.
A
  1. C. The preamble allows for the source computer to sync its timing of the physical media independent interface with the destination computer. It achieves this via an alternating 1 and 0 pattern at a specific frequency, depending on data transfer speed. The Start Frame Delimiter (SFD) has an extra bit to let the destination computer know anything that follows is data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q
  1. How many bits is the OUI assigned by the IEEE? A. 6bits

B. 22 bits C. 24bits D. 48 bits

A
  1. C. The organizationally unique identifier, or OUI, is 24 bits, or the first 3 bytes of the MAC address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q
  1. What function does the Frame Check Sequence (FCS) perform?

A. The FCS will error-correct data in a frame.
B. The FCS will detect errors in a frame’s data.
C. The FCS is used for acknowledgment of receipt of the frame.
D. BothAandB

A
  1. B. The Frame Check Sequence is a 4-byte cyclical redundancy check (CRC) calculation. Its only function is to detect erroneous frames; it will not correct data and contains no parity to do so.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q
  1. If the Individual/Group (I/G) bit is set to 1 in the OUI portion of the MAC address, which statement is true?
    A. The MAC address is unique and governed by the IEEE. B. The MAC address is locally governed.
    C. The MAC address is a broadcast or multicast.
    D. The MAC address should always be broadcast.
A
  1. C. When the I/G bit is set, it means that the MAC address is intended to be a broadcast or multicast for a group of recipients
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q
  1. If the Group/Local (G/L) bit is set to 1 in the OUI portion of the MAC address, which statement is true?
    A. The MAC address is a unique computer and governed by the IEEE. B. The MAC address is locally governed.
    C. The MAC address is a broadcast or multicast.
    D. The MAC address should always be broadcast.
A
  1. B. When the G/L bit (sometimes referred to as the U/L bit) is set, it means that the MAC address is locally governed. This means that the user has manually set the MAC address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q
  1. Which is a reason that the Ethernet protocol uses physical addresses?
    A. It creates a differentiation between layer 2 and layer 3 communications. B. It defines a logical address scheme for devices.
    C. It uniquely identifies devices at layer 2.
    D. It allows the node to decide if the device is remote or local.
A
  1. C. MAC addresses are physical addresses that are burned into every NIC card and network device. They are unique at the Data Link layer for direct communication purposes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q
  1. What is the nominal MTU for LAN communications?
    A. 1,500bytes B. 1,500bits C. 9,000bytes
    D. 9,000bits
A
  1. A. The nominal MTU size is 1,500 bytes of data. It may also be advertised as 1,518 bytes, which is calculated from 1,500-bytes (payload) + 6 bytes (source MAC address) + 6 bytes (destination MAC address) + 2 bytes (type field) + 4 bytes (FCS) = 1,518 bytes. If 802.1Q VLAN tagging is being used, it can be advertised as 1,522 bytes to allow for 4 bytes for tagging. If ISL VLAN tagging is being used, ISL requires 30 bytes + 1,518 bytes = 1,548 bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q
  1. What is the 2-byte type field used for in an Ethernet frame?
    A. It defines the data type contained within the frame.
    B. It identifies the upper-layer protocol for the data contained within the frame. C. It is a calculation with the FCS to provide error detection.
    D. It describes the length of data contained within the frame.
A
  1. B. The Ethernet type field is 2 bytes and it identifies at layer 2 which upper-layer protocol to send the data to. When IPv4 is used, the type field is 08-00. When IPv6 is used, the type field is 86-dd.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q
  1. What is the purpose of the State Frame Delimiter byte in a frame? A. It provides physical timing for the frame following.
    B. It divides the data and the physical timing portion of the frame.
    C. It provides a means for the receiving node to know when data begins.
    D. It delimits the destination and source MAC address.
A
  1. C. The preamble is 7 bytes of alternating 1s and 0s at a frequency that matches the bandwidth of the link. It is important to note that the 1s and 0s pattern starts with a 1 and ends with a 0 for 7 bytes (10101010). The SFD has an extra lower bit signaling the end of timing and the start of data (10101011).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q
  1. You have just resolved a problem and now need to monitor the problem on the interface. How would you reset the error counts for a single interface?

A. Switch#reset counters interface fast 0/1 B. Switch#clear interface fast 0/1
C. Switch#clear counters interface fast 0/1
D. Switch#clear statistics interface fast 0/1

A
  1. C. In order to clear the counters for a single interface, you would use the command clear counters interface fast 0/1. After it’s entered, you will need to confirm clearing of the counters. Then you can monitor the solution provided on the interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q
  1. You have statically set an interface to 100 Mb/s full-duplex. However, the device you are plugging in will not work. Which command would you use to set speed and duplex back to auto-negotiate?
    A. Switch(config-if)#speed auto Switch(config-if)#duplex auto
    B. Switch(config-if)#speed autonegotiate Switch(config-if)#duplex autonegotiate
    C. Switch(config-if)#switchport autonegotiate
    D. Switch(config-if)#interface autonegotiate
A
  1. A. The commands to set the port back to auto-negotiation are speed auto and duplex auto. You can also negate the command with no speed and no duplex commands. Both methods will set auto-negotiation back on the port.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q
  1. You have auto-negotiation turned off on the node, but it is turned on at the switch’s interface connecting the node. The interface is a 10/100/1000 Mb/s interface and the node is 100 Mb/s full-duplex. What will the outcome be when you plug in the node?
    A. The switch interface will be set to the 100 Mb/s full-duplex. B. The switch interface will be set to the 100 Mb/s half-duplex. C. The switch interface will be set to the 10 Mb/s full-duplex.
    D. The switch interface will be set to the 10 Mb/s half-duplex.
A
  1. B. Cisco switches can auto-detect speed, so the speed sensed will be 100 Mb/s. However, if the switch cannot detect the speed, then it will fall back to 10 Mb/s. Duplex is decided upon bandwidth when IEEE auto-negotiation is turned off. If the speed is 10 Mb/s or 100 Mb/s, then the duplex will be half-duplex; otherwise it will be full-duplex on 1000 Mb/s links.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q
  1. You plug a 100 Mb/s hub into a switch. What is the expected outcome?
    A. The switch interface will be set to the 100 Mb/s full-duplex.

B. The switch interface will be set to the 100 Mb/s half-duplex. C. The switch interface will be set to the 10 Mb/s full-duplex.
D. The switch interface will be set to the 10 Mb/s half-duplex.

A
  1. B. Hubs do not participate in IEEE negotiation, and therefore the speed will be detected. However, since duplex cannot be negotiated, 10 Mb/s and 100 Mb/s connections will be half-duplex and 1000 Mb/s connections will be full-duplex.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q
  1. You want to see a status of all speed and duplex negotiations for all interfaces. Which command would you use?
    A. Switch#show run
    B. Switch#show interfaces counters C. Switch#shower interfaces status
    D. Switch#show counters interfaces
A
  1. C. The show interfaces status command will display the port number, description, connected status, VLAN, duplex, speed, and type of interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q
  1. You are trying to reprovision a switch in a different part of your network. However, you still see the old VLANs configured from the old network. How can you rectify the problem?
    A. Upgrade the IOS.
    B. Typeerasestartup-config,confirmit,andreload. C. Typeclearvlan,confirmit,andreload.
    D. Deletethevlan.dat,confirmit,andreload.
A
  1. D. The vlan.dat is the database for VLANs configured on a switch either manually or through VTP. It is persistent even if config.text (startup-config) is deleted. You must manually delete the vlan.dat.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q
  1. Which VLAN is the default VLAN used to configure all switches from the factory?
    A. VLAN999 B. VLAN1002 C. VLAN1005
    D. VLAN1
A
  1. D. All switches are configured by default with all interfaces in VLAN 1. This simplifies configuration if the switch is to be used as a direct replacement for a hub since nothing needs to be configured.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q
  1. What is the normal range for VLANs before you must use extended VLAN IDs?
    A. VLAN 1 through 1001 B. VLAN 1 through 1002 C. VLAN 1 through 1005 D. VLAN 2 through 1002
A
  1. A. The normal VLAN range is 1 through 1001 before you must use the extended VLAN range.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q
  1. Which is a benefit to converting a network from a flat layer 2 network to a routed layer 3 VLAN-enabled network?
    A. Increased collision domains for increased bandwidth B. Reduced complexity of design and operations
    C. Flexibility of user management and design

D. Decreased number of broadcast domains for increased bandwidth

A
  1. C. The flexibility of design for workgroups of people and the ongoing management of moving and adding people is a benefit of a routed VLAN-enabled network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q
  1. You have created a VLAN for the Research department. Now you need to configure an interface on the switch for the newly created VLAN. Which command will configure the interface for the respective VLAN?
    A. Switch(config-if)#switchport vlan research
    B. Switch(config-if)#switchport access vlan research C. Switch(config-if)#switchport access vlan 9
    D. Switch(config-if)#switchport vlan 9
A
  1. C. When you’re configuring an interface for a VLAN, only the VLAN number can be used. The correct command is switchport access vlan 9.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q
  1. You are installing a VoIP phone on the same interface as an existing computer.
    Which command will allow the VoIP phone to switch traffic onto its respective VLAN? A. Switch(config-if)#switchport voice vlan 4
    B. Switch(config-if)#switchport vlan voice 4 C. Switch(config-if)#switchport voip vlan 4
    D. Switch(config-if)#switchport access vlan 4 voice
A
  1. A. The switchport voice vlan 4 command will configure the interface to switch traffic with a COS value of 5 set by the phone to the voice VLAN of 4.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q
  1. Which type of port removes the VLAN ID from the frame before it egresses the interface?
    A. Access port B. Trunk port C. Voice port
    D. Native port
A
  1. A. All VLAN tagging is removed from the frame before it egresses an access port to the end device.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q
  1. You want to delete VLAN 1 for security reasons. However, the switch will not let you. What is the reason you cannot delete VLAN 1?
    A. The VLAN is still configured on a port.
    B. The VLAN serves as the switch’s main management IP. C. The VLAN is protected from deletion.
    D. The VLAN is still configured as a native VLAN on a trunk.
A
  1. C. VLANs 1 and 1002 through 1005 are protected by the IOS and cannot be changed, renamed, or deleted.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q
  1. Which is a true statement about extended VLANs?
    A. You cannot configure extended VLANs until the normal VLANs are all used. B. VTP versions 1 and 2 require the switch to be in transparent mode.
    C. Extended VLANs are saved in the VLAN database.
    D. Extended VLANs can only be used for FDDI.
A
  1. B. By default, the VTP mode is server. VTP v1 and v2 do not support storage and propagation of extended VLANs. However, when the switch is put into transparent mode, it does not participate in VTP, so the VLANs can be configured
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q
  1. What is the extended VLAN range?

A. VLAN 1002 to 4096 B. VLAN 1006 to 4096 C. VLAN 1006 to 4094 D. VLAN 1006 to 4092

A
  1. C. The extended VLAN range is VLAN 1006 to 4094.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q
  1. Why is it recommended that you do not use VLAN 1?
    A. It is not a production VLAN. B. It cannot be routed via an SVI.

C. It cannot participate in VTP transfers.
D. It shouldn’t be used for security reasons.

A
  1. D. For security concerns, it should not be used in production. It is the default VLAN configured on all switches. Potentially, a computer can be plugged into an interface defaulted to VLAN 1 and expose resources such as the switch management network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q
  1. You need to create a VLAN to support jumbo frames. Which commands would configure jumbo frame support on a VLAN?
    A. Switch#vlan 10 Switch(config-vlan)#mtu 9128
    B. Switch(config)#vlan 10 Switch(config-vlan)#mtu 9128
    C. Switch(config)#vlan 10 Switch(config-vlan)#jumbo frames
    D. Switch(config)#vlan 10 Switch(config-vlan)#mtu 1548
A
  1. B. Configuration of jumbo frames requires creation of the VLAN from a global configuration prompt and then setting the maximum transmission unit (MTU). The value of the MTU will differ from switch to switch but is usually 9,000 bytes or higher
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q
  1. What is the command to verify a VLAN and the port(s) it is associated with? A. Switch#show vlans
    B. Switch#show vlan
    C. Switch#show access vlan
    D. Switch#show vlan database
A
  1. B. The command to verify that a VLAN is created and the port(s) it is associated with is show vlan.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q
  1. Which command(s) will delete a VLAN?
    A. Switch(config)#vlan database Switch(config-vlan)#no vlan 9
    B. Switch(config)#vlan database Switch(config-vlan)#delete vlan 9
    C. Switch(config)#no vlan 9
    D. Switch(config)#vlan 9 delete
A
  1. C. The command to delete VLAN 9 is no vlan 9 performed from a global configuration prompt.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q
  1. Which is a correct statement about frame and VLANs?
    A. Broadcast frames are sent to ports that are configured in different VLANs.
    B. Unicast frames that are not in the MAC address table are flooded to all ports in all VLANs.
    C. The ports that link switches together must be access links.
    D. Frames with a destination MAC that are not in the MAC address table are flooded to only ports in the respective VLAN.
A
  1. D. Frames with MAC addresses that are not in the MAC address table are flooded only to the ports in the respective VLAN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
64
Q
  1. A VLAN is not configured yet, but you mistakenly configure it on an interface via

the command switch access vlan 12. What will happen?
A. The command will error.
B. The command will complete and update the VLAN database.
C. The command will complete, but before forwarding can happen, the VLAN must be manually created.
D. The command will need to be negated and performed after the VLAN is manually created.

A
  1. B. When the command is invoked inside of the interface, it will create the VLAN automatically.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
65
Q
  1. What is the normal range of VLANs that can be modified on a Cisco switch with default configuration?
    A. VLAN 1 to 1002 B. VLAN 1 to 1001 C. VLAN 2 to 1002 D. VLAN 2 to 1001
A
  1. D. The normal range of VLANs on a default Cisco switch is VLAN 1 to 1001. However, VLAN 1 cannot be modified.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
66
Q
  1. Static VLANs are being used on a switch’s interface. Which of the following statements is correct?
    A. Nodes use a VLAN policy server.
    B. Nodes are assigned VLANs based on their MAC address.
    C. Nodes are unaware of the VLAN in which they are configured.
    D. All nodes are in the same VLAN.
A
  1. C. Static VLANs are VLANs that have been manually configured vs. dynamic VLANs that are configured via a VLAN Membership Policy Server (VMPS). A node will not know which VLAN it is assigned to when it is statically set via the command switchport access vlan 3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q
  1. A switch is configured with a single VLAN of 12 for all interfaces. All nodes auto- negotiate at 100 Mb/s full-duplex. What is true if you add an additional VLAN to the switch.
    A. The switch will decrease its bandwidth due to overhead. B. The switch will increase its count of collision domains. C. The switch will now require a router.
    D. The switch will increase its bandwidth due to broadcast domains.
A
  1. D. The addition of another VLAN will increase the effective bandwidth by adding additional broadcast domains. A router is required to route between VLANs. However, it will not be required if you are logically partitioning the switch via VLANs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
68
Q
  1. What is a direct benefit of adding VLANs?
    A. An increase of broadcast domains while decreasing collision domains B. An increase of broadcast domains while increasing collision domains C. A decrease of broadcast domains while decreasing collision domains
    D. A decrease of broadcast domains while increasing collisions domains
A
  1. B. When adding VLANs, you immediately increase the number of broadcast domains. At the same time you increase collision domains. If a switch had 12 ports and they all negotiated at 100 Mb/s half-duplex (one collision domain), when a VLAN is added you will automatically create two collision domains while adding an additional broadcast domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
69
Q
  1. Which statement describes dynamic VLANs?

A. The access port is switched into the respective VLAN based upon user credentials.
B. The access port is switched into the respective VLAN based upon the computer’s IP address.
C. The access port is switched into the respective VLAN based upon the computer’s MAC address.
D. The access port is switched into the respective VLAN based upon security ACLs.

A
  1. C. Dynamic VLANs are deprecated, but you may still see them in operations. A switch configured with dynamic VLANs checks a VLAN Management Policy Server (VMPS) when clients plug in. The VMPS has a list of MAC addresses to their respective VLANs. It is now recommended that dynamic VLAN installations are converted to 802.1x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
70
Q
  1. You have changed the name of VLAN 3, and you now want to check your change. Which command will you enter to verify the name change?
    A. Switch#show vlans
    B. Switch#show interface vlan 3 C. Switch#show run
    D. Switch#show vlan id 3
A
  1. D. To verify a VLAN name change, you would use the command show vlan id 3. This would only show you the one VLAN configured in the database. show vlans is incorrect because the command is not plural; it is singular, show vlan. It will give you a complete listing of all VLANs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
71
Q
  1. You have been asked to segment the network for an R&D workgroup. The requirement is to allow the R&D group access to the existing servers, but no other VLANs should be able to access R&D. How can this be achieved with maximum flexibility?
    A. Create a new VLAN, configure a routed SVI interface, and apply ACLs to the VLAN.
    B. Create a new VLAN, configure a routed SVI interface, and apply ACLs to the R&D ports.
    C. Create a new VLAN, and install a new R&D server in the new VLAN.
    D. Create a new VLAN, and trunk the existing file server for both the production and R&D network.
A
  1. A. Creating the new VLAN will logically segment this work group. Creating a Switched Virtual Interface (SVI) will allow routing on the layer 3 switch. The ACLs should only be applied to VLAN interfaces. Although the other solutions achieve a similar goal, they do not provide flexibility.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q
  1. You need to verify that an interface is in the proper VLAN. Which command will display the status of the interface, the VLAN configured, and the operational mode?
    A. Switch#show vlan
    B. Switch#show running-config C. Switch#show interfaces
    D. Switch#show interfaces switchport
A
  1. D. The command show interfaces switchport will display a detail of all ports in respect to VLAN operational status. The command will show the operational mode of the interface, such as trunk or access mode.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q
  1. You configured VLAN on an interface, but it is not working. After looking at the
    VLAN database, you find it has been disabled. Which command will enable the VLAN?
    A. Switch#enable vlan 3
    B. Switch(config)#enable vlan 3
    C. Switch#no shutdown vlan 3
    D. Switch(config)#vlan 3 Switch(config-vlan)#no shutdown
A
  1. D. The proper way to enable a VLAN to forward traffic is to first enter the VLAN database for ID 3 and then issue the no shutdown command. On some IOS versions, this can also be done via the command no shutdown vlan 3 from global config mode.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
74
Q
  1. Which of the following is a true statement about static access ports? A. An access port can carry VLANs via tagging.
    B. A client computer can request the VLAN to be placed in.
    C. A client computer cannot see any VLAN tagging information.
    D. A client computer can see the VLAN tagging information.
A
  1. C. The client computer connected to an access port cannot see any VLAN tagging information. It is removed before egress of the interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
75
Q
  1. Which of the following is a true statement, if you have changed the MTU on a VLAN to support jumbo frames?
    A. If a normal MTU of 1528 is used, the switch will not forward the traffic.
    B. Once jumbo frames are configured, nothing more needs to be done. Clients will auto-detect the new MTU and use jumbo frames.
    C. Changing the MTU is an easy and effective method for raising speed.
    D. For jumbo frames to be effective, all devices on the VLAN, including switches, must support them.
A
  1. D. When the MTU is changed on the VLAN, it has little consequence to normal MTU communications. However, if you are going to utilize the new MTU for something like iSCSI, it must be supported end to end or it can actually decrease performance. All switching equipment between the two end devices must support jumbo frames.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
76
Q
  1. You have configured an access port for a remote office computer. The office has no IT persons on site. You want to stop workers from plugging in a WAP and exposing your company’s internal network. Which feature should you configure?
    A. Dynamic VLANs B. Port security
    C. ACLs
    D. VLANpruning
A
  1. B. Since the remote office has no onsite IT personnel, there is a risk of workers plugging in unauthorized equipment such as a WAP. If port security is implemented, the interface can be secured to allow only the MAC address of the computer to pass; all other traffic can be dropped.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
77
Q
  1. Which is a benefit of implementing routed VLANs?
    A. VLANs can span multiple switches.
    B. Implementing routed VLANs will decrease the broadcast domains. C. ACLs can be employed to secure VLANs.
    D. All of the above
A
  1. C. When layer 3 or routed VLANs are implemented, it allows for a more secure network with the use of ACLs applied to the VLAN interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
78
Q
  1. You are running a wireless LAN controller (WLC) for a WLAN. You want to allow for guests to be segmented to the guest VLAN. What will you need to implement on the WLC?
    A. Access control lists for one SSID
    B. Two SSIDs, one configured to the production VLAN and another configured to the guest VLAN

C. Dynamic VLANs for the SSID
D. Access control lists for two SSIDs

A
  1. B. Wireless LAN controllers allow trunks to be used so that multiple VLANs can be used. Once the VLANs are accessible to the WLC, you need to create one SSID tied to the VLAN configured for production and another SSID tied to the VLAN configured for guests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
79
Q
  1. What is the difference between a default VLAN and a native VLAN?
    A. A default VLAN is configured on all access ports of the switch from the factory.
    B. A native VLAN is configured on all access ports of the switch from the factory. C. A default VLAN is configured on all trunks for tagged frames.
    D. A native VLAN is configured on all trunks for tagged frames.
A
  1. A. The default VLAN for all switches is VLAN 1. It is the default configuration for all access ports from the factory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
80
Q
  1. Where is the extended VLAN configuration stored?
    A. Inthevlan.datfile
    B. In the running-config C. In the VLAN database
    D. In the startup-config
A
  1. D. The extended VLAN database will be stored in the startup-config. Only normal VLANs are stored in the VLAN database (vlan.dat). When configuring extended VLANs, you must have the switch in VTP transparent mode.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
81
Q
  1. You need to create a new VLAN 5 called office and apply it to interface Fa0/4. Which commands will you need to enter?
    A. Switch(config)#vlan 5 Switch(config-vlan)#name office Switch(config-vlan)#exit Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan 5
    B. Switch(config)#vlan 5
    Switch(config-vlan)#name office Switch(config-vlan)#exit Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan office
    C. Switch(config)#vlan 5 office Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan 5
    D. Switch(config)#vlan 5 name office Switch(config)#interface fast 0/4 Switch(config-if)#switchport access vlan 5
A
  1. A. You should first create the VLAN in the VLAN database and add its name. Then you need to enter the interface and configure the port for the VLAN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
82
Q
  1. A VLAN was created on another non-Cisco switch. You look at the current VLAN database, but the VLAN is not in the VLAN database. What must be done to correct the issue?
    A. Set the correct trunking protocol between the switches. B. Create the VLAN manually.
    C. Configure VTP on both switches.
    D. Assign the VLAN to an interface on the other switch.
A
  1. B. You must manually configure the VLAN on the Cisco switch(s). VTP is a protocol that allows for VLAN autoconfiguration in the VLAN database. However, only Cisco switches support it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
83
Q
  1. Which command(s) will rename an existing VLAN 4 from production to office without interruption to the network?
    A. Switch(config)#rename vlan 4 office B. Switch(config)#vlan 4

Switch(config-vlan)#name office C. Switch(config)#vlan 4 office
D. Switch(config)#no vlan 4 Switch(config)#vlan 4 Switch(config-vlan)#name office

A
  1. B. In global configuration, you first need to enter the entry of the VLAN in the VLAN database. Then you can issue a name command to overwrite the existing entry. Negating the VLAN 4 and re-creating it would also work but would create interruption when it was destroyed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
84
Q
  1. You have been tasked to configure an interface with a VLAN ID of 8 and support a VoIP phone on VLAN 6. Which commands would achieve the goal?
    A. Switch(config-if)#switchport vlan 8 Switch(config-if)#switchport vlan 6 voip
    B. Switch(config-if)#switchport mode access vlan 8 Switch(config-if)#switchport voice vlan 6
    C. Switch(config-if)#switchport access vlan 8 Switch(config-if)#switchport voice vlan 6
    D. Switch(config-if)#switchport access vlan 8 voice 6
A
  1. C. The command used to configure an access port for VLAN 8 is switchport access vlan 8, and the command to configure the VOIP phone is switchport voice vlan 6.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
85
Q
  1. You attempt to configure a VLAN on a switch of VLAN 2300. When you finish configuring the VLAN and exit the VLAN database, you receive the error “% Failed to create VLANS 2300.” What is wrong?
    A. The VLAN database is too large and out of space.
    B. The VLAN database cannot be configured for VLAN 2300.
    C. The VTP mode must be transparent to configure VLAN 2300.

D. The VLAN must be configured on an interface first.

A
  1. C. One of the prerequisites for configuring extended VLANs is that the VTP mode must be transparent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
86
Q
  1. You attempt to configure a VLAN with a new name. You receive the error “Default VLAN 1 may not have its name changed.” What is wrong?
    A. The VLAN is used on interfaces already.
    B. The VLAN is protected from any changes.
    C. The VLAN is being referenced by its name in interface configuration.
    D. You are not in the VLAN database when committing the change.
A
  1. B. VLAN 1 is the default VLAN and it is not permitted by the IOS to change the VLAN in any way. This includes name change
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
87
Q
  1. You have configured a VLAN for an MTU of 9128. However, you have noticed a severe performance decrease from the change. What is the problem?
    A. One of the connected switches is still configured for a nominal MTU. B. The VLAN configuration must still propagate to the other switches. C. The VTP protocol is not configured correctly.
    D. The device does not support jumbo frames.
A
  1. A. Although the MTU is configured on the VLAN, all switches and devices connected end to end must be configured to support jumbo frames. If you fail to do this, you can expect to see a performance decrease. An MTU of 9128 is defined as a jumbo frame.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
88
Q
  1. You have connected a Dell switch to the Cisco switch you are configuring and you cannot get a trunk between the two. What must be changed?
    A. The Dell switch must be configured to use ISL.
    B. The Cisco switch must be configured to use 802.1Q.
    C. Both switches need to have duplicated VLAN configurations.
    D. VTP needs to be configured on each of the switches.
A
  1. B. Since the Dell switch cannot support the proprietary protocol of ISL, both switches need to be set up to use 802.1Q.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
89
Q
  1. You need to configure a trunk interface to support the protocol of 802.1Q. Which

command will achieve this?
A. Switch(config-if)#switchport mode trunk 802.1q
B. Switch(config-if)#switchport trunk encapsulation 802.1q C. Switch(config-if)#switchport 802.1q
D. Switch(config-if)#switchport encapsulation trunk 802.1q

A
  1. B. The command to specify 802.1Q encapsulation on a trunk interface is switchport trunk encapsulation 802.1q.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q
  1. You are trying to configure a trunk port on an interface for 802.1Q encapsulation. However, after entering the proper command, you receive the error % Invalid input detected at ‘^’ marker. What is wrong?
    A. 802.1Q is not supported on the switch you are configuring this on. B. The interface will not allow configuration of 802.1Q.
    C. The switch only supports the ISL trunking protocol.
    D. The switch only supports the 802.1Q trunking protocol.
A
  1. D. This error is very common when configuring Cisco switches, since many switches only support 802.1Q and configuration is not necessary. The ISL trunking protocol is not supported on certain platforms, such as the 2900 series switches.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
91
Q
  1. You need to view all of the trunks on a switch and verify that they have the proper trunking protocols configured. Which command will display the information?
    A. Switch#show interfaces brief B. Switch#show interfaces trunk C. Switch#show switchport trunk D. Switch#show switchport brief
A
  1. B. The command show interfaces trunk will display all of the configured trunks on the switch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
92
Q
  1. When a frame is not tagged with 802.1Q VLAN identifying information, what happens when it traverses a trunk port?
    A. The frame is dropped to the bit bucket.
    B. The frame is forwarded to the default VLAN. C. The frame is forwarded to the native VLAN.
    D. The frame is sent to the first VLAN ID configured on the trunk.
A
  1. C. When a frame traverses a trunk and does not have VLAN tagging information in the 802.1Q encapsulation format (untagged), it is sent to the native VLAN configured on the trunk.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
93
Q
126. What is the default VTP mode all switches are configured as by default?
A. Server
B. Client
C. Transparent
D. Master
A
  1. A. All switches are configured by default as a VTP server
94
Q
  1. You need to verify the VTP mode on a switch. Which command will display the information?

A. Switch#show vtp
B. Switch#show vtp status C. Switch#show vtp counters
D. Switch#show running-config

A
  1. B. The command to display the mode settings for VTP is show vtp status.
95
Q
128. Which commands would you enter on a new switch joining your existing network
to configure VTP?
A. Switch(config)#vtp mode transparent
Switch(config)#vtp domain corpname
B. Switch(config)#vtp mode client Switch(config)#vtp domain corpname
C. Switch(config)#vtp domain corpname
D. Switch(config)#vtp client
Switch(config)#vtp corpname
A
  1. B. When setting up VTP on a new switch connected to your existing VTP infrastructure, you need to change the mode of the switch. Then you must configure the VTP domain that is serving the VTP information.
96
Q
  1. Which protocol is an open standard trunking protocol? A. ISL
    B. VTP
    C. 802.1Q
    D. 802.1X
A
  1. C. The 802.1Q protocol is supported by all switches’ vendors for trunking. It is an open standard that was developed by the IEEE.
97
Q
  1. Which command will show you the native VLAN for only Fa0/15?
    A. Switch#show running-config
    B. Switch#show interface fastethernet 0/15
    C. Switch#show interface fastethernet 0/15 Switchport
    D. Switch#show switchport fastethernet 0/15
A
  1. C. The command show interface fastethernet 0/15 switchport will show the operational mode, and if configured as a trunk, it will show the native VLAN.
98
Q
  1. You need to change the native VLAN for interface Fa0/23 from VLAN 1 to VLAN
  2. Which command would you use?
    A. Switch(config-if)#switchport trunk native vlan 999
    B. Switch(config-if)#native vlan 999
    C. Switch(config-if)#switchport native vlan 999
    D. Switch(config-if)#no switchport native vlan 1 Switch(config-if)#switchport native vlan 999
A
  1. A. The command to change the native VLAN of a trunk to VLAN 999 is switchport trunk native vlan 999.
99
Q
  1. When you change the native VLAN of a trunk from VLAN 1 to VLAN 999 and you receive the error “%CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch

discovered…,” what is the possible problem?
A. CDP is not running on the other interface, causing a mismatch.
B. The interface is the first to be changed. C. The interface is running ISL.
D. The version of CDP is wrong on the other switch.

A
  1. B. This error is normal if it is the first interface to be changed over to the new native VLAN since the other interface has not been changed yet. However, if the other interface was changed already and you received this error, then CDP is letting you know that the other side is mismatched.
100
Q
  1. Which command will turn off Dynamic Trunking Protocol (DTP) on an interface?
    A. Switch(config-if)#no dtp
    B. Switch(config-if)#no switchport dtp enable C. Switch(config-if)#switchport dtp disable
    D. Switch(config-if)#switchport nonegotiate
A
  1. D. The Dynamic Trunking Protocol can be turned off with the command switchport nonegotiate, which when configured states not to negotiate trunks via DTP.
101
Q
  1. You need to remove VLANs 2 through 4 from the allowed list on a trunk interface.
    Which command will remove only these VLANs without interruption to the network? A. Switch(config-if)#switchport trunk remove vlan 2-4
    B. Switch(config-if)#switchport remove vlan 2-4
    C. Switch(config-if)#switchport trunk allowed vlan remove 2-4 D. Switch(config-if)#switchport trunk allowed remove vlan 2-4
A
  1. C. The command switchport trunk allowed vlan remove 2-4 will remove VLANs 2 through 4 from the trunk.
102
Q
  1. You are trunking Switch A and Switch B together. On Switch A you have the default of switchport mode dynamic auto. On Switch B, which command will you need to configure to allow trunking?
    A. SwitchB(config-if)#switchport mode trunk
    B. SwitchB(config-if)#switchport mode dynamic trunk C. SwitchB(config-if)#switchport mode dynamic auto
    D. SwitchB(config-if)#switchport nonegotiate
A
  1. A. Switch B will need to either have its interface set to switchport mode trunk or switchport mode dynamic desirable for Switch A to turn its interface into a trunk.
103
Q
  1. You need to add VLAN 4 to the allowed list on a trunk interface. Currently VLANs 5 through 8 are allowed. Which command will add only this VLAN without interruption to the network?
    A. Switch(config-if)#switchport trunk allowed vlan add 4 B. Switch(config-if)#add allowed vlan 4
    C. Switch(config-if)#switchport trunk add vlan 4
    D. Switch(config-if)#switchport trunk allowed add vlan 4
A
  1. A. The command switchport trunk allowed vlan add 4 will add VLAN 4 to the existing list of VLANs already allowed on the interface.
104
Q
  1. You try to configure the command switchport mode trunk on an interface. However, you see the error message “Command rejected: An interface whose trunk encapsulation is Auto cannot be configured to trunk mode.” What command will fix the issue?
    A. Switch(config-if)#switchport mode trunk manual
    B. Switch(config-if)#no switchport mode dynamic auto
    C. Switch(config-if)#switchport trunk encapsulation dot1q
    D. Switch(config-if)#no switchport trunk encapsulation auto
A
  1. C. The command will not complete because the interface is set to dynamic auto, which implies the trunk protocol will be negotiated. You cannot set it to switchport mode trunk until you statically set the encapsulation via the command switchport trunk encapsulation dot1q
105
Q
  1. What is the function of the VLAN Trunking Protocol (VTP)?
    A. VTP allows for dynamic trunking between links.
    B. VTP allows for propagation of the VLAN database.
    C. VTP detects trunks encapsulations and negotiates trunks.
    D. VTP allows for propagation of the trunking database.
A
  1. B. VLAN Trunking Protocol, or VTP, propagates the VLAN database from an initial master copy on the “server” to all of the “clients.”
106
Q
  1. Which protocol is a Cisco proprietary protocol used for trunking switches?
    A. ISL
    B. 802.1Q C. VTP
    D. CDP
A
  1. A. Inter-Switch Link, or ISL, is a proprietary protocol used for trunking of switches. If you need to connect non-Cisco switches to a Cisco switch, you must use 802.1Q, the IEEE standard
107
Q
  1. How does IEEE 802.1Q tag frames?
    A. 802.1Q adds a 32-bit header to the frame with the VLAN tagging information.
    B. 802.1Q adds a 32-bit header to the packet with the VLAN tagging information. C. 802.1Q inserts a 32-bit field between the source MAC address and the type field.

D. 802.1Q inserts a 32-bit field between the destination MAC address and the type field.

A
  1. C. 802.1Q inserts a field containing the 16-bit Tag Protocol ID of 0x8100, a 3-bit COS field, a 1-bit drop-eligible indicator (used with COS), and the 12=bit VLAN ID, which equals 32 bits, or 4 bytes.
108
Q
  1. Which VTP mode will not allow the switch to participate in VTP traffic but will forward VTP traffic?
    A. Servermode
    B. Transparent mode C. Proxy mode
    D. Client mode
A
  1. B. A switch in VTP transparent mode will not participate in VTP. However, if the VTP is v2, the switch will forward and receive VTP advertisements.
109
Q
  1. Which commands will allow a trunk with another switch configured as mode desirable auto?
    A. SwitchB(config-if)#switchport trunk encapsulation dot1q SwitchB(config-if)#switchport mode trunk
    B. SwitchB(config-if)#switchport mode dynamic auto SwitchB(config-if)#switchport mode encapsulation dot1q
    C. SwitchB(config-if)#switchport nonegotiate

D. SwitchB(config-if)#switchport encapsulation dot1q SwitchB(config-if)#switchport mode trunk

A
  1. A. You must first set the encapsulation to 802.1Q, then you can statically set the mode to trunk. An alternative would be to set the port to dynamic desirable via the command switchport mode dynamic desirable. However, it is recommended to statically configure the link to trunk on one or both sides if possible.
110
Q
  1. What significance does VTP VLAN pruning provide?
    A. VLAN pruning removes VLANs from the databases of other switches that they
    are not configured on.
    B. VLAN pruning removes VLAN traffic from other switches that are not configured for the respective VLAN.
    C. VLAN pruning automatically changes the allowed VLANs on all interfaces.
    D. All of the above
A
  1. B. VTP VLAN pruning removes forwarding traffic for VLANs that are not configured on remote switches. This saves bandwidth on trunks because if the remote switch does not have the VLAN configured on it, the frame destined for the VLAN will not traverse the trunk.
111
Q
  1. Which command enables VTP pruning? A. Switch(config)#vtp mode pruning
    B. Switch(config)#vtp pruning
    C. Switch(config)#vtp vlan pruning
    D. Switch(config-vlan)#enable pruning
A
  1. B. The command “vtp pruning in global configuration mode will enable VTP VLAN pruning.
112
Q
  1. Switch A and Switch B have a trunk. On Switch A, the native VLAN is set to VLAN
    10 on Switch B and the native VLAN is defaulted. What problems will occur? A. CDP will not function.
    B. VTP will not function.
    C. All broadcasts will be forwarded to Switch B.
    D. Any traffic not tagged on Switch B when traversing the trunk will be switched onto VLAN 10.
A
  1. D. The problems will not be apparent since the trunk will still function for tagged traffic. However, any traffic that is not tagged will be directed to the opposite side’s native VLAN. So traffic expected for VLAN 1 will be directed to VLAN 10, and VLAN 10 traffic will be directed to VLAN 1 when not tagged.
113
Q
  1. When enabling VTP pruning, where does it need to be configured? A. VTP needs to be configured only on the VTP server.
    B. VTP needs to be configured only on the VTP client.
    C. VTP needs to be configured only on the VTP transparent.
    D. VTP needs to be configured on all VTP clients and the server.
A
  1. A. VTP pruning needs to be configured only on the VTP server. The clients will receive the update and turn on VTP pruning automatically.
114
Q
151. Which proprietary protocol allows for conformity of VLANs across all Cisco switches?
A. CDP
B. VTP
C. 802.1X
D. ISL
A
  1. B. VLAN Trunking Protocol allows for conformity of VLANs across all Cisco switches. The protocol uses a master-slave database with a revision control of +1. If the server is 5 and the clients are 4, they will update the database to the latest revision.
115
Q
  1. Which statement is correct about native VLANs?
    A. Any traffic tagged will be placed on the native VLAN.
    B. Any traffic that is not allowed over the trunk will be placed on the native VLAN.
    C. Any traffic not tagged will be placed on the native VLAN.
    D. Any traffic that is tagged with ISL on an 802.1Q trunk will be placed on the native VLAN.
A
  1. C. Native VLANs are only used for traffic that is not tagged, which is placed on a trunk link. A common use for native VLANs is management traffic between switches, before both sides are configured as a trunk.
116
Q
  1. You have configured switchport nonegotiate on an interface with a default configuration. What effect will it have on the neighboring interface when the other switch is plugged in with its interface in default configuration?

A. The switchport will transition to a trunk port. B. The switchport will remain an access port.
C. The interface will remain shut down.
D. The interface will enter an err-disable state.

A
  1. B. If you issue the command switchport nonegotiate, the switch will not send Dynamic Trunking Protocol (DTP) frames for trunk negotiation. The default configuration for a port is the mode of access, so the port will remain in an access port
117
Q
  1. Switch A has the default configuration on its interface. You plug Switch B into its interface with a crossover cable. Which command will force Switch B to become a member of VLAN 5?
    A. SwitchA(config-if)#switchport mode access SwitchA(config-if)#switchport access vlan 5
    B. SwitchA(config-if)#switchport mode trunk SwitchA(config-if)#switchport native vlan 5
    C. SwitchB(config-if)#switchport mode access SwitchB(config-if)#switchport access vlan 5
    D. SwitchB(config-if)#switchport mode trunk SwitchB(config-if)#switchport native vlan 5
A
  1. A. You want Switch B to become a member of VLAN 5. So Switch A must change its interface to an access port, which will force Switch B to remain an access port. Then you configure the access VLAN of 5 on Switch A. If you tried to configure this with a native VLAN, you would result in a native VLAN mismatch and improper configuration.
118
Q
  1. Switch A is configured with the command of switchport mode dynamic desirable on its interface. Which command would you need to configure on Switch B to create a trunk between them?
    A. SwitchB(config-if)#switchport mode dynamic auto
    B. SwitchB(config-if)#switchport mode dynamic desirable C. SwitchB(config-if)#switchport mode trunk
    D. All of the above
A
  1. D. The command switchport mode dynamic desirable is similar to switchport mode dynamic auto with the exception that it is desirable to become a trunk. So if the neighboring port is set to auto, desirable, or trunk, it becomes a trunk.
119
Q
  1. Which statement is correct about the command switchport mode dynamic auto?
    A. The interface will become a trunk if requested on the neighboring port.
    B. The interface will become a trunk if the neighboring port is configured the same.
    C. The interface will remain an access link if the neighboring port is configured as a trunk.
    D. The interface will remain an access link if the native VLAN is changed.
A
  1. A. The command switchport mode dynamic auto will cause the port to remain an access port if the neighboring port is configured the same. However, if you configure the neighboring port as a trunk, it will become a trunk.
120
Q
  1. Which command is similar to show interfaces trunk but will show greater detail?
    A. Switch#show interfaces trunk detail B. Switch#show switchport

C. Switch#show interfaces switchport D. Switch#show running-config

A
  1. C. The command show interfaces switchport will show greater detail about the trunk than the command show interfaces trunk. Alternatively, you can specify a single port using the command show interfaces Fa 0/5 switchport, for example.
121
Q
  1. You are connecting a VMware ESXi server to an interface on a 3560 switch. The ESXi server will need several VLANs for the VMs running on it. How would you configure the interface?
    A. Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport mode trunk Switch(config-if)#switchport nonegotiate
    B. Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport mode dynamic desirable
    C. Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport mode access
    D. Switch(config-if)#switchport trunk encapsulation dot1q Switch(config-if)#switchport trunk Switch(config-if)#switchport nonegotiate
A
  1. A. Configuring servers like VMware ESXi is no different than configuring other switches. The exception is that the VMware server will not participate in DTP. So we first configure the command to set the interface statically to a trunk. Then we turn off DTP with the command switchport nonegotiate since DTP is not needed.
122
Q
162. When you have a native VLAN mismatch on a configured trunk, which protocol will alert you to the issue?
A. VTP
B. CDP
C. 802.1Q
D. ISL
A
  1. B. Cisco Discovery Protocol (CDP) will alert you to a native VLAN mismatch. You will receive the error “%CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered….” When a trunk is configured, the native VLAN is always used for CDP exchanges.
123
Q
  1. How does a VTP client know that the VTP database has been updated?
    A. The CDP protocol checks for VTP updates.
    B. The VTP protocol checks the MD5 checksum for changes. C. The VTP protocol checks the database revision number.
    D. The VTP protocol pulls a full copy of the database every 60 seconds.
A
  1. C. The VTP clients track changes via a 32-bit number inside of the VTP frame called the revision number. By default, every 5 minutes a summary advertisement is sent from the server. However, when an update occurs, a new VTP frame called a subset advert message is sent.
124
Q
  1. What can happen by changing the mode of a VTP client to a VTP server and changing one of the VLANs?
    A. The VLAN database can be overwritten in the rest of the network.
    B. The VLAN database can be erased in the rest of the network.
    C. The switch will need to be reloaded before it can function as a server.
    D. Nothing; the switch functions fine in the rest of the network.
A
  1. A. Since the VTP clients in the network check the revision number in VTP, if a client is changed to a server, the database remains intact. So when a change is made, the revision number will increment and propagate to the rest of the network. Even if an existing server exists, its revision number will be lower.
125
Q
  1. You need to check the allowed VLANs on a trunk interface. Which command will show you the allowed VLANs?
    A. SwitchA#show interfaces gi 0/1 trunk
    B. SwitchA#show interfaces gi 0/1
    C. SwitchA#show interfaces gi 0/1 switchport
    D. SwitchA#show interfaces trunk
A
  1. D. The command show interfaces trunk will show the details of allowed VLANs. The show running-config command will also show you the allowed VLANs.
126
Q
  1. You need to verify if VTP pruning is enabled. Which command will you use to view the information?
    A. SwitchA#show vtp status B. SwitchA#show vtp pruning C. SwitchA#show vtp details
    D. SwitchA#show vlan pruning
A
  1. A. The command show vtp status will tell you if VTP pruning is enabled or disabled.
127
Q
  1. You are trying to change the native VLAN from VLAN 1 to VLAN 1002. You have configured both sides with switchport native vlan 1002. However, the native VLAN traffic keeps failing. What is wrong?
    A. The native VLAN must be VLAN 1.
    B. The native VLAN cannot be an extended VLAN. C. VLAN 1002 is not allowed for Ethernet traffic.
    D. The problem is not the native VLAN; everything is configured properly.
A
  1. C. VLAN 1002 is reserved for use with an FDDI VLAN and not allowed for Ethernet traffic. All Ethernet traffic must be a VLAN between 1 to 1001. You cannot use 1002 to 1005 because they are used for legacy applications.
128
Q
  1. What is the IEEE specification for Spanning Tree Protocol?
    A. 802.1x B. 802.1w C. 802.1d
    D. 802.1s
A
  1. C. The original version of STP was created by Digital Equipment Corporation
    (DEC). The IEEE ratified the specification of STP as 802.1d in 1990.
129
Q
  1. Which statement is correct about Spanning Tree Protocol?
    A. STP runs on a central switch by creating a topology database.
    B. STP runs as a distributed process on each switch and creates a topology database.
    C. STP uses routing protocols to check for network loops.
    D. STP uses the MAC address table to check for switching loops.
A
  1. B. Spanning Tree Protocol runs as a distributed process on each switch. Each switch creates and maintains its own topology database referencing the root bridge.
130
Q
  1. How is the root bridge in STP elected?
    A. The root bridge is the switch with the highest IP address and priority.
    B. The root bridge is the switch with the lowest IP address and priority.
    C. The root bridge is the switch with the lowest MAC address and priority.

D. The root bridge is the switch with the highest MAC address and priority.

A
  1. C. The root bridge is elected by all of the switches and has the lowest MAC address and priority of them all.
131
Q
  1. What is the IEEE specification for Rapid Spanning Tree Protocol? A. 802.1x
    B. 802.1w C. 802.1d D. 802.1s
A
  1. B. The original STP specification was revamped in 2004 with RSTP 802.1w. This revamping of STP was to fix problems with the original specification.
132
Q
  1. Why is a root bridge elected for STP to function properly? A. The root bridge is the logical center of the STP topology.
    B. The root bridge allows all forwarding decisions of frames.
    C. The root bridge calculates the port cost for the rest of the network.
    D. The root bridge calculates the fastest path for the rest of the network.
A
  1. A. The root bridge is a point of perspective for the rest of the STP network. It is important to have a point of perspective to calculate which ports are blocked and which remain in a forwarding mode.
133
Q
  1. How does a switch calculate the bridge ID?
    A. The bridge ID is a 6-byte number containing a 2-byte bridge priority and 4-byte IP address.
    B. The bridge ID is an 8-byte number containing a 4-byte bridge priority and 4-byte IP address.
    C. The bridge ID is an 8-byte number containing a 2-byte bridge priority and 6-byte MAC address.
    D. The bridge ID is a 10-byte number containing a 4-byte bridge priority and 6-byte MAC address.
A
  1. C. The bridge ID is made up of a 2-byte bridge priority and a 6-byte MAC address for a total of 8 bytes.
134
Q
  1. What is the link cost in respect to STP?
    A. Link cost is the latency of a frame traversing across the link.
    B. Link cost is the calculation of all the ports in the path to the root bridge. C. Link cost is the monetary cost to traverse a link.
    D. Link cost is a numeric value associated with the speed of a link.
A
  1. D. The link cost is a numeric value that represents the cost in speed of a link. The higher the numbers, the lower the speed of the link, thus a higher cost.
135
Q
  1. What is the path cost in respect to RSTP?
    A. Path cost is the latency of a frame traversing across the link.
    B. Path cost is the calculation of all the ports in the path to the root bridge. C. Path cost is the monetary cost to traverse a link.
    D. Path cost is a numeric value associated with the speed of a link.
A
  1. B. The RSTP path cost is the calculation of all of the link costs that lead back to the root bridge. The link cost is a numeric value that signifies the speed. The lower the number “cost,” the higher the speed of the link.
136
Q
  1. What is the default wait time for STP convergence to complete?

A. Convergence takes 60 seconds to complete. B. Convergence takes 5 seconds to complete. C. Convergence takes 30 seconds to complete.
D. Convergence takes 50 seconds to complete.

A
  1. D. 802.1d STP convergence takes 50 seconds to complete before the port is put into a state of forwarding or blocking. This is dependent on the STA, or spanning-tree algorithm.
137
Q
  1. When a computer is connected to an interface with STP enabled in default mode, which is the correct order of the port transitions?
    A. Listening,learning,blocking,forwarding B. Forwarding,listening,learning,blocking C. Blocking,listening,learning,forwarding
    D. Blocking,learning,listening,forwarding
A
  1. C. When a computer is connected to an STP-enabled interface, the port will transition between blocking, listening, learning, and forwarding. The time between the states of blocking and forwarding is called the convergence and is 50 seconds.
138
Q
  1. What is the definition of a designated port?
    A. A port that is determined to have the lowest cost and placed in a forwarding state for a network segment
    B. A port that is determined to have the highest cost and placed in a forwarding state for a network segment
    C. A port that is determined to have a lowest path cost to the root bridge and placed in a forwarding state for a network segment
    D. A port that is determined to have the highest path cost to the root bridge and placed in a blocking state for a network segment
A
  1. A. A designated port is a port that has the lowest cost compared to the higher cost of the redundant ports. It is placed into a forwarding state for a network segment.
139
Q
  1. Which is a correct statement about bridge port roles in STP?
    A. Every switch, excluding the root bridge, must have at least one root port.
    B. Every switch, including the root bridge, must have at least one designated port. C. Every switch, excluding the root bridge, must have at least one alternate port.
    D. Every switch, including the root bridge, must have at least one backup port.
A
  1. A. Every switch in the network segment must have at least one root port. This is the port that leads back to the root bridge. The root bridge will have a designated port on the adjacent link.
140
Q
  1. What is the definition of an STP root port?
    A. A port that is determined to have the lowest cost to the network segment and placed in a forwarding state
    B. A port that is determined to have the highest cost to the network segment and placed in a forwarding state
    C. A port that is determined to have the lowest path cost to the root bridge and placed in a forwarding state for a network segment
    D. A port that is determined to have the highest path cost to the root bridge and placed in a blocking state for a network segment
A
  1. C. The root port is the port that leads back to the root bridge on the adjacent switch. It has the lowest cost of the redundant ports.
141
Q
  1. Which statement describes an STP port that is placed into a blocking state?
    A. When a port is placed into a blocking state, it blocks all frames, including
    BPDUs.
    B. When a port is placed into a blocking state, it blocks redundant frames, excluding BPDUs.
    C. When a port is placed into a blocking state, it blocks all frames, excluding BPDUs.
    D. When a port is placed into a blocking state, it blocks redundant frames, including BPDUs.
A
  1. C. An STP blocked port will block all frames from being forwarded. The blocking excludes BPDUs, which it will continue to listen for and calculate future topology decisions
142
Q
  1. Which protocol is a Cisco proprietary enhancement for 802.1d that allows separate spanning-tree instances for each VLAN?
    A. IEEE 802.1w B. PVST+
    C. CST
    D. RSTP
A
  1. B. Per-VLAN Spanning Tree+ elects a root bridge for each VLAN and creates a topology table for each VLAN. It is a Cisco proprietary protocol due to the bridge ID calculation it must perform for each VLAN.
143
Q
  1. What is the definition of an STP designated port?
    A. A port that is determined to have the lowest cost to the network segment and placed in a forwarding state
    B. A port that is determined to have the lowest path cost to the root bridge and placed in a forwarding state for a network segment
    C. A port that is determined to have the highest path cost to the root bridge and placed in a blocking state for a network segment
    D. A port that is determined to have the highest cost to the network segment and placed in a forwarding state
A
  1. A. The designated port is the port with the lowest cost of the redundant links to the network segment. The adjacent port is normally the root port leading back to the root bridge.
144
Q
  1. When a computer is connected to an interface with RSTP enabled in default mode, which is the correct order of the port transitions?
    A. Discarding,learning,blocking,forwarding B. Discarding,listening,forwarding
    C. Blocking,listening,learning,forwarding
    D. Discarding,learning,forwarding
A
  1. D. RSTP has three transitions when a computer is plugged in (no loops). The transitions are discarding, learning, and forwarding, which allow for rapid convergence times.
145
Q
  1. How is the bridge ID calculated for PVST+?
    A. The bridge ID is a 4-byte bridge priority, a 12-byte sys-id-ext, and 6 byte MAC address.

B. The bridge ID is a 4-byte bridge priority and sys-id-ext and 6-byte MAC address.
C. The bridge ID is a 4-bit bridge priority, 12-bit sys-id-ext, and 6-byte MAC address.
D. The bridge ID is a 4-bit bridge priority, 12-bit sys-id-ext, and an 8-byte IP address.

A
  1. C. The PVST+ bridge ID comprises a 4-bit bridge priority calculated in blocks of 4096, a 12-bit sys-ext-id that is the VLAN ID for the segment, and a 6-byte MAC address for the switch.
146
Q
  1. What is the default bridge priority for all STP switches? A. Bridge priority of 8,192
    B. Bridge priority of 16,384
    C. Bridge priority of 32,768
    D. Bridge priority of 65,526
A
  1. C. The default bridge priority for STP is 32,768.
147
Q
  1. Which protocol is a Cisco proprietary enhancement for 802.1w that allows separate spanning-tree instances for each VLAN?
    A. RapidPVST+ B. PVST+
    C. CST
    D. RSTP+
A
  1. A. Rapid Per-VLAN Spanning Tree+ elects a root bridge for each VLAN. It allows for fast convergence times and logical placement of the root bridge. However, it requires the most CPU and RAM of all implementations.
148
Q
  1. Which statement is correct about the Common Spanning Tree?
    A. CST elects a root bridge for each VLAN.
    B. CST elects a single root bridge for the entire physical network.
    C. CST has an immediate convergence because it elects a single root bridge.
    D. CST is best implemented for really large networks since it scales efficiently.
A
  1. B. Common Spanning Tree elects a single root bridge for the entire network and all of the VLANs. This creates a problem when the center of your network may vary upon VLAN placement.
149
Q
  1. Which statement is correct about Rapid Spanning Tree Protocol?
    A. RSTP allows for multiple root bridges.
    B. RSTP is backward compatible with STP.
    C. RSTP has a convergence time of around 50 seconds.
    D. RSTP has five port states to which the interfaces could possibly transition.
A
  1. B. RSTP has three transition modes and converges faster than STP, which is 50 seconds. It is, however, backward compatible with STP 802.1d.
150
Q
  1. How do switches participating in an STP network become aware of topology changes?
    A. The root bridge is responsible for sensing the change and sending Topology Change Notification BPDUs.
    B. Each switch is responsible for sensing the change and sending Topology Change Notification BPDUs.

C. The root bridge polls each switch participating in STP for changes. D. The switches participating in STP poll the root bridge for changes.

A
  1. B. Each switch is responsible for sensing changes to the topology. Whenever the topology changes, a Topology Change Notification (TCN) is sent out all root ports and an acknowledgment is sent back. This happens until the root bridge sends back a notification.
151
Q
  1. Which of the following standards is an IEEE standard that is to replace Rapid PVST+?
    A. 802.1x B. 802.1w C. 802.1d
    D. 802.1s
A
  1. B. 802.1s, which is called Multiple Spanning Tree (MST), is a standard based upon PVST+. It is an open standard created by the IEEE that will allow Per-VLAN Spanning Tree in multi-vendor switched networks. However, it is not fully supported on all Cisco platforms as of yet.
152
Q
  1. Which is a correct statement about bridge port roles in STP?
    A. A designated port is always in a blocking state.
    B. Every switch, including the root bridge, must have at least one designated port.
    C. Every switch, excluding the root bridge, must have at least one non-designated port.
    D. All ports on the root bridge are in a designated port state.
A
  1. D. The root bridge always has all of its ports in a designated mode or forwarding mode. If there are redundant links, the adjacent switch to the designated port on the root bridge must be a non-designated or blocking state.
153
Q
  1. In Rapid Spanning Tree Protocol, which port mode replaces the blocking and listening port states?
    A. Discarding B. Learning
    C. Forwarding
    D. Backup
A
  1. A. RSTP has three port states: discarding, learning, and forwarding. Blocking and listening are both mapped to discarding in RSTP. When a port is in a state of discarding, it means the interface is discarding all frames except for BPDUs.
154
Q
  1. You have a network consisting of four switches, all configured with the same bridge priority. Which switch will be elected the root bridge?
    A. 0081.023a.b433 B. 0011.03ae.d8aa C. 0041.0611.1112
    D. 0021.02fa.bdfc
A
  1. B. The switch with the MAC address of 0011.03ae.d8aa will become the root bridge. Its MAC address is the lowest out of the four switches
155
Q
199. What is the default STP mode all Cisco switches run?
A. 802.1d
B. 802.1w
C. Rapid-PVST+
D. PVST+
A
  1. D. All Cisco switches are defaulted to the Cisco proprietary STP protocol of PVST+.
156
Q
  1. Which option is a correct statement about alternate ports in RSTP?
    A. An alternate port receives BDPUs from another port on the same switch and
    therefore can replace the designated port if it fails.
    B. An alternate port receives BPDUs from another switch and therefore can replace the designated port if it fails.
    C. An alternate port is always placed in a forwarding state.
    D. An alternate port receives BPDUs from another switch and therefore can replace the root port if it fails.
A
  1. D. An alternate port is a port that is in a discarding state. If the root port fails on the switch with the alternate port, then the alternate port becomes the root port for that switch.
157
Q
  1. Which is a correct statement about backup ports in RSTP?
    A. A backup port receives BDPUs from another port on the same switch and
    therefore can replace the designated port if it fails.
    B. A backup port receives BPDUs from another switch and therefore can replace the designated port if it fails.
    C. A backup port is always placed in a forwarding state.
    D. A backup port receives BPDUs from another switch and therefore can replace the root port if it fails.
A
  1. A. A backup port is a port in a discarding state. It receives BPDUs from another port on the same switch. If the forwarding port fails, then the backup port will become designated so that connectivity to the segment can be restored.
158
Q
  1. You have a network consisting of four switches. Which switch will be elected the root bridge?
    A. Priority 32,768 MAC 0013.abea.b562 B. Priority 32,768 MAC 00ef.0897.8abc C. Priority 32,768 MAC 00e8.1212.278e D. Priority 16,384 MAC 00f8.034e.bede
A
  1. D. Although 00f8.034e.bede is the highest MAC address of the four switches, the priority is the lowest of the four. Since the priority and MAC address are added together, the priority allows the switch to win the election.
159
Q
  1. Which command would configure the priority of 16,384 for VLAN 5? A. SwitchB(config)#spanning-tree vlan 5 priority 16384
    B. SwitchB(config)#spanning-tree priority 16384 vlan 5
    C. SwitchB(config-vlan)#spanning-tree priority 16384
    D. SwitchB(config-vlan)#spanning-tree vlan priority 16384
A
  1. A. The command to set the STP priority for VLAN 5 is performed from a global config prompt. The full command is spanning-tree vlan 5 priority 16384.
160
Q
  1. Which command will display the VLANs for which the current switch is the root
    bridge?
    A. SwitchA#show spanning-tree details
    B. SwitchA#show spanning-tree status C. SwitchA#show spanning-tree root

D. SwitchA#show spanning-tree summary

A
  1. D. The command show spanning-tree summary will show all of the VLANs for which the current switch is a root bridge
161
Q
  1. Which command will enable Rapid Per-VLAN Spanning Tree on a switch?
    A. SwitchB(config)#spanning-tree rapid-pvst
    B. SwitchB(config)#spanning-tree 802.1w
    C. SwitchB(config)#spanning-tree mode rapid-pvst
    D. SwitchB(config)#spanning-tree mode 802.1w
A
  1. C. Enabling Rapid PVST is super simple. From a global config prompt you use the command spanning-tree mode rapid-pvst.
162
Q
  1. You want to see the spanning tree for one VLAN. Which command would you
    use?
    A. SwitchC#show vlan 6 spanning-tree
    B. SwitchC#show spanning-tree vlan 6 C. SwitchC#show vlan 6
    D. SwitchC#show spanning-tree summary vlan 6
A
  1. B. The command show spanning-tree vlan 6 would only show the spanning-tree configuration for VLAN 6.
163
Q
  1. Which new port state does RTSP have compared to STP?
    A. Learning
    B. Forwarding C. Blocking
    D. Discarding
A
  1. D. The new port state that RTSP has is discarding, which replaces the blocking state of STP
164
Q
  1. You receive a call that when computers boot up, they display an error message stating that they cannot reach a domain controller. However, after a few tries, the problem goes away, and the domain controller can be reached. Which command would you enter into the interface if you suspect spanning-tree convergence problems?
    A. SwitchA(config-if)#no switchport spanning-tree
    B. SwitchA(config)#switchport spanning-tree portfast C. SwitchA(config)#spanning-tree portfast default
    D. SwitchA(config-if)#spanning-tree portfast
A
  1. D. The command spanning-tree portfast” entered into the interface will turn on PortFast mode. This will allow the interface to forward first.
165
Q
  1. On which types of ports should you turn on PortFast mode?
    A. Trunk ports B. Access ports C. Voice ports
    D. Designatedports
A
  1. B. PortFast should only be configured on access links where end devices are plugged in because these devices will not typically create loops in the switch topology
166
Q
  1. What will the command of spanning-tree portfast default entered in global configuration mode do?
    A. Turn on PortFast mode for all ports.
    B. Turn on PortFast mode for all access ports only. C. Turn off spanning tree on all ports.
    D. Turn off spanning tree on all access ports only.
A
  1. B. This command turns on PortFast globally for only access ports on the switch. This command should be used on access switches because end devices are connected at this level in the hierarchy.
167
Q
  1. What will happen if you plug a hub into two ports on the same switch configured with PortFast on all the interfaces?

A. You will create a temporary switching loop.
B. You will create a switching loop.
C. Both ports will sense the switch and err-disable.
D. One of the links will disable via spanning tree.

A
  1. A. You will create a temporary switching loop until the BPDUs are heard from each interface over the hub. However, during this period you will have a switching loop and degrade traffic over the entire switching topology until convergence happens.
168
Q
  1. Which feature will protect a switch immediately if it sees another switch’s advertisement?
    A. BPDU Guard
    B. BPDU Detection C. LoopGuard
    D. UplinkFast
A
  1. A. BPDU Guard will turn the interface to err-disable as soon as a BPDU is heard on the interface. This feature should be enabled on access switches when configuring PortFast.
169
Q
  1. What is the transition of states when PortFast is configured?
    A. Forwarding,listening,learning,blocking B. Listening,forwarding,learning,blocking C. Listening,learning,forwarding,blocking
    D. Blocking,listening,learning,forwarding
A
  1. A. PortFast mode allows an interface to bypass the blocking state and begin forwarding immediately. It then listens and learns of BPDUs on the interface and can make a decision to continue to forward frames or enter into a blocking state.
170
Q
  1. Which command would you use to configure BPDU Guard on an interface?
    A. SwitchA(config-if)#switchport mode bpduguard
    B. SwitchA(config-if)#switchport bpduguard enable
    C. SwitchA(config-if)#spanning-tree bpduguard enable
    D. SwitchA(config-if)#spanning-tree bpduguard
A
  1. C. The correct command to configure BPDU Guard on a single interface is spanning-tree bpduguard entered into the interface you want to turn it on for.
171
Q
  1. Which option is a best practice when configuring links on an access switch? A. Never configure spanning-tree PortFast mode on an access link.
    B. Always configure BPDU Guard along with PortFast. C. Always configure BPDU Guard on trunks.
    D. Always configure BPDU Guard along with UplinkFast.
A
  1. B. Configuring BPDU Guard along with PortFast ensures that the end device will always be forwarding. BPDU Guard ensures that in the event a BPDU is heard on the interface, the interface will enter into an err-disable mode.
172
Q
  1. Which command will show you if a port has been configured for PortFast mode?
    A. Switch#show portfast
    B. Switch#show interface fa 0/1 C. Switch#show spanning-tree
    D. Switch#show spanning-tree interface fa 0/1
A
  1. D. Using the command show spanning-tree interface fa 0/1 will show the spanning tree configuration for an interface. If PortFast has been configured, the last line will read, “The port is in the PortFast mode.”
173
Q
  1. Which command would you use to remove BPDU Guard from an interface?
    A. Switch(config-if)#switchport bdpugaurd disable
    B. Switch(config-if)#spanning-tree bpduguard disable C. Switch(config-if)#no switchport bpduguard
    D. Switch(config-if)#spanning-tree bpduguard disable
A
  1. D. One way to disable BDPU Guard is to enter the command spanning-tree bpduguard disable. Another way is to negate the command with no spanning-tree bpduguard
174
Q
  1. You have BPDU Guard configured on an interface. What happens if a BPDU is
    advertised on the interface?
    A. The interface will become administratively disabled.
    B. The interface will become disabled.
    C. The interface will become err-disabled.
    D. A small switching loop will happen until convergence.
A
  1. C. The switch’s interface will become err-disabled immediately. Once it is in err- disable mode, an administrator is required to reset the interface.
175
Q
  1. Which command will show you if BPDU Guard is enabled by default?
    A. Switch#show interface gi 0/1
    B. Switch#show spanning-tree summary C. Switch#show spanning-tree vlan 2
    D. Switch#show spanning-tree
A
  1. B. The show spanning-tree summary command will show you which features are turned on globally or by default.
176
Q
  1. You are configuring an edge switch and want to make sure that someone does not

plug a switch in accidentally. Which feature will you configure? A. PortFast
B. UplinkFast
C. BackboneFast
D. BPDU Guard

A
  1. D. BPDU Guard will protect the edge switch from someone accidentally plugging in another switch to a port dedicated for end devices.
177
Q
  1. You want to quickly configure an edge switch so all access ports are in PortFast mode. Which command will achieve this?
    A. SwitchA(config)#spanning-tree portfast default
    B. SwitchA(config)#switchport spanning-tree portfast C. SwitchA(config)#spanning-tree portfast enable
    D. SwitchA(config)#spanning-tree portfast
A
  1. A. The command spanning-tree portfast default will configure all access ports on the switch as PortFast enabled.
178
Q
  1. Which protocol is an IEEE standard that collects information from neighboring
    devices on their identity and capabilities? A. CDP
    B. LLDP C. 802.1b D. 802.1a
A
  1. B. Link Layer Discovery Protocol is an IEEE standard of 802.1ab. Most Cisco devices can perform LLDP.
179
Q
  1. You want to turn off CDP on a switch. Which command would you enter? A. Switch(config)#cdp disable
    B. Switch(config-if)#no cdp enable C. Switch(config)#no cdp
    D. Switch(config-if)#no cdp run
A
  1. D. The command to turn off CDP globally on a switch is no cdp run.
180
Q
  1. How often are CDP frames sent out of the device by default?
    A. Every 30 seconds B. Every 60 seconds C. Every 90 seconds
    D. Every 180 seconds
A
  1. B. CDP frames are sent out all active interfaces every 60 seconds.
181
Q
  1. Which Cisco proprietary protocol collects information from neighboring devices about their identity and capabilities?
    A. 802.1ab B. LLDP

C. CDP D. 802.1a

A
  1. C. Cisco Discovery Protocol, or CDP, is a Cisco proprietary protocol used for gathering information from neighboring switches and routers.
182
Q
  1. What is the default value of the CDP holddown timer for CDP entries? A. 30seconds
    B. 60seconds
    C. 90seconds
    D. 180seconds
A
  1. D. The default holddown timer for CDP entries is three times the advertisement timer of 60 seconds. So entries have a holddowntimer value of 180 seconds.
183
Q
  1. You want to turn off CDP on a single interface. Which command would you enter?
    A. Switch(config)#cdp disable
    B. Switch(config-if)#no cdp enable C. Switch(config)#no cdp
    D. Switch(config-if)#no cdp run
A
  1. B. To turn off or suppress CDP advertisements on a single interface, you would enter the interface and enter the command no cdp enable.
184
Q
  1. Which command gives information that’s identical to the output of the show cdp
    neighbors detail command?
    A. Switch#sh cdp neighbors all B. Switch#sh cdp neighbors * C. Switch#sh cdp entries all
    D. Switch#sh cdp entry *
A
  1. D. The sh cdp entry * command will give output that’s identical to that of the show cdp neighbors detail command.
185
Q
243. You have several non-Cisco IP phones and you want to allow automatic power adjustments on the Cisco Power over an Ethernet (PoE) switch. Which command will allow you to achieve this?
A. Switch#lldp run
B. Switch(config)#lldp run
C. Switch(config)#lldp enable
D. Switch#lldp enable
A
  1. B. The command lldp run entered in global config mode will enable LLDP on all interfaces. When enabled, LLDP-MED, or LLDP for Media, will read capabilities on the phone such as name and power level.
186
Q
244. Which command will allow you to see LLDP devices connected to a switch?
A. Switch#show lldp
B. Switch#show lldp devices
C. Switch#show lldp neighbor detail
D. Switch#show cdp neighbor detail
A
  1. C. The command show lldp neighbor detail will show output identical to the output of show cdp neighbor detail.
187
Q
  1. What is the default LLDP advertisement interval? A. 30seconds
    B. 60seconds
    C. 90seconds
    D. 120seconds
A
  1. A. The default LLDP advertisement interval is 30 seconds. When turned on, it will advertise out all active interfaces every 30 seconds.
188
Q
  1. You want to disable LLDP from sending advertisements on a single interface. Which command will you use?
    A. Switch(config-if)#no lldp
    B. Switch(config-if)#no lldp transmit C. Switch(config-if)#no lldp receive
    D. Switch(config-if)#no lldp enable
A
  1. B. When you use the command no lldp transmit, it will suppress LLDP messages from exiting the interface it is configured on.
189
Q
  1. What is the default value of the LLDP holddown timer for entries?
    A. 30seconds B. 60seconds C. 90seconds
    D. 120seconds
A
  1. D. The default value of the LLDP holddown timer for entries is 120 seconds. This holddown timer is set every time the switch hears an advertisement for a device. The holddown is four times the advertisement interval.
190
Q
  1. You have a layer 2 connection to your ISP. You want to make sure that you do not
send information on the capabilities of your switch, but you don’t want to affect the use of CDP. Which command will you configure?
A. Switch(config)#cdp disable
B. Switch(config-if)#no cdp
C. Switch(config-if)#no cdp disable
D. Switch(config-if)#no cdp enable
A
  1. D. The command no cdp enable will turn off CDP advertisements on the interface that you configure it on.
191
Q
  1. Which command will show the interfaces that CDP is advertising on?
    A. Switch#show cdp
    B. Switch#show cdp interface C. Switch#show interface
    D. Switch#show interface cdp
A
  1. B. The command show cdp interface will display all of the interfaces CDP is enabled on along with their advertisement intervals.
192
Q
  1. What is the maximum number of interfaces that can be aggregated with
    EtherChannel and PAgP? A. 2 interfaces
    B. 8 interfaces C. 16interfaces
    D. 4interfaces
A
  1. B. EtherChannel can aggregate 2 interfaces to 8 interfaces together on a single switch when using PAgP.
193
Q
  1. Which is a true statement about EtherChannel?
    A. EtherChannel works with 802.1Q to block the redundant lines.
    B. EtherChannel can aggregate multiple lines with varying speed.
    C. EtherChannel can aggregate interfaces across multiple stand-alone switches.
    D. When configured, EtherChannel acts as a single layer 2 connection.
A
  1. D. When EtherChannel bonds interfaces together, they act as a single Ethernet link. Therefore, layer 2 and layer 3 sees it as a single link.
194
Q
  1. You have a switch with 2 Gigabit interface ports and 48 FastEthernet ports and are using PAgP. What is the highest bandwidth you can achieve?
    A. 2 Gb/s
    B. 2.2 Gb/s C. 400Mb/s
    D. 2.6Gb/s
A
  1. A. The highest configurable bandwidth is going to be 2 Gb/s. This is because you cannot mix speeds and duplex.
195
Q
  1. Which negotiation protocol is an IEEE standard?
    A. LACP B. 802.1Q

C. PAgP D. 802.1ab

A
  1. A. The Link Aggregation Control Protocol (LACP) is the IEEE standard 802.3ad.
196
Q
  1. You need to form an EtherChannel between a VMware ESXi host and the switch. Which negotiation protocol will you choose?
    A. EtherChannel B. LACP
    C. Channel Group
    D. PAgP
A
  1. B. LACP is an IEEE standard that is supported by non-Cisco devices to create
    aggregation links and negotiate the configuration.
197
Q
  1. What is the maximum number of interfaces that can be aggregated with EtherChannel and LACP?
    A. 2 interfaces B. 8 interfaces C. 16interfaces
    D. 4interfaces
A
  1. C. EtherChannel can aggregate 2 interfaces to 16 interfaces together on a single switch when using LACP. Only eight ports can be used at any one time; the others are placed in standby mode.
198
Q
  1. Which mode forces the aggregation of links without the use of a control protocol?
    A. LACP off mode B. PAgP off mode C. On mode
    D. 802.3admode
A
  1. C. If you configure the EtherChannel to on mode, it forces the aggregation of links together without the use of a control protocol.
199
Q
  1. Which is a correct statement about aggregating ports together?
    A. The term EtherChannel is a Cisco proprietary term for port channeling. B. PAgP can be used with non-Cisco products.
    C. LACP can only be used with other Cisco switches.
    D. PAgP can bundle several different speeds and duplexes together.
A
  1. A. The term EtherChannel is a Cisco-centric term. Most vendors will not recognize the term.
200
Q
  1. Which negotiation protocol is a Cisco proprietary standard?
    A. LACP B. 802.1Q C. PAgP
    D. 802.1ab
A
  1. C. Port Aggregation Protocol (PAgP) is a Cisco proprietary control negotiation protocol.
201
Q
  1. How often does PAgP send messages to control the status of the links in the bundle?

A. Every 30 seconds B. Every 60 seconds C. Every 90 seconds
D. Every 120 seconds

A
  1. A. PAgP sends control notifications every 30 seconds to the adjacent switch.
202
Q
  1. You want to configure two switches so that LACP is used between the switches. Which mode should you use on both sides to force LACP?
    A. Active mode on both sides B. Passive mode on both sides C. Auto mode on both sides
    D. Desirable mode on both sides
A
  1. A. Using active mode on both sides assures us that the switches will start
    negotiation with only Link Aggregation Control Protocol (LACP).
203
Q
  1. What is the effect of configuring a port channel with one side set to passive mode and the other side set to active mode?
    A. The channel group will use PAgP.
    B. The channel group will not be formed. C. The channel group will use LACP.
    D. The channel group will use EtherChannel.
A
  1. C. When you use passive on one side and active on the other side of a port channel, the result is that Link Aggregation Control Protocol (LACP) will be used.
204
Q
  1. Which command is used to verify the negotiation protocol for a port channel?
    A. Switch#show etherchannel B. Switch#show port-channel C. Switch#show interface
    D. Switch#show run
A
  1. A. The command show etherchannel will display all EtherChannels on the switch along with their negotiated protocols.
205
Q
  1. What is the effect of configuring a port channel with one side set to passive mode
    and the other side set to passive mode? A. The channel group will use PAgP.
    B. The channel group will not be formed. C. The channel group will use LACP.
    D. An unconditional port channel will be formed.
A
  1. B. Since both interfaces are set to passive mode, neither side will initiate the LACP control notifications. Although the port channel is configured on the switch, it is not communicated between the switches.
206
Q
  1. What is the effect of configuring a port channel with one side set to on mode and the other side set to on mode?
    A. The channel group will use PAgP.
    B. The channel group will not be formed.

C. The channel group will use LACP.
D. An unconditional port-channel will be formed.

A
  1. D. When both sides of the port channel are configured with the On mode, an unconditional port channel is created. This means there is no control protocol assisting the port channel.
207
Q
  1. When a port channel is configured, where do you configure the native VLAN? A. On the first port in the channel group
    B. On all of the ports in the channel group
    C. In the port channel created for the channel group
    D. All of the above
A
  1. C. When you configure the channel group command interfaces, it automatically creates a port channel interface. This pseudo interface should be used for all configurations of the collective ports.
208
Q
  1. What is the effect of configuring a port channel with one side set to auto mode and the other side set to desirable mode?
    A. The channel group will use PAgP.
    B. The channel group will not be formed. C. The channel group will use LACP.
    D. An unconditional port channel will be formed.
A
  1. A. When one side of the port channel is configured with the auto mode and the other is configured with desirable mode, the EtherChannel is formed with PAgP.
209
Q
  1. Which command will configure one side of an EtherChannel, when the other side is configured with on mode?
    A. SwitchA(config-if)#channel-group 1 mode on SwitchB(config-if)#channel-group 1 mode on
    B. SwitchA(config-if)#channel-group 1 mode desirable SwitchB(config-if)#channel-group 1 mode desirable
    C. SwitchA(config-if)#switchport channel-group 1 mode desirable SwitchB(config-if)#switchport channel-group 1 mode desirable
    D. SwitchA(config-if)#switchport channel-group 1 mode on SwitchB(config-if)#switchport channel-group 1 mode on
A
  1. A. When the on mode is used, it means that no aggregation protocol will be used. On the adjacent switch, you must use the on mode.
210
Q
  1. What is the default load balancing configuration for EtherChannel? A. Destination MAC address
    B. Source IP address
    C. Destination IP address
    D. Source MAC address
A
  1. D. By default, load balancing is performed on frames by the source MAC address.
211
Q
  1. You want to configure two switches to form a PAgP EtherChannel. Which commands would you enter?
    A. SwitchA(config-if)#channel-group 1 mode pagp SwitchB(config-if)#channel-group 1 mode pagp

B. SwitchA(config-if)#channel-group 1 mode desirable SwitchB(config-if)#channel-group 1 mode desirable
C. SwitchA(config-if)#channel-group 1 mode pagp SwitchB(config-if)#channel-group 1 mode pagp
D. SwitchA(config-if)#channel-group 1 mode desirable SwitchB(config-if)#channel-group 1 mode desirable

A
  1. B. When configuring PAgP, you will use either the auto and desirable mode or the desirable mode on both sides. When you use desirable mode on both sides, desirable mode will unconditionally configure the EtherChannel with PAgP.
212
Q
  1. Which command will change the load-balancing criteria of the EtherChannel for the destination IP?
    A. SwitchA(config-if)#port-channel load-balance dst-ip B. SwitchA(config)#port-channel load-balance dst-ip
    C. SwitchA(config-if)#channel-group load-balance dst-ip
    D. SwitchA(config)#channel-group load-balance dst-ip
A
  1. B. When changing the EtherChannel load-balancing criteria, you must change it in global configuration mode via the port-channel load-balance dst-ip command.
213
Q
  1. Which command is used to verify the load-balancing method the switch is using?
    A. Switch#show etherchannel load-balance B. Switch#show channel-group load-balance C. Switch#show port-channel load-balance
    D. Switch#show load-balance
A
  1. A. Since the load-balancing method is globally configured, you use the show etherchannel load-balance command to verify the criteria load balancing is performed with
214
Q
273. You have a router connected to the switch via an EtherChannel. Which type of load- balancing criteria will you use to make sure you have the most optimal load balancing?
A. Source MAC address
B. Destination MAC address
C. Source and destination IP address
D. Source and destination MAC address
A
  1. C. When you want optimal load balancing, you would configure the source and destination IP address. On some versions of Cisco IOS, you can configure the source and destination IP address as well as the source and destination ports. Although this creates the most optimal load balancing, it creates a high amount of latency since layer 4 information must be calculated
215
Q
  1. What does the non-silent option along with the mode of auto or desirable do?
    A. Configures the interface not to send negotiation notifications
    B. Configures the interface to send negotiation notifications
    C. Configures the interface to send negotiation notifications only if detected
    D. Configures the interface to forward all CDP notifications
A
  1. B. This option forces an interface, if configured with desirable or auto, to forcibly send notifications. When a port is configured in auto mode, it requires another adjacent switch to send PAgP notifications. This option forces the notifications with the desirable mode.
216
Q
  1. When a port-channel is configured, where do you configure the access VLAN for connection to a server?
    A. The first port in the channel group

B. All of the ports in the channel group
C. In the port-channel created for the channel group
D. All of the above

A
  1. B. When configuring an access port for use with an EtherChannel, it is recommended to configure the switchport access vlan # command in each interface where the channel-group command has been configured.
217
Q
  1. You have configured the command channel-group 1 mode active on a range of interfaces that will participate in an EtherChannel. Which pseudo interface is created for overall management of the EtherChannel?
    A. ether-channel 1 B. port-group1
    C. port-channel 1
    D. channel-group1
A
  1. C. When you configure the channel-group 1 mode active command on the first interface, a pseudo interface is created called port-channel 1. All statistics and configuration should be referenced by this interface.
218
Q
  1. You have several 3750 switches located in the same switch closet. You need to add another switch but are out of Gigabit uplink ports. Which technology could you employ with these switches for optimal bandwidth?
    A. Switch clustering

B. Switch stacking
C. Daisy chaining the Gigabit ports
D. EtherChannel

A
  1. B. Switch stacking allows for all of the switches to be tied together so the uplink port can be shared at a nominal bandwidth of 32 Gb/s for the backplane loop.
219
Q
282. You have several switches configured in a switch stack configuration. You want to make the EtherChannel resilient to failure. Which feature should you use?
A. OSPF
B. PAgP
C. Cross-stack EtherChannel
D. EtherChannel load-balancing
A
  1. C. Cross-stack EtherChannel allows you to configure EtherChannels between physical switches to act as one EtherChannel. If one switch or SPF transceiver goes bad, the rest of the switching will be supported by the other physical switches.
220
Q
  1. What is the supported maximum number of 3750 switches that can stacked?
    A. 4switches B. 9switches C. 10switches
    D. 16switches
A
  1. B. Cisco will support a maximum of 9 switches in a switch stack configuration.
221
Q
  1. You have three switches with LAN Base and two switches with IP Base features sets. You want to stack the switches together. What needs to be done?
    A. Upgrade the three switches from LAN Base to IP Base.
    B. Downgrade the two switches from IP Base to LAN base.
    C. The switch stack will upgrade or downgrade the IOS according to the master switch.
    D. All of the above
A
  1. D. When you create a switch stack, the subordinate switches will upgrade or downgrade the IOS software according to the master switch’s IOS. Legally, you must purchase the highest IOS the master switch contains or downgrade the license the master contains
222
Q
  1. How does traffic flow on the StackWise 3750 platform?
    A. Directionally at 32 Gb/s
    B. Bidirectionally at 32 Gb/s
    C. Counter rotation paths at 16 Gb/s each
    D. Counter rotation paths at 32 Gb/s each
A
  1. C. The StackWise 3750 has a backend loop of two counter-rotating rings. Each ring supplies 16 Gb/s in each direction. This allows for up to 32 Gb/s total traffic flow and also allows for redundancy.
223
Q
  1. When you stack Cisco switches together, how do you manage the switch stack?
    A. Each switch has its own logical IP address.
    B. The entire stack is managed by the master switch IP.
    C. All switches in a stack need to have contiguous IP addressing.
    D. The entire stack is managed by one IP, and a port number is incremented from

22 for each switch’s logical identity.

A
  1. B. When you create a switch stack, you assign the IP address to the master switch. This IP address is used for the entire switch stack. If a master fails, a new master is elected and the original master IP is used.
224
Q
  1. You have a switch in a switch stack that has gone bad. You have received a replacement switch and want to swap it out. How can you swap out the bad switch?
    A. You must power the entire stack down to replace the defective switch.
    B. You must add the new switch to the last stack member number in the stack and then remove the defective switch.
    C. You can remove the defective switch while the stack is on and replace it with the replacement switch.
    D. You can swap the defective switch while the stack is on and then the stack requires a reload.
A
  1. C. Switches participating in stacking can be added, deleted, or replaced without powering the stack off. The provisioned switch that is being replaced must match the replacement’s stack member number via the switch {stack-member-number} provision command.
225
Q
  1. Which switch in a stack is responsible for forwarding tables and the central ACL? A. Slave switch
    B. Subordinate switch C. Topology switch
    D. Masterswitch
A
  1. D. The master switch is responsible for forwarding tables, ACL distribution, QOS, and multicast routing. The master switch is elected by the criteria of configured priority, hardware and software priority, configuration, uptime, and MAC address.
226
Q
  1. You have a switch in a stack that needs to be replaced. You are concerned that the configuration will be lost for the switch. What will happen when it is replaced?
    A. The replacement switch will automatically download the configuration for the switch member number it’s configured for from the master.
    B. The replacement switch will need to have the configuration TFTP transferred after replacement manually by the network admin.
    C. The replacement switch will need manual configuration since the interfaces will be renumbered.
    D. The replacement switch will need to have its configuration transferred from the existing switch to be replaced.
A
  1. A. Configuration is downloaded to the replacement switch automatically when it is replaced. The switch responsible for hosting the configuration is the master switch
227
Q
  1. You want to upgrade the stack’s IOS. Assuming you have all the same model of switches in the stack, what needs to be done?
    A. Only the master switch needs to be upgraded.
    B. Each switch needs to be upgraded independently.
    C. Each switch in the stack needs to be configured with a TFTP location to boot from, and then they all must be reloaded.
    D. The IOS image cannot be changed once a stack is configured.
A
  1. A. Only the master switch needs to be upgraded. Once the master switch is upgraded, it will download the IOS to all other members of the switch stack.
228
Q
  1. Which switch type in a switch stack downloads it configuration, forwarding table, and ACLs?

A. Provisionedswitch B. Subordinate switch C. Topology switch
D. Masterswitch

A
  1. B. The subordinate switch, often referred to as the slave switch, downloads all of its IOS, configuration, and forwarding tables from the master switch.
229
Q
  1. What is the maximum length of a stacking cable for switch stacks? A. 1 meter
    B. 3 meters C. 5 meters
    D. 10meters
A
  1. B. Switch stacking cables come in lengths of 50 centimeters, 1 meter, and 3 meters. The maximum length of the switch stack cable is 3 meters, or about 10 feet.
230
Q
293. You are connected to a switch stack and want to verify how the stack is cabled. Which command would you use?
A. Sw-Stk#show stack
B. Sw-Stk#show stack-ports
C. Sw-Stk#show switch cabling
D. Sw-Stk#show switch stack-ports
A
  1. D. The command used to verify cabling of the switch stack is show switch stack- ports. This command will display a table of how the switches are connected.
231
Q
  1. You want to verify the master switch in the switch stack, which command will
    display this information? A. Sw-Stk#show stack
    B. Sw-Stk#show switch
    C. Sw-Stk#show stack-master
    D. Sw-Stk#show stack ids
A
  1. B. The command show switch will display all switches in the stack along with their role. Within this information will be a switch labeled master.
232
Q
  1. You want to make sure that the top switch in the stack always becomes the
    master. How can you guarantee it always wins the election? A. Set the priority to 16.
    B. Set the priority to 1.
    C. Set the priority to 0.
    D. Set the priority to 15.
A
  1. D. Priority values can be configured from 1 to 15. The higher the priority, the better the chances of winning an election. If the switch is set to a priority of 15, it will always win the election and become the master.