You are on page 1of 1

OSPF

CONFIGURACI�N

Router (config)# router ospf process-id


Router (config-router)# network network-address wildcard-mask area area-id
Router (config-router)# router-id (n� identificatorio en formato ip)
Router (config-router)# auto-cost reference-bandwidth

Router (config-if)# bandwidth bandwith-kbps


Router (config-if)# ip ospf cost (cost)Router (config-if)# ip ospf priority (0-255)
Router (config-if)# ip ospf dead-interval o hello-interval

default-information originate ---> para configurar y propagar una ruta por defecto

conf t
router ospf 1
network 10.10.10.0 0.0.0.255 area 0
router-id 1.1.1.1

int fa0/0
bandwidth 64
ip ospf cost 500
ip ospf priority 250

Bandwidth
�bandwidth 64
�bandwidth 256
�bandwidth 128
Cost�ip ospf cost 1562
�ip ospf cost 390
�ip ospf cost 781

COMANDOS DE VERIFICACI�N

-show ip route
-show ip protocols
-show ip ospf
-show ip ospf interface
-show ip ospf neighbor
-show ip ospf interface
una ves cargada la prioridad :Clear ip ospf process

!!importante!!!

(1): El ID DE PROCESO puede ser distinto en los routers.


(2): El ID DE AREA DEBE SER IGUAL en todos los routers que se configuren en dicha
area.

You might also like