Home > ICND2v3 – New Questions Part 3

ICND2v3 – New Questions Part 3

=========================New Questions added on 1st-Jun-2018============================

Note: These new questions have not been classified into specific topics so please practice them separately. Also in this page we are testing show/hide answer button.

Question 1

What are three reasons a company needs high speed Internet access? (Choose three)

A. SAN upgrade
B. Large network device IOS upgrades
C. Peer2peer
D. IaaS
E. ?

 

Answer: A D ?

Question 2

How do you configure a voice port?

Answer: Something like this:

Switch(config)#interface fastethernet0/1
Switch(config-if)#switchport mode access
Switch(config-if)#switchport access vlan 10
Switch(config-if)#switchport voice vlan 20

Question 3

What command do you look to see native VLAN?

A. show interfaces
B. show interface trunk
C. show ip interface brief

 

Answer: B

Question 4

What are the three things that can cause congestion? (Choose three)

A. Broadcast
B. defective hardward
C. Collision domains
D. ?

 

Answer: A C ?

Question 5

What are the results of a saturated tunnel?

Answer: Load is 255

Explanation

Load on the interface as a fraction of 255 (255/255 is completely saturated), calculated as an exponential average over 5 minutes.

Question 6

Which utility can you use to identify redundant or shadow rules?

A. The ACL trace tool in Cisco APIC-EM.
B. The ACL analysis tool in Cisco APIC-EM.
C. The Cisco APIC-EM automation scheduler.
D. The Cisco IWAN application.

 

Answer: B

Explanation

Cisco APIC-EM supports the following policy analysis features:
+ Inspection, interrogation, and analysis of network access control policies.
+ Ability to trace application specific paths between end devices to quickly identify ACLs in use and problem areas.
+ Enables ACL change management with easy identification of conflicts and shadows -> Maybe B is the most suitable answer.

Reference: http://www.cisco.com/c/en/us/td/docs/cloud-systems-management/application-policy-infrastructure-controller-enterprise-module/1-2-x/config-guide/b_apic-em_config_guide_v_1-2-x/b_apic-em_config_guide_v_1-2-x_chapter_01000.pdf

The ACL trace tool can only help us to identify which ACL on which router is blocking or allowing traffic. It cannot help identify redundant/shadow rules.

Note:

Cisco Application Policy Infrastructure Controller Enterprise Module (APIC-EM) is a Cisco Software Defined Networking (SDN) controller, which uses open APIs for policy-based management and security through a single controller, abstracting the network and making network services simpler. APIC-EM provides centralized automation of policy-based application profiles.

Reference: CCNA Routing and Switching Complete Study Guide

Cisco Intelligent WAN (IWAN) application simplifies the provisioning of IWAN network profiles with simple business policies. The IWAN application defines business-level preferences by application or groups of applications in terms of the preferred path for hybrid WAN links. Doing so improves the application experience over any connection and saves telecom costs by leveraging cheaper WAN links.

Shadow rules are the rules that are never matched (usually because of the first rules). For example two access-list statements:

access-list 100 permit ip any any
access-list 100 deny tcp host A host B

Then the second access-list statement would never be matched because all traffic have been already allowed by the first statement. In this case we call statement 1 shadows statement 2.

Question 7

Which two (or three) are effects of local spanning tree? (Choose two)

A. Doubles the load
B. Doubles internal switch traffic
C. Prevents span destination
D. ?

 

Answer: unknown

Question 8

What is true about the default VLAN?

A. It is VLAN 1
B. It is always the same as Native VLAN

 

Answer: A

Question 9

Which command to see information about neighbors in OSPFv3?

A. show ipv6 ospf neighbors
B. show ipv6 interface brief

 

Answer: A

Question 10

Which two actions must you take to configure a LACP between two switches, S1 and S2? (Choose two)

A. Configure mode auto command on S1.
B. Configure mode passive command on S1.
C. Configure mode desirable command on S1.
D. Configure mode auto command on S2.
E. Configure mode desirable command on S2.
F. Configure mode active command on S2.

 

Answer: B F

