Home > New CCNA – Trunking Questions

New CCNA – Trunking Questions

September 27th, 2013 Go to comments

Question 1

Refer to the topology and router output shown in the exhibit:

show_vlan_brief_trunk_link.jpg

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:

VLAN_communicate_trunk.jpg

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:

interVLAN_router_on_a_sticky.jpg

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:

interVLAN_subinterfaces_encapsulation_dot1q.jpg

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

Comments (133) Comments
Comment pages
1 2 3 1787
  1. Apur
    February 9th, 2015

    Can any one please explain q1…? host in vlan 10 and vlan 15 on switch 11 cannot communicate with host in same vlan in sw 12… but host in admin vlan i.e vlan 20 can communicate with host in same vlan on sw12… dan hw cum ans b is correct…? i.e trunk link is not configure?.. if it is so dan how host in admin vlan can communicate with each other?

  2. Hasan Shamroukh
    February 13th, 2015

    ِApur
    No Vlan sharing without trunking link between switches
    but no ping between hosts without default gateway

  3. Che
    February 15th, 2015

    Q1, Q7 on 15th Feb.

  4. Nuzuga
    February 20th, 2015

    Hi 9tut am taking my CCNA exams first week of March any latest dump pls send to me at nuzugazakariya@yahoo.com I will appreciate that thanks

  5. Fagner Luiz
    February 22nd, 2015

    Guys, i need dumps for ccna 200-101, i go take exame in march.

    fagnerluiz.alves@bol.com.br

    thank very much

  6. Ray
    February 23rd, 2015

    @Apur

    in the vlan brief you can see that port fa0/1 belong to admin vlan which is 20 . The port used between those switch are port fa0/1. SO the only one who can communicate between those switch is admin group.

  7. Ghada
    February 24th, 2015

    Passed yesterday with score 1000 Thank God

    The exam was 51 questions, only one drag and drop about cable types, all questions are very easy just similar to 9tut.

    The lab simulations were Eigrp , ACL1 (similar to 9tut exactly) and ACL2 (modification 3 but with host B to access the finance server)

    Good luck for everyone, just be relaxed its very very easy :)

    questions 1,3,7 were in it

  8. ALI
    February 26th, 2015

    PLZ SEMD ME DUMPS AND VOCHER INFOR ADNANDAUDZAI@GMAIL.COM

  9. santhosh
    March 6th, 2015

    planning ccna by march 2nd weekplease send dumps to santhosh0991@gmail.com

  10. Stephane
    March 11th, 2015

    Error on Question 3
    As a network technician, do you know which are valid modes for a switch port used as a VLAN trunk? (Choose three)

    Three valid mode for Vlan trunk are Auto – Desirable and Trunk that’s it.

  11. Anonymous
    March 11th, 2015

    taking ccna in 2 weeks please can anyone send dumps to mparilis1@optonline.net

  12. Apush
    March 18th, 2015

    Passed my CCNA exam today (18th Mar)… Q4 in exam

  13. atiye
    March 21st, 2015

    Q1 today

  14. Peter
    March 26th, 2015

    Q3,4

  15. matt
    March 28th, 2015

    @stephane. There is no error regarding the 3 modes of trunking. There is simply dynamic dersirable, dynamic auto, or ‘on’ which you stated would show up as a ‘trunk’ in show int switchport. The reason we call this ‘on’ is because it is non-negotiated and forced to be a trunk port. Much like an access port turns of DTP negotiations, so does forcing into a perma-trunk state. Also, the question calls for 3 answers, which the others easily rule out. Transparent is a VTP mode, and the other 2 are CST port states. The same terminology is used for etherchannel. It is either PAgP or LACP negotiated or ON.

  16. w1zard
    April 3rd, 2015

    Fast Ethernet and Gigabit Ethernet trunks carry the traffic of multiple VLANs over a single link, and you can extend the VLANs across an entire network. Not 10Mbps links.
    Source:
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2950/software/release/12-1_19_ea1/configuration/guide/2950scg/swvlan.html#wp1214387

  17. Karim M Bana
    April 7th, 2015

    Thanks Almighty God. Got 972/1000 today. Labs eigrp, acl1,acl2. Above 90% pap came frm this site. Thanks 9tut.

  18. Adeeb
    April 14th, 2015

    admin vlan is vlan 20.and f0/1 is in vlan 20 so admin vlan will communicate

  19. Thula
    April 14th, 2015

    Hi guys, i’m here in South Africa. I’m planning to take on the exam early next month, could you please send me the dumps; thula.ngidi@gmail.com

    Much appreciated.

  20. SaedAdi
    April 17th, 2015

    Q3,8

  21. searche
    April 19th, 2015

    Hi all,
    Please i don’t understand the Question 10 if someone can explain me.

  22. herry
    April 20th, 2015

    Hi guys, i’m here in Botswana. I’m planning to take on the exam early next month, could you please send me the dumps; hmasebola@gmail.com

  23. Tomáš
    April 20th, 2015

    searche:
    This is theoretical question = you must study the theory.
    DTP is cisco protocol used to negotiate trunk. And its modes are: auto / on / desirable.
    Just remember it.
    For detaisl, please see the flash cisco curriculum.

  24. 200-120
    April 26th, 2015

    Hello 9tut please provide tutorial

  25. busy signal
    April 28th, 2015

    sorry 200-120 we cant

  26. Anonymous
    May 5th, 2015

    Hi Guys,

    Can you send the dumps? Kindly send it to idada.valdez@gmail.com

    TIA!

  27. Johnnyaich
    May 5th, 2015

    Hello All, taking test on the 18th please send latest dumps johnnyaich@gmail.com
    Thanks so much.

  28. ritesh sharma
    May 7th, 2015

    Giving exam on 18.. Snd latest dumps…

  29. joseph
    May 7th, 2015

    hello guys, I am taking my ccna exam in 2 weeks. Can anyone send me please the latest dump at jomacar76@gmail.com ? your help is most appreciated.

  30. innocent
    May 8th, 2015

    am trying to catch up on ma lessons……..internship going on

  31. Dumps required
    May 17th, 2015

    please share dumps to zameer.ise@gmail.com

  32. Hicham
    May 19th, 2015

    I Need help for ccna exam. Could anyone please send me dumps at golf1214@yahoo.com Thank you for your time!

  33. ajroy
    May 23rd, 2015

    answer to Q1,(B) is correct because the switch interface fa0/1 is in the admin vlan 20 as an access port

Comment pages
1 2 3 1787
Add a Comment