Salve,

Dominio di Routing con OSPF entro una singola Area.
Ho un Router ( R1 ) che collega un Router ( R2 ) attraverso una Wic di 1 GB Ethernet e a sua volta altri Router ( Rx ) collegati con una WIC di una Fast Ethernet 100 mb.

Esempio:


( R1 ) - - - 1GB - - - ( R2 ) - - - 100MB - - - ( R3 ) - - - 100 MB - - - ( R4 ) - - - 1Gb - - - ( R5 )

Legenda (anche se è ovvia):

- - - 100mb e 1Gb = Speed Link tra i Router

Nel caso del Link R2 che collega R3, dovrei modificare il Reference Bandwidth 10^8 , in quanto è maggiore di 100Mb.
Quindi :

R1(config)#router ospf 1
R1(config-router)#auto-cost reference-bandwidth 1000
% OSPF: Reference bandwidth is changed.
Please ensure reference bandwidth is consistent across all routers.
R1(config-router)#^Z

R2(config)#router ospf 1
R2(config-router)#auto-cost reference-bandwidth 1000
% OSPF: Reference bandwidth is changed.
Please ensure reference bandwidth is consistent across all routers.
R2(config-router)#^Z

R4(config)#router ospf 1
R4(config-router)#auto-cost reference-bandwidth 1000
% OSPF: Reference bandwidth is changed.
Please ensure reference bandwidth is consistent across all routers.
R4(config-router)#^Z

R5(config)#router ospf 1
R5(config-router)#auto-cost reference-bandwidth 1000
% OSPF: Reference bandwidth is changed.
Please ensure reference bandwidth is consistent across all routers.
R5(config-router)#^Z


ho letto che se modifico il comando Reference Bandwidth , dovrò automaticamente modificarlo in tutti i router entro lo stesso dominio di routing quindi entro nella stessa singola area. Ma se un outgoing interface di R2 - R3 - R4 hanno una velocità di 100mb, perchè dovrei modificarlo?

_______________________________________
Articoli CISCO: http://www.areanetworking.it/category/cisco
[email protected]
http://ml.areanetworking.it/mailman/listinfo/cug

Reply via email to