Question 11

How can QoS be implemented?

A. Only outbound
B. Only inbound
C. Inbound and outbound

 

Answer: C

Explanation

On the inbound path, a packet is classified before it is switched. On the outbound path, a packet is classified after it is switched.

At the inbound direction, QoS can do:
+ Input marking (class-based marking or Committed Access Rate (CAR))
+ Input policing (through a class-based policer or CAR)

At the outbound direction, QoS can do:
+ Output marking
+ Output policing (through a class-based policer or CAR)
+ Queueing (Class-Based Weighted Fair Queueing (CBWFQ) and Low Latency Queueing (LLQ)), and Weighted Random Early Detection (WRED)

Reference: https://www.cisco.com/c/en/us/support/docs/quality-of-service-qos/qos-packet-marking/22141-qos-orderofop-3.html

Question 12

What do you need to reduce GRE fragmentation (Choose two)?

A. MTU 1360
B. MSS 1360
C. MTU 1400
D. MSS 1400
E. MTU 1500

 

Answer: B C

Question 13

In OSPF or EIGRP, which of the following IPs will choose as router ID?

A. 192.168.x.x
B. 172.x.x.x
C. 172.x.x.x
D. 172.x.x.x

 

Answer: A

Question 14

How can you see the PPP authentication?

A. show running-config
B. show interface
C. show ip interface

 

Answer: A

Question 15

Which is the first step to configure OSPFv3 area 1?

A. (config)#ipv6 unicast-routing
B. (config)#router ospf ipv6 1

 

Answer: A

Question 16

A topology of host named X and Y connected to a switch and the switch was connected to a router as well. No other information (IP addresses, protocols, etc, nothing just the diagram). Host X cannot communicate with Host Y, why?

A. Host X has a broadcast IP address configured.
B. Host X has an invalid subnet mask.
C. Host Y has a network ID address configured.
D. Host Y has invalid IP and invalid subnet mask.

 

Answer: B

============================ New Questions added on 14th-July-2018 ============================

Question 17

A question about SVI and how to troubleshoot them (Choose three)

A. ASIC
B. Frame Size
C. IP routing
D. Encapsulation
E. Interfaces
F. ?

 

Answer: C D E

Question 18

When you use cloud services which service is more “exposed” to the cloud?

A. Desktop as a Service
B. Software as a Service
C. Infrastructure as a Service
D. Platform as a Service

 

Answer: B

Question 19

Question about Dynamic VPN? (choose three)

A. It can auto create IPSec tunnels
B. It allows dynamic addressing…
C. It does not need additional configuration on the hub for new spokes
D. It allows partial mesh topology

 

Answer: B C D

Question 20

Question for SNMPv3 what does this do? (choose two)

R1# snmp-server host 1.1.1.1 trap v3 auth md5 cisco

A. Sets the R1 password to cisco
B. Configures host 1.1.1.1 to receive informs
C. Configures host 1.1.1.1 to send informs
D. Configures host 1.1.1.1 to receive traps
E. Sets the host 1.1.1.1 password to cisco

 

Answer: D and A (although answer A is a bit unclear)

Explanation

The syntax of above command is shown below:

snmp-server host host-addr [informs | traps] [version {1 | 2c | 3 {auth | noauth | priv}}] community-string [udpport port]

This command specify the recipient of an SNMP trap operation.

+ For host-addr, specify the name or Internet address of the host (the targeted recipient).
+ (Optional) Enter informs to send SNMP informs to the host.
+ (Optional) Enter traps (the default) to send SNMP traps to the host.
+ (Optional) Specify the SNMP version (1, 2c, or 3). Default is version 1. SNMPv1 does not support informs.
+ (Optional) For Version 3, select authentication level auth, noauth, or priv.
Note: The priv keyword is available only when the cryptographic software image is installed.

+ For community-string, when version 1 or version 2c is specified, enter the password-like community string sent with the notification operation. When version 3 is specified, enter the SNMPv3 username.
+ (Optional) For port, specify the UDP port of the notification host. Default is port 162.

