Home > New ICND2v3 Questions

New ICND2v3 Questions

January 23rd, 2018 in New Updated Questions Go to comments

Question 1

What is the default read-only (RO) mode of SNMP community string?

A. Public
B. Private
C. Cisco
D. Secret

 

Answer: A

Question 2

What is the output of the command “show snmp engineID”?

Answer: Local SNMP engineID and remote engineID

Question 3

Which protocol HSRP uses to interchange?

A. PPP
B. PPPoE
C. BPDU
D. Hello

 

Answer: D

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

Question 5

Responses from the TACACS+ daemon?

Answer: ACCEPT, REJECT, ERROR, CONTINUE

Question 6

What protocol CGMP is NOT compatible with?

A. HSRPv1
B. HSRPv2

Answer: A

Explanation

HSRPv1 uses the multicast address 224.0.0.2 to send hello packets, which can conflict with Cisco Group Management Protocol (CGMP) leave processing. You cannot enable HSRPv1 and CGMP at the same time; they are mutually exclusive.

Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/software/release/12-2_52_se/configuration/guide/3560scg/swhsrp.pdf

Question 7

Which about GRE tunnel is true?

Answer: sends in plain text

Question 8

Which algorithm routing protocols are using?

Answer:
+ Dijkstra -> OSPF
+ Bellman-Ford -> RIP
+ DUAL -> EIGRP

Question 9

Which command is used to remove VLANs from trunk?

Answer: switchport trunk allowed vlan remove <VLANs>

Question 10

Which command is used to configure IPv6 peer for BGP?

Answer: neighbor xxxx remote-as xxxx

Question 11

Which command is used to verify GRE tunnel connectivity?

Answer: (not sure but maybe) traceroute OR “show tunnel interface tunnel <tunnel-ID>”

=============================New Questions added on 12nd-Feb-2018=============================

Question 12

Which of the following provide the highest availability?

A. full mesh
B. partial mesh
C. hub and spoke

 

Answer: A

Question 13

What can MPLS provide? (Choose two)

A. Authentication Header
B. secure payload of packet with ESP
C. VPN
D. CoS

 

Answer: A C

Question 14

Which ACL rules are applied as first?

A. Port filter
B. Router filter
C. VLAN filter
D. MAC filter

 

Answer: A

Explanation

In merge mode, the ACLs are applied in the following order:
1. PACL for the ingress port
2. VACL for the ingress VLAN
3. VACL for the egress VLAN

Port ACLs are similar to Router ACLs but are supported on physical interfaces and configured on Layer 2 interfaces on a switch. Port ACL supports only inbound traffic filtering. Port ACL can be configured as three type access lists: standard, extended, and MAC-extended

Reference: http://www.ciscopress.com/articles/article.asp?p=1181682&seqNum=4

Question 15

Which is true about IGP? (Choose two)

A. May use Bellman-Ford algorithm
B. May use Dijkstra Algorithm
C. Can be used between company and ISP
D. Can be used between router – Firewall – router

 

Answer: A B

Question 16 (maybe same as Question 9)

Which command will remove vlan 10 from trunk?

A. switchport trunk allowed vlan remove 10
B. switchport trunk allowed vlan add 10
C. switchport trunk allowed vlan except 10

 

Answer: A

Note: Another command to do this task is switchport trunk allowed vlan {all VLANS except 10}

Question 17

Troubleshooting connectivity between two devices. How will you start? (Choose two)

A. ping
B. extended ping with source
C. traceroute
D. something like connect to source’s next hop and do ping to destination

 

Answer: A C

Question 18

Which is true about keep-alive interval?
A. if was modified – should be equal on both side
B. have to apply on both side

 

Answer: A

Explanation

Since HDLC keepalives are ECHOREQ type keepalives, the keepalive frequency is important and it is recommended that they match up exactly on both sides. If the timers are out of sync, the sequence numbers start to get out of order. For example, if you set one side to 10 seconds and the other to 25 seconds, it will still allow the interface to remain up as long as the difference in frequency is not sufficient to cause the sequence numbers to be off by a difference of three.

Reference: https://www.cisco.com/c/en/us/support/docs/content-networking/keepalives/118390-technote-keepalive-00.html

Question 19

Which of the command enable PPP over Ethernet?

A. pppoe-client dial-pool-number
B. ppoe enable

 

Answer: B

Question 20

Which command immediately put port into forwarding state?

A. spanning-tree portfast default
B. spanning-tree portfast bpduguard default

 

Answer: A

Explanation

Portfast is often configured on switch ports that connect to hosts. Interfaces with Portfast enabled will go to forwarding state immediately without passing the listening and learning state. Therefore it can save about 30 to 45 seconds to transition through these states.

To enable this feature, configure this command under interface mode:

Switch(config-if)#spanning-tree portfast

or we can use the spanning-tree portfast default global configuration command to globally enable the Port Fast feature on all nontrunking ports.

Question 21

Which feature can prevent switch to become Root Bridge?

A. VTP
B. DTP
C. Root Guard
C. BPDU Guard filter

 

Answer: C

Question 22

Which mode of VTP will only forward messages and ignore updates?

A. Client
B. Server
C. Transparent

 

Answer: C

Question 23

Which is correct about APIC-EM Path trace ACL? (Choose two)

