New CCNA – Trunking Questions
Question 1
Refer to the topology and router output shown in the exhibit:
A technician is troubleshooting host connectivity issues on the switches. The hosts in VLANs 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?
A. The Fa0/1 port is not operational on one of the switches.
B. The Link connecting the switches has not been configured as a trunk.
C. At lease one port needs to be configured in VLAN 1 for VLANs 10 and 15 to be able to communicate.
D. Port FastEthernet 0/1 needs to be configured as an access link on both switches.
E. A router is required for hosts on Sw11 in VLANs 10 and 15 to communicate with hosts in the same VLAN on Sw12.
Answer: B
Explanation
The show vlan command only displays access ports, the trunk ports are not shown in this command (we can use the “show interface trunk” command to see trunked ports). In the output we can see the ports Fa0/1 connecting between two switches in VLAN 20 -> they are access ports and only VLAN 20 can communicate. To make all VLANs can communicate (with the same VLAN at the other switch), the link between two switches must be set as trunk -> B is correct.
Question 2
In a switched environment, what does the IEEE 802.1Q standard describe?
A. the operation of VTP
B. a method of VLAN trunking
C. an approach to wireless LAN communication
D. the process for root bridge selection
E. VLAN pruning
Answer: B
Question 3
As a network technician, do you know which are valid modes for a switch port used as a VLAN trunk? (Choose three)
A. transparent
B. auto
C. on
D. desirable
E. blocking
F. forwarding
Answer: B C D
Question 4
Refer to the exhibit:
All switch ports are assigned to the correct VLANs, but none of the hosts connected to SwitchA can communicate with hosts in the same VLAN connected to SwitchB. Based on the output shown, what is the most likely problem?
A. The access link needs to be configured in multiple VLANs.
B. The link between the switches is configured in the wrong VLAN
C. The link between the switches needs to be configured as a trunk.
D. VTP is not configured to carry VLAN information between the switches.
E. Switch IP addresses must be configured in order for traffic to be forwarded between the switches.
Answer: C
Question 5
Which IEEE standard protocol is initiated as a result of successful DTP completion in a switch over FastEthernet?
A. 802.3ad
B. 802.1w
C. 802.1Q
D. 802.1d
Answer: C
Explanation
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.
Question 6
Which three of these statements regarding 802.1Q trunking are correct? (Choose three)
A. 802.1Q native VLAN frames are untagged by default.
B. 802.1Q trunking ports can also be secure ports.
C. 802.1Q trunks can use 10 Mb/s Ethernet interfaces.
D. 802.1Q trunks require full-duplex, point-to-point connectivity.
E. 802.1Q trunks should have native VLANs that are the same at both ends.
Answer: A C E
Question 7
Refer to the exhibit:
C-router is to be used as a “router-on-a-stick” to route between the VLANs. All the interfaces have been properly configured and IP routing is operational. The hosts in the VLANs have been configured with the appropriate default gateway. What can be said about this configuration?
A. These commands need to be added to the configuration:
C-router(config)# router eigrp 123
C-router(config-router)# network 172.19.0.0
B. No further routing configuration is required.
C. These commands need to be added to the configuration:
C-router(config)# router ospf 1
C-router(config-router)# network 172.19.0.0 0.0.3.255 area 0
D. These commands need to be added to the configuration:
C-router(config)# router rip
C-router(config-router)# network 172.19.0.0
Answer: B
Question 8
Refer to the exhibit:
What commands must be configured on the 2950 switch and the router to allow communication between host 1 and host 2? (Choose two)
A. Router(config)#interface fastethernet 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shut down
B. Router(config)#interface fastethernet 0/0
Router(config-if)#no shutdown
Router(config)#interface fastethernet 0/0.1
Router(config-subif)#encapsulation dot1q 10
Router(config-subif)#ip address 192.168.10.1 255.255.255.0
Router(config-subif)#interface fastethernet 0/0.2
Router(config-subif)#encapsulation dot1q 20
Router(config-subif)#ip address 192.168.20.1 255.255.255.0
C. Router (config)#router eigrp 100
Router(config-router)#network 192.168.10.0
Router(config-router)#network 192.168.20.0
D. Switch1(config)# vlan database
Switch1(config-vlan)# vtp domain XYZ
Switch1(config-vlan)# vtp server
E. Switch1(config) # interface fastEthernet 0/1
Switch1(config-if)# switchport mode trunk
F. Switch1(config)# interface vlan 1
Switch1(config-if)# ip default-gateway 192.168.1.1
Answer: B E
Question 9
Which two of these are characteristics of the 802.1Q protocol? (Choose two)
A. It is a layer 2 messaging protocol which maintains vlan configurations across network.
B. It includes an 8-bit field which specifies the priority of a frame.
C. It is used exclusively for tagging vlan frames and does not address network reconvergence following switched network topology changes.
D. It modifies the 802.3 frame header and thus requires that the FCS be recomputed.
E. It is a trunking protocol capable of earring untagged frames.
Answer: D E
Explanation
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.
Question 10
What are the possible trunking modes for a switch port? (Choose three)
A. transparent
B. auto
C. on
D. desirable
E. client
F. forwarding
Answer: B C D
Hello Guys I hope you will be fine there.Now New CCNA (200-120) and CCNA security (640-554) Vouchers on special discount of 58% for World wide, with six months expiry date till you purchase. Each voucher cost 70USD.
Details Required For CCNA Voucher For Discount Processing:
1-Full Name. 1st Name & Last Name (as you want to appear on certificate & documents)
2-Country.
3-City.
4-State.
5-Pin Code (or Area Code)
6-Residential Address (or where you can collect your Certificate or further correspondence
can be received)
7-Date of birth
Add me on Skype through this information which is written below:
Skype Name: rockon660
you can also email me at this email address which is written below:
madeelqaiser@gmail.com
If you have any Questions feel free to contact me.
Thanks,
Best regards,
Adeel
The question 6 is wrong on option C.
which questions are on the test?
Mizael A Reis: No it is not wrong.
You can´t to configure trunk in Ethernet interface, but only fastethernet interfaces, reason by wich the question 6, in C is wrong.
guys how did the test after Sep,which of these questions are valid in the new CCNA 200-120 exam.?
thanks
LATEST FREE CCNA TRAINING VIDEOS
youtube.com/CiscoTrainingVideos
Question 6 the correct answers should be A,D E
question 6 correct is A D E
Here is a validity to (option C) as an answer to Q. 6.
A software update will allow a 10meg trunking.
http://www.cisco.com/en/US/products/hw/routers/ps259/prod_bulletin09186a00800921e4.html
download latest dumps from
9
t
u
t
.
c
o
m
x
a
.
c
o
m
very well explained
i thought trunk ports use only 100mb or 1G ether?
Just took it yesterday, I PASSED with a 920, thanks to 9tut…woooohhhooooo!!!!
question 9′s answer is B and C
Nice to meet this site. Plan to complete my exam next year
Scarlett:
The answer ‘B’ is wrong, because the “tag” 802.1Q field has a size of 4 bytes, not “8-bit”.
The answer ‘C’ is wrong, because the 802.1Q protocol allows VLAN tagged frames, but not “exclusively” for this, because this also allows to create a trunk pass untagged frames.
download free latest dumps from
9
t
u
t
.
w
e
b
s
.
c
o
m
download latest dumps from
9
t
u
t
.
w
e
b
s
.
c
o
m
Hi, can anyone ps email me info on how to get the latest VCE 3.4.2 crack version or the version that can open recent dumps.
My email address is: mehdi01912330796@gmail.com
Thanks.
I passed mine today the only thing you need to do know the answers by heart
Q10 was in today’s exam.
hi … i am writing my ccna exam on monday please could u sent me the latest dumps that u people got. mohsinfida489@yahoo.com
Hay, can anyone give me info about the discount vouchers ava for ccna 200-120?? Do we need to get registered on cisco academy and do we need to pay some fee for being the member of academy?????
If you do have info please mail me on celina_6607@yahoo.com
or are these vouchers meant for the institute who provide training
@9tut In question no.1 u have described wrongly the switch has Router Kindly Change it :)
I cleared 200-120
Question 1 in today’s exam
Almost all questions from 9tut
Thanks everyone :)
Hi there everyone, I am planning to take CCNA exam next month, but i don’t know how to start and what best materials should I study/review to sure pass the exam. Can someone send me latest dumps as what I’m seeing in here. I highly appreciate and many thanks to all. My e-mail is “caipols@yahoo.com”
is there some similar like this will also appear on our exam?
hi everyone could you send to me ccnp latest dums plz routing&switching thanx….
with all my regards … send to my email address karzanshaqlawa@yahoo.com
Hi guys, I’m not north-american and sorry my english.
My doubt is about question 9 option E. I understood the phrase but didn’t understand this word: earring. In Portuguese the meaning is totally different.
Please someone explain me the sense that word in this context.
Thanks guys!!!
@kcio
The answer should read…
” E. It is a trunking protocol capable of carrying untagged frames.”
Thank you @Anonymous
Now, the answer makes sense!
download free dumps from
wurl.cc/52R
Q1,2,4 and 9 were in test today
3&5 were today
Question 6 why B is wrong ?
Port security can only be configured on static access ports, trunk ports, or 802.1Q tunnel ports.
Command
Purpose
Step 1
Router(config)# interface type1 slot/port
Selects the LAN port to configure.
Step 2
Router(config-if)# switchport
Configures the port as a Layer 2 port.
Step 3
outer(config-if)# switchport trunk encapsulation {isl | dot1q}
Configures the encapsulation, which configures the Layer 2 switching port as either an ISL or 802.1Q trunk.
Step 4
Router(config-if)# switchport mode trunk
Configures the port to trunk unconditionally.
Step 5
Router(config-if)# switchport nonegotiate
Configures the trunk not to use DTP.
Step 6
Router(config-if)# switchport port-security
Enables port security on the trunk.
Step 7
Router(config-if)# do show port-security interface type1 slot/port | include Port Security
Verifies the configuration.
9tut please if you can clarify question 6, I know ACF are true but also B is true I made lot of research specially on cisco websites, trunk port can be secure also I tried it on packet tracer and it is worked also
any one have a good answer please I have test next week
if any one needs dumps send us a working gmail mail id with password on game.rose@hotmail.com
Q3,6,9 was in the today exam
Q3,6,8,9 were in the today exam
Q3 – Q5 in may exam yesterday
Q10 was in the exam recently
good morning to everyone.
regarding question 6 and the confusion related to answer no 6 please read the following
paper-guide
http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/25ew/configuration/guide/conf/port_sec.html
it is clearly stated-defined.
apart from this…consider this..
is it necessary to port secure a trunk interface if you have enable port-security on all access ports?
Question 9 and 10 were on the test this morning. passed.
I need ccna Dumps, Send me tomasf.ramirez@gmail.com
I need ccna Dumps, Send me tomasf.ramirez@gmail.com
Thanks for the useful information!
Keep posting :)