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. Des†rosiers
    August 9th, 2014

    Passed Marks: 975, 99.8% from 9tut no need to exert effort for latest dumps. Labs EIGRP, ACL Sim 1 & 2, practice all modifications coz it was given on random. 9tut is enough to pass the exam. GoodLuck. .

  2. Allen
    August 23rd, 2014

    Please can someone send me the latest dumps to qallout@yahoo.com

  3. Anonymous
    August 28th, 2014

    has anyone heard about changing the exam next month???Is that true??please tell me because I intend to take the exam next week…

  4. AWAB
    August 31st, 2014

    HEEY THERE
    NEED HELP
    CAN SOMEONE SEND ME LATEST DUMBS FOR CCNA DATA CENTER -
    AERAYAH@GMAIL.COM

  5. Anthony da lopez
    September 1st, 2014

    has anyone heard about changing the exam next month???Is that true??please tell me because I intend to take the exam next week…

  6. Vouchers
    September 4th, 2014

    Dear All
    Regarding all CISCO exams CCNA CCNA Security CCNP (Route Switch Tshoot) updated valid dumps & Exam discount vouchers available globally.
    1. CCNA 200-120 60 % discounted vouchers
    2. CCNP (Route Switch TShoot) 25 % discounted Vouchers
    3. CCNA Security 640-554 60 % discounted Vouchers
    Ask any kind of technical and exam related questions from our CCIE experts.
    Feel Free to Contact
    Email Contact:dheprofessionals@gmail.com
    Skype Id:net.rideplay

    Thanks

    Best Regard
    Admin

  7. Rani
    September 6th, 2014

    Q1, Q3 &Q4 in 5th Sep 2014 exam

  8. Hassan Bilal
    September 6th, 2014

    Passed CCNA on 5th September with 986. ACL1, ACL2(MOD.3) and Eigrp labs. All the question were from 9tut and Watson, thanks 9tut. Keep up the good work you are doing by providing study material.

    Q1 and 10 were in exam

  9. Vouchers
    September 15th, 2014

    Dear All
    Regarding all CISCO exams CCNA CCNA Security CCNP (Route Switch Tshoot) updated valid dumps & Exam discount vouchers available globally.
    1. CCNA 200-120 60 % discounted vouchers
    2. CCNP (Route Switch TShoot) 25 % discounted Vouchers
    3. CCNA Security 640-554 60 % discounted Vouchers
    Ask any kind of technical and exam related questions from our CCIE experts.
    Feel Free to Contact
    Email Contact:dheprofessionals@gmail.com
    Skype Id:net.rideplay

    Thanks

    Best Regard
    Admin

  10. HB
    September 16th, 2014

    Passed today with 958

    Q1 and Q4 was on test

    thanx 9tut

  11. ramos1987
    September 18th, 2014

    PASS MY EXAM TODAY SEPT 17 1000/1000

    Q5, Q10 in exam today

  12. arun
    September 22nd, 2014

    In Question 6
    why the option D is wrong

    I think the connection between two switches must be point to point (more than one switches cannot connect to make trunk)
    And packets are sending to both sides, so it is full duplex

  13. arun
    September 22nd, 2014

    ok.. I got the explanation here
    https://learningnetwork.cisco.com/thread/4645

  14. arun
    September 22nd, 2014

    802.1Q supports point-to-multipoint connectivity. Although in Cisco implementation, a “trunk” is considered a point-to-point link but 802.1q encapsulation can be used on an Ethernet segment shared by more than two devices. Such a configuration is seldom needed but is still possible with the disablement of DTP negotiation. -> D is not correct (Reference:http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008012ecf3.shtml)

    from 9tut.net

  15. Luis
    October 6th, 2014

    Hi great blog,
    Thanks for all the posting help a lot.
    please anyone can help and send the latest dumps for ccna 200-120 to my email :
    Crypterdk@gmail.com
    thanks for ur help
    I need your help

  16. jp0427
    October 7th, 2014

    Question #10 on my exam last Sunday, 2014/10/5.

    Thanks a lot 9tut. Almost all questions were from here except for two.
    Had the EIGRP and ACL 1 sims.

  17. Asanka
    October 22nd, 2014

    Q1 & 7 were in exam today

  18. Kakashi
    October 26th, 2014

    Is this really legit?

  19. Kakashi
    October 26th, 2014

    I need proof that you all are really passing

  20. Dany
    October 29th, 2014

    passed
    question 3 & 6 on exam today

  21. kam
    November 6th, 2014

    q3,q6,q8 on exam today

  22. aria
    November 10th, 2014

    q3 today

  23. Parth Shah
    November 12th, 2014

    Q 1,3,4 and 10 exam on 10th Nov’14

  24. Mario
    November 18th, 2014

    Can someone send me the latest dumbs for CCNA to albertomch13@gmail.com,

    Thanks,

  25. Pavel
    November 19th, 2014

    Hello all!
    Please can someone send me the latest dumps to p4v3l@hotmail.de

    thanks!

  26. Erika
    November 22nd, 2014

    Q1 on exam yesterday

  27. saly
    November 26th, 2014

    how many questions and time of CCNAX exam ?

  28. sandeep
    December 1st, 2014

    please send me the latests dumps please my e-mail sandeepagarwal57@gmail.com

  29. Ikther
    December 1st, 2014

    Please can someone send me the latest dumps to my email address which is Ikther@hotmail.com am taking my 200-120 exam at the end of Dec 2014.Many Thanks

  30. manu
    December 3rd, 2014

    please if any one can send me the latest dumps 200-120 to my e mail pasindumanu@gmail.com

  31. Enzo
    December 8th, 2014

    Q3, Q4 and Q10 today

  32. Anonymous
    December 8th, 2014

    preparing for ccna these DEC someone please help me with the latest dumps
    my email is arthamuruga@gmail.com

  33. Raja Furqan
    December 16th, 2014

    Q3 Q10 in Today Exam

  34. HM
    December 19th, 2014

    q5…Dec 18

  35. James
    December 19th, 2014

    Q3, 8 , 9 & 10 today in my exam

  36. agy
    December 19th, 2014

    q5 today

  37. Msu2
    December 20th, 2014

    Thank you
    !
    James
    !
    and
    !
    HM
    !

  38. Raymond Teo
    December 23rd, 2014

    My email address is raymondteo79@yahoo.com.sg
    Please kindly send me the latest dumps for ccna.

  39. uday
    December 28th, 2014

    Q1,7 today

  40. Rapo
    December 31st, 2014

    Am taking the ccna exam on 05/01/2015
    Please kindly send me the latest dumps.
    My email address is r4rapsonwalex@yahoo.com

  41. Claudio
    January 3rd, 2015

    Hi. Regarding Q.6: I did some test in PT 6.1 in a WS-C2960-24TT IOS 12.2(25)FX and I could configure and got working Port Security, 10Mbps fixed speed and fixes Half Duplex in a GigabitEthernet0/2 port configured as a 802.1Q trunk. So, why we must exclude as correct option C?
    A. 802.1Q native VLAN frames are untagged by default. CORRECT
    B. 802.1Q trunking ports can also be secure ports. I GOT IT WORKING IN PT 6.1
    C. 802.1Q trunks can use 10 Mb/s Ethernet interfaces. CORRECT
    D. 802.1Q trunks require full-duplex, point-to-point connectivity. IT WORKS BUT IS NOT MANDATORY
    E. 802.1Q trunks should have native VLANs that are the same at both ends. CORRECT

    interface GigabitEthernet0/2
    switchport trunk allowed vlan 100
    switchport mode trunk
    switchport port-security
    switchport port-security maximum 6
    switchport port-security mac-address sticky
    switchport port-security violation restrict
    switchport port-security mac-address sticky 0010.112C.9C1A
    switchport port-security mac-address sticky 0010.1188.313E
    switchport port-security mac-address sticky 0010.11C5.3763
    switchport port-security mac-address sticky 00E0.F709.7DD3

    L2SW3FARM#sh int g0/2 switchport
    Name: Gig0/2
    Switchport: Enabled
    Administrative Mode: trunk
    Operational Mode: trunk
    Administrative Trunking Encapsulation: dot1q
    Operational Trunking Encapsulation: dot1q
    Negotiation of Trunking: On
    Access Mode VLAN: 1 (default)
    Trunking Native Mode VLAN: 1 (default)
    Voice VLAN: none
    Administrative private-vlan host-association: none
    Administrative private-vlan mapping: none
    Administrative private-vlan trunk native VLAN: none
    Administrative private-vlan trunk encapsulation: dot1q
    Administrative private-vlan trunk normal VLANs: none
    Administrative private-vlan trunk private VLANs: none
    Operational private-vlan: none
    Trunking VLANs Enabled: ALL
    Pruning VLANs Enabled: 2-1001
    Capture Mode Disabled
    Capture VLANs Allowed: ALL
    Protected: false
    Appliance trust: none

    L2SW3FARM#sh port-security int gi0/2
    Port Security : Enabled
    Port Status : Secure-up
    Violation Mode : Restrict
    Aging Time : 0 mins
    Aging Type : Absolute
    SecureStatic Address Aging : Disabled
    Maximum MAC Addresses : 6
    Total MAC Addresses : 4
    Configured MAC Addresses : 0
    Sticky MAC Addresses : 4
    Last Source Address:Vlan : 0010.112C.9C1A:1
    Security Violation Count : 7

  42. Claudio
    January 3rd, 2015

    CORRECTION: So, why we must exclude as correct option B?

  43. kiani
    January 9th, 2015

    Plz email me latest dumps at kianiak@yahoo.com

  44. Lorenzo
    January 12th, 2015

    Q1, 9, Today, 1/12/14

  45. Hamesh
    January 13th, 2015

    thank for shearing this kind of information which support students

  46. abdel
    January 19th, 2015

    Q1 & 7 in my exam today. Passed

  47. murad
    January 19th, 2015

    Q1 & Q9 in my exam today . Passed thanx 9tut

  48. Anonymous
    January 31st, 2015

    Q1, 4 and 7 today

  49. Sappy
    February 2nd, 2015

    Hello 9tut Community,
    I am taking exam this month. So, can someone please send me latest dump on psapan@ymail.com? I reallly appriciate for the help and many thanks in Advance..

  50. Anonymous
    February 7th, 2015

    Q1, 9 today 7th feb

Comment pages
Add a Comment