Home > Router Questions

Router Questions

August 7th, 2019 in ROUTE 300-101 Go to comments

Question 1

Explanation

To determine which scheme has been used to encrypt a specific password, check the digit preceding the encrypted string in the configuration file. If that digit is a 7, the password has been encrypted using the weak algorithm. If the digit is a 5, the password has been hashed using the stronger MD5 algorithm.

For example, in the configuration command:

enable secret 5 $1$iUjJ$cDZ03KKGh7mHfX2RSbDqP.

The enable secret has been hashed with MD5, whereas in the command:

username jdoe password 7 07362E590E1B1C041B1E124C0A2F2E206832752E1A01134D

The password has been encrypted using the weak reversible algorithm.

When we enter the “enable secret” command with a number after that, the IOS can specify that the password has been encrypted so it will not encrypt any more and accept that password.

In new Cisco IOS (v15+), it seems the device does not recognize “enable secret 7” command as encrypted password. We tried on Cisco IOS v15.4 and see this:

enable_secret.jpg

When we tried to enter the command “enable secret 7 07362E590E1B1C041B1E124C0A2F2E206832752E1A01134D”, the Cisco IOS automatically change the command to “enable secret 5 $1$dLq2$qgzb4bgdsasX8dx1oHOkD.” (in the running-config file). So if you paste an “enable secret 7 …” command from an old Cisco IOS version, you cannot login any more with your password.

Note: In fact, there is an error with the answer D. As we entered the command in answer D, the router denied the encrypted password because it was not a valid encrypted secret password. That means the router also checked if the password was hashed correctly or not. But it is the best answer in this question.

enable_secret_error.jpg

Question 2

Explanation

Excessive debugs to the console port of a router can cause the router to hang. This is because the router automatically prioritizes console output ahead of other router functions. Hence if the router is processing a large debug output to the console port, it may hang. Hence, if the debug output is excessive use the vty (telnet) ports or the log buffers to obtain your debugs.

Note: By default, logging is enabled on the console port. Hence, the console port always processes debug output even if you are actually using some other port or method (such as Aux, vty or buffer) to capture the output. Hence, Cisco recommends that, under normal operating conditions, you have the no logging console command enabled at all times and use other methods to capture debugs.

