Page 1 of 1

bgp communities lab

Posted: Tue Dec 05, 2017 7:48 am
by taborn
I am studying for CCIE-RS and doing all the case studies within routing tcp/ip vol 2 by Doyle and Carroll.

The first lab that is being released is on BGP communities (pg 270).

Topology
'''''''''''''''''''''''''
https://imgur.com/a/1W1ca

1/
From AS2000 advertise 10.2.1.0, 10.2.2.0 and 10.2.3.0/24 into AS100.

2/
Using BGP communities, ensure that AS200,300,400,500,600 do NOT receive the route 10.2.2.0.

Your output should look something like the following (sh ip bgp on router NEVADA):
https://imgur.com/a/Z4wcy

NOTE: The file should have the configs and the topology. Let me know if it is not right and I will re-upload it.

BONUS TASKS:
A/
As the book states, from AS2000 you are controlling what AS100 does. Suppose you did want to advertise 10.2.2.0 to Nevada. How would you do this using community configurations on router Idaho?

B/
If you have completed task A, Nevada should have all three routes. At present, Idaho is advertising all three routes to Colorado. How would you influence (from Idaho router) Colorado in such a way that he (Colorado router) advertises only 10.2.2.0 to Nevada and does not advertise 10.1.1.0 and 10.1.3.0? (HINT: use no advertise on Idaho router).

bgp communities lab

Posted: Thu May 24, 2018 12:55 am
by andreysamign
Hi dear How filter prefixes For out and in in bgp session cisco??

bgp communities lab

Posted: Tue Jun 26, 2018 8:28 pm
by BrianMox
Hi,

Anyone know what kind of mechanism the XR uses for BGP slow peer detection? or if something similar even exists on the XR...

Thanks,
R.

bgp communities lab

Posted: Tue May 14, 2019 8:10 pm
by byronLew
Dear All,

NX-OS route distribution require a route-map.

So, I am trying to redistribute lot of connected and static routes to BGP in a VRF.

Is there any solution without making a prefix-list with all the static and connected subnets ?

I tried the configuration below but it does not work :

route-map static-to bgp permit 10

match route-type local

Any idea, please ?

Thanks