2011/3/4 Fabrizio <[email protected]>
>
> 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
>

ciao Fabrizio,

Semplicemente perché la metrica viene calcolata dividendo la reference
bandwidth x la banda del singolo link. Altrimenti avresti metriche non
coerenti tra i vari router, e teoricamente instabilità della rete.
Poi, nel tuo caso, la cosa non conta più di tanto, visto che sono
collegati tutti in linea (non ci sono anelli).

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

Reply via email to