To enable logging logging on your virtual terminal connection (telnet), use the “terminal monitor” command under Privileged mode (Router#)

Reference: http://www.cisco.com/c/en/us/support/docs/dial-access/integrated-services-digital-networks-isdn-channel-associated-signaling-cas/10374-debug.html

Question 3

Explanation

Per-packet load-balancing means that the router sends one packet for destination1 over the first path, the second packet for (the same) destination1 over the second path, and so on. Per-packet load balancing guarantees equal load across all links. However, there is potential that the packets may arrive out of order at the destination because differential delay may exist within the network -> Answer D is correct.

When searching the routing table, the router looks for the longest match for the destination IP address prefix. This is done at “process level” (known as process switching), which means that the lookup is considered as just another process queued among other CPU processes

Interrupt-level switching means that when a packet arrives, an interrupt is triggered which causes the CPU to postpone other tasks in order to handle that packet.

In general, process switching is faster then interrupt-level switching and can cause out-of-order packets.

Question 4

Explanation

The command “debug condition interface <interface>” command is used to disable debugging messages for all interfaces except the specified interface so in this case the debug output will be shown on Fa0/1 interface only.

Note: If in this question there was another “debug condition interface fa0/0” command configured then the answer should be C (both interfaces will show debugging ouput).

Question 5

Explanation

There are a few simple steps you can follow to ensure your VTY lines are as secure as possible. The easiest way is to enable username / password authentication. Other ways are to include an access-list to prevent unwanted IP addresses from connecting and use SSH to encrypt the traffic connecting to the device.

Question 6

Explanation

An Integrated Services Router(ISR) router can be implemented an Ethernet Switch Module to perform both IP routing and inter-VLAN routing. With this module, an ISR router will contain interface vlan configurations.

Question 7

Question 8

Comments
Comment pages
  1. Botros
    September 19th, 2018

    Can anyone give me latest Dumps.

  2. Ram
    September 20th, 2018

    Please share the latest dumps NP R and S to ssramaraju449 after 449 ends with gmcom

  3. Anonymous
    September 25th, 2018

    does anyone have latest valid dumps if yes then can you please email to {email not allowed}

  4. Anonymous
    September 25th, 2018

    does anyone have latest valid dumps if yes then can you please email to rakmashina at hotmail

  5. studi
    September 26th, 2018

    W ww.cci
    edumps.xyz?utm_source=bbs&utm_medium=bbs

    I just passed the CCIE exam last week. I bought the topic here. The topic is true and effective. I have practiced most of the exam questions, but you have to remember the answer. You can’t just remember it. The options, I have encountered several questions in it, the options for the correct answer have been changed.

  6. lele
    October 2nd, 2018

    hi all
    but were are the question ?
    i see only the explanation

  7. Medo
    October 8th, 2018

    You have to pay Lele

  8. yjuyii
    October 10th, 2018

    There are a lot of testers and professional teachers to study and discuss together, as well as the latest test resources. Candidates who need the test can come and see. ht tp:
    / /kks.me/aK2La

  9. rytytu
    October 15th, 2018

    h ttp :
    //j.mp/2Pxd7Ht

    The latest question bank, the most complete information, or the teacher of online guidance.

  10. rgfffdfff
    October 23rd, 2018

    W w w.cciedumps.xyz/ccna_rs.php?utm_source=bbs&utm_medium=bbs

    The inside of this turn is real and effective, if you need it, you can go and see.

  11. Chris
    November 3rd, 2018

    My exam is in 10 days. Can anyone please advise how reliable these dumps are?

  12. pepo
    November 4th, 2018

    Passed today 860. Used this website to train, three sims, redistribution, ospf sim, eigrp stub sim. three questions on frame relay, questions about ACLs types, vrf-lite, gre questions. The same questions from this website but different possible answers that can confuse, that is why it was hard to me, suffered but passed. Recommendations, practice all the sims, use all the questions from this web site and understand them very well.

  13. quti
    November 5th, 2018

    RRRRR:

    w w w

    The update here is fast, the information is complete, the pass rate is very high, and you can go and see if you need it.

    .cciedumps.xyz/ccie_rs.php?utm_source=bbs&utm_medium=bbs

  14. Dany1
    November 11th, 2018

    Digitaltut is an error in explanation of Question 3
    Interrupt context switching is faster that process switching and not process switching is faster than interrupt switching. That the ideea, interrupt switching use cache is faster with magnitude of 10
    https://www.cisco.com/c/en/us/support/docs/ip/express-forwarding-cef/13706-20.html

    http://www.mplsvpn.info/2008/11/interrupt-context-switching-vs-process.html

  15. Dany1
    November 11th, 2018

    Regarding Q4 i agree with A nd C because of the following problem, founded on GNS3 (please if you can test on real routers, share exeperience):
    – debug conditional interface g3/0
    -deb ip eigrp noti or deb ip eigrp neigh
    The output is shown on all interfaces where eigrp si enabled. This is not the case for ospf (is working).

  16. Max
    November 15th, 2018

    Here we Go:
    New Dumps for Route Available now.
    768 Q&As File.

    Get at below link.
    Instant DOWNLOAD after pay
    Remove asteriks:

    b*i*t*.*l*y*/*2*DFks5x

  17. Nuts
    November 18th, 2018

    Hi everyone,

    can someone send me the newist dumps?
    Thanks in advance.
    I will let you all know if they are valid wenn and if I pass.

    Sommersller at gmail.com

  18. Anonymous
    November 20th, 2018

    Can I get a ccnp route latest dump. Please!

  19. crazy_ccdp
    November 21st, 2018

    HELLO!! please can someone send me the newest dumps!!
    THANKS

    c r a z y c c d {email not allowed}

  20. crazy_ccdp
    November 21st, 2018

    crazyccdp at yopmail.com

  21. Mostafa
    December 9th, 2018

    Hello ,
    Can anyone please send the latest dump to me.
    ahmed.mosttafaa(@)gmail(dot)com

  22. tcr
    December 10th, 2018

    Hi , Can anyone please send the latest dump to me.
    elohabci @ gmail .com thanks

  23. Nuts
    December 14th, 2018

    I have the latest Dump I require the latest VCE. Who has the VCE but not the Dump?
    Sommerseller at Gmail dot com

  24. thing
    December 17th, 2018

    The 300-135 and 400-101 subjects are now stable, the latest update, and the people who passed the two days passed. Proshosts.com

  25. Peter
    December 26th, 2018

    How to get all the questions? Or pls send to my addr (pe ter h 261218 @ g mail dot com), I’ll be grateful. Thanks.

  26. Ajeje
    January 2nd, 2019

    Hi, there are some updates about new year’s questions? Thank you

  27. Naresh
    January 4th, 2019

    Please share latest dumps to {email not allowed}

  28. JR
    January 6th, 2019

    Hi,
    the answer for question Other than a working EIGRP configuration, which option must be the same on all routers
    for EIGRP authentication key rolleover to work correctly?
    A. SMTP
    B. SNMP
    C. Passwords
    D. Time

    ++Is not the same in the composite quizzes and the regular questions, is the correct answer C or D?

    Thanks in advance for your help

  29. null0
    January 12th, 2019

    Hey guys I took the route 300-101 test recently and I failed. I basically studied from the cisco press book and the majority of the topics in the exam was pppoe and vrf. So my suggestion would be find some online documentation about this topics to not be surprised like me in the test.

  30. noor
    January 13th, 2019

    any one please give me valid CCNP-300-101 dumps I’ll be grateful ({email not allowed})

  31. noor
    January 13th, 2019

    any one please give me valid CCNP-300-101 dumps I’ll be grateful (nooruddinustc1987 at g mail dot com)

  32. gui.jme
    January 16th, 2019

    Good afternoon guys, I’m close to performing the ccnp route 300 101 test, does anyone have an updated dump please? Thank you and let’s go.

  33. alvesmv
    January 16th, 2019

    Good afternoon guys, I’m close to performing the ccnp route 300 101 test, does anyone have an updated dump please? Thank you and let’s go.
    (a*lve*sde*sou*sa.g*uil*her*me@*g*m*a*il*.*c*om) without asteriks
    (alvesdesousa.guilherme at gmail.com)

  34. elle
    January 19th, 2019

    can someone please share the link for questions for the digital tut answers ?

  35. Anonymous
    January 20th, 2019

    Hi, send me dump question w w w . Hurcanadiyaman @ hot ma il . C o m

  36. Anonymous
    January 21st, 2019

    Please send me the latest dumps are gujju_robinhood(at)tutanota(dot)com. Thanks very much.

  37. Bless
    January 30th, 2019

    hey, please send me the latest dumps to simplex950 at g mail dot com
    thank you all

  38. Turner
    February 4th, 2019

    hey, please send me the latest dumps to poniente1980 at g mail dot com
    thank you all

  39. ccnp student
    February 6th, 2019

    hi guys
    please can any one send me the last dump to {email not allowed}

  40. ccnp student
    February 6th, 2019

    please can any one send me the last dump to was*see*mna*zee*r@yah*ho.com

  41. Anonymous
    March 28th, 2019

    Hi gus.
    Today i pass CCNP Router(300-101) Exam with 900+ Marks.
    I have a valid dumps. If any one required email ” ccnpvaliddumps @ hotmail dot com

  42. CCNP
    March 28th, 2019

    Hi gus.
    Today i pass CCNP Router(300-101) Exam with 900+ Marks.
    I have a valid dumps. If any one required email ” ccnpvaliddumps @ hotmail dot com

    320 Q only.

  43. Peter
    March 31st, 2019

    Today i passed 300-101 exam with 890 score. Thank @CCNP for providing the valid dumps.

  44. Anonymous
    April 1st, 2019

    Hello everybody,

    Where is the link for premium membership?

    Regards,

    Johntra

  45. stefanoironic
    April 3rd, 2019

    any one please give me valid CCNP-300-101 dumps I’ll be grateful (stefanonatalie at g mail dot com)

  46. DummyDummy
    April 9th, 2019

    Can someone send me the valid CCNP 201-101 dumps. Thanks a lot in advance !!!
    dummydummynamename123123 at g mail dot com

  47. john
    April 9th, 2019

    i pass yesterday ,anything you want, you can find me theodosits @ hotmail .com without the blanks

  48. Alex
    April 21st, 2019

    Hello everyone,

    Please how can I view the questions?

  49. Niellen
    April 22nd, 2019

    Hi
    My CCNP test is only a 3 days away.
    I’m not sure that the dump I have are valid, so I need your help.
    Please share the dump.
    Thanks.
    niellen2019 at gmail dot com

  50. Ankido
    May 3rd, 2019

    For Q1, D is correct according to my lab test and the following source from Cisco:
    https://www.cisco.com/c/en/us/td/docs/ios/12_2/security/command/reference/fsecur_r/srfpass.html

    Thanks!

Comment pages
  1. No trackbacks yet.