A. It checks only ingress interface
B. It checks only egress interface
C. It checks ingress and egress interface
D. If finds ACL which deny traffic, will stop …

 

Answer: C and ?

Question 24

If TRAP in SNMP is not working, where can be issue?

A. Trap was not set
B. wasn’t put command “snmp-server enable traps”
C. SNMP server host has not configured inform messages

 

Answer: B

Explanation

Maybe this question wants to ask why TRAP is not sent after setting the trap.

If you do not enter an snmp-server enable traps command, no notifications controlled by this command are sent. In order to configure the router to send these SNMP notifications, you must enter at least one snmp-server enable traps command. If you enter the command with no keywords, all notification types are enabled. If you enter the command with a keyword, only the notification type related to that keyword is enabled. In order to enable multiple types of notifications, you must issue a separate snmp-server enable traps command for each notification type and notification option.

Reference: https://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/13506-snmp-traps.html

Note: For SNMP configuration please read https://www.9tut.com/simple-network-management-protocol-snmp-tutorial

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

Question 28

How can BGP advertise routes?

Answer: put command “network prefix mask DDN-mask”

Question 29

What is the default DTP mode?

A. Dynamic Desirable
B. Dynamic Auto
C. On
D. Off

 

Answer: B

Note: This question is same as Question 4 of https://www.9tut.net/icnd2-200-105/dtp-questions

Explanation

The Dynamic Trunking Protocol (DTP) is used to negotiate forming a trunk between two Cisco devices.

In fact this question is unclear as it does not ask about a specific switch model. The default DTP configuration for Cisco Catalyst 2960 and 3560 switches is dynamic auto while older 3550 switches run Dynamic Desirable as the default mode. So in this question we should follow the “newer” switches (which is “dynamic auto” mode).

New switches are only set to “dynamic auto” mode by default so they are safer as they do not try to form a trunk aggressively.

Therefore in this question “dynamic auto” is the best choice.

Reference: http://www.ciscopress.com/articles/article.asp?p=2181837&seqNum=8

Question 30

Which three options are benefits of using TACACS+ on a device? (Choose three)

A. It ensures that user activity is untraceable.
B. It provides a secure accounting facility on the device.
C. device-administration packets are encrypted in their entirely.
D. It allows the user to remotely access devices from other vendors.
E. It allows the users to be authenticated against a remote server.
F. It supports access-level authorization for commands.

 

Answer: C E F

Explanation

TACACS+ (and RADIUS) allow users to be authenticated against a remote server -> E is correct.

TACACS+ encrypts the entire body of the packet but leaves a standard TACACS+ header -> C is correct.

TACACS+ supports access-level authorization for commands. That means you can use commands to assign privilege levels on the router -> F is correct.

Note:

