CCNA EIGRP LAB Question
Question
After adding R3 router, no routing updates are being exchanged between R3 and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly.
The task is to identify the fault(s) and correct the router configuration to provide full connectivity between the routers.
Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are cisco.
IP addresses are listed in the chart below.
R1 Fa0/0: 192.168.77.33 S1/0: 198.0.18.6 S0/1: 192.168.60.25 S0/0: 192.168.36.13 |
R2 Fa0/0: 192.168.60.97 Fa0/1: 192.168.60.113 S0/0: 192.168.36.14 |
R3 Fa0/0: 192.168.77.34 Fa0/1: 192.168.60.65 Fa1/0: 192.168.60.81 |
R4 Fa0/0: 192.168.60.129 Fa0/1: 192.168.60.145 S0/1: 192.168.60.26 |
Answer and explanation
(Note: If you are not sure how EIGRP works, please read my EIGRP tutorial: http://www.9tut.com/eigrp-routing-protocol-tutorial. Note: You can download this sim to practice here: http://www.9tut.com/download/9tut.com_CCNA_EIGRP_sim_question.zip)
We should check the configuration of the new added router first because it does not function properly while others work well. From the command line interface of R3 router, enter the show running-config command
From the output above, we know that this router was wrongly configured with an autonomous number (AS) of 22. When the AS numbers among routers are mismatched, no adjacency is formed.
(You should check the AS numbers on other routers for sure)
To solve this problem, we simply re-configure router R3 with the following commands:
R3>enable (you have to enter cisco as its password here)
R3#configure terminal
R3(config)#no router eigrp 22
R3(config)#router eigrp 212
R3(config-router)#network 192.168.60.0
R3(config-router)#network 192.168.77.0
R3(config-router)#no auto-summary
R3(config-router)#end
R3#copy running-config startup-config
Check R1 router with the show running-config command:
Notice that it is missing a definition to the network R3. Therefore we have to add it so that it can recognize R3 router
R1>enable (you have to enter cisco as its password here)
R1#configure terminal
R1(config)#router eigrp 212
R1(config-router)#network 192.168.77.0
R1(config-router)#end
R1#copy running-config startup-config
Now the whole network will work well. You should check again with ping command from router R3 to other routers!
Modifications:
Maybe in this EIGRP Sim you will see the “passive-interface …” command somewhere in R1 configuration. If the link between R1 to R2; or R1 to R3; or R1 to R4) routers has the “passive interface” then we have to remove it with the “no passive-interface …” command because it prevents EIGRP update from being sent on that interface. But if the “passive interface” is applied to the link between R1 and ISP router like this:
R1:
!
router eigrp 212
passive-interface s1/0
!
then we just leave it. Don’t use the “no passive-interface s1/0″ on R1 because the link between R1 & ISP doesn’t need EIGRP to run on it. A static route from R1 to ISP & “ip default-network” command in R1 are correct so that all the routers (R1, R2, R3, R4) can access the Internet.
(Note: The “ip default-network” command in R1 will advertise the static route of R1 (to go to the Internet) to other routers (R2,R3,R4) so that they can access the Internet too). In the exam you will see these lines in R1 configuration:
!
ip default-network 198.0.18.0
ip route 0.0.0.0 0.0.0.0 198.0.18.5
!
If you want to learn more about “ip default-network” command please read: http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml
I read recent comments and realized that you will see the “passive-interface” in the link between R1 & ISP router so just leave it.
Note: Also some readers confuse about if we should use the wildcard masks on the “network” statements under EIGRP process or not. For example should we use:
router eigrp 212
network 192.168.77.0 0.0.0.3
The answer is: we can use wildcard masks or not, it does not matter. Not having a wildcard mask does not make the routes conflicting. The “network …” command in EIGRP (and OSPF, RIP) does not means “advertise this network” but means “If I has interface(s) belongs to this network please turn on EIGRP on that interface. Therefore when you don’t use wildcard mask EIGRP will turn on EIGRP on all interfaces that belongs to the network you specify in the “network …” command.
You should only use wildcard mask on EIGRP if you have 2 or more interfaces that belong to the same major networks but you don’t want to run EIGRP on all of them. For example if your router has 2 interfaces whose IP addresses are 192.168.30.1/28 and 192.168.30.17/28 but you only want to run EIGRP on the first interface, you can type “network 192.168.30.0 0.0.0.15″ under EIGRP process.
Other lab-sims on this site:
CCNA Configuration SIM Question (RIPv2 SIM)
I would like to thanks 9tut, just cleared my CCNA today with 917 marks!
download free latest dumps from
9
t
u
t
.
w
e
b
s
.
c
o
m
please can anyone help me with VCE 3.3 crack.>>>>>i urgently need it. Thanks in advance.
@ Kareem : give me your email, I’ll send u VCE 3.3 crack
EL che @ I also need it , with patch ,, coz d crack alone will only open 5 questn ,, ebemusty@yahoo.com
Kareem go to for http://www.4shared.com register with them (it is free to register) then search for VCE 3.3 crack. that is where I got mine.
In the Simulations, do they provide us with the setup and ask us to find the fault or we ave to set up the routers, wires, switches and so on. Please help
hey there is onld 1 ccna eigrp practical questions
EIGRP SIM
Check the R1 router for correct AS then fix on R2. R1 link to ISP had passive interface command on it, just left it.
Everything like dump.
download free latest dumps from
9
t
u
t
.
w
e
b
s
.
c
o
m
I have passed my CCNA 200-120 today, I got this sim in my exam.
thanks
Alhamdulillah…
I have passed my CCNA 200-120 today,
I got this sim & ALC ,ALC 2 also in my exam.
thanks Allah
thanks sir
thanks 9tut.
Hey I have passed my CCNA today , I got ACL , ACL2 and this sim with AS-112 and wrong network address on R1
I passed exam today.i got 986/1000 marks.i got only 3 days ready to exam.CCNA is vry easy exam.every question came from dump.Lab is EIGRP AS 12,ACL 1 and ACL.bt ip address change.thank u 9 tute.
hey guys im trying to open the EIGRP sim with wire shark and its telling me that wire shark cant open it.. what software do I need to open these pkt files for sims
thanks
hey guys im trying to open the EIGRP sim with wire shark and its telling me that wire shark cant open it.. what software do I need to open these pkt files for sims
thanks
anyone help me , i am openning eigrp sim with paket tracer 5.0 but it is not opening the file and showing the reason that it is not a valid paket tracer file ..
my email id is : msharifawan89@gmail.com
I have pass my exam today . I got 100% . Thx to 9tut !!!
I got 3 lab.
1- eigrp , the link between router was on passive state , and no auto- summary was missing . the helpful cmd was sh run , sh ip topology
2- frame relay : the helpful cmd is sh frame-relay map and sh run
3 – OSPF , check the topology and the route to reach the end network
9tut is so helpfulll .
@Roro did these sims came in CCNA 200-120 exam??
Challenge lab :
you have 3 routers in series R1, R2 ,R3 respectively .all router are configured with static route . you have to successfully ping router R3 interface from router 1 .. but condition is that you have to configure only one static route or default route .. .who ?
note : you have to configure only one command default route or static route on each router ?
just passed the ccna 200-120. I got this sim. The only changes that i have noticed were the Autonomous system and IP addresses. I didn’t see passive interfaces on all routers. But as 9tut said, it may appear on the exam!
thanks 9tut! goodluck guys!
@zenn which other 2 labs u got in paper??
@Roro
did you had frame relay and ospf lab in your exams?
Passed the exam today, got 917/1000 The only changes that i have noticed were the Autonomous system and IP addresses. I didn’t see passive interfaces on all routers except for router R1
Dear all Yesturday I passed the CCNA 200-120 Exam and exact this simulation come and i scored 960 marks.
if anyone need update dumps i can give him/her free just email me and i will reply the dumps to all of you: siddiquiakmal@live.com
the passive interfaces on R1. Do you need to remove it or leave it?
@ jeff if passive interface between R1 & ( R2 or R3 or R4) u will remove it by command “no passive interface” ……….when passive interface between R 1 & isp we use two commands ” ip default network” & ” ip route “
Roro,
What labs did you get when you took the exam?
mary,
so if there is a passive between routers you use the no passive interface command. Do you have to put anything after the command like ip address? When the passive is between R1 & ISP you use two commands ip default network & ip route? Do you put anything after them? I don’t have a lot of experience with passive interfaces.
Will there definately be a passive interface on the exam?
@ jeff u type only ” no passive interface s1/0 ” that ‘s for example no other commands u will type in case of u found it between R1 & ( R2 or R3 or R4),,,,,,, but when the passive is between R1 & ISP you use two commands ip default network & ip route….” no other commands “….dnt wry 90% u will not found in exam ;) u will know u have passive interface by type command “running-config” and see all interfaces …god wz u
@mary
thanks…so it’s not found much in the exam? Do you know much about ACL2 question? I have noticed several modifications. Do you know which ones they ask most? I just found out today. I have two days to prepare to take the exam before my school voucher expires. I am really nervous!!!
I have been studying for almost 10 hours today….
@ jeff dnt wry …..almost u will not find any modification in the exam, maximum ip addresses not moreeeeeeee …if u want to send the latest dump….send ur mail :)
so when you see the “passive interface on between R1 and ISP, you have to put in “ip default-network” and “ip route”? is that correct?
@mary what do you mean by max ip addresses? my email address is jeff.bearden@outlook.com
@mary
Do you know any of the new question about SNMP, Netflow, GLBP, Syslogs, HSRP, & Etc. Do you know if them ask some more frequently than others?
I am taking the test tomorrow afternoon.
Any help would be appreciated
@ jef i will send it 4 u nw .check ur mail
thanks!
i will check it in a little bit.. i bet it might take a while to get it…
@ jeff wlc :)
@MARY
Can you send me the information as well? I am taking my exam tomorrow liltwano@gmail.com
@ tony i will
took test today…. failed with 821… I had problem with the EIGRP Lab. It acted really buggy. I had to enter in the show running-config command close to 10 times before it recognized. I ran onto a passive interface between two routers. I couldn’t remove it…. I tried entering no passive interface s1/0 & any possible variation of it… it didn’t work… it sometimes would tell me the command wasn’t recognized…. the passive interface was the only thing keeping the routers from communicating…. i am not sure why it won’t let me remove it or even it needed to be. has anyone else running into problems like this?
@jeff , am deeply sorry abt dat , wat mode did u type d command ,, tell us exactly afta wat command did typ no passive-interface serial0/1, of which d command u wrote is wrong , dere will b an hyphen btw passive and interface ,,,,, and it must b enta in d global mode afta d eigrp command , lik dls ….
Router1#router eigrp 122
Router1#no passive-interface serial0/1 …..
So feed us where ur error was …
@Jeff
I just saw this on this link…http://www.examtut.com/2013/08/ccna-eigrp-simulation.html
If you refer the topology and IP chart, the Perimeter router uses Fa0/0 to connect Interior router, S0/0 used to connect Remote1, and S0/1 used to connect Remote2.
Refer to the command show running-config, the command #PASSIVE-INTERFACE will deny EIGRP updates to specified interface. In that case we need to use #no passive-interface to allow the routing updates to be passed to that interface. For example when used the #show run command and we see the output like below.
!
router eigrp 22
network 192.168.77.0
network 192.168.60.0 passive-interface FastEthernet 0/0
passive-interface Serial 1/0 no auto-summary
!
Then the command would be
Perimeter(config)#router eigrp 222
Perimeter(config-router)#no passive-interface Fa0/0
Perimeter(config-router)#end
Also Perimeter router connect to the ISP router using Serial 1/0. If you seen passive-interface s1/0, then do not remove it using #no passive-interface s1/0 command.
Was it the same problem you encounter during your exam?
Can someone help me out? Which sim is the correct way to pass this test? Examtut or 9tut? I need someone to help me out here. Also, I am hearing that the show running-config command wont work on the test, is this true?
If not which command will I use?
Help me out please thanks all!!!!
Can someone confirm that we can’t use the SHOW RUN command during the exam and we need to look for another way?
@cold
i was able to use the show run command. however, it took multiple times to get it to work…
@ebemusty
I tried entering it from the global, configure, & configure terminal… i would type the no passive-interface command. it would say something like you can’t use this command on this version or something….
i tried entering it like this
no passive-interface s0/1 or no passive-interface serial 0/1
@cold
it looked something similar to that… it was on serial 0/1… i believe….
@Jeff
Did the sim look like the sim from this site or no?