Reference: https://www.cisco.com/c/en/us/td/docs/routers/ir910/software/release/1_1/configuration/guide/ir910scg/swsnmp.pdf

Question 21

What are the differences between link state vs vector routing protocols? (Choose two)

A. Vector routing protocols are faster than link state protocols
B. Link state protocols are faster than vector routing protocols
C. Vector routing protocols take up more memory than link state protocols
D. Link state protocols take up more memory than vector routing protocols

 

Answer: B D

============================ New Questions added on 18th-Oct-2018 ============================

Question 22

Drag drop question.

Native vlan – Untagged

802.1Q – Trunk

Question 23

Drag drop question about TACACS+ and RADIUS.

Answer:

TACACS+ server:
Encrypts entire packet
Port 49
TCP

RADIUS Server:
Encrypts only password
Port 1812, 1813; 1645,1646
UDP

Comments (34) Comments
  1. Anonymous
    June 5th, 2018

    On question number 7, I think it is similar to the question on Question 19 of Part 2.

    Which three effects of using local span are true? (Choose three)

    A. It doubles the load on the forwarding engine
    B. It prevents span destination from using port security
    C. It double internal switch traffic
    D. It reduces the supervisor engine
    E. It reduces the load on the switch fabric

    Answer: A B C

  2. nnmm
    June 7th, 2018

    question 1 looks similar to question 4 under ICND2v3 – New Questions (part 1)

    Question 4
    When does your enterprise require high-speed broadband internet?
    A. P2P file sharing
    B. Cloud computing
    C. IaaS
    D. vSAN expansion
    E. upgrade IOS
    F. resource-intensive application

    answer: B

  3. Quest
    June 18th, 2018

    9tut please give us answers because we paying money.

  4. 9tut
    June 20th, 2018

    @Quest: The answers were posted above. Please click on “Show Answer” to reveal them.

  5. Anonymous
    June 21st, 2018

    The show/hide answer feature is a great addition.

  6. anyway
    June 26th, 2018

    What are the results of a saturated tunnel? (answer unknown

  7. Anonymous
    June 28th, 2018

    I just took the exam there are so many changes. Just focus on labs as it gives you a sure chance to pass the exam, they give high scores on labs. I got EIGRP and OSPF hotspots. those 2 Im sure its correct. but the series of multiple choice I am not sure if I answered them correctly.,

  8. RAMI
    June 28th, 2018

    What are the results of a saturated tunnel? (answer unknown)

    Which two (or three) are effects of local spanning tree? (Choose two)

    A. Doubles the load
    B. Doubles internal switch traffic
    C. Prevents span destination
    D. ?

    What are the three things that can cause congestion? (Choose three)

    A. Broadcast
    B. defective hardward
    C. Collision domains
    D. ?
    please i need the correct answer for these questions ASAP

  9. kkkkkkkkk
    June 29th, 2018

    RAMI i agree with u we need answers not ??? MARKS

  10. RAMI
    June 29th, 2018

    please i need the correct answer for these questions ASAP
    please i need the correct answer for these questions ASAP

    What are the results of a saturated tunnel? (answer unknown)

    Which two (or three) are effects of local spanning tree? (Choose two)

    A. Doubles the load
    B. Doubles internal switch traffic
    C. Prevents span destination
    D. ?

    What are the three things that can cause congestion? (Choose three)

    A. Broadcast
    B. defective hardward
    C. Collision domains
    D. ?
    please i need the correct answer for these questions ASAP

  11. Anonymous
    July 11th, 2018

    The show answer button does not work for me

  12. ICND2
    August 15th, 2018

    Anyone gave ICND2 recently

  13. Tiger
    September 10th, 2018

    9Tut, Please answer the ff questions:

    What are the results of a saturated tunnel?

    Question 25

    Which of the following two things does QOS provide? (Choose two)

    Answer: checksum and inspection (not sure)

    Question 26

    Which of the following is true about Link state protocol?

    Answer: (maybe) instant update

    Question 27

    Which of the following is true about Distance Vector?

    Answer: (maybe) periodic update

  14. 9tut
    September 11th, 2018

    @Tiger: We don’t have enough information about these questions so we cannot answer them. But for Q.26 & 27 if there are “instant update” and “periodic update” answers so they are surely correct.

  15. Rick Springfield
    September 11th, 2018

    Has anyone taken the ICND2 exam lately?

  16. ceefro
    September 12th, 2018

    I took it today and missed it by ~5 questions. They were heavy on SDN (APIC-EM) and WAN stuff (HDLC, PAP/CHAP, etc). I had stupid question 16 from above and it was all I focused on the entire exam because I really thought it was a poor question. Retaking in a week. I studied hard on the composite exams here, but totally forgot to check the updated questions section. Had I done that I would have passed no problem. A lot of questions have changed, but if I had studied this section I would have gotten at least 5 more right.

  17. Nickname
    September 12th, 2018

    Hey ceefro!! How was the test comparing to 9tut questions man ?

  18. ceefro
    September 14th, 2018

    So studying with 9tut I would have absolutely crushed the exam. As I stated, I only studied the composite exams under the premium member section. They have 15 different versions and I was getting 80+ on those. The issue is that those composite exams don’t include (yet) these update “new questions” in them. I saw almost all of the above questions on the test and had I reviewed the “new questions” section, I have full faith I would have passed. Retaking 17 Sep and will post back with some updates.

  19. Rick Springfield
    September 14th, 2018

    @Ceefro – Awesome. My exam is on 18SEP so I hope to see your update!

  20. ceefro
    September 17th, 2018

    Passed today! 9tut covered about 80% of the test. I had the OSPF and EIGRP sims identical question types as 9tut some IPs and reasons were different. If you understand why the answers are the way they are then you’ll be fine. If I’m being 100% honest, I would review WAN and SDN (APIC-EM) outside of 9tut because there were several questions on there that I had never seen before in those two categories. REALLY understand WAN (PPP, PPPoE, CHAP, PAP, BGP). Understand the APIC-EM suite and what it offers.

  21. LebronJames
    September 19th, 2018

    Question 7

    Which two (or three) are effects of local spanning tree? (Choose two)

    A. Doubles the load
    B. Doubles internal switch traffic
    C. Prevents span destination
    D. ?

    Question 5
    What are the results of a saturated tunnel? (answer unknown)

  22. Rick Springfield
    September 24th, 2018

    What are the results of a saturated tunnel? (answer unknown) LOAD

    https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/12s_tos.html

  23. ICND2v3 VS Composite Exam
    September 28th, 2018

    Is the Composite exam still accurate as to the questions on the ICND2v3 questions. Or do these no long appear on the exam?

    Please advise

  24. Dunky
    October 1st, 2018

    @Ceefro

    Thanks for the advice, I’m taking the test tomorrow and hopefully it pans out for me.

  25. Rick Springfield
    October 2nd, 2018

    @Dunky – How did the exam go?

  26. LiarLiar
    October 4th, 2018

    @Dunky – That well?

  27. Among
    October 10th, 2018

    dunky probably died RIP

  28. Jimmy
    October 12th, 2018

    great .. there are a tons of new questions not on 9tut and i am taking icnd2 tomorrow…

  29. Jimmy
    October 12th, 2018

    Just took icnd2 passed.. got all three sims.. topologies are the same,. questions are the same but the answers are different ..

  30. Alan
    October 12th, 2018

    @Jimmy: Congrats Jimmy! But what did you mean by saying “questions are the same but the answers are different”? Are they all covered here or brand-new questions?

  31. Jimmy
    October 16th, 2018

    The setup topology is the same but the reasons why the routers are not connecting are different.

  32. need2pass
    October 19th, 2018

    Hi 9tut i wish to sit the exam next week, please let us know how soon new questions will be posted.

  33. tib
    November 13th, 2018

    Question 10 answer above is wrong, should be A E

  34. marknie
    March 4th, 2019

    q 10: PagP is Cisco proprietary (on, auto, desirable)
    LACP is vendor neutral (on, active, passive)

    so B,F is correct