By default, there are three privilege levels on the router.
+ privilege level 1 = non-privileged (prompt is router>), the default level for logging in
+ privilege level 15 = privileged (prompt is router#), the level after going into enable mode
+ privilege level 0 = seldom used, but includes 5 commands: disable, enable, exit, help, and logout

Question 31

What prevents DDOS (Denial-of-service attack) attack?

Answer: DHCP snooping

Question 32

What allows two neighbor to establish EIGRP adjacency?

Answer: (recommended) same AS number, same subnet, same K values, same mask

Question 33

What command to check if a trunk is enable on an interface?

Answer: show int trunk

Question 34

What command will remove IPv6 OSPF address on an interface?

Answer: no ipv6 ospf 1 area x

Question 35

Why security of RADIUS may be compromised?

Answer: only the password is encrypted

Question 36

Which layer is ACL APIC-EM Path running on?

A. Layer 1
B. Layer 2
C. Layer 3
D. Layer 4

 

Answer: D

Question 37

What command will statically configure Etherchannel?

A. Desirable
B. Auto
C. On
D. Passive

 

Answer: C

Question 38

Which two options describe benefits of aggregated chassis technology? (Choose two)

A. It reduces management overhead
B. Switches can be located anywhere regardless of there physical location
C. It requires only one IP address per VLAN
D. It requires only three IP addresses per VLAN
E. It supports HSRP VRRP GLBP
F. It support redundant configuration files

 

Answer: A C

Explanation

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

Question 39

When troubleshooting client DNS issues, which two tasks must you perform? (Choose two)

A. Ping a public website IP address.
B. Ping the DNS Server.
C. Determine whether a DHCP address has been assigned.
D. Determine whether the hardware address is correct.
E. Determine whether the name servers have been configured

 

Answer: B E

Explanation

Complete these steps to troubleshoot this problem:
Ensure the router can reach the DNS server. Ping the DNS server from the router using its IP address, and make sure that the ip name-server command is used to configure the IP address of the DNS server on the router.

Reference: https://www.cisco.com/c/en/us/support/docs/ip/domain-name-system-dns/24182-reversedns.html

Question 40

What routing protocol use first-hand information?

A. link-state
B. distance-vector
C. path-vector
D. other

 

Answer: A

Explanation

The information available to a distance vector router has been compared to the information available from a road sign. Link state routing protocols are like a road map. A link state router cannot be fooled as easily into making bad routing decisions, because it has a complete picture of the network. The reason is that unlike the routing-by-rumor approach of distance vector, link state routers have firsthand information from all their peer routers. Each router originates information about itself, its directly connected links, and the state of those links (hence the name). This information is passed around from router to router, each router making a copy of it, but never changing it. The ultimate objective is that every router has identical information about the internetwork, and each router will independently calculate its own best paths.

Reference: http://www.ciscopress.com/articles/article.asp?p=24090&seqNum=4

Question 41

Two features of the extended ping command? (Choose two)

A. It can send a specific number of packet
B. It can send packet from specified interface of IP address
C. It can resolve the destination host name
D. It can ping multiple host at the same time

 

Answer: A B

Explanation

There are many options to choose when using extended ping. Below shows the options that we can choose:

extended_ping.jpg

In which:

+ Repeat count [5]: Number of ping packets that are sent to the destination address. The default is 5 -> A is correct.
+ Source address or interface: The interface or IP address of the router to use as a source address for the probes -> B is correct.

For more information about extended ping, please read: http://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/13730-ext-ping-trace.html

Question 42

Which statement about IPv6 link-local addresses is true?

A. They must be configured on all IPv6 interface
B. They must be globally unique
C. They must be manually configured
D. They are advertised globally on the network

 

Answer: A

Explanation

Link-local addresses refer only to a particular physical link and are used for addressing on a single link for purposes such as automatic address configuration and neighbor discovery protocol. Link-local addresses can be used to reach the neighboring nodes attached to the same link. The nodes do not need a globally unique address to communicate. Routers will not forward datagram using link-local addresses. All IPv6 enabled interfaces have a link-local unicast address.

A link-local address is an IPv6 unicast address that can be automatically configured on any interface using the link-local prefix FE80::/10 (1111 1110 10) and the interface identifier in the modified EUI-64 format. Link-local addresses are not necessarily bound to the MAC address (configured in a EUI-64 format). Link-local addresses can also be manually configured in the FE80::/10 format using the “ipv6 address link-local” command.

Reference: http://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/113328-ipv6-lla.html

In summary, if you do not configure a link-local on an IPv6 enabled interface, it will automatically use the FE80::/10 and the interface identifier in the modified EUI-64 format to form a link-local address.

Question 43

Which command can you enter on a switch to determine the current SNMP security model?

A. snmp-server contact
B. show snmp pending
C. show snmp group
D. show snmp engineID

 

Answer: C

Explanation

Three security models are available: SNMPv1, SNMPv2c, and SNMPv3. The security model combined with the security level determine the security mechanism applied when the SNMP message is processed.

The command “show snmp group” displays the names of groups on the router and the security model, the status of the different views, and the storage type of each group. Below is an example of this command.

show_snmp_group.jpg

Reference: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/system_management/configuration/guide/sm_nx_os_cg/sm_9snmp.html

=========================New Questions added on 24th-Feb-2018============================

Question 44

What two options are causes of network slowness that can result from inter-VLAN routing problem? (Choose two)

A. Root guard disabled on an etherchannel
B. Packet Loss
C. DTP disabled on a switchport
D. BPDU guard enabled on a switchport
E. Hardware forwarding issues

 

Answer: B E

Explanation

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).

Reference: https://www.cisco.com/c/en/us/support/docs/lan-switching/virtual-lans-vlan-trunking-protocol-vlans-vtp/23637-slow-int-vlan-connect.html#network_slow

Question 45

Which two commands debug a PPPoE connection that has failed to establish? (Choose two)

A. debug ppp compression
B. debug ppp negotiation
C. debug dialer events
D. debug ppp cbcp
E. debug dialer packet

 

Answer: B E

Explanation

According to this link https://supportforums.cisco.com/t5/network-infrastructure-documents/troubleshooting-for-pppoe-connection-failure-part-1/ta-p/3147204

The following debug commands can be used to troubleshoot PPPoE connection that failed:

+ debug ppp authentication
+ debug ppp negotiation
+ debug pppoe event

The debug ppp negotiation command enables you to view the PPP negotiation transactions, identify the problem or stage when the error occurs, and develop a resolution.

We are not sure about the “debug dialer packet” command but it seems to be the most reasonable answer left.

Question 46

Which command do you enter to determine wheter LACP is in use on a device?

A. Show port-channel summary
B. Show etherchannel summary

 

Answer: B

Question 47

Which three commands do you use to verify that IPsec over a GRE tunnel is working properly? (Choose three)

A. clear crpto iskamp
B. ppp encrypt mppe auto
C. show crypto engine connections active
D. show crypto ipsec sa
E. show crypto isakmp sa
F. debug crypto isakmp

 

Answer: D E F

Question 48

Which two types of cloud services may require you to alter the design of your network infrastructure? (Choose two)

A. Sudo as a service
B. Platform as a service
C. Infrastructure as a service
D. Software as a service
E. Business as a service

 

Answer: B C

Explanation

There are only three types of cloud services. These different types of cloud computing services delivery models are called
infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS).

Reference: https://www.cisco.com/en/US/services/ps2961/ps10364/ps10370/ps11104/need-for-cloud-services-catalog_whitepaper.pdf

Question 49

Which purpose of the network command in the BGP configuration of a router is true?

A. It enables route advertisement in the BGP routing process
B. It advertises any route in BGP with no additional configuration
C. It advertises a valid network as local to the autonomous system of a router

 

Answer: C

Question 50

Through with three states does a BGP routing process pass when it establishes a peering session?

