- Router > enable
- Router # configure terminal
- Router (config) # router ospf [id proceso 1- 65535 ]
- Router (config-router) # network [ dirección de red ] [mascara-wildcard][área id-area]
- Router(config-router) # Passive-interface [interfaz a suprimir]
LIMPIAR ID DE ROUTER
- Router# clear ip ospf process
MODIFICAR ID ROUTER OSPF
Prioridad sobre las direcciones ip loopback y física para
determinar el id del router
- Router (config) # router ospf [id proceso 1- 65535 ]
- Router (config-router)# router-id [direccion-ip]
MODIFICACION DEL COSTE DEL ENALCE COMANDO
BANDWIDTH
- Router(config)# interface [interface]
- Router(config-if) # bandwidth [ancho banda-kbps]
MODIFICACION DEL COSTE DEL ENLACE COMANDO
IP OSPF COST
- Router(config)# interface [interface]
- Router(config-if)# ip ospf cost [numero coste]
CALCULO DE COSTES MAS
EXACTOS
- Router (config) # router ospf [sistema autónomo 1- 65535 ]
- Router(config-router)# auto-cost reference-bandwidth ?show
- Router(config-router)# auto-cost reference-bandwidth [ 1-4294967 ]
Formula: 10octavos / ancho de banda
COMPROBACION DE OSPF
- Router # show ip ospf neighbor
PRIORIDAD DE INTERFAZ OSPF
El router con la prioridad más alta se convierte en DR
- Router(config)# interface [interface]
- Router (config-if)# ip ospf priority [0-255]
RUTA PREDETERMINADA ESTATICA
- Router(config)# ip route 0.0.0.0 0.0.0.0 loopback [numero ]
- Router (config) # router ospf [id proceso 1- 65535 ]
- Router(config-router)# default-information originate
MODIFICACION DE LOS
INTERVALOS OSPF
- Router (config-if)# ip ospf hello-interval [segundos]
- Router(config-if)# ip ospf dead-interval [segundos]
COMANDOS OSPF PARA RESOLVER PROBLEMAS
- Router # show ip route
- Router# show ip ip interface [interface]
- Router # show ip protocols
- Router# show ip ospf
- Router# show ip ospf interface
- Router# show ip ospf interface neighbors
No hay comentarios:
Publicar un comentario