cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
789
Views
9
Helpful
5
Replies

BGP - Full table question

johnelliot6
Level 2
Level 2

Hi,

We have multiple upstreams, none of which are currently sending us full bgp table(Only default, and some domestic routes) - We have a client who is requesting we peer with them and advertise the full bgp table.

Obviously we will need to get full table from one of our Upstreams(We are running 7200 w/ G2, so ram should be sufficient).

What is the recommended way to "accept" the full table from one of our upstreams?

Currently we simply have route-map+acl for in+out advertisements - I cant imagine adjusting the "in" acl to allow any any is best practice?

And once we have the full table, what is the recommended way to then advertise this to the client (Again, we currently just use route-map+acl for this)

Thanks in advance.

1 Accepted Solution

Accepted Solutions

Laurent Aubert
Cisco Employee
Cisco Employee

Hi,

As best practices you should filter:

- Your own prefixes to avoid any spoofing issue

- Bogon prefixes: http://www.team-cymru.org/Services/Bogons/bogon-dd.html

Other than that this is the full routing table so you can really filter it by definition ;-)

Now if you have several upstreams peer and you receive the full routing from only one, be carefull that it doesn't attract all your egress traffic (including the one from your other customers) as this from where you will have more specific routes.

HTH

Laurent.

View solution in original post

5 Replies 5

Laurent Aubert
Cisco Employee
Cisco Employee

Hi,

As best practices you should filter:

- Your own prefixes to avoid any spoofing issue

- Bogon prefixes: http://www.team-cymru.org/Services/Bogons/bogon-dd.html

Other than that this is the full routing table so you can really filter it by definition ;-)

Now if you have several upstreams peer and you receive the full routing from only one, be carefull that it doesn't attract all your egress traffic (including the one from your other customers) as this from where you will have more specific routes.

HTH

Laurent.

Thanks - An for advertisement to client, it is a permit any any?

Once you did your own filtering, you should advertise everything to your customer. He will have to implement his own filtering rules to protect himself.

Be sure you accept only his prefixes and nothing else.

HTH

Laurent.

Thanks Laurent - Most helpful!

Quick question on the bogon routes acl:

Does the following deny default route from being accepted from upstream?
access-list 97 deny   0.0.0.0 0.255.255.255

Yes

HTH

Laurent.

Review Cisco Networking for a $25 gift card