A. open receive
B. inactive
C. active
D. connected
E. open sent
F. idle

 

Answer: C E F

Explanation

BGP forms a TCP session with neighbor routers called peers. The BGP session may report in the following states:

+ Idle
+ Connect
+ Active
+ OpenSent
+ OpenConfirm
+ Established

Reference: http://www.ciscopress.com/articles/article.asp?p=2756480&seqNum=4

Question 51

Which encryption method does CHAP authentication use for the peer response?

A. EAP
B. MD5
C. DES
D. DSS
E. AES
F. 3DES

 

Answer: B

Question 52

Which two characteristics of stacked switches are true? (Choose two)

A. They reduce management complexity
B. They are less scalable than modular switches
C. They can manage multiple ip addresses across multiple switches
D. They have a single management interface
E. Each unit in the stack can be assigned its own IP address

 

Answer: A D

Question 53

Which option describes a drawback of proxy ARP?

A. It overwrites MAC addresses
B. It can make it more difficult for the administrator to locale device misconfigurations
C. It dynamically establishes layer 2 tunneling protocol which increase network overhead
D. If proxy ARP is configured on multiple devices , the internal L2 network may become vulnerable to DDOS

 

Answer: D

Question 54

Which layer 2 attack is specifically mitigated by changing the native VLAN to an unused VLAN?

A. Double tagging
B. DHCP spoofing
C. VLAN spoofing
D. switch hopping

 

Answer: A

Explanation

Let us learn about double-tagging attack.

Double_Tagging.jpg

In double-tagging attack, the attacking computer generates frames with two 802.1Q tags. The first tag matches the native VLAN of the trunk port (VLAN 10 in this case), and the second matches the VLAN of a host it wants to attack (VLAN 20).

When the packet from the attacker reaches Switch A, Switch A only sees the first VLAN 10 and it matches with its native VLAN 10 so this VLAN tag is removed. Switch A forwards the frame out all links with the same native VLAN 10. Switch B receives the frame with an tag of VLAN 20 so it removes this tag and forwards out to the Victim computer.

Note: This attack only works if the trunk (between two switches) has the same native VLAN as the attacker.

According to this link http://www.ciscopress.com/articles/article.asp?p=2181837&seqNum=10

“The best approach to mitigating double-tagging attacks is to ensure that the native VLAN of the trunk ports is different from the VLAN of any user ports. In fact, it is considered a security best practice to use a fixed VLAN that is distinct from all user VLANs in the switched network as the native VLAN for all 802.1Q trunks.” -> Answer A is correct.

Question 55

Which feature or value must be configured to enable EIGRPv6?

 

Answer: Router id

