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
Moderator: mike
-
- Posts: 4
- Joined: Mon Nov 27, 2017 6:03 am
bgp communities lab
You do not have the required permissions to view the files attached to this post.
-
- Posts: 23
- Joined: Fri May 18, 2018 8:57 pm
- Location: Россия
- Contact:
bgp communities lab
Hi dear How filter prefixes For out and in in bgp session cisco??
-
- Posts: 4
- Joined: Wed Jun 06, 2018 9:52 am
- Location: Россия
- Contact:
bgp communities lab
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.
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.
-
- Posts: 8
- Joined: Tue Apr 30, 2019 3:21 am
- Location: Norway
- Contact:
bgp communities lab
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
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