Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#Reference Bandwidth / Link Bandwidth

R1(config-router)#auto-cost reference-bandwidth ?
<1-4294967> The reference bandwidth in terms of Mbits per second # U Mbit/s

R1(config-router)#auto-cost reference-bandwidth 1000 # 1000Mbit/s


R1(config-router)#do sh ip ospf int br
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Fa0/1.13 110 0 10.13.0.1/30 1 P2P 1/1
Fa0/1.12 110 0 10.12.0.1/30 1 DR 0/0

R1(config-subif)#bandwidth ?
<1-10000000> Bandwidth in kilobits # in Kbit/s
R1(config-subif)#bandwidth 10000000 #100000Kbit/s

R1(config-router)#auto-cost reference-bandwidth 1000


R1(config-router)#do sh ip ospf int br
Interface PID Area IP Address/Mask Cost State Nbrs F/C
Fa0/1.13 110 0 10.13.0.1/30 1 P2P 1/1
Fa0/1.12 110 0 10.12.0.1/30 1 DR 0/0

You might also like