Comments (100) Comments
Comment pages
1 2 903
  1. Kaz
    January 23rd, 2018

    Question 11.

    It is incorrect.

    To show if a tunnel is working, you use TRACEROUTE command.

  2. Zaza
    January 23rd, 2018

    hey 9tut would you please add more new question pleaaase???? Im about to take my exam this sunday

  3. Jaderson
    January 24th, 2018

    My exame will be in Feb on Frinday 3th

  4. Madman01
    January 24th, 2018

    eey finally new questions. Thanks 9tut, more please.

  5. fon
    January 24th, 2018

    Question 11: show interface tunnelXXX or show tunnel interface tunnelXXX
    reference: https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118361-technote-gre-00.html

  6. Kaz
    January 24th, 2018

    Question 11: The question says to verify GRE connectivity and not the STATE of the interface. The best way to confirm is to PING/EXTENDED TRACEROUTE the other end of the tunnel router. check ICND2 3RD EDITION by wendell odom, chapter 15: private WANS with internet VPN.

  7. Whitesnake
    January 25th, 2018

    I agree with Kaz, After configuring tunnel,you can verify two tunnel endpoints (can see each other) by using an icmp echo from one end.
    for example
    R1# ping 172.16.1.2 (which is R2’s IP-the other end).

  8. Siquito1
    January 25th, 2018

    Has anyone taken ICND2 recently (within 15days)?

  9. gareth
    January 26th, 2018

    @9tut Can you update the questions with the one provided in the share section?

  10. Billy The Dump
    January 29th, 2018

    @gareth
    Which cloud service is typically used to provide DNS and DHCP services to an enterprise?

    I think the answer should be A – IaaS

  11. nixae
    January 29th, 2018

    @Billy , yeah i’m not sure ; lets wait for 9tut to review it

  12. nixae
    January 29th, 2018

    There was a RADIUS question asking about whether RADIUS sent passowrds/username in cleartext or encrypted username/password and sent other information in clear text, or encrypted username and sent password and other info. in clear text.

    ANSWER : ONLY PASSWORD IS ENCRYPTED IN RADIUS

  13. trance
    January 30th, 2018

    are these in the Quizzes?

  14. gareth
    January 30th, 2018

    @9tut , can you update the questions?

  15. Anonymous
    January 30th, 2018

    Q11 the best way to verify a tunnel is to just do a ip interface br. If that is not a choice let me know please

  16. Anonymous
    January 30th, 2018

    Sorry Show IP interface brief

  17. Anonymous
    January 30th, 2018

    there are tons of ways to verify a tunnel show ip interface tunnel (number) is another

  18. Zer0co0l
    January 31st, 2018

    PASSED MY ICND2 EXAM TODAY!!!!!

  19. Anonymous
    January 31st, 2018

    Zer0co0l, congrats, any questions?

  20. gareth
    January 31st, 2018

    zer0c00l , can you share the questions pls ?

  21. Bowhunt64
    January 31st, 2018

    Tthis is not a valid question concerning HSRP?
    Question 3

    Which protocol HSRP uses to interchange?

    A. PPP
    B. PPPoE
    C. BPDU
    D. Hello

    Hello is not a protocol, HSRP uses hello message, which is similar in concept to routing protocols, so that HSRP group members can realize when the active router is no longer reachable.

  22. Bowhunt64
    January 31st, 2018

    I do not agree with the answer for Q11, this is what I found, doing some research:

    To verify the state of a GRE tunnel, use the show interface tunnel command. The line protocol on a GRE tunnel interface is up as long as there is a route to the tunnel destination. Before implementing a GRE tunnel, IP connectivity must already be in effect between the IP addresses of the physical interfaces on opposite ends of the potential GRE tunnel.

  23. nixie
    February 1st, 2018

    @9tut ; can you some up the question provided in the share section?

  24. Bowhunt64
    February 1st, 2018

    Q11 show interface tunnel xx ((xx is tunnel number)

  25. Responding to Bonhunt64
    February 4th, 2018

    https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118361-technote-gre-00.html

    show tunnel interface tunnel x

    above is the appropriate command to check the tunnel status – just confirming you are correct.

  26. bear
    February 5th, 2018

    I put this response on another page but i figured i’d add it here as well:

    for the Software-as-a-service I looked all over ciscos website for answers to this question… I found nothing….

    I finally pulled out ol’ faithful wendell odem and it didn’t outright say DNS/DHCP is Saas but after extensively reading the differences between Iaas/Paas/Saas – I can 96% surely say that Saas is the correct answer.

  27. bear
    February 5th, 2018

    In addition to what i was saying ill include my view of these services
    Iaas – VMs with specifically allocated hardware and Hard OS’s installed
    Paas – Developer space to fool around
    Saas – Any “services” used by end user – the term service is used a little loose here but DNS is a service – while it may handled by a VM purched through Iaas its still a service.

  28. Raja
    February 5th, 2018

    Can i take exam for ICND2 by complete studing of 9tut including latest update?

  29. Jaboii
    February 6th, 2018

    Can the existing composite quizzes be used to study for ICND2? I’ve passed ICND1 today, and have scheduled my ICND2 exam for March 6th. I just want to make sure I’m not wasting my time.

  30. 9tut
    February 7th, 2018

    @Jaboii: Please practice all the ICND2 questions at the right-side menu first, then this “new updated questions” and learn the composite quizzes, grasp the lab sims.

  31. Gareth
    February 7th, 2018

    @9tut WHen will you update the news questions ?

  32. Jaboii
    February 8th, 2018

    @9tut Thanks for the confirmation. I appreciate you getting back to me.

  33. Agshin
    February 10th, 2018

    PASSED MY ICND2 TODAY.THANK YOU @9tut .GOOD LUCK EVERYON

  34. Nixie
    February 10th, 2018

    @agshin Can you share the questions u had ?

  35. Aderson
    February 11th, 2018

    aizz, 9tut still dont wan update their question, my premium account is expired soon……..amin pls do something

  36. alpha
    February 11th, 2018

    @aderson ; yeah I dont know why 9tut does not update the question.. Premium expiring soon too

    @9tut please

  37. @ Agshin
    February 12th, 2018

    Agshin did you see a lot of the new questions on the test???

  38. Areste
    February 13th, 2018

    Hi all

    63.Which two statements about access points are true? (Choose Two)
    A. They can provide access within enterprises and to the public.
    B. in Most cases, they are physically connected to other network devices to provide network
    connectivity.
    C. They can protect a network from internal and external threats.
    D. Most access points provide Wi-Fi and Bluetooth connectivity.
    E. They must be hardwired to a modem.

    I think answers are A, B, what do you think ?

  39. @Areste
    February 13th, 2018

    B is wrong, AP using wireless to connect other network/device, not physical connection

  40. Nixie
    February 13th, 2018

    Answer is B and D

  41. Nixie
    February 13th, 2018

    I think

  42. Speedy
    February 13th, 2018

    Answer is B , D

  43. Van
    February 14th, 2018

    do most APs really provide bluetooth? i am not sure

    Is A stating you can have a public wifi connection? which is true. i know businesses that have a pubic wifi for customers and a corporate network for staff

  44. Cinculator
    February 14th, 2018

    @Van
    Yeah, most AP-s providing bluetooth looks kind of wrong to me. I also think it should be A and B

  45. Sunil kumar
    February 15th, 2018

    @Areste : which sim did you face in exam ?

  46. Jaboii
    February 15th, 2018

    I have a horrible feeling in my gut that using 9tut as a study resource is going to bite me in the butt. I’m trying to read explanations to help better understand answers and what not but there have been many comments stating that only between 5-10 questions from the 9tut are on the exam. I’m not too keen on just studying dumps since that won’t help me in the long run. However I’d rather be studying from material that is actually in the exam. Does anyone know of any other resources similar to 9tut that i could try out?

  47. New
    February 16th, 2018

    Only resources you should be focusing on to study are exam-topics just like you said for long run! after that 9tut to get the better idea what you will be dealing with on exam.
    https://learningnetwork.cisco.com/community/certifications/ccna/icnd2/exam-topics

  48. MN
    February 16th, 2018

    @Billy The Dump @gareth @nixae you guys went so quiet. when are you guys taking your ICND2-exam?

  49. Areste
    February 17th, 2018

    Just passed with 905. 80% of questions are in 9tut, lots of them from this section. I got the OSPF hot spot and the EIGRP simulator. I guess if you know very well all the questions from 9tut you’ll be able to pass, so my advice is to study very well all the questions and solutions.
    Thanks a lot 9tut. Next step CCNP switch.

  50. gareth
    February 17th, 2018

    @Areste Congrats ! Can u share the questions that were not from this section?

    Taking exam the 26th of February

  51. Question
    February 18th, 2018

    Question 1, I am seeing 2 different answers (Public and private) which one is accurate?

    What is the default read-only (RO) mode of SNMP community string?

  52. gareth
    February 18th, 2018

    Which three options are the major components of a network virtualization architecture? (Choose three)
    A. virtual network services
    B. authentication services
    C. network access control
    D. network resilience
    E. path isolation
    F. policy enforcement

    A C E ?

  53. Sunil kumar
    February 20th, 2018

    Areste Congratulations …

    pl share new question ..

  54. New
    February 20th, 2018

    @9tut are you sure above posted questions are new? I found some of the questions someone posted back IN SEPTEMBER 2017!
    Question 43
    Which command can you enter on a switch to determine the current SNMP security model?
    A. snmp-server contact
    B. show snmp pending
    C. show snmp group
    D. show snmp engineID
    Answer: C

  55. Nixie
    February 20th, 2018

    @Areste can you share the new questions?

  56. Toshi
    February 24th, 2018

    Pretty much none of these questions are on the exam. Any update?

  57. alpha
    February 24th, 2018

    Toshi what about those

    What two options are causes of network slowness that can result from inter-vlan routing problem ?

    A Root guard disabled on an etherchannel
    B Packet Loss
    C DTP disabled on a switchport
    D BPDU guard enabled on a switchport
    E Hardware forwarding issues

    B E

    Which two commands debug a ppppoe connection that has failed to establish ?

    A debug ppp compression
    B debug ppp negotiation
    C debug dialer events
    D debug ppp cbcp
    E debug dialer packet

    B E

    Which command do you enter to determine wheter lacp is in use on a device ?

    Show port-channel summary
    Show Etherchannel summary

    ?

    Which tree comands do you use to verify that IPsec over a GRE tunnel is working properly ?

    A Clear crpto iskamp
    B PPP encrypt mppe auto
    c Show crypto engine connections active
    D show crypto ipsec sa
    E show crypto isakmp sa
    F debug crypto isakmp

    DEF

    Which two types of cloud services may require you to alter the design of your network infrastructure ?

    A Sudo as a service
    B Platform as a service
    C IAAS
    D SAAS
    E business as a service

    CD ?

    Which pupropose of the network command in the bgp configuration of a router is true

    A It enables route advertisement in the bgp routing process
    B It advertises any route in bgp with no additional configuration
    C It advertises a valid network as local to the autonomous system of a router

    A

    Thourgh with three states does a bgp routing process pass when it establishes a peering session ?

    A open receive
    B inactive
    C active
    D connected
    E open sent
    F idle

    C E F

    Which encryption method does chap authentification use for the peer reponse

    A EAP
    B MD5
    C DES
    D DSS
    E AES
    F 3DES

    B

    Which two characteristics of stacked switches are true ?

    A They reduce management complexity
    B they are less scalable than modular switches
    C They can manage multiple ip addresses across multiple switches
    D they have a single management interface
    E Each unit in the stack can be assigned its own ip adress

    A D

    Which option describes a drawback of proxy arp

    A It overwrites mac adresses
    B It can make it more difficult for the administrator to locale device misconfiguratons
    C It dynamically esstablishes layer 2 tunnelling protocol which increase network overhead
    D If proxy ARP is configured on multiple devices , the internal L2 network may become vulnerable to DDOS

    D

    Which layer 2 attack is specifically mitigated by changing the native vlan to an unused vlan ?

    A Double tagging
    B dhcp spoofing
    C VLAN spoofing
    D switch hopping

    ??

    Which feature or value mus be configured to enable EIGRPv6
    Router id

    Which command do you enter to enable local authentification for MPPP on an interface

    A l2tp authentification
    B username router password x1
    C ppp chap password password1
    D aaa authentification ppp default local

    B ?

    Which options are the two differences between HSRP V1 and V2

    A Only hsrpv2 can be configured to use authentification
    B Only hsrpv2 send hello packet to 224.0.0.2
    C only hsrpv1 send hello packet to FF02:66
    D Only HSRP v1 can be configured with a group number of 4095
    E Only HSRP v2 can be configured with a group number of 4095
    F only hsrp v2 send hello to 224.0.0.102

    EF

    For which reason can a gre tunnel have an up/down status

    A the tunnel source interface is up
    B a tunnel destination is undefined
    C the tunnel destination is routable via a route that is separate from the tunnel
    D tunnel has been shut down

    B ?

    Which utility do you use to view IP traffic that is switched through the router to locate erros in a tcp stream

    A wireshark
    B packet debugging
    C ethereal
    D ping
    E traceroute

    dump say B but I think its A ?

    Which command do you enter so that a port enters the forwarding state immediately when a PC is connected to it ?

    A spanning-tree portfast bpdugaurd default
    B spanning-tree portfast default
    C spanning tree portfast trunk

    B ?

    Which term represents the minimum bandwidth provided in a metro ethernet connection ?

    A UNI
    B CIR
    C EVC
    D PIR

    B ?

    Which three effects of using local span are true ?

    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

    A B C

    In which two models can control plane functionnalty be implemented ?

    A Dispersed
    B distributed
    C fragmented
    D centralized
    E allocated

    B D ?

    Which tree fields can be marked with QoS

    A Header checksum
    B ip precedence
    C DSCP
    D total length
    E discard class
    F ttl

    B C E ?

  58. sam
    February 24th, 2018

    @alph, where did you got those questions?

  59. Alpha
    February 24th, 2018

    À friend took the exam and give me those.

  60. sam
    February 25th, 2018

    which dumps did he used, because he said on question number 15 that the dumps answer different, I have L2P dumps and those questions are not in there, If you can send me those dumps to read it beside mine and those new questions on this form and let you know if its valid or not since I’m gonna take the exam next week, you can wait for me to gives you the updates !

  61. New
    February 26th, 2018

    @sam how many questions on L2P the one you have?

  62. New
    February 26th, 2018

    @9tut posted New Questions added on 24th-Feb-2018 can someone confirm if they have that on exam?

  63. sam
    February 26th, 2018

    @new, 497 q

  64. New
    February 27th, 2018

    @sam I got one which have 400 q. would you mind sharing 497 q? email: new @ carins.io

  65. stickerbush1970
    March 2nd, 2018

    Has anyone taken the exam recently?

  66. AJ
    March 3rd, 2018

    @9tut and everyone got the answers for these?

    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

    please update

  67. stickerbush1970
    March 3rd, 2018

    @ AJ are you sure that the complete question……………I found——————-

    Which of the following are true about the distance vector method of sharing routing table information?

    Routers send routing information only to their neighbor routers

    The entire routing table is sent to other routers

  68. AJ
    March 3rd, 2018

    @stickercush1970

    Those questions we in the new questions section was wondering if anyone had the real answers or questions.

    If you know them please post them.

  69. AJ
    March 5th, 2018

    @9tut and everyone

    Question 6 (from this page)
    Which purpose of the network command in the BGP configuration of a router is true?
    A. It enables route advertisement in the BGP routing process
    B. It advertises any route in BGP with no additional configuration
    C. It advertises a valid network as local to the autonomous system of a router
    Answer: C

    Question 33

    Which purpose of the network command in the BGP configuration of a router is true?

    A. It enables route advertisement in the BGP routing process
    B. It advertises any route in BGP with no additional configuration
    C. It advertises a valid network as local to the autonomous system of a router
    Answer: A

    So which one is the Correct answer????

  70. AJ
    March 5th, 2018

    Sorry I meant to type question 6 is from the other new questions 2.

    both places have different answer @9tut please fix

  71. zacharyzero
    March 12th, 2018

    Did anyone else get a question about QoS policing?

  72. New
    March 12th, 2018

    @zacharyzero
    which q are you referring to?

  73. MN
    March 14th, 2018

    Q-25 Per Cisco
    The primary goal of QoS is to provide priority including dedicated bandwidth, controlled jitter and latency (required by some real-time and interactive traffic), and improved loss characteristics.

  74. Yugi
    March 18th, 2018

    Please update a new question on March mouth

  75. Yugi
    March 19th, 2018

    What is the default read-write-all mode of SNMP community string?

    Answer Private
    https://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/7282-12.html

  76. MN
    March 19th, 2018

    @Yugi wrong! its says default read-write-all mode (all*) per your link correct answer is Secret

    SNMP is enabled by default with the community strings set to:
    Read-Only: Public
    Read-Write: Private
    Read-Write-all: Secret

  77. Yugi
    March 20th, 2018

    My link sayed

    SNMP is enabled by default with the community strings set to:
    Read-Only: Public
    Read-Write: Private
    Read-Write-all: Secret
    Too

  78. Yugi
    March 20th, 2018

    •Read-Only: Public

    •Read-Write: Private

    •Read-Write-all: Secret

    All secret yes thanks

  79. Yugi
    March 20th, 2018

    63.Which two statements about access points are true? (Choose Two)
    A. They can provide access within enterprises and to the public.
    B. in Most cases, they are physically connected to other network devices to provide network
    connectivity.
    C. They can protect a network from internal and external threats.
    D. Most access points provide Wi-Fi and Bluetooth connectivity.
    E. They must be hardwired to a modem.

    Answer is A.B Bluetooth is out of CCNA

  80. Anonymous
    March 21st, 2018

    hello, does icnd2 require to configure something on this exam?

  81. Yugi
    March 24th, 2018

    When does you update a member questions ICND 2 ?

  82. Hermes
    March 25th, 2018

    9tut most of this questions will be in my test for ICND2? or could any one that have latest dump questions for ICND2 exam send them to my email delfred33 at yahoo dot com, I really appreciate. I am taking test next Friday 30. thanks

  83. Yugi
    March 25th, 2018

    Please sent me a latest dump 200-105/…this mounth my taking exam…. Ultel93 @gmail dot com

  84. DumpAdmirer
    April 10th, 2018

    Hi, need answers to the following questions, they were in my exam recently:

    Q. Which command do you enter to enable local authentication for multilink PPP on an interface?

    Q. Which feature can prevent a rogue device from assuming the role of root bridge in a switching domain ?

    Q. Which combination of values is valid for router on a stick configuration ?

    Ps: Sorry I do not have the options. Any help will be appreciated

  85. nicknamer
    April 12th, 2018

    @9tut
    Question 23 says “choose 2” but only has 1 answer.

  86. ne02001
    April 15th, 2018

    @Gareth

    Which three options are the major components of a network virtualization architecture? (Choose three)
    A. virtual network services
    B. authentication services
    C. network access control
    D. network resilience
    E. path isolation
    F. policy enforcement

    A C E

  87. Alen
    April 21st, 2018

    Hi 9tut
    Q.38- benefits of aggregated chassis technology- I will prefer A, F as answer for the following references taken from Wendell Odom icdn2 200-105 book. I appreciate your comments on this.

    The following list describes some of the advantage of using switch aggregation

    Multichassis EtherChannel (MEC): Uses the EtherChannel between the two physical
    switches.
    Active/Standby Control Plane: Simpler operation for control plane because the pair
    acts as one switch for control plane protocols: STP, VTP, EtherChannel, ARP, routing
    protocols.
    Active/Active data plane: Takes advantage of forwarding power of supervisors on both
    switches, with active Layer 2 and Layer 3 forwarding the supervisors of both switches.
    The switches synchronize their MAC and routing tables to support that process.
    Single switch management: Simpler operation of management protocols by running management
    protocols (Telnet, SSH, SNMP) on the active switch; configuration is synchronized
    automatically with the standby switch.

  88. Siquito
    April 24th, 2018

    We need more people to provide feedback after taking the exam. I have been using 9tut for few months and I notice the same individual providing feedback.
    If you benefit from the site please provide you feed back good/bad after you have taken the exam.

  89. Anonymous
    May 7th, 2018

    @9tut where can i get labs from the friend icnd2?

  90. MCSA and MCP
    May 24th, 2018

    Please guys anyone knows a website just like 9tut but for MCSA AND MCP, please let me know, thanks.

  91. Hi all,
    May 25th, 2018

    Question 23 (choose two)
    but only one answer, please revise it.

  92. Belle
    May 29th, 2018

    @Hi all
    – I am not sure what the other answers would be but this video goes over it briefly and at the 7:46 minute mark it shows it can take both ingress and egress PLUS it shows an option to select source and destination ports and protocol. https://www.youtube.com/watch?v=fV3K-j-pTWk

  93. Belle
    May 29th, 2018

    63.Which two statements about access points are true? (Choose Two)
    A. They can provide access within enterprises and to the public.
    B. in Most cases, they are physically connected to other network devices to provide network
    connectivity.
    C. They can protect a network from internal and external threats.
    D. Most access points provide Wi-Fi and Bluetooth connectivity.
    E. They must be hardwired to a modem.

    I believe the answer to this is AB
    Typically WAPs are connected to network switches unless they are on a wireless mesh which they would connect to other access point that connect to switches.
    By default APs do not provide BT

  94. TheDude
    May 31st, 2018

    Hey guys, Im taking my ICND2 tomorrow, I’ll let you guys know how it goes and if there’s anything I saw just completely different than here, but also I watched a lot of Chris Bryant videos other than just remembering questions here, just use the composite quizzes as a way to test my knowledge, but after awhile of doing them you can’t help but know the answer before you even read the whole question.

    Wish me luck!

  95. Anonymous
    June 7th, 2018

    which is true about distance vector routing protocol?

    a. each router has its own view of the topology
    b. updates are periodic and include the entire routing table
    c. RIP is an example of distance vector routing protocols.
    d. convergence is usually afster thank with link state protocols.
    answer: b and c

  96. Anonymous
    July 9th, 2018

    Passed today. 9tut premium and personal experience only resources.

    The one question I remember not seeing was on SNMP inform request. You had to pick 3 things that were true about it. The question did not say SNMP it just said inform-request so make sure you research it.

    Also there was a question about link state vs vector routing protocols and the differences. Two of the choices were related to speed (ie. vector faster or link state faster, another choice was vector takes up more memory).

  97. Jabooblie
    September 5th, 2018

    Passed 9xx/1000 – 54 questions. There was a few new questions not listed on 9tut (about 6 questions) but they were quite simple, like whats the command to remove a vlan. I was hoping ACL Sim would not come up and it did not – OSPF and EIGRP SIM from here are the juicy points, the questions were pretty much the same. 1 drag and drop with the poison reverse/ LSAs so memorize that. The DSCP q came up but does not give the bits answer (ie 46) you have to know how to calculate binary to verify which everyone here should know how to do.
    Study every show command and know your stuff. Good luck

  98. Costa Rica
    September 12th, 2018

    Hey Jaboolie, how was your actual test comparing it to 9tut Q/A s ??

  99. 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

  100. tig
    October 25th, 2018

    do they still appear on the new incd2 200-105 exam

Comment pages
1 2 903