- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- IPVPN links listed twice in routing table
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2020 05:15 PM
02-16-2020 05:15 PM
IPVPN links listed twice in routing table
Hi all, I would love some advice please. We have had some IPVPN links installed at several sites and these then link in to 2 of our main offices which are connected by fibre. We use OSPF and I'm not very familiar with how it chooses the best route. The routing table on my office switch has the IPVPN destination networks listed twice with different gateways but same admin. distance. Does it do load balancing? And if so, what's the best way to stop this from happening as I think it is causing chaos on the WAN.
See below example of routing table
Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 10.22.20.254 2 static 201 1
10.10.9.0/24 10.22.12.254 1 ospf External2 1 110
10.10.9.0/24 10.22.20.254 2 ospf External2 1 110
10.10.10.0/24 10.22.12.254 1 ospf External2 1 110
10.10.10.0/24 10.22.20.254 2 ospf External2 1 110
Thanks
Michelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2020 10:18 PM
02-17-2020 10:18 PM
Re: IPVPN links listed twice in routing table
Hi,
OSPF does load balance equal cost routes. In your case the vpn routes have same metric and same AD value so its load balancing.
You can stop this from happening by changing the metric/AD value of the routes OR changing the CIDR value of the subnets.
I am an HPE Employee