Replies: 2 comments 1 reply
-
Please show the outputs first of the networks, interfaces, and what specifically you want to do. Because now this is more like a hypothetic question :) |
Beta Was this translation helpful? Give feedback.
-
Adding more details
As shown in the above diagram, I have an Frr router (
Configuration of
I am advertising two routes from ExaBGP which is seen in the
Now I would like to advertise couple of routes from The use case is that I could not find any means to advertise an arbitrary network from Frr. From all I could understand Frr expects the ip its advertising to be assigned in any of the devices, eg Given this configuration, how can I advertise a network say I toyed with the idea of ExaBGP peered with Frr to advertise this network and it kind of works. In the Ex in
But that has two problems:
I am willing to recompile and run bleeding edge if that's the only way out, but really looking for a more elegant way to configure ! Thanks for reading! |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I have a small PPPoE/NAT Linux device, where some users connect to browse internet. This machine is connected to an upstream router via a small /30 network. The NAT IP address are routed to this device via a static route set in upstream router.
To automate this process, I am thinking of advertising the NAT network via BGP so that when a NAT pool is added, a route is automatically added to the upstream router.
I have tried to add static route in my machine, and do a
redistribute static
which will get distributed to the router and a route will be added.My problem is that this is a NAT network, which is not added to any interface and does not have any route as such in my device. Route I added in my machine is a dummy route, pointing to a non existent gateway. My first check point was that whether the route will get redistributed and get correctly added in upstream router, which works fine.
I am seeking the wisdom of this group to figure out how to advertise this route correctly so that when I add a new nat network, a return route is automatically created in my upstream router.
Thanks!
X.
Beta Was this translation helpful? Give feedback.
All reactions