- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 10:01 AM - edited 03-31-2022 10:06 AM
i have two data center. sharing data with each other via isp ckt. Port channel coming from router has configure priority as well as ospf cost. I want to know what's the difference between priority and cost. Also, can we just use cost to make routing decision?
I will make a tunnel between two data center router for backup. and want to use high cost for ospf so it prefer other routes.
Thanks,
Mark
Solved! Go to Solution.
- Labels:
-
Routing Protocols
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 10:20 AM
OSPF priority is to do with election of DR/BDR.
If you want to influence the path taken between the DCs use cost.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 10:20 AM
OSPF priority is to do with election of DR/BDR.
If you want to influence the path taken between the DCs use cost.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 08:41 AM - edited 04-02-2022 09:07 AM
As Jon (correctly) describes the difference between using OSPF priority, and OSPF cost, just wanted to note, for the latter (i.e. cost), cost is set, per interface, for egress, however, on Cisco devices, by default, they will "auto compute" an OSPF cost based on what the router "believes" the interface bandwidth is, or what it's set to, via the bandwidth statement. Also note, Cisco computes its auto cost based on 100 Mbps being the highest bandwidth (on later networks which commonly have links with more bandwidth, you'll want to change the default OSPF highest bandwidth).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2022 12:27 PM
Thank you Joseph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2022 10:25 AM
Thank you Jon.
