I have just started working with OSPF and am having problems with some of the automatic route selection.
The setup:
We use both public and private IP addresses on the same segments for customer traffic (public IPs) and private IPs for device management. The problem is that when two routers have both private and public IPs they form two neighbor adjacencies. This only causes a problem for the default route as because both the public IP and Private IP path are the same cost they load balance across each path (even though it is the same physical path).
Is there a way to only use one IP address per interface for OSPF neighborships?
Hi,
try to configure your area and your network as your public network, then set under /routing ospf redistribute-connected=no, the ospf will redistribuite only the connected routes wich belong at your area.