auto-cost reference-bandwidth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2012 06:51 AM - edited 03-04-2019 03:42 PM
Hello Netpro
i have OSPF Running in my enterprise as IGP i have a gig interface on router ,but i do not configured the auto-cost reference-bandwidth ,what is cons if this command isn't configured
for 1 gig is it 10,000?
thanks
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2012 08:01 AM
Ibrahim,
Autocost is used so that ospf can calculate it's own interface cost to use to get to a route. The formula is ref_bw/interface bw. For instance, if I changed the auto-cost to 10000, my FE interfaces now change to a cost of 100.
router ospf 1
log-adjacency-changes
auto-cost reference-bandwidth 10000
Router(config-router)#do sh ip ospf inter
FastEthernet0/0 is up, line protocol is up
Internet Address 10.45.0.4/24, Area 0
Process ID 1, Router ID 192.168.45.4, Network Type BROADCAST, Cost: 100
Transmit Delay is 1 sec, State BDR, Priority 1
Change to 100000:
Router(config-router)#auto-cost reference-bandwidth 100000
% OSPF: Reference bandwidth is changed.
Please ensure reference bandwidth is consistent across all routers.
Router(config-router)#do sh ip ospf inter
FastEthernet0/0 is up, line protocol is up
Internet Address 10.45.0.4/24, Area 0
Process ID 1, Router ID 192.168.45.4, Network Type BROADCAST, Cost: 1000
Transmit Delay is 1 sec, State BDR, Priority 1
So Auto-cost / IF BW = (100000 / 100 = 1000 (FE0/0 cost to get to route))
If you want to increase your cost on your other links, but leave the gig interface alone, you should be safe to use:
auto-cost refer 1000
(I'm not great at math, but I'm getting 1 for gig links, 10 for FE links, and 647 for serial at 1544)
The con is that it affects all of your interface costs. You could just change your costs manually with the ip ospf cost command on the interface as well and that will give you more granularity. If you use the auto-cost command, it's recommended that you change it everywhere.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2012 05:37 PM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
i have OSPF Running in my enterprise as IGP i have a gig interface on router ,but i do not configured the auto-cost reference-bandwidth ,what is cons if this command isn't configuredfor 1 gig is it 10,000?
Normally, if you haven't reset auto-cost, it should default a reference bandwidth of 100 Mbps. 100 Mbps or "faster" will have a cost of 1. The consequences are, FastEthernet and GigEtherent will be considered the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2012 05:59 PM
Just to add
Because 100 m and higher will be considered the same then foe etherchannel interface that has more than one gig interface in one logical link in the case of one physical link failure ospf can not calculate the best oath based on links bandwidth/cost as they all will be seen by ospf as 1
However if you logical links of multiple 1G you should consider th highest number ad your ospf reference cost/bandwidth
Hope this helps
If helpful rate
Sent from Cisco Technical Support iPhone App
