Cisco CCNA 200-125 Exam Dumps Latest - New Questions & Answers
Cisco CCNA 200-125 Exam Dumps Latest - New Questions & Answers
Cisco CCNA 200-125 Exam Dumps Latest - New Questions & Answers
Which of these statements correctly describes the state of the switch once the boot process has been completed?
A. The switch will need a different IOS code in order to support VLANs and ST.
B. Remote access management of this switch will not be possible without configuration change.*
C. As FastEthernet0/12 will be the last to come up, it will be blocked by STP.
D. More VLANs will need to be created for this switch.
Show (Hide) Explanation/Reference
From the output we notice that the administrator has just shut down Interface Vlan1, which is the default VLAN so no one can access
it remotely (like telnet) -> B is correct.
Answer A is not correct as STP calculation does not depend on which port comes up first or last. STP recalculates when there is a
change in the network.
A normal switch can operate without VLAN -> C is not correct.
This IOS does support VLAN because it has VLAN 1 on it -> D is not correct.
II.11. Which condition does the err-disabled status indicate on an Ethernet interface?
There is a duplex mismatch.
The device at the other end of the connection is powered off.
The serial interface is disabled.
The interface is configured with the shutdown command.
Port security has disabled the interface.*
The interface is fully functioning.
Show (Hide) Explanation/Reference
There are various reasons for the interface to go into errdisable. The reason can be:
+ Duplex mismatch
+ Port channel misconfiguration
+ BPDU guard violation
+ UniDirectional Link Detection (UDLD) condition
+ Late-collision detection
+ Link-flap detection
+ Security violation
+ Port Aggregation Protocol (PAgP) flap
+ Layer 2 Tunneling Protocol (L2TP) guard
+ DHCP snooping rate-limit
+ Incorrect GBIC / Small Form-Factor Pluggable (SFP) module or cable
+ Address Resolution Protocol (ARP) inspection
+ Inline power
Reference: http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/69980-errdisable-recovery.html
Therefore in fact there are two correct answers in this question, which are “There is a duplex mismatch” and “Port security has
disabled the interface” but maybe you should choose the port security answer as it is the most popular reason.
II.12. Which statement about LLDP is true?
It is configured in global configuration mode.
It is configured in global configuration mode.*
The LLDP update frequency is a fixed value.
It runs over the transport layer.
Show (Hide) Explanation/Reference
Link Layer Discovery Protocol (LLDP) is a industry standard protocol that allows devices to advertise, and discover connected
devices, and there capabilities (same as CDP of Cisco). To enable it on Cisco devices, we have to use this command under global
configuration mode:
II.13. If the primary root bridge experiences a power loss, which switch takes over?
switch 0040.00.90C5
switch 00E0.F90B.6BE3
switch 0004.9A1A.C182*
switch 00E0.F726.3DC6
Show (Hide) Explanation/Reference
The switches compare their Bridge ID with each other to find out who will be the root bridge. The root bridge is the bridge with the
lowest bridge ID.
Bridge ID = Bridge Priority + MAC Address
In this question the bridge priority was not mentioned so we suppose they are the same. Therefore the switch with lowest MAC
address will become the new root bridge.
II.14. Refer to the exhibit.
Each of these four switches has been configured with a hostname, as well as being configured to run RSTP.No other configuration changes
have been made. Which three of these show the correct RSTP port roles for the indicated switches and interfaces? (Choose three.)
A. SwitchA, Fa0/2, designated *
B. SwitchA, Fa0/1, root *
C. SwitchB, Gi0/2, root
D. SwitchB, Gi0/1, designated
E. SwitchC, Fa0/2, root
F. SwitchD, Gi0/2, root*
Show (Hide) Explanation/Reference
The question says “no other configuration changes have been made” so we can understand these switches have the same bridge
priority. Switch C has lowest MAC address so it will become root bridge and 2 of its ports (Fa0/1 & Fa0/2) will be designated ports ->
E is incorrect.
Because SwitchC is the root bridge so the 2 ports nearest SwitchC on SwitchA (Fa0/1) and SwitchD (Gi0/2) will be root ports -> B and
F are correct.
Now we come to the most difficult part of this question: SwitchB must have a root port so which port will it choose? To answer this
question we need to know about STP cost and port cost.
In general, “cost” is calculated based on bandwidth of the link. The higher the bandwidth on a link, the lower the value of its cost.
Below are the cost values you should memorize:
10Mbps 100
100Mbps 19
1 Gbps 4
SwitchB will choose the interface with lower cost to the root bridge as the root port so we must calculate the cost on interface Gi0/1 &
Gi0/2 of SwitchB to the root bridge. This can be calculated from the “cost to the root bridge” of each switch because a switch always
advertises its cost to the root bridge in its BPDU. The receiving switch will add its local port cost value to the cost in the BPDU.
In the exhibit you also we FastEthernet port is connecting to GigabitEthernet port. In this case GigabitEthernet port will operate as a
FastEthernet port so the link can be considered as FastEthernet to FastEthernet connection.
One more thing to notice is that a root bridge always advertises the cost to the root bridge (itself) with an initial value of 0.
Now let’s have a look at the topology again
SwitchC advertises its cost to the root bridge with a value of 0. Switch D adds 19 (the cost value of 100Mbps link although the port on
Switch D is GigabitEthernet port) and advertises this value (19) to SwitchB. SwitchB adds 4 (the cost value of 1Gbps link) and learns
that it can reach SwitchC via Gi0/1 port with a total cost of 23. The same process happens for SwitchA and SwitchB learns that it can
reach SwitchC via Gi0/2 with a total cost of 38 -> Switch B chooses Gi0/1 as its root port -> D is not correct.
Now our last task is to identify the port roles of the ports between SwitchA & SwitchB. It is rather easy as the MAC address of SwitchA
is lower than that of SwitchB so Fa0/2 of SwitchA will be designated port while Gi0/2 of SwitchB will be alternative port -> A is correct
but C is not correct.
Below summaries all the port roles of these switches:
+ DP: Designated Port (forwarding state)
+ RP: Root Port (forwarding state)
+ AP: Alternative Port (blocking state)
II.15. Which feature builds a FIB and an adjacency table to expedite packet forwarding?
cut through
fast switching
process switching
Cisco Express Forwarding*
Show (Hide) Explanation/Reference
Cisco Express Forwarding (CEF) provides the ability to switch packets through a device in a very quick and efficient way while also
keeping the load on the router’s processor low. CEF is made up of two different main components: the Forwarding Information
Base (FIB) and the Adjacency Table. These are automatically updated at the same time as the routing table.
The Forwarding Information Base (FIB) contains destination reachability information as well as next hop information. This information
is then used by the router to make forwarding decisions. The FIB allows for very efficient and easy lookups.
The adjacency table is tasked with maintaining the layer 2 next-hop information for the FIB.
II.16. What are two reasons that duplex mismatches can be difficult to diagnose? (Choose two.)
The interface displays a connected (up/up) state even when the duplex settings are mismatched.**
1-Gbps interfaces are full-duplex by default.
Full-duplex interfaces use CSMA/CD logic, so mismatches may be disguised by collisions.
The symptoms of a duplex mismatch may be intermittent.*
Autonegotiation is disabled.
II.17. Which command would you configure globally on a Cisco router that would allow you to view directly connected Cisco devices?
enable cdp
cdp enable
cdp run
run cdp
Show (Hide) Explanation/Reference
CDP is enabled by default on all Cisco routers. If it is turned off by any reason, we can turn it on again with the following command on
global configuration mode:
Router(config)#cdp run
Note: CDP can be turned on or turned off on each interface. For example to turn off CDP on an interface we use this command:
Router(config-if)#no cdp enable
II.18. If all switches are configured with default values, which switch will take over when the primary root bridge experiences a power
loss?
switch O0E0.F726 3DC6
switch 00E0.F90B 6BE3
switch 0004.9A1A C182*
switch 0040.0BC0 90C5
II.19. Which two protocols can detect native VLAN mismatch errors? (Choose two.)
STP*
PAgP
Cisco Discovery Protocol*
DTP
VTP
II.20. Which DTP switch port mode allows the port to create a trunk link if the neighboring port is in trunk mode, dynamic desirable
mode, or desirable auto mode?
trunk
access
dynamic desirable
dynamic auto*
Show (Hide) Explanation/Reference
The Dynamic Trunking Protocol (DTP) is a proprietary networking protocol developed by Cisco for the purpose of negotiating trunking
on a link between two switches, and for negotiating the type of trunking encapsulation to be used.
In dynamic auto mode, the interface is able to convert the link to a trunk link. The interface becomes a trunk interface if the neighboring
interface is set to trunk or desirable mode. The default switchport mode for newer Cisco switch Ethernet interfaces is dynamic auto.
Note that if two Cisco switches are left to the common default setting of auto, a trunk will never form.
In dynamic desirable mode, the interface actively attempt to convert the link to a trunk link. The interface becomes a trunk interface if
the neighboring interface is set to trunk, desirable, or auto mode. This is the default switchport mode on older switches, such as the
Catalyst 2950 and 3550 Series switches -> This is the best answer in this question.
Reference: http://www.ciscopress.com/articles/article.asp?p=2181837&seqNum=8
II.21. Which DTP switch port mode allows the port to create a trunk link if the neighboring port is in trunk mode, dynamic desirable
mode, or desirable or auto mode?
Dynamic Auto
Dynamic Desirable*
Access
Trunk
II.22. Which three statements about DWDM are true? (Choose three)
It allows a single strand of fiber to support bidirectional communications*
It is used for long-distance and submarine cable systems*
It can multiplex up to 256 channels on a single fiber
It supports both the SDH and SONET standards*
Each channel can carry up to a 1-Gbps signal
It supports simplex communications over multiple strands of fiber
Show (Hide) Explanation/Reference
A newer fiber-optic media development for long-range communications is called dense wavelength-division multiplexing (DWDM).
DWDM multiplies the amount of bandwidth that a single strand of fiber can support.
DWDM circuits are used in all modern submarine communications cable systems and other long-haul circuits.
Specifically, DWDM:
+ Enables bidirectional communications over one strand of fiber -> Answer A is correct
+ Assigns incoming optical signals to specific wavelengths of light (i.e., frequencies)
+ Each channel is capable of carrying a 10-Gbps multiplexed signal -> Answer E is not correct
+ Can multiplex more than 80 different channels of data (i.e., wavelengths) onto a single fiber -> Answer C is not correct
+ Can amplify these wavelengths to boost the signal strength
+ Supports SONET and SDH standards
Reference: http://www.ciscopress.com/articles/article.asp?p=2202411&seqNum=6
II.23. Which three statements about DTP are true? (Choose three.)
It is a proprietary protocol.*
It is a universal protocol.
It is a Layer 2-based protocol.*
It is enabled by default.*
It is disabled by default.
It is a Layer 3-based protocol.
II.24. Which three commands must you enter to create a trunk that allows VLAN 20? (Choose three.)
Switch(config-if)#switchport mode trunk*
Switch(config-if)#switchport mode dynamic desirableC. Switch(config-if)#switchport trunk native vlan 20
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport trunk allowed vlan 20*
Switch(config-if)#switchport mode dynamic auto*
II.25. Which feature facilitates the tagging of frames on a specific VLAN?
Routing
Hairpinning
Encapsulation*
Switching
II.26. Which statement about spanning-tree root-bridge election is true?
It is always performed automatically
Each VLAN must have its own root bridge*
Each VLAN must use the same root bridge
Each root bridge must reside on the same root switch
Show (Hide) Explanation/Reference
Answer A is not correct as we can choose which switch to become root bridge by configuring bridge priority. The switch with lowest
bridge priority (value) would become the root bridge.
For answer B, this paragraph from Cisco confirms it is the correct answer:
“When you implement a root bridge in a switching network, you usually refer to the root bridge as the root switch. Each VLAN must
have its own root bridge because each VLAN is a separate broadcast domain. The roots for the different VLANs can all reside in a
single switch or in various switches.”
Reference: https://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/5234-5.html
The meaning of answer C is not clear but maybe it means “every VLAN must use the same root bridge” which is not correct as Sw1
can be the root bridge for VLANs 1, 3, 5 but Sw2 can be the root bridge for VLAN 2, 4, 6…
From the quote above we can say answer D is not correct.
II.27. Which two statements about data VLANs on access ports are true? ( Choose two)
They can be configured as trunk ports.
Two or more VLANs can be configured on the interface.
802.1Q encapsulation must be configured on the interface.
Exactly one VLAN can be configured on the interface.*
They can be configured as host ports.*
II.28. Which three options are switchport configurations that can always avoid duplex mismatch errors between two switches? (Choose
three.)
set both side on auto-negotation.*
set both sides on half-duplex*
set one side auto and other side half-duplex
set both side of connection to full-duplex*
set one side auto and other side on full-duplex
set one side full-duplex and other side half-duplex
Show (Hide) Explanation/Reference
http://www.pathsolutions.com/network-enemy-1-duplex-mismatch/
II.29. Under normal operations, cisco recommends that you configure switch ports on which vlan?
on the default vlan
on the management vlan
on the native vlan
on any vlan except the default vlan*
Show (Hide) Explanation/Reference
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/24330-185.html
Note: There is a potential security consideration with dot1q that the implicit tagging of the native VLAN causes. The transmission of
frames from one VLAN to another without a router can be possible. Refer to the Intrusion Detection FAQ leavingcisco.com for further
details. The workaround is to use a VLAN ID for the native VLAN of the trunk that is not used for end-user access. In order to achieve
this, the majority of Cisco customers simply leave VLAN 1 as the native VLAN on a trunk and assign access ports to VLANs other
than VLAN 1.
II.30. Which statement about VLAN operation on Cisco Catalyst switches is true?
When a packet is received from an 802.1Q trunk, the VLAN ID can be determined from the source MAC
address and the MAC address table.
Unknown unicast frames are retransmitted only to the ports that belong to the same VLAN.*
Broadcast and multicast frames are retransmitted to ports that are configured on different VLAN.
Ports between switches should be configured in access mode so that VLANs can span across the ports.
Show (Hide) Explanation/Reference
Each VLAN resides in its own broadcast domain, so incoming frames with unknown destinations are only transmitted to ports that
reside in the same VLAN as the incoming frame.
II.31. Which two options describe benefits of aggregated chassis technology ( choose 2)?
it reduces management overhead.*
switches can be located anywhere regardless of there physical location.
it requires only 1 IP add per VLAN.*
it requires only 3 IP add per VLAN.
it supports HSRP VRRP GLBP.
it support redundant configuration files.
Show (Hide) Explanation/Reference
Chassis aggregation is a Cisco technology to make multiple switches operate as a single switch. It is similar to stacking but meant for
powerful switches (like the 6500 and 6800 series switches). Chassis aggregation is often used in the core layer and distribution layer
(while switching stacking is used for access layer).
The books do not mention about the benefits of chassis aggregation but they are the same as switch stacking.
+ The stack would have a single management IP address.
+ The engineer would connect with Telnet or SSH to one switch (with that one management IP address), not multiple switches.
+ One configuration file would include all interfaces in all physical switches.
+ STP, CDP, VTP would run on one switch, not multiple switches.
+ The switch ports would appear as if all are on the same switch.
+ There would be one MAC address table, and it would reference all ports on all physical switches.
Reference: CCNA Routing and Switching ICND2 200-105 Official Cert Guide
VSS is a chassis aggregation technology but it is dedicated for Cisco Catalyst 6500 Series Switches. VSS increases operational
efficiency by simplifying the network, reducing switch management overhead by at least 50 percent -> A is correct
Single point of management, IP address, and routing instance for the Cisco Catalyst 6500 virtual switch
+ Single configuration file and node to manage. Removes the need to configure redundant switches twice with identical policies.
+ Only one gateway IP address is required per VLAN, instead of the three IP addresses per VLAN used today -> C is correct while D is
not correct.
+ Removes the need for Hot Standby Router Protocol (HSRP), Virtual Router Redundancy Protocol (VRRP), and Gateway Load
Balancing Protocol (GLBP)-> so maybe E is not correct.
Reference: http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-6500-virtual-switching-system-
1440/prod_qas0900aecd806ed74b.html
II.32. Refer to the exhibit. Which switch provides the spanning-tree designated port role for the network segment that services the
printers?
Switch1
Switch2
Switch3*
Switch4
Show (Hide) Explanation/Reference
First, the question asks what switch services the printers, so it can be Switch 3 or Switch 4 which is connected directly to the Printers.
Next, by comparing the MAC address of Switch 3 and Switch 4 we found that the MAC of Switch 3 is smaller. Therefore the interface
connected to the Printers of Switch 3 will become designated interface and the interface of Switch 4 will be blocked. The picture below
shows the roles of all ports:
The “show interfaces vlan” command only gives us information about that VLAN, not about which ports are the trunk links:
II.42. Which two states are the port states when RSTP has converged? (Choose two.)
discarding*
listening
learning
forwarding*
disabled
Show (Hide) Explanation/Reference
RSTP only has 3 port states that are discarding, learning and forwarding. When RSTP has converged there are only 2 port states left:
discarding and forwarding.
II.43. Refer to the exhibit. A technician has installed SwithchB and needs to configure it for remote access from the management
workstation connected SwitchA. Which set of commands is required to accomplish this task?
Correct Answer: B
SwitchB(config)# interface FastEthernet 0/1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown
SwitchB(config)# interface vlan 1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# ip default-gateway 192.168.8.254 255.255.255.0
SwitchB(config-if)# no shutdown
SwitchB(config)# ip default-gateway 192.168.8.254
SwitchB(config)# interface vlan 1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown*
SwitchB(config)# ip default-network 192.168.8.254
SwitchB(config)# interface vlan 1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown
SwitchB(config)# ip route 192.168.8.254 255.255.255.0
SwitchB(config)# interface FastEthernet 0/1
SwitchB(config-if)# ip address 192.168.8.252 255.255.255.0 SwitchB(config-if)# no shutdown
II.43.
A technician has installed SwitchB and needs to configure it for remote access from the management workstation connected SwitchA.
Which set of commands is required to accomplish this task?
SwitchB(config)#interface FastEthernet 0/1
SwitchB(config-if)#ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)#no shutdown
SwitchB(config)#ip default-gateway 192.168.8.254
SwitchB(config)#interface vlan 1
SwitchB(config-if)#ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)#no shutdown*
SwitchB(config)#interface vlan 1
SwitchB(config-if)#ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)#ip default-gateway 192.168.8.254 255.255.255.0
SwitchB(config-if)#no shutdown
SwitchB(config)#ip default-network 192.168.8.254
SwitchB(config)#interface vlan 1
SwitchB(config-if)#ip address 192.168.8.252 255.255.255.0
SwitchB(config-if)#no shutdown
Show (Hide) Explanation/Reference
To remote access to SwitchB, it must have a management IP address on a VLAN on that switch. Traditionally, we often use VLAN 1
as the management VLAN (but in fact it is not secure).
In the exhibit, we can recognize that the Management Workstation is in a different subnet from the SwitchB. For intersubnetwork
communication to occur, you must configure at least one default gateway. This default gateway is used to forward traffic originating
from the switch only, not to forward traffic sent by devices connected to the switch.
II.44. Which of the following are benefits of VLANs? (Choose three.)
They increase the size of collision domains.
They allow logical grouping of users by function.*
They can enhance network security.*
They increase the size of broadcast domains while decreasing the number of collision domains.
They increase the number of broadcast domains while decreasing the size of the broadcast domains.*
They simplify switch administration.
Show (Hide) Explanation/Reference
When using VLAN the number and size of collision domains remain the same -> A is not correct.
VLANs allow to group users by function, not by location or geography -> B is correct.
VLANs help minimize the incorrect configuration of VLANs so it enhances the security of the network -> C is correct.
VLAN increases the size of broadcast domains but does not decrease the number of collision domains -> D is not correct.
VLANs increase the number of broadcast domains while decreasing the size of the broadcast domains which increase the utilization
of the links. It is also a big advantage of VLAN -> E is correct.
VLANs are useful but they are more complex and need more administration -> F is not correct.
II.45. Which three statements accurately describe Layer 2 Ethernet switches? (Choose three.)
Spanning Tree Protocol allows switches to automatically share VLAN information.
Establishing VLANs increases the number of broadcast domains.**
Switches that are configured with VLANs make forwarding decisions based on both Layer 2 and Layer 3 address information.
Microsegmentation decreases the number of collisions on the network.*
In a properly functioning network with redundant switched paths, each switched segment will contain one root bridge with all its
ports in the forwarding state. All other switches in that broadcast domain will have only one root port.*
If a switch receives a frame for an unknown destination, it uses ARP to resolve the address.
Show (Hide) Explanation/Reference
Microsegmentation is a network design (functionality) where each workstation or device on a network gets its own dedicated segment
(collision domain) to the switch. Each network device gets the full bandwidth of the segment and does not have to share the segment
with other devices. Microsegmentation reduces and can even eliminate collisions because each segment is its own collision domain
Note: Microsegmentation decreases the number of collisions but it increases the number of collision domains.
II.46. What is the status of port-channel if LACP is misconfigured?
Forwarding
Enabled
Disabled*
Errdisabled
Show (Hide) Explanation/Reference
EtherChannel misconfiguration occurs when the channel parameters do not match on both sides of the EtherChannel, resulting in the
following message:
Switch-1 will drop the data because it does not have an entry for that MAC address.
Switch-1 will flood the data out all of its ports except the port from which the data originated.*
Switch-1 will send an ARP request out all its ports except the port from which the data originated.
Switch-1 will forward the data to its default gateway.
Show (Hide) Explanation/Reference
The MAC address of 00b0.d056.efa4 has not been learned in its MAC address table so Switch-1 will broadcast the frame out all of its
ports except the port from which the data originated.
II.55. Standard industrialized protocol of etherchannel?
LACP*
PAGP
PRP
REP
II.56. How to enable vlans automatically across multiple switches?
Configure VLAN
Confiture NTP
Configure each VLAN
Configure VTP*
II.57. What are contained in layer 2 ethernet frame? (Choose Three.)
Preamble*
TTL
Type/length*
Frame check sequence*
version
others
Show (Hide) Explanation/Reference
At the end of each frame there is a Frame Check Sequence (FCS) field. FCS can be analyzed to determine if errors have occurred.
FCS uses cyclic redundancy check (CRC) algorithm to detect errors in the transmitted frames. Before sending data, the sending host
generates a CRC based on the header and data of that frame. When this frame arrives, the receiving host uses the same algorithm to
generate its own CRC and compare them. If they do not match then a CRC error will occur.
Preamble is used to indicate the start of the frame by arranging the first 62 bits as alternating “1/0s” and the last two bits as “1”s. Like
so, 010101010101010………………………10101011. Therefore when the receiving end sees the “11” it knows where the actual
Ethernet header starts. The alternating 1s and 0s will also allow the two endpoints to sync their internal clocks. In summary, preamble
is used for synchronization.
The “Type/Length” field is used to indicate the “Type”of the payload (Layer 3 protocol) which is indicated as a Hexadecimal value.
Note: Ethernet II uses “Type” while the old Ethernet version use “Length”
II.58. Which two of these are characteristics of the 802.1Q protocol? (Choose two.)
It is used exclusively for tagging VLAN frames and does not address network reconvergence following switched network
topology changes.
It modifies the 802.3 frame header, and thus requires that the FCS be recomputed.*
It is a Layer 2 messaging protocol which maintains VLAN configurations across networks.
It includes an 8-bit field which specifies the priority of a frame.
It is a trunking protocol capable of carrying untagged frames.*
Show (Hide) Explanation/Reference
IEEE 802.1Q is the networking standard that supports Virtual LANs (VLANs) on an Ethernet network. It is a protocol that allows
VLANs to communicate with one another using a router. 802.1Q trunks support tagged and untagged frames.
If a switch receives untagged frames on a trunk port, it believes that frame is a part of the native VLAN. Also, frames from a native
VLAN are not tagged when exiting the switch via a trunk port.
The 802.1q frame format is same as 802.3. The only change is the addition of 4 bytes fields. That additional header includes a field
with which to identify the VLAN number. Because inserting this header changes the frame, 802.1Q encapsulation forces a
recalculation of the original FCS field in the Ethernet trailer.
Note: Frame Check Sequence (FCS) is a four-octet field used to verify that the frame was received without loss or error. FCS is
based on the contents of the entire frame.
1.
II.59. Which command is used to know the duplex speed of serial link?
show line
show interface*
show protocol
show run
Show (Hide) Explanation/Reference
Nowadays all serial links are full-duplex (as serial interfaces have separate Rx & Tx pins) so maybe this question wants to ask about
how to check the speed of the serial link. The “show interface” command gives us information about this. An example of this
command is shown below:
In this output the speed of S0/0 interface is 1544 Kbits.
II.60. A BPDU guard is configured on an interface that has PortFast enabled. Which state does the interface enter when it receives a
BPDU?
Blocking
Shutdown
Listening
Errdisable*
Show (Hide) Explanation/Reference
PortFast BPDU guard prevents loops by moving a nontrunking port into an errdisable state when a BPDU is received on that port.In a
valid configuration, PortFast-configured interfaces do not receive BPDUs (because PortFast should only be configured on interfaces
which are connected to hosts). If a PortFast-configured interface receives a BPDU, an invalid configuration exists. BPDU guard
provides a secure response to invalid configurations because the administrator must manually put the interface back in
service.Reference: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4000/8-2glx/configuration/guide/stp_enha.html
II.61. Which mode are in PAgP? (choose two)
Auto.*
Desirable.*
Active.
Passive.
On.
Show (Hide) Explanation/Reference
There are two PAgP modes:
Responds to PAgP messages but does not aggressively negotiate a PAgP EtherChannel.
A channel is formed only if the port on the other end is set to Desirable. This is the
Auto default mode.
Port actively negotiates channeling status with the interface on the other end of the link.
Desirable A channel is formed if the other side is Auto or Desirable.
The table below lists if an EtherChannel will be formed or not for PAgP:
Auto Yes No
II.62. In an Ethernet network, under what two scenarios can devices transmit? (Choose two.)
when they receive a special token.
when there is a carrier.
when they detect no other devices are sending.*
when the server grants access.
when the medium is idle.*
II.63. At the end of an RSTP election process, which access layer switch port will assume the discarding role?
II.68. Configuration of which option is required on a Cisco switch for the Cisco IP phone to work?
PortFast on the interface
the interface as an access port to allow the voice VLAN ID*
a voice VLAN ID in interface and global configuration mode
Cisco Discovery Protocol in global configuration mode
Show (Hide) Explanation/Reference
When you connect an IP phone to a switch using a trunk link, it can cause high CPU utilization in the switches. As all the VLANs for a
particular interface are trunked to the phone, it increases the number of STP instances the switch has to manage. This increases the
CPU utilization. Trunking also causes unnecessary broadcast / multicast / unknown unicast traffic to hit the phone link.
In order to avoid this, remove the trunk configuration and keep the voice and access VLAN configured along with Quality of Service
(QoS). Technically, it is still a trunk, but it is called a Multi-VLAN Access Port (MVAP). Because voice and data traffic can travel
through the same port, you should specify a different VLAN for each type of traffic. You can configure a switch port to forward voice
and data traffic on different VLANs. Configure IP phone ports with a voice VLAN configuration. This configuration creates a pseudo
trunk, but does not require you to manually prune the unnecessary VLANs.
The voice VLAN feature enables access ports to carry IP voice traffic from an IP phone. You can configure a voice VLAN with the
“switchport voice vlan …” command under interface mode. The full configuration is shown below:
Switch(config)#interface fastethernet0/1
Reference: http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4500-series-switches/69632-configuring-cat-ip-phone.html
II.69. Refer to the exhibit. Which statement describes the effect of this configuration?
Answer B is not correct as switch stacking is about connecting switches together so that they act as one switch, not about adding and
removing hosts.
Answer C is not correct because switch stacking has nothing to do with performance of high-needs applications.
Surely switch stacking provides redundancy as stacking creates a ring of connection with two opposite paths. Whenever a frame is
ready for transmission onto the path, a calculation is made to see which path has the most available bandwidth. The entire frame is
then copied onto this half of the path.
With switch stacking, STP, CDP and VTP would run on one switch, not multiple switches. Also there would be one MAC address
table, and it would reference all ports on all physical switches so we may say switch stacking has better resource usage. Also if we
consider all stacking switches as one logical switch then surely the port density is increase very much. Therefore answer D is the
most suitable one.
Reference: http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3750-series-
switches/prod_white_paper09186a00801b096a.html
II.94. Which port state is introduced by Rapid-PVST?
learning
listening
discarding*
forwarding
Show (Hide) Explanation/Reference
PVST+ is based on IEEE802.1D Spanning Tree Protocol (STP). But PVST+ has only 3 port states (discarding, learning and
forwarding) while STP has 5 port states (blocking, listening, learning, forwarding and disabled). So discarding is a new port state in
PVST+.
II.95. What are the possible trunking modes for a switch port? (Choose three.)
transparent
auto*
on*
desirable*
client
forwarding
II.96. Refer to the exhibit. What set of commands was configured on interface Fa0/3 to produce the given the output?
interface FastEthernet 0/3
Channel-group 1 mode desirable
Switchport trunk encapsulation dot1q
Switchport mode trunk
interface FastEthernet 0/3
Channel-group 2 mode passive
Switchport trunk encapsulation dot1q
Switchport mode trunk*
interface FastEthernet 0/3
Channel-group 2 mode on
Switchport trunk encapsulation dot1q
Switchport mode trunk
interface FastEthernet 0/3
Channel-group 2 mode active
Switchport trunk encapsulation dot1q
Switchport mode trunk
II.97. Which type of secure MAC address must be configured manually?
dynamic
bia
static*
sticky
II.98. Which two elements are fields in an Ethernet frame? (Choose two.)
frame check sequence*
header
source IP address
destination IP address
type*
II.99. What is one benefit of PVST+?
PVST+ supports Layer 3 load balancing without loops.
PVST+ reduces the CPU cycles for all the switches in the network.
PVST+ allows the root switch location to be optimized per VLAN.*
PVST+ automatically selects the root bridge location, to provide optimized bandwidth usage.
Show (Hide) Explanation/Reference
The PVST+ provides Layer 2 load-balancing for the VLAN on which it runs. You can create different logical topologies by using the
VLANs on your network to ensure that all of your links are used but that no one link is oversubscribed. Each instance of PVST+ on a
VLAN has a single root switch. This root switch propagates the spanning-tree information associated with that VLAN to all other
switches in the network. Because each switch has the same information about the network, this process ensures that the network
topology is maintained and optimized per VLAN.
II.100. Which three of these statements regarding 802.1Q trunking are correct? (Choose three.)
802.1Q native VLAN frames are untagged by default.*
802.1Q trunking ports can also be secure ports.
802.1Q trunks can use 10 Mb/s Ethernet interfaces.*
802.1Q trunks require full-duplex, point-to-point connectivity.
802.1Q trunks should have native VLANs that are the same at both ends.*
II.101. Which IEEE standard protocol is initiated as a result of successful DTP completion in a switch over FastEthernet?
802.3ad
802.1w
802.1Q*
802.1d
Show (Hide) Explanation/Reference
Dynamic Trunking Protocol (DTP) is a Cisco proprietary protocol for negotiating trunking on a link between two devices and for
negotiating the type of trunking encapsulation (802.1Q) to be used.
II.102. Which of the port is not part of STP protocol.
Listening
Learning
Forwarding
Discarding*
II.103. Assuming the default switch configuration which vlan range can be added modified and removed on a cisco switch?
2 through 1001*
1 through 1001
1 through 1002
2 through 1005
II.104. Based on the output below, which two statements are true of the interfaces on Switch1? (Choose two.)
A hub is connected directly to FastEthernet0/5*
FastEthernet0/1 is configured as a trunk link.*
FastEthernet0/5 has statically assigned mac address
Interface FastEthernet0/2 has been disable.
Multiple devices are connected directly to FastEthernet0/1.
FastEthernet0/1 is connected to a host with multiple network interface cards.
Show (Hide) Explanation/Reference
From the “show mac address-table” output, we see FastEthernet0/1 can receive traffic from multiple VLANs -> it is configured as a
trunk. Also from the “show cdp neighbors” output, we see Fa0/1 of this switch is connecting to Switch2 so it is configured as a trunk.
There are two MAC addresses learned from FastEthernet0/5 while FastEthernet0/5 is not configured as trunk (only Fa0/2 & Fa0/3 are
configured as trunk links) -> a hub is used on this port.
II.105. Refer to the exhibit. How should the FastEthernet0/1 port on the 2950 model switches that are shown in the exhibit be configured to
allow connectivity between all devices?
This switch has more than one interface connected to the root network segment in VLAN 2.
This switch is running RSTP while the elected designated switch is running 802.1d Spanning Tree.
This switch interface has a higher path cost to the root bridge than another in the topology.*
This switch has a lower bridge ID for VLAN 2 than the elected designated switch.
Show (Hide) Explanation/Reference
Since the port is in the blocked status, we must assume that there is a shorter path to the root bridge elsewhere.
II.116. Refer to the exhibit. Why has this switch not been elected the root bridge for VLAN1?
It has more than one interface that is connected to the root network segment.
It is running RSTP while the elected root bridge is running 802.1d spanning tree.
It has a higher MAC address than the elected root bridge.
It has a higher bridge ID than the elected root bridge.*
Show (Hide) Explanation/Reference
The root bridge is determined by the lowest bridge ID, and this switch has a bridge ID priority of 32768, which is higher than the roots
priority of 20481.
II.117. Which two link protocols are used to carry multiple VLANs over a single link? (Choose two.)
VTP
802.1q*
IGP
ISL*
802.3u
Show (Hide) Explanation/Reference
Cisco switches can use two different encapsulation types for trunks, the industry standard 802.1q or the Cisco
proprietary ISL. Generally, most network engineers prefer to use 802.1q since it is standards based and will
interoperate with other vendors.
II.118. Assuming the default switch configuration, which VLAN range can be added, modified, and removed on a Cisco switch?
1 through 1001
2 through 1001*
1 through 1002
2 through 1005
Show (Hide) Explanation/Reference
VLAN 1 is the default VLAN on Cisco switch. It always exists and cannot be added, modified or removed.
VLANs 1002-1005 are default VLANs for FDDI & Token Ring and they can’t be deleted or used for Ethernet.
II.119. Refer to the topology shown in the exhibit. Which ports will be STP designated ports if all the links are operating at the same
bandwidth? (Choose three.)
Switch A – Fa0/0
Switch A – Fa0/1*
Switch B – Fa0/0*
Switch B – Fa0/1*
Switch C – Fa0/0
Switch C – Fa0/1
Show (Hide) Explanation/Reference
This question is to check the spanning tree election problem.
1. First, select the root bridge, which can be accomplished by comparing the bridge ID, the smallest will be
selected. Bridge-id= bridge priority + MAC address. The three switches in the figure all have the default
priority, so we should compare the MAC address, it is easy to find that SwitchB is the root bridge.
2. Select the root port on the non-root bridge, which can be completed through comparing root path cost. The
smallest will be selected as the root port.
3. Next, select the Designated Port. First, compare the path cost, if the costs happen to be the same, then
compare the BID, still the smallest will be selected. Each link has a DP. Based on the exhibit above, we can
find DP on each link. The DP on the link between SwitchA and SwitchC is SwitchA’Fa0/1, because it has the
smallest MAC address.
II.120. Refer to the exhibit. Which statement is true?
The Fa0/11 role confirms that SwitchA is the root bridge for VLAN 20.
VLAN 20 is running the Per VLAN Spanning Tree Protocol
The MAC address of the root bridge is 0017.596d.1580.
SwitchA is not the root bridge, because not all of the interface roles are designated*
Show (Hide) Explanation/Reference
Only non-root bridge can have root port. Fa0/11 is the root port so we can confirm this switch is not the root bridge -> A is not correct.
From the output we learn this switch is running Rapid STP, not PVST -> B is not correct.
0017.596d.1580 is the MAC address of this switch, not of the root bridge. The MAC address of the root bridge is 0017.596d.2a00 -> C
is not correct.
All of the interface roles of the root bridge are designated. SwitchA has one Root port and 1 Alternative port so it is not the root bridge
-> D is correct.
II.121. Which two benefits are provided by creating VLANs? (Choose two.)
added security*
dedicated bandwidth
provides segmentation*
allows switches to route traffic between subinterfaces
contains collisions
Show (Hide) Explanation/Reference
A VLAN is a switched network that is logically segmented on an organizational basis, by functions, project teams, or applications
rather than on a physical or geographical basis.
Security:
VLANs also improve security by isolating groups. High-security users can be grouped into a VLAN, possible on the same physical
segment, and no users outside that VLAN can communicate with them LAN Segmentation VLANs allow logical network topologies to
overlay the physical switched infrastructure such that any arbitrary collection of LAN ports can be combined into an autonomous user
group or community of interest. The technology logically segments the network into separate Layer 2 broadcast domains whereby
packets are switched between ports designated to be within the same VLAN. By containing traffic originating on a particular LAN only
to other LANs in the same VLAN, switched virtual networks avoid wasting bandwidth.
II.122. How many broadcast domains are shown in the graphic assuming only the default VLAN is confgured on the switches?
one*
two
six
twelve
Show (Hide) Explanation/Reference
Only router can break up broadcast domains but in this exhibit no router is used so there is only 1 broadcast domain.
For your information, there are 7 collision domains in this exhibit (6 collision domains between hubs & switches + 1 collision
between the two switches).
II.123. Which term describes a spanning-tree network that has all switch ports in either the blocking or forwarding state?
converged*
redundant
provisioned
spanned
Show (Hide) Explanation/Reference
Spanning Tree Protocol convergence (Layer 2 convergence) happens when bridges and switches have transitioned to either the
forwarding or blocking state. When layer 2 is converged, root bridge is elected and all port roles (Root, Designated and Non-
Designated) in all switches are selected.
II.124. A network administrator creates a layer 3 EtherChannel, bundling four interfaces into channel group 1. On what interface is the IP
address configured?
the port-channel 1 interface*
the highest number member interface
all member interfaces
the lowest number member interface
II.125. Which Cisco Catalyst feature automatically disables the port in an operational PortFast upon receipt of a BPDU?
BackboneFast
UplinkFast
Root Guard
BPDU Guard*
BPDU Filter
Show (Hide) Explanation/Reference
We only enable PortFast feature on access ports (ports connected to end stations). But if someone does not know he can accidentally
plug that port to another switch and a loop may occur when BPDUs are being transmitted and received on these ports. With BPDU
Guard, when a PortFast receives a BPDU, it will be shut down to prevent a loop.
II.126. Refer to the exhibit. A technician is troubleshooting host connectivity issues on the switches. The hosts inVLANs 10 and 15 on Sw11
are unable to communicate with hosts in the same VLANs on Sw12. Hosts in the Admin VLAN are able to communicate. The port-to-
VLAN assignments are identical on the two switches. What could be the problem?
one
two
three*
four
five
six
II.131. Refer to the exhibit. The network administrator has created a new VLAN on Switch1 and added host C and host D. The
administrator has properly configured switch interfaces FastEthernet0/13 through FastEthernet0/14 to be members of the new VLAN.
However, after the network administrator completed the configuration, host A could communicate with host B, but host A could not
communicate with host C or host D. Which commands are required to resolve this problem?
Correct Answer: A
II.132. On a network of one department, there are four PCs connected to a switch, as shown in the following figure: After the Switch1
restarts. Host A (the host on the left) sends the first frame to Host C (the host on the right). What the first thing should the switch do?
Switch1 will add 192.168.23.12 to the switching table.
Switch1 will add 192.168.23.4 to the switching table.
Switch1 will add 000A.8A47.E612 to the switching table.*
None of the above
II.133. A network administrator is explaining VTP configuration to a new technician. What should the network administrator tell the new
technician about VTP configuration? (Choose three.)
A switch in the VTP client mode cannot update its local VLAN database.*
A trunk link must be configured between the switches to forward VTP updates.*
A switch in the VTP server mode can update a switch in the VTP transparent mode.
A switch in the VTP transparent mode will forward updates that it receives to other switches.*
A switch in the VTP server mode only updates switches in the VTP client mode that have a higher VTP revision number.
A switch in the VTP server mode will update switches in the VTP client mode regardless of the configured VTP domain
membership.
II.134. A company is installing IP phones. The phones and office computers connect to the same device. To ensure maximum throughput
for the phone data, the company needs to make sure that the phone traffic is on a different network from that of the office computer data
traffic. What is the best network device to which to directly connect the phones and computers, and what technology should be
implemented on this device? (Choose two.)
hub
router
switch*
STP
subinterfaces
VLAN*
II.135. What are two benefits of using VTP in a switching environment? (Choose two.)
It allows switches to read frame tags.
It allows ports to be assigned to VLANs automatically.
It maintains VLAN consistency across a switched network.*
It allows frames from multiple VLANs to use a single interface.
It allows VLAN information to be automatically propagated throughout the switching environment.*
II.136. Which two values are used by Spanning Tree Protocol to elect a root bridge? (Choose two.)
amount of RAM
bridge priority*
IOS version
IP address
MAC address*
speed of the links
II.137. Which three statements are typical characteristics of VLAN arrangements? (Choose three.)
A new switch has no VLANs configured.
Connectivity between VLANs requires a Layer 3 device.*
VLANs typically decrease the number of collision domains.
Each VLAN uses a separate address space.*
A switch maintains a separate bridging table for each VLAN.*
VLANs cannot span multiple switches.
II.138. Switch ports operating in which two roles will forward traffic according to the IEEE 802.1w standard? (Choose two.)
alternate
backup
designated*
disabled
root*
II.139. Refer to the exhibit. This command is executed on 2960Switch: Which two of these statements correctly identify results of executing
the command? (Choose two.)
II.143. Refer to the exhibit. While troubleshooting a switch, you executed the show interface port-channel 1 etherchannel command and it
returned this output.
Which information is provided by the Load value?
the percentage of use of the link
the preference of the link
the session count of the link
the number source-destination pairs on the link*
Show (Hide) Explanation/Reference
The way EtherChannel load balancing works is that the switch assigns a hash result from 0-7 based on the configured hash method
( load balancing algorithm ) for the type of traffic. This hash result is commonly called as Result Bundle Hash (RBH).
Now we need to convert Load value from Hexadecimal to Binary numbers. Therefore:
+ Gi1/1: 36 (Hex) = 00110110 (Bin) -> Bits 3, 4, 6, 7 are chosen
+ Gi1/2: 84 (Hex) = 10000100 (Bin) -> Bits 1, 6 are chosen
+ Gi1/3: 16 (Hex) = 00010110 (Bin) -> Bits 4, 6, 7 are chosen
Therefore if the RBH is 3, it will choose Gi1/1. If RBH is 4, it will choose Gi1/1 and Gi1/3 interfaces. If RBH is 6 it will choose all three
above interfaces. And the bit sharing ratio is 3:3:2 (from “No of bits” column) hence two links has higher probability of getting utilized
as compared to the third link.
II.144. Which statement about slow inter VLAN forwarding is true?
The VLAN is experiencing slowness in the point-to-point collisionless connection.
The VLANs are experiencing slowness because multiple devices are connected to the same hub.
The local VLAN is working normally, but traffic to the alternate VLAN is forwarded slower than expected.
The entire VLAN is experiencing slowness.
The VLANs are experiencing slowness due to a duplex mismatch.*
Show (Hide) Explanation/Reference
Common Causes of Slow IntraVLAN and InterVLAN Connectivity The symptoms of slow connectivity on a VLAN can be caused by
multiple factors on different network layers. Commonly the network speed issue may be occurring on a lower level, but symptoms can
be observed on a higher level as the problem masks itself under the term “slow VLAN”. To clarify, this document defines the following
new terms: “slow collision domain”, “slow broadcast domain” (in other words, slow VLAN), and “slow interVLAN forwarding”. These
are defined in the section Three Categories of Causes, below.
In the following scenario (illustrated in the network diagram below), there is a Layer 3 (L3) switch performing interVLAN routing
between the server and client VLANs. In this failure scenario, one server is connected to a switch, and the port duplex mode is
configured half- duplex on the server side and full-duplex on the switch side. This misconfiguration results in a packet loss and
slowness, with increased packet loss when higher traffic rates occur on the link where the server is connected. For the clients who
communicate with this server, the problem looks like slow interVLAN forwarding because they do not have a problem communicating
to other devices or clients on the same VLAN. The problem occurs only when communicating to the server on a different VLAN. Thus,
the problem occurred on a single collision domain, but is seen as slow interVLAN forwarding.
Three Categories of Causes
The causes of slowness can be divided into three categories, as follows:
Slow Collision Domain Connectivity
Collision domain is defined as connected devices configured in a half-duplex port configuration, connected to each other or a hub. If a
device is connected to a switch port and full-duplex mode is configured, such a pointto-point connection is collisionless. Slowness on
such a segment still can occur for different reasons.
Slow Broadcast Domain Connectivity (Slow VLAN)
Slow broadcast domain connectivity occurs when the whole VLAN (that is, all devices on the same VLAN)
experiences slowness.
Slow InterVLAN Connectivity (Slow Forwarding Between VLANs) Slow interVLAN connectivity (slow forwarding between VLANs)
occurs when there is no slowness on the local VLAN, but traffic needs to be forwarded to an alternate VLAN, and it is not forwarded at
the expected rate.
Causes for Network Slowness
Packet Loss
In most cases, a network is considered slow when higher-layer protocols (applications) require extended time to complete an
operation that typically runs faster. That slowness is caused by the loss of some packets on the network, which causes higher-level
protocols like TCP or applications to time out and initiate retransmission.
Hardware Forwarding Issues
With another type of slowness, caused by network equipment, forwarding (whether Layer 2 [L2] or L3) is performed slowly. This is
due to a deviation from normal (designed) operation and switching to slow path forwarding. An example of this is when Multilayer
Switching (MLS) on the switch forwards L3 packets between
VLANs in the hardware, but due to misconfiguration, MLS is not functioning properly and forwarding is done by the router in the
software (which drops the interVLAN forwarding rate significantly).
II.145. Which option describes how a switch in rapid PVST+ mode responds to a topology change?
It immediately deletes dynamic MAC addresses that were learned by all ports on the switch.
It sets a timer to delete all MAC addresses that were learned dynamically by ports in the same STP instance.
It sets a timer to delete dynamic MAC addresses that were learned by all ports on the switch.
It immediately deletes all MAC addresses that were learned dynamically by ports in the same STP instance.*
Show (Hide) Explanation/Reference
Rapid PVST+This spanning-tree mode is the same as PVST+ except that is uses a rapid convergence based
on the IEEE 802.1w standard. To provide rapid convergence, the rapid PVST+ immediately deletes
dynamically learned MAC address entries on a per-port basis upon receiving a topology change. By contrast,
PVST+ uses a short aging time for dynamically learned MAC address entries.
The rapid PVST+ uses the same configuration as PVST+ (except where noted), and the switch needs only
minimal extra configuration. The benefit of rapid PVST+ is that you can migrate a large PVST+ install base to
rapid PVST+ without having to learn the complexities of the MSTP configuration and without having to
reprovision your network. In rapid-PVST+ mode, each VLAN runs its own spanning-tree instance up to the
maximum supported.
II.146. Which statement about switch access ports is true?
They drop packets with 802.1Q tags.*
A VLAN must be assigned to an access port before it is created.
They can receive traffic from more than one VLAN with no voice support
By default, they carry traffic for VLAN 10.
Show (Hide) Explanation/Reference
A VLAN does not need to be assigned to any port -> B is not correct.
An access port can only receive traffic from one VLAN -> C is not correct.
If not assigned to a specific VLAN, an access port carries traffic for VLAN 1 by default -> D is not correct.
An access port will drop packets with 802.1Q tags -> A is correct. Notice that 802.1Q tags are used to packets moving on trunk links.
II.147. Which two switch states are valid for 802.1w? (Choose two.)
listening
backup
disabled
learning*
discarding*
Show (Hide) Explanation/Reference
IEEE 802.1w is Rapid Spanning Tree Protocol (RSTP). There are only three port states left in RSTP that correspond to the three
possible operational states. The 802.1D disabled, blocking, and listening states are merged into the 802.1w discarding state.
* Discarding – the port does not forward frames, process received frames, or learn MAC addresses – but it does listen for BPDUs (like
the STP blocking state)
* Learning – receives and transmits BPDUs and learns MAC addresses but does not yet forward frames (same as STP).
* Forwarding – receives and sends data, normal operation, learns MAC address, receives and transmits BPDUs (same as STP).
II.148. Which feature allows a device to use a switch port that is configured for half-duplex to access the network?
CSMA/CD*
IGMP
port security
split horizon
Show (Hide) Explanation/Reference
Ethernet began as a local area network technology that provided a half-duplex shared channel for stations connected to coaxial cable
segments linked with signal repeaters. In this appendix, we take a detailed look at the half-duplex shared-channel mode of operation,
and at the CSMA/CD mechanism that makes it work. In the original half-duplex mode, the CSMA/CD protocol allows a set of stations
to compete for access to a shared Ethernet channel in a fair and equitable manner. The protocol’s rules determine the behavior of
Ethernet stations, including when they are allowed to transmit a frame onto a shared Ethernet channel, and what to do when a
collision occurs. Today, virtually all devices are connected to Ethernet switch ports over full-duplex media, such as twisted-pair
cables. On this type of connection, assuming that both devices can support the full-duplex mode of operation and that Auto-
Negotiation (AN) is enabled, the AN protocol will automatically select the highest-performance mode of operation supported by the
devices at each end of the link. That will result in full-duplex mode for the vast majority of Ethernet connections with modern interfaces
that support full duplex and AN.
II.149. Which two statements about switch stacking are true? (Choose two)
The stack is powered by a single power cable*
The switches are connected in a daisy-chain fashion*
The first and last switch in the stack must be connected to one another
The switches are connected by crossover cables
The switches must be fully meshed
II.150. Which symptom most commonly indicates that two connecting interfaces are configured with a duplex mismatch?
the spanning-tree process shutting down
collisions on the interface*
an interface with a down/down status
an interface with an up/down status
Show (Hide) Explanation/Reference
A late collision is defined as any collision that occurs after the first 512 bits of the frame have been transmitted. The usual possible
causes are full-duplex/half-duplex mismatch, exceeded Ethernet cable length limits, or defective hardware such as incorrect cabling,
non-compliant number of hubs in the network, or a bad NIC.
Note: On an Ethernet connection, a duplex mismatch is a condition where two connected devices operate in different duplex modes,
that is, one operates in half duplex while the other one operates in full duplex.
Duplex mismatch would not cause the link to be down/down, but would only result in poor performance like increase late collisions on
the interface.
II.151. Which option is the main function of congestion management?
discarding excess traffic
queuing traffic based on priority*
classifying traffic
providing long-term storage of buffered data
II.152. Which feature must you enable to distribute vlans automatically across multiple switch?
Configure NTP
Configure the native VLAN
Define Each vlan
Configure VTP*
II.153. Which three statements about VTP features are true? (Choose three.)
VTP works at Layer 3 of the OSI model and requires that a management VLAN IP address be configured.
When properly configured, VTP minimizes VLAN misconfigurations and configuration inconsistencies.*
When properly configured, VTP maintains VLAN configuration consistency and accelerates trunk link negotiation.
Each broadcast domain on a switch can have its own unique VTP domain.
VTP pruning is used to increase available bandwidth in trunk links.*
To configure a switch to be part of two VTP domains, each domain must have its own passwords.
Client, server, and transparent are valid VTP modes.*
II.154. Which two statements about LLDP are true ?(choose two)
It uses mandatory TLVs to discover the neighboring devices*
It functions at Layer 2 and Layer 3
It is a Cisco-proprietary technology
It is implemented in accordance with the 802.11a specification
It enables systems to learn about one another over the data-link layer*
II.155. Which two benefits can you get by stacking Cisco switches?(choose two)
Each switch in the stack handles the MAC table independently from the others
You can add or remove switches without taking the stack down.*
Each switch in the stack can use a different IOS image
The stack enables any active member to take over as the master switch if the existing master fails.*
You can license the entire stack with a single master license
Show (Hide) Explanation/Reference
Each stack has only one configuration file, which is distributed to each member in the stack. This allows each switch in the stack
to share the same network topology, MAC address, and routing information. In addition, it allows for any member to become the
master, if the master ever fails -> Answer D is correct while answer A is not correct.
Switches can be added and deleted to a working stack without affecting stack performance. When a new switch is added, the master
switch automatically configures the unit with the currently running Cisco IOS Software image and configuration of the stack. The stack
will gather information such as switching table information and update the MAC tables as new addresses are learned. The network
manager does not have to do anything to bring up the switch before it is ready to operate. Similarly, switches can be removed from a
working stack without any operational effect on the remaining switches. When the stack discovers that a series of ports is no longer
present, it will update this information without affecting forwarding or routing. A working stack can accept new members or delete old
ones without service interruption -> Answer B is correct.
Reference: https://www.cisco.com/c/en/us/products/collateral/switches/catalyst-3750-series-
switches/prod_white_paper09186a00801b096a.html
II.156. Which VTP mode cannot make a change to vlan?
server
off
client*
transparent
Show (Hide) Explanation/Reference
VTP Client
· VTP clients function the same way as VTP servers, but you cannot create, change, or delete VLANs on a VTP client.
· A VTP client only stores the VLAN information for the entire domain while the switch is on.
· A switch reset deletes the VLAN information.
· You must configure VTP client mode on a switch.
II.157. Which two circumstances can cause collision domain issues on VLAN domain? (Choose two)
duplex mismatches on Ethernet segments in the same VLAN*
multiple errors on switchport interfaces
congestion on the switch inband path*
a failing NIC in an end device
an overloaded shared segment
Show (Hide) Explanation/Reference
On an Ethernet connection, a duplex mismatch is a condition where two connected devices operate in different duplex modes, that is,
one operates in half duplex while the other one operates in full duplex. Duplex mismatch can easily cause collision domain issue as
the device that operates in full duplex mode turns off CSMA/CD. So it is eager to send data immediately without checking if the link is
free to use -> A is correct.
An “inband path” is the path which provides path for management traffic (like CDP, VTP, PAgP…) but we are not sure why congestion
on the switch inband path can cause collision domain issues. Maybe congestion on inband path prevents the JAM signal (sent when a
collision occurs on the link) to be sent correctly on the link.
II.158. Which protocol supports sharing the VLAN configuration between two or more switches?
multicast
STP
VTP*
split-horizon
Show (Hide) Explanation/Reference
VTP allows a network manager to configure a switch so that it will propagate VLAN configurations to other switches in the network”
VTP minimizes misconfigurations and configuration inconsistencies that can cause problems, such as duplicate VLAN names or
incorrect VLAN-type specifications. VTP helps you simplify management of the VLAN database across multiple switches. VTP is a
Cisco-proprietary protocol and is available on most of the Cisco switches
II.159. Which spanning-tree feature places a port immediately into a forwarding stated?
BPDU guard
PortFast*
loop guard
UDLD
Uplink Fast
Show (Hide) Explanation/Reference
PortFast causes a switch or trunk port to enter the spanning tree forwarding state immediately, bypassing the listening and learning
states. You can use PortFast on switch or trunk ports that are connected to a single workstation, switch, or server to allow those
devices to connect to the network immediately, instead of waiting for the port to transition from the listening and learning states to the
forwarding state.
II.160. In which STP state does MAC address learning take place on a PortFast-enabled port?
listening
forwarding*
discarding
learning
II.161. Refer to the exhibit.
A network associate needs to configure the switches and router in the graphic so that the hosts in VLAN3 and VLAN4 can communicate
with the enterprise server in VLAN2. Which two Ethernet segments would need to be configured as trunk links? (Choose two.)
A
B
C*
D
E
F*
II.162. Which IEEE standard does PVST+ use to tunnel information?
802.1x
802.1q*
802.1w
802.1s
Show (Hide) Explanation/Reference
Cisco developed PVST+ to allow strolling numerous STP instances, even over an 802.1Q network via the use of a tunneling
mechanism. PVST+ utilizes Cisco gadgets to hook up with a Mono Spanning Tree area to a PVST+ region. No particular
configuration is needed to attain this. PVST+ affords assist for 802.1Q trunks and the mapping of a couple of spanning trees to the
single spanning tree of popular 802.1Q switches strolling Mono Spanning Tree.
II.163. What is the default VLAN on an access port?
0
1*
10
1024
Show (Hide) Explanation/Reference
If we configure an access port as follows:
Switch(config)#interface fa0/1
Then this interface, by default, will belong to VLAN 1. Of course we can assign another VLAN to this port via the “switchport access
vlan {vlan-number}” command.
II.164. Which VTP mode prevents you from making changes to VLANs?
server
off
client*
transparent
II.165. On which type of port can switches interconnect for multi-VLAN communication?
interface port
access port
switch port
trunk port*
II.166. Which two of these statements regarding RSTP are correct? (Choose two)
RSTP cannot operate with PVST+.
RSTP defines new port roles.*
RSTP defines no new port states.
RSTP is a proprietary implementation of IEEE 802.1D STP.
RSTP is compatible with the original IEEE 802.1D STP.*
II.167. If primary and secondary root switches with priority 16384 both experience catastrophic losses, which tertiary switch can take
over?
a switch with priority 20480*
a switch with priority 8192
a switch with priority 4096
a switch with priority 12288
Show (Hide) Explanation/Reference
This is a tricky question. We know the switch with lowest value of priority is elected the root switch. Therefore in this question the
switches with priority of 4096, 8192, 12288 (which are lower than the current value of the root bridge 16384) are not joining the root
bridge election by somehow. The only suitable answer is the switch with priority 20480 will become the root bridge.
II.168. What is true about Ethernet? (Choose Two.)
802.2 Protocol
802.3 Protocol*
10BaseT half duplex
CSMA/CD Stops transmitting when congestion occurs*
CSMA/CA Stops transmitting when congestion occurs
Show (Hide) Explanation/Reference
Carrier sense multiple access with collision detection (CSMA/CD) is a media access control method used most notably in early
Ethernet (IEEE 802.3) technology for local area networking. When collision detection (CD) observes a collision (excess current above
what it is generating, i.e. > 24 mA for coaxial Ethernet), it stops transmission immediately and instead transmits a 32-bit jam
sequence.
Note: CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) is a protocol for carrier transmission used in wireless networks.
Unlike CSMA/CD (Carrier Sense Multiple Access/Collision Detect) which deals with transmissions after a collision has occurred,
CSMA/CA acts to prevent collisions before they happen.
II.169. What field is consisted of 6 bytes in the field identification frame in IEEE 802.1Q?
SA*
DA
FCS
SOF
II.170. Which three options are switchport configurations that can always avoid duplex mismatch errors between theswitches? (Choose
three.)
Set both side auto-negotiation*
Set both sides on half duplex*
Set one side auto and the other side half duplex.
Set both sides of connection to full duplex.*
Set one side auto and the other side on full duplex.
Set one side full duplex and the other side half duplex.
II.171. Which technology can enable multiple VLANs to communicate with one another?
Intra-vlan routing using a layer 3 switch
Inter-vlan routing using a layer 3 switch*
Inter-vlan routing using a layer 2 switch
Intra-vlan routing using router on a stick
II.172. Refer to the exhibit. Which two statements are true about interVLAN routing in the topology that is shown in the exhibit? (Choose
two.)
II.176. Which three elements must be used when you configure a router interface for VLAN trunking? (Choose three.)
one physical interface for each subinterface
one IP network or subnetwork for each subinterface*
a management domain for each subinterface
subinterface encapsulation identifiers that match VLAN tags*
one subinterface per VLAN*
subinterface numbering that matches VLAN tags
Show (Hide) Explanation/Reference
This scenario is commonly called a router on a stick. A short, well written article on this operation can be
found here: http://www.thebryantadvantage.com/RouterOnAStickCCNACertificationExamTutorial.htm
II.177. Refer to the exhibit. A network administrator is configuring an EtherChannel between SW1 and SW2. The SW1 configuration is
shown. What is the correct configuration for SW2?
Correct Answer: C
II.178. Refer to the exhibit. After HostA pings HostB, which entry will be in the ARP cache of HostA to support this transmission?
Correct Answer: A
Show (Hide) Explanation/Reference
When a host needs to reach a device on another subnet, the ARP cache entry will be that of the Ethernet
address of the local router (default gateway) for the physical MAC address. The destination IP address will not change, and will be
that of the remote host (HostB).
II.179. Based on the output below from SwitchB, which statement is true?
The MAC address of the root bridge is 0017.596d.1580.
The Fa0/11 role confirms that SwitchB is the root bridge for VLAN 40.
SwitchB is not the root bridge, because not all of the interface roles are designated.*
VLAN 40 is running the Per VLAN Spanning Tree Protocol.
II.180. A router has two Fast Ethernet interfaces and needs to connect to four VLANs in the local network. How can you accomplish this
task, using the fewest physical interfaces and without decreasing network performance?
A. Use a hub to connect the four VLANS with a Fast Ethernet interface on the router.
B. Add a second router to handle the VLAN traffic.
C. Add two more Fast Ethernet interfaces.
D. Implement a router-on-a-stick configuration.*
Show (Hide) Explanation/Reference
A router on a stick allows you to use sub-interfaces to create multiple logical networks on a single physical interface.
II.181. Refer to the exhibit, The VLAN configuration of S1 is not being in this VTP enabled environment. The VTP and uplink port
configurations for each switch are displayed. Which two command sets, if issued, resolve this failure and allow VTP to operate as
expected? (Choose two.)
Correct Answer: BE
II.182. How are VTP advertisements delivered to switches across the network?
anycast frames
multicast frames*
broadcast frames
unicast frames
II.183. What are two reasons a network administrator would use CDP? (Choose two.)
to verify the type of cable interconnecting two devices
to determine the status of network services on a remote device
to obtain VLAN information from directly connected switches
to verify Layer 2 connectivity between two devices when Layer 3 fails*
to obtain the IP address of a connected device in order to telnet to the device*
to determine the status of the routing protocols between directly connected routers
II.184. How can you manually configure a switch so that it is selected as the root Switch?
increase the priority number
lower the port priority number
lower the priority number*
increase the port priority number
II.185. DRAG DROP. Drag and drop the MAC address types from the left onto the correct descriptions on the right?
Select and Place:
Correct Answer:
II.186. Which three options are switch port config that can always avoid duplex mismatch error between the switches? (Choose three.)
set both side on auto-negotiation*
set both sides on half-duplex*
set one side auto and other side half-duplex
set both side of connection to full-duplexE. set one side auto and other side on full-duplex*
set one side full-duplex and other side half-duplex
II.187. Which option is the master redundancy scheme for stacked switches?
1:N*
1:1
N:1
1+N
II.188. Under which two circumstances is a switch port that is configured with PortFast BPDU guard error-disabled? (Choose two.)
when the switch receives a BPDU from a connected switch*
when the switch receives a request for an IP address from an individual PC
when a connected server has more than one VLAN configured on its NIC*
when a wireless access point running in bridge mode is connected to a switch
when a single IP address is configured on the switch
Previous12345678Next
Related Articles
76
Leave a Reply
newestoldestmost voted
Guest
Farid
Hey guys, I wanted to ask a question on if we will get exact same questions on the real exam, and if this is made for practice only?
0 Reply
9 days ago
Author
Guest
ARSD
Is there a VCE version for this this? Thanks?
0 Reply
1 day ago
Author
0 Reply
1 day ago
Guest
[email protected]
72. Which two statements about VTP are true? (Choose two.)
All switches must be configured with the same VTP domain name*
All switches must be configured to perform trunk negotiation.
All switches must be configured with a unique VTP domain name
The VTP server must have the highest revision number in the domain*
All switches must use the same VTP version.
The answer should be
All switches must be configured with the same VTP domain name*
All switches must use the same VTP version.
Please correct me if I am wrong
0 Reply
10 days ago
Author
Guest
Abdi
hey guys. the current CCNA is version 6. but the dump is i think its version 3 how can its compatible? please reply.
1 Reply
11 days ago
Guest
Abdi
no one reply?
0 Reply
10 days ago
Author
1 Reply
10 days ago
Guest
Abd
thank u
0 Reply
10 days ago
Guest
harlock
Is it still vaild?
0 Reply
11 days ago
Author
0 Reply
11 days ago
Guest
Jin Kas
Hi, is this still valid the questions and labs?
0 Reply
11 days ago
Guest
Nirmesh
Is it still relevant?
0 Reply
11 days ago
Author
0 Reply
11 days ago
Guest
John
Hello,
Can you please provide a downloaded pdf version?
Thank you.
0 Reply
12 days ago
Author
You can click green button (PDF-Email/Print) in before post to save pdf for each page
0 Reply
12 days ago
Guest
Sasi
Are these questions still valid
1 Reply
14 days ago
Author
0 Reply
13 days ago
Guest
xhh
are the exams strick about mobile phone in room
0 Reply
21 days ago
Guest
Kamil
VIII. 113. Show license udi and show version are correct. There is no command like show license status at all.
0 Reply
1 month ago
Author
0 Reply
29 days ago
Guest
Ron
I don’t see IP SLA questions in this website. Does anyone know which session it belongs to ?
Thanks,
0 Reply
1 month ago
Author
0 Reply
29 days ago
Guest
*.onion
VIII.147
Correct Answer are:
–>Define a dialer interface*
–>**Create a dialer pool and bind it to the physical interface**
(Create a dialer pool and bind it to the virtual template* its not a correct anwser)
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/bbdsl/configuration/xe-3s/bba-xe-3s-book/bba-pppoe-client-xe.html
0 Reply
1 month ago
Author
0 Reply
29 days ago
Guest
*.onion
VIII.108
corrects answer are:
–>The interface is error-disabled if packets arrive from a new unknown source address*
–>**It has dynamically learned two secure MAC addresses.**
When violation-mode is protect, violation counter does NOT increment.
(The security violation counter increments if packets arrive from a new unknown source address* its not a correct anwser)
https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/nxos/commands/l2/switchport-port-security-violation.html
0 Reply
1 month ago
Guest
*.onion
VIII.92.
I think, the correct answer is strict:
Strict is used to specify the hop(s) that you want the packet to go through, but no other hop(s) are allowed to be visited.
Record is a very useful option because it displays the address(es) of the hops (up to nine) the packet goes through.
https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13730-ext-ping-trace.html
0 Reply
1 month ago
Author
0 Reply
29 days ago
Guest
Joseph
VIII.147.Which two actions must you take to correctly configure PPPoE on a client? (Choose two.)
The right answer is a : Define a dialer interface and Create a dialer pool and bind it to the physical
interface.
0 Reply
1 month ago
Guest
Rey
III.42. According to the routing table, where will the router send a packet destined for 10.1.5.65? – The multiple choice answers given in the VCE file needs to be
corrected to the ones displayed here. III.15. Based on the exhibited routing table, how will packets from a host within the 192.168.10.192/26 LAN be forwarded to
192.168.10.1? – No routing table is displayed III.109. Which two are advantages of static routing when compared to dynamic routing? (Choose two.) – In the
VCE file it only lets you choose one option even though it says choose two. III.65. A router receives… Read more »
0 Reply
1 month ago
Author
0 Reply
28 days ago
Guest
Andrew
VIII.25. Which two statements about configuring an Ether Channel on a Cisco switch are true?(Choose two)
The right answers are:
The interfaces configured in the Ether Channel must operate at the same speed and duplex mode*
The interfaces configured in the Ether Channel must be part of the same VLAN or trunk
But not:
The interfaces configured in the Ether Channel must be on the same physical switch*
0 Reply
1 month ago
Author
0 Reply
1 month ago
Guest
Kevin
Thank you for the information on your site, it really is very useful. About the file in VCE format please update it with all questions.
0 Reply
1 month ago
Author
Yes, absolutely
0 Reply
1 month ago
Guest
Andrew
The question:
I.87. Which protocol does ipv6 use to discover other ipv6 nodes on the same segment?
The right answer is a NDP, not an ARP
1 Reply
1 month ago
Author
0 Reply
1 month ago
Guest
Andrey
Question:
I.87.Which protocol does ipv6 use to discover other ipv6 nodes on the same segment?
Right answer is NDP, not an ARP!!!
0 Reply
1 month ago
Guest
Tony
Are these questions still valid as i will be writing the exam in 2weeks time?
0 Reply
1 month ago
Author
0 Reply
1 month ago
Guest
Rey
Routing Technologies – III.123. You have configured a router with an OSPF router ID, but its IP address still reflects the physical interface. Which action can you
take to correct the problem in the least disruptive way?
Reload the OSPF process
Reboot the router
Specify a loopback address*
Save the router configuration
This one is really confusing. I think the correct answer is Reload the OSPF process.
0 Reply
1 month ago
Author
0 Reply
28 days ago
Guest
Rey
Section V: Infrastructure Services, Q51: What statement is true about this configuration?
The answer should be C: the number 1 referred to in the ip inside source command references access-list number 1.
0 Reply
1 month ago
Author
0 Reply
1 month ago
Guest
Rey
Its question 54 in here but it was Q51 in the VCE.
0 Reply
1 month ago
Author
0 Reply
1 month ago
Guest
Agustin
I had the exam last week. I gave it wrong. But 80% or more of the questions are here. Especially in section 8. My recommendation is to study a lot of labs, section 8
and all drag and drop
1 Reply
2 months ago
Guest
Andreea
Hello,
I will go to the exam on 4 November. Could you please tell me if these dumps are still available?
Thank you very much!
0 Reply
2 months ago
Author
0 Reply
2 months ago
Guest
tom
Did you pass it?
0 Reply
21 days ago
Guest
Andreea
Yes
0 Reply
21 days ago
Guest
tom
Did you use another source except this website? Or just this questions are enough to pass it? Becase I’ll go memorize it. Thank you
0 Reply
21 days ago
Guest
ivan
Passed my exam past weekend. This site is very good, highly reccomend.
1 Reply
3 months ago
Guest
T.G.
This is a great piece of job. I thank you all for taking the time to put this together. Very helpful.
0 Reply
4 months ago
Guest
Borrego
Can you provide a downloaded pdf version or vce ?
0 Reply
4 months ago
Guest
Wekheli
I just passed my exam. I recommend this site for successful revision. Thanks alot
0 Reply
4 months ago
Guest
Mikol
Congrats!!!!
0 Reply
4 months ago
Guest
Arvin Mahmoudbeik
Hello,
May I know please this website help you to pass, did you study any resources with this website?
Did you see any questions from this website in real exam ?
0 Reply
3 months ago
Guest
shaptak
Is there right answer to every question?
0 Reply
3 months ago
Guest
Asdf
I took the exam a couple of days ago, and a lot of questions from here where on a 200-125 exam.
0 Reply
4 months ago
Guest
Degdar
How can I download in pdf?
0 Reply
4 months ago
Guest
Degdar
Downloaded through the application. Thanks!
0 Reply
4 months ago
Guest
Evru
Hello and thanks so much for all of this info, is there a chance you have the exam labs or something similar?
0 Reply
6 months ago
Guest
Farhad
Hi, I’m new to this website just wanted to tell you guys that I really appreciate your effort and hardworking to this website it helps all CCNa students to pass their
tests, and here’s a copy of PDF version to these Q thank you.
0 Reply
10 months ago
Author
Thanks so much!
0 Reply
9 months ago
Guest
ELIOT MUTORITI
hi everybody ,who used these practice questions and passed the exam,is ths still valid in syllabus
thanks
0 Reply
5 months ago
Guest
mulumbwa
many thanks for these pdf. we are kindly asking if you can provide for us a downloaded pdf as well for all parties please
0 Reply
10 months ago
Guest
Alex
Excellent! thanks
0 Reply
11 months ago
Guest
mulumbwa
can you provide a downloades
d pdf version? please
0 Reply
10 months ago
Guest
Mary
Be careful, pass to each separate Part, and at the end of each post after 300 seconds, you can download the pdf file free!!!
0 Reply
10 months ago
Guest
mergim boshnjaku
yes i have
send me your email here
and i send u the pdf
0 Reply
8 months ago
Guest
ccna-student
Can you provide a downloaded pdf version ?
0 Reply
1 year ago
Guest
k9image
Guest
Russ
I really relate to this webby since day 1_legitimate ,but then aren’t these 2018 dump questions supposed to be over 700 instead ???
0 Reply
1 year ago
Guest
king
is this a CCNA(200-125) dumps or a CCNAv6(intro,rs,scalling,connecting) dump question?