Share your ICND1 v3.0 Experience
The ICND1 100-105 exam has come to replace the old ICND1 100-101 exam. We create the “Share your ICND1 v3.0 Experience” for everyone to share their experience after taking this exam.
Please share with us your experience after taking the ICND1 100-105 exam, your materials, the way you learned, your recommendations… But please DO NOT share any information about the detail of the exam or your personal information, your score, exam date and location, your email…
@Pl413r alright i will try that. cheers 😀
Hello guys, does anyone know where i can find practice questions for new icnd 1 exam?
Thxx
@ICND1
Can you ask the support?
Passed it today ICND1v3 use gratiseexam very helpful.
Hi ” X ” tra!!
Please, how many SIM did you have & which!!?
Thanks & Congrat anyway!!!
Hi every body any dumps with more questions? can share the dumps?
baby giants are ethernet frame sizes up 1600 bytes
…up to 1600 bytes
Guys, please share your experience…the same way you got help from the dumps posted here you can help by telling us your experience, like what sim was in your exam, what questions etc.
@night
we know but it isn´t the question…see the question bellow..
1: Which MTU size can cause a baby giant error?
A. 1500
B. 9216 <(guess)
C. 1600
D. 1518
@Xtra reply
1)Two hosts are attached to a switch with the default configuration. Which statement about the configuration is true?
A. IP routing must be enabled to allow the two hosts to communicate.
B. The two hosts are in the same broadcast domain.
C. The switch must be configured with a VLAN to allow the two hosts to communicate.
D. Port security prevents the hosts from connecting to the switch.
A switch without any configuration has every port as access-port in VLAN1 and VLAN1 is the native VLAN. That means especially, that all ports belong to the same vroadcastdomain, and 2 hosts (if configured with ip addresses from the same layer3 network) can communicate without the need of a gateway and therefor without the need of (ip) routing. So my answer would be: B
2)Which MTU size can cause a baby giant error?
A. 1500
B. 9216
C. 1600
D. 1518
I wouldn’t be able to answer this question in the exam, because i didn’t know the term “baby giant” in context of ethernet. So i did a quick search on internet for the search terms “ethernet” and “baby giant error” and found this: Troubleshooting Baby Giant/Jumbo Frames in Cataly… .
So my answer would be C, which is the same as your answer. If i had to answer this one in exam, i would have guessed C, because 1500 is the ethernet MTU (ethernet payload), which should not be able to create an error because of frame size, 1518 is the ethernet frame size including ethernet header and checksum, so i would tend to not assume, that this may cause a “baby giant error”. 9216 is the maximum payload of jumbo frames, so why call this “baby giant”? So the only answer remaining because of this thoughts is C: 1600 …
3)Which option is a valid hostname for a switch?
A. 5witch-Cisco
B. Switch-Cisco!
C. 5witchCisc0
D. SwitchCisc0
Your answer: D. If there is really only one possibility to choose, i would say the same as you, but if there may be more than one possibility correct, i would say A+C+D. B is surely false, because of the “!” in the name. But as far as i know, a digit as first character of a hostname is valid (a hostname consisting only of digits would be invalid). So no guarantee here, but i would tend to giving the 3 answers A+C+D …
4)Which statement about native VLAN traffic is true?
A. Cisco Discovery Protocol traffic travels on the native VLAN by default.
B. Traffic on the native VLAN is tagged with 1 by default.
C. Control plane traffic is blocked on the native VLAN.
D. The native VLAN is typically disabled for security reasons.
i read somewhere, that CDP iwould be always transferred via VLAN1, even if the native VLAN was set to something other than 1. So i would tend to answer D (even if i never used this option in production environments). Using native VLAN for production traffic may be a security risk, because frames from the native VLAN are untagged by default, so native VLAN may be used for “VLAN hopping” in some cases … So my answer would have been D.
Cisco Learning Network
My answers would be (without any garantees):
Sim has DHCP, ACL and NAT which ask why R1 is not receiving an IP address from dhcp(pool address doesn’t include that particular lan)!
NAT: unable to Access to internet check the acl
NTP: clock from R2 is not synchronised (ntp server missing is the answwer)
ACL: Access to server is blocked with standard named acl.
other sim was switch and router security regarding ssh and telnet basic.
There were no configuration. Finished the exam only using sh run.
@Xtra
Thank you for sharing…was the baby giant there? what did you answer? can you share your score?
@ICND1
About the baby giant error:
-i see all types of answers but my understanding and guess on exam is 9216.
why? because 1600 is max size for giant frames and it would not cause an error, anything above that you’ve got a problem.
About native VLAN…
-Its A for sure…why? B- traffic is not tagged on vlan1,C is not blocked,D is not disabled as vlan is use for hardware that doesnt support VLAN 801.1q.
@Pl413r
ICND1 could be right. If that device doesn’t support baby giant, then baby giant error is refer to frames with size in 1519-1600. 9216 could be called jumbo frame error.
About the native Vlan, answer is A.
– B: native Vlan doesn’t has tag
– C: no block
– D: “typically” ??? by default, Vlan 1 is set as native Vlan
@Nick
Good point…
That would be a good explanation…
@Nick
One thing …i just dont understand why could an error happens in a range that is suported by these baby giant mtu size. One thing is trying to pass a big truck on small tunnel (crash) other is trying to pass a regular size truck on a tunnel that was built for it.
6-A
5-D
4-B
3-D
2-C and D still not sure
1-B
@Pl413r
Suppose it is a very very old cisco switch, and it only can understand the standard frame (1518 bytes). the first case i could think of is when a newer device (could be an app running on a pc that use baby giant frame) send a baby giant frame to the switch. it cause error because the switch can not understand the frame.
there was a baby jaint error, since baby jiants are 1600. I figure above that will cause the error-I score 959.
GUYS WHO TOOK THE EXAM:Can you please tell me what kind of things did you right on that “Paper” cisco provides you. Thanks.
Baby giant refers to Ethernet frames up to 1600 bytes on the Catalyst 4000/4500 platform, or packet sizes of (MTU size) of 1552 bytes (without any header or trailer bytes). The table below lists sample protocols that can use the baby giant feature, and the configuration that is required.
Protocol/Application Number of Header Bytes Total Frame size Command
802.1q trunking 4 1500 + 4 + 18 = 1522 No MTU commands required.
QinQ pass-through (802.1q inside 802.1q, useful for ISPs to segregate customer traffic) 4 + 4 1500 + 8 + 18 = 1526 system mtu 1504
MPLS VPN pass-through (two 4-byte labels) 4 + 4 1500 + 8 + 18 = 1526 system mtu 1508
UTI/L2TPV3 pass-through (encapsulate one Ethernet packet in another Ethernet packet with a tunneling header. Useful to transport any payload such as IP/IPX and so on over an IP backbone). 18+ 20+12 1500 + 50 + 18 = 1568 system mtu 1550
Jumbo frames refer to Ethernet packets of up to 9000 bytes in size. Supervisor III and IV can handle packets up to a maximum size of 9198 bytes. This value includes the 802.1q tag or ISL VLAN tag, but does not include the Ethernet header and CRC trailer. Thus, the maximum Ethernet frame size, including the Ethernet header/trailer, is 9198 + 18 = 9216 bytes.
Note: There is a mismatch in the maximum supportable packet size between Catalyst 4000s and Catalyst 6000s. Catalyst 6000s can support packets whose packet size is as large as 9216 bytes, which means it supports a maximum total Ethernet frame size of 9216 + 18 = 9234 bytes.
Jumbo frames are used in situations where certain applications would benefit from using a large frame size (for example, Network File System (NFS)) for better throughput.
Baby Giants
Software Support
Baby giant support has been available since Cisco IOS software release 12.1(12c)EW for the Supervisor III and IV.
The show system mtu command will display the globally configured MTU, as shown below.
Switch#show system mtu
Global Ethernet MTU is 1552 bytes.
@{email not allowed}
So what´s your conclusion on this question?
2)Which MTU size can cause a baby giant error?
A. 1500
B. 9216
C. 1600
D. 1518
Answer will def be 1600
guys i am sick & tired of you discussing this “baby giant” question. its not like its the only question in exam. move on plz. i am taking the exam tomorrow so i’ll let you know.
^ go cry about it
@wag1b
We discuss it because we are not sure what the correct answer is.
We got most of the other questions taken care of.
Sure please share your experience about it! ty
Come on baby’s share your dumps 101-105
Hey everyone. I am taking my first Cisco exam EVER on Monday and have been using ITPro.TV to study. I have VMware Datacenter 6 (VCP), MCSE 2003, MCITP 2008, and MSCA 2012.. It’s been interesting studying for this 100-105 exam so far compared to the Microsoft exams I am used to. Much more difficult in my opinion. I’ll let you all know how I do with the ITPro.TV prep.. This exam looks to be new for everyone, so we will see. They had a 21 hour class that went over all exam objectives in detail as well as a 300 question online practice exam.. I’ve been through the entire thing about twice now.
Let’s define a few terms…mtu-the maximum transmission unit for packets passing through the interface, expressed in bytes.
Giants – Packets larger than the LAN technology’s maximum packet size-1518 bytes or more in Ethernet networks.
Ethernet Network can only pass 1500 bytes in a single frame…
Baby Giants – greater than 1500 bytes and up to 1600 bytes
Based on the above logic… 1518 bytes would cause the mtu error; 1500 bytes would not cause the error because it’s allowable. 1600 bytes would not cause Baby Giant error since the requirement is up to 1600 bytes.
See RFC 894 DIX Ethernet and 1548 Point to Point Protocol)
Resource: Cisco, A Beginner’s Guide, Third Edition, Page 697 – Troubleshooting Cisco Networks
@dood shutup mate.
@wag1 b calm down g.
just passed the exam 923/1000.
There were lot of new questions but same labs. And there was no Baby Giant question.
Going for icnd2 now. jhezz.
wag1 b, glad to hear you passed. Was this your first time testing CCENT or were yo re-certifying? What materials did you use to prep for the exam?
Passed 939/1000
same questions that we discussed, baby was still there.
wag1 b stop lying to them
Going for ICND2 now 🙂
Hi Mike, CONGRAT!!!
Please, may you comment on what you got and how many Questions??
1) Sim
2) Simlet
3) Testlet
I will take it in 10 days!!!
Thanks!
Guys, would you participate in ICND1 a discussion group using line app?
If yes let me know your id and I will add you there
@MIKE Bitch im telling them what i had in “MY EXAM” so stfu.
how important is knowing ipv6 for the exam?
P.S. Part of free PassLeader 100-105 dumps on Google Drive:
https://drive.google.com/open?id=0B-ob6L_QjGLpZHliX0lUeE1Ccms
Could you please some1 email me ICDN 1 V3.0 dumps ? {email not allowed} thanks
hello sorry for my question but someone has vce 545q and the software to open?
or a link where i can download?
Failed 100-105 for the 3rd time :*( 720, 755, 790. question about sims. do you score more points on the sim for using more cisco commands like show interfaces brief or show ip dhcp brief? I used only sh run to answer the questions and i still get over the passing score.
@Norbet…BS stop trying to sell dumps that are available for free.
@Soggy…Sorry about it, I think you just didn´t get enough correct answers bro.
the question is the same
This site has some pretty good resources/information:
http://www.ciscolabdoctor.com/workbooks—guides.html
@Juan what a shit website mate.
PLEASE SHARE VALID LINKS.
STOP SELLING SHIT, This isn’t Ebay.
can anyone please tell me what sort of questions you had in your exam. Give me a general idea. Thank you.
Good luck everyone taking ICND1
@jack. just pay attention what are you writing, juan is not selling anything and actually it seems as very good page.
@Juan thanks for sharing it!
Anyone else took ICND1 recently?
Yes I did and everything what is mentioned in this feed was there. If you would do all SIMs and tests here and download the dump from gratis exam you should pass, as I did…
@black box or else what you gonna do? all i am saying is the website is shit and it has old stuff.
Hi all,
You should be careful with the Security Testlet because it might look like here, with 1 Router and 1 Switch but on actual exam both were configured with Service Password Encryption.
Here is used no service password-encryption. So answers like ” A. unencrypted weak password is configured to protect privilege mode ” is not vaild
Hi anyone have a good dump for ICND1 I test tomorrow.
Hi Tyler Cisco Beginner, we are Tuesday, October 11, 2016 and you said:
” Tyler Cisco Beginner
October 8th, 2016
Hey everyone. I am taking my first Cisco exam EVER on Monday and have been using ITPro.TV to study…. I’ll let you all know how…. ” ( You said!!! )
What ever is the outcome, contrat! If wasn’t this time it will be next time!!!!!
But please, like you said, any ” TIPS ” any advices from your experience will be sincerely appreciated!!
Thanks!
Configuration
To enable baby giants, issue the system mtu global config command, as shown below.
4507(config)#system mtu ?
MTU size in bytes
4507(config)#system mtu 1552
Global Ethernet MTU is set to 1552 bytes.
Note: this is the Ethernet payload size, not the total
Ethernet frame size, which includes the Ethernet
header/trailer
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-4000-series-switches/29805-175.html
——————–
Therefore, I’m going for 1600 guys
By the way I will be taking the exam tomorrow morning.
Finally Passed on my second attempt. Everything on this page and page 2 are very helpful. if you wanna pass it go over the questions that we talked about and also that Gratis Exam link which in page 2 posted by some other guy ( Angel ) 😀 for sims look at the link in page 2 everything in exam is same as we discussed here. In the End only thing i would say is that BABY GIANT question is still there i choose 1600.
Going for Part 2
Wish me luck 🙂
Hi Guys,
I’m writing my exam today. I’ll let you know how it goes
Well done guys, told you all it was 1600. I am almost ready for the exam too. Just got to finish my video once more.
@TECH
Hi can you please tell me which Sims Link you are talking about because i cannot find it. Thxx.
‘Good question, Soggy. I used sh run, show ip dhcp and other commands to no avail. I kept getting errors. However, someone said to use ” show running-config.” I will try it next time. It will help if someone could let us know, especially the commands for the DHCP, and RipV2 hands on questions.
Frustrating to keep getting “wrong command” error.
h t t p : / / w w w . d a y p o . c o m / e s t u d i a r – 5 . h t m l
Vaild questions, just click REALIZAR TEST to begin the questions.
Some of the answers are wrong, so if you think some are wrong, check the discussion here and will show you the right answers.
Ayone have the sims please help. I take it in a few hours
h t t p s : / / f i l e . i o / u i T Q R i
Quiz I have combined from all the questions on here and the linked files. Just drop the contents of the zip on your desktop and open the quiz in a web browser. Hope this helps. Any wrong answers, please let me know.
@Anonymous
Security, DHCP, NAT and ACL labs are in the exam. So just know how to check these
link does not work in last post for the quiz, this one should
h t t p s : / / f i l e t e a . m e / t 1 s 2 F M d y 9 i C Q P m Z o T j A n P 0 c M A
Thanks Dave
Hi Dave what file do I click on after I extract it
I got it to work thanks
Just drop all the files in one place and open the file named “Index” in a web browser
Thanks working now
Good luck with the exam and let me know if them questions are still good after your exam!
I will
If you look on page 2 on this discussion page and search for pineapple, you will find some DHCP/RIP sim stuff that someone called ICDN1 has made, that could be helpful for your exam.
Ok will do thanks
Hi guis, the baby giant question is causing so much confusing. Let me try to help:
First of all a Standard Ethernet frame MTU is 1500 bytes (payload).
This does not include the Ethernet header and Cyclic Redundancy Check (CRC) trailer, which is 18 bytes in length, neither others bytes like 802.1q(4bytes), QinQ(4+4bytes),etc…
It is easy to understand in CLI:
4507(config)#system mtu 1552
Global Ethernet MTU is set to 1552 bytes.
Note: this is the Ethernet payload size, not the total
Ethernet frame size, which includes the Ethernet
header/trailer
When you config a system MTU you are configuring just payload MTU, Baby giant frames refer to Ethernet frame size up to 1600, so if you set 1600 MTU, and aplly 802.1q it will cause a Baby giant error.
Hey Tiago where have you been, nice contribution. Have you done icnd1?
@Dave Your both links don’t work mate.
Passed ICND1 today. I got 860 points!. Gratis exam+ DHCP/RIP sim on page2 you should be fine.
h t t p s : / / w w w . d r o p b o x . c o m /s/vg5dp6m7boyep14/ICDN_1_QUIZ.zip?dl=0
Try this one
cyril which sims did u have
Thanks Dave
DHCP/RIP Sim its on page 2 of this forum. There was about 5 new questions
@ cyril you mean, the 100-105 gratis exam is the one you used
Does anyone have dumps or related info for ICND2 ?
Thanks
has anyone had the ripv2 sim or just the dhcp/acl/nat one?
@Cyril
Congrats!
What did you answer for the followings:
Q1-Which MTU size can cause a baby giant error?
Q2-Two hosts are attached to a switch with the default configuration. Which statement about the configuration is true?
Q3-Under which circumstance should a network administrator implement one-way NAT?
Q4-Which statement about routing protocols is true?
Q5-Which two characteristics describe the access layer of the hierarchical network designing model?
Q6-4: Which option is a valid hostname for a switch?
Also,The DHCP/RIP Sim was exactly the same as on Page 2?
please share your experience about it! Thx.
@tech thanks mate
@Tech
Thanks.
@ Dave I missed it guys. 🙁 You questions were on target sims got me i scored in the 800. I tested today
@danny
Q1 1600
Q2 same broadcast domain
Q3 don’t remember the options given
Q4 OSPF is a link state protocol
Q5 don’t remember the options given
Q6 the name without 5 on it and with no ! marks
Yes they were exactly like that
@ anonymous , sorry mate, but did you see gratis questions and sims of rip and dhcp in the exam
@Anonymous
Sorry to hear that 🙁 You will get it next time!
Updated version of the Quiz, changed answer to link-state question to Cyril’s answer as this is correct.
h t t p s : / / w w w . d r o p b o x . c o m /s/5g6rh6760l630oj/ICDN_1_QUIZv2.zip?dl=0
thanks dave, passed the drop box link questions
Hey whittakerlap, I, m studing a lot, I’ ve takken so much help here in 9TUT!
I will take the ICND1 exam next week.