cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
440
Views
0
Helpful
4
Replies

BGP advertisment Question

pduleski
Level 1
Level 1

Lets say I have a Network range 192.168.1.0 /24. I have Two routers the Outside Edge Router#1 which would be 192.168.1.254/30 that connect to another router #2 192.168.1.253 /30. Is it possible to advertise 192.168.1.0 /24 in router #2 to my ISP using BGP. In order for Router #2 to talk to the ISP it needs to pass through router #1.

4 Replies 4

Hi,

Yes, you can if you have a BGP peer between Router_2 and the ISP. BGP neighbor relationship can be multihop and it shouldn't be a problem.

HTH

Sundar

All you need is layer 3 connectivity between your BGP peers.

IF the BGP peer in not connected directly, use the Multihop command to identify how many hops away your neighbor is

router bgp 64521

neighbor x.x.x.x remote-as

neighbor x.x.x.x ebgp-multihop 3

regards

Narayan

Multi-hop isnt the problem, its the advertisment. We have two networks, 192.168.1.0/24 and 10.1.1.0/24: Router 1 does not run BGP, Router 2 does. The ISP recieved BGP advertisements from router 2 for 10.1.1.0/24, but not for 192.168.1.0/24. I am wondering if this is because to get to the BGP neighbor at the ISP, Router 2 needs to send the advertisement through an interface in the 192.168.1.0 network.

That shouldn't be a problem.

You need to have a route for 192.168.1.0/24 in your routing table for BGP to advertise this network. Your link between the Router 1 and Router 2 is 192.168.1.252/30. If you want to advertise this network then you need a config like this one.

router bgp xxx

network 192.168.1.252 mask 255.255.255.252

Hope this helps!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card