BGP Sim
Question
Loopback0 is used for IBGP peering while physical interface address is used for EBGP. Identify the IBGP issues on R1 to R2, R3 and EBGP issues to RA and fix them so that the “show ip bgp” command on R1 will display all loopback interfaces of other routers.
Special thanks to Madruga who created this BGP simlet with EVE-NG emulator and you can download it here.
Configs on R1:
This lab is for BGP only so we only need to check BGP section
R1#show running-config
—-output omitted—-
router bgp 64520
network 172.16.1.1 mask 255.255.255.255
neighbor IBGP peer-group
neighbor IBGP remote-as 64550
neighbor IBGP update-source loopback0
neighbor 172.16.2.2 peer-group IBGP
neighbor 172.16.3.3 peer-group IBGP
neighbor 209.165.200.2 remote-as 64525
—-output omitted—-
Solution
We see there are two issues here (two commands in bold), the first one is IBGP issue and the second one is EBGP issue.
R1(config)#router bgp 64520
R1(config-router)#neighbor IBGP remote-as 64520
R1(config-router)#no neighbor 209.165.200.2 remote-as 64525
R1(config-router)#neighbor 209.165.201.2 remote-as 64525
Note:
+ In the second statement we fix the IBGP group to “remote-as 64520” without removing the wrongly configured IBGP group (“neighbor IBGP remote-as 64550”) because if we remove this statement, other related statements of IBGP (three statements “neighbor IBGP update-source Loopback0”, “neighbor 172.16.2.2 peer-group IBGP”, “neighbor 172.16.3.3 peer-group IBGP”) will be removed automatically because IBGP group no longer exists.
+ Also in statement 2 the “IBGP” group must be written in capital. You will receive an error if writing it in lowercase.
+ The IP addresses in the exam are different but the concept is still the same so please read the question carefully
After solving the problem don’t forget to verify with the “show ip bgp” command. You must see all the Loopback interfaces of other routers. Otherwise please check your commands again.
Are you talking about the simlet on NetworkTut? You can’t enter any config commands here.
can anyone use the simlet from madriga? i cannot start the routers.
@ ItsShowtime,,,,
How many lab sim that we should change the config on real exam??
or Aren’t we suppose the change the config at all as networktut webside says.?
I’ve tried this and the HSRP simlet in EVE-NG and for both or them none of the devices have any config. The topology is there and all the interfaces are connected, but there’s only default config on all devices?
Anyone else had this issue and been able to fix?
Hi, Passed Tshoot exam last monday(1/13/2020) and Finally completed 3 exams(Routing,Switching and Tshoot). All question and tickets from this site are valid. If you want dumps and materials I can share them with you just shoot email bryandiazbd430 @ gmail .com :)
Where can I get simplets initial configs ?
Does anyone have a working lab on this?
Thanks,
Jen
R1(config)#router bgp 64520
R1(config-router)#neighbor IBGP remote-as 64520
R1(config-router)#no neighbor 209.165.200.2 remote-as 64525
R1(config-router)#neighbor 209.165.201.2 remote-as 64525
Wr and copy ru start Works on this sim ???? to save the config….
Just passed 923, messed up an IP ticket I think… everything is valid still, probably will be till 23rd… Anyone need material hit me up at yoz[@]gmx.us
Wr and copy ru start Works on this sim ???? to save the config
itook the exam yestarday and i scored 702
the problem is when i answer the 3rd question of a tikcet and i return back to previous question (2nd question) and then i go agan to next question (the third question) i found that the question (third quetion has changed.
is there anyone who ,faced the same issue ??
is it a bug ??
@Erice77777 3rd will never change, it all depends on 1st & 2nd choice.
In the BGP simlet, the configuration I saw was the following:
R1 # show ip bgp summary
172.16.2.2 64550
172.16.3.3 64550
209.165.227.2 64525
Therefore the valid configuration would be the following:
Router # configure terminal
Router (config) #router bgp 64520
Router (config-router) #neighbor IBGP remote-as 64520
Router (config-router) #no neighbor 209.165.227.2 remote-as 64525
Router (config-router) #neighbor 209.165.201.2 remote-as 64525
– This would be the correct configuration, right?
On the other hand, I don’t let myself write or copy startup-config running-config!
– Is this normal?
I will greatly appreciate your answers to my questions.
Thanks!
Regards.
Passed the exam today with 925! Pay the premium membership, then you will be able to see the Multiple choice questions and get access to the ticket online simulator! Everything is the same in the exam. The only questions on the exam are the november questions. Thank you so much networktut. this was my last exam, i’m a CCNP!! Im so happy!
Hello all,
why do we need to enter the “neighbor IBGP remote-as 64520” and not “neighbor IBGP remote-as 64525” as the AS of the remote seems to be 64525 on the picture ?
@GTH
The ‘remote-as’ refers to the AS, and since this is in reference to the peer-group IBGP (internal BGP neighbors) it should be 64520.
For the neighbor statements in the different AS, ‘remote-as’ refers to 64525
Hope this helps!
@Solid Snake
Its normal that you cant do a “write mem” in the premium simulator. They just “cook” something to adapt. Just check if yre putting all the correct comands and also get the idea.
Hy guys I can’t find the configuration of this simlet and olso for HSRP simlet
Thanks in advance:)
I want to build the BGP simlet lab.Can anyone who has installed the EVE-NG emulator share the configuration files with me. I am planning on doing the Exam very shortly and just want to play around. Any help will be greatly appreciated. Thanks
On the BGP sim here on Networktut, when you do “sh ip bgp sum”, the iBGP adjacencies are up, even though the remote ASN is incorrect. But if you do “sh ip bgp”, only R1’s loopback is seen. Also, after submitting the correct fixes, neither output changes. Is that so in the real exam, too? Thanks.
Boa noite á todo… gostaria de saber sobre o LAB BGP …. é o mesmo que está aqui no site ?
I am going for TShoot on 19th … Are all sims same and mcq same?
@AJ , tell us ! did you pass the exam?
are the Multiple Choice Questions are valid?
Yes, all MCQs Nov. updates, ticket and simlet are valid. The only extra thing I had in my exam early this week was the BGP Simlet; one of the requirement is to get the EBGP routers RA & RB up and show in the BGP Summary command in addition to what is already illustrated in the BGP Simlet…. Good Luck!
All are here 100% passed with 1000 score today.
Everything from november mcq. Sim and lab are same as on the site. 1000/1000
Passed 1000/1000. Thanks!
send full config