martes, 18 de agosto de 2009

CCNP Violento BSCI-642-901: Configuración de Enrutamiento OSPF

CCNP Violento BSCI-642-901: Configuración de Enrutamiento OSPF

1. Tareas a Realizar en Cada Equipo

Router de Arequipa
Se configura autentificación sin cifrado para la interfaz.
Se configura el área 2 como stub.
Se configura enrutamiento OSPF.

Router de Lima2
Se configura autentificación cifrada con md5 para la interfaz f0/0.
Se configura enrutamiento OSPF.
Se configura el área 2 como stub.
Se configura summerization para el área 0 y área 2.

Router de Lima1
Se configura autentificación cifrada con md5 para la interfaz f0/0.
Se configura la interfaz s0/0.1 como multipunto.
Se configura la red como non-broadcast y se agregan los vecino de Trujillo y Chiclayo manualmente.
Se configura enrutamiento OSPF.
Se configura summerization para el área 0 y área 1.
Se configura un enlace virtual con Trujillo

Router de Chiclayo
Se configura la interfaz s0/0.1 como multipunto.
Se configura la red como non-broadcast y se le asigna una prioridad de 0 a la interfaz s0/0.1
Se configura enrutamiento OSPF.

Router de Trujillo
Se configura la interfaz s0/0.1 como multipunto.
Se configura la red como non-broadcast y se le asigna una prioridad de 0 a la interfaz s0/0.1
Se configura enrutamiento OSPF.
Se configura summerization para el área 0 y área 1.
Se configura un enlace virtual con Lima1

Router de Lima3
Se configura autentificación cifrada con md5 para la interfaz f0/0.
Se configura enrutamiento OSPF.
Se configura summerization para el área 0 y área 3.
Se configura el área 2 como nssa, con envío de rutas n1, n2.

Router de Lurin
Se configura enrutamiento OSPF.
Se configura el área 2 como nssb.
Se configura la redistribución de RIP hacia OSPF.
Se configura enrutamiento RIP.

Router de Miami
Se configura enrutamiento RIP.

2. Configuración

A continuación presenta la configuración de cada Router.

Arequipa(config)# hostname Arequipa

Arequipa(config)# interface f0/0
Arequipa(config-if)# ip address 10.0.17.1 255.255.255.0
Arequipa(config-if)# no shutdown

Arequipa(config)# interface s0/0
Arequipa(config-if)# ip address 10.0.16.2 255.255.255.0
Arequipa(config-if)# ip ospf authentication
Arequipa(config-if)# ip ospf authentication-key adivina
Arequipa(config-if)# no shutdown

Arequipa(config)# router ospf 11
Arequipa(config-router)# area 2 stub
Arequipa(config-router)# network 10.0.0.0 0.255.255.255 area 2

Lima2(config)# hostname Lima2

Lima2(config)# interface f0/0
Lima2(config-if)# ip address 10.0.0.2 255.255.255.0
Lima2(config-if)# ip ospf authentication message-digest
Lima2(config-if)# ip ospf message-digest-key 1 md5 adivina

Lima2(config)# interface s0/0
Lima2(config-if)# ip address 10.0.16.1 255.255.255.0
Lima2(config-if)# ip ospf authentication
Lima2(config-if)# ip ospf authentication-key adivina

Lima2(config)# router ospf 11
Lima2(config-router)# area 0 range 10.0.0.0 255.255.248.0
Lima2(config-router)# area 2 stub
Lima2(config-router)# area 2 range 10.0.16.0 255.255.240.0
Lima2(config-router)# network 10.0.0.0 0.0.0.255 area 0
Lima2(config-router)# network 10.0.16.0 0.0.0.255 area 2

Lima1(config)# hostname Lima1

Lima1(config)# interface f0/0
Lima1(config-if)# ip address 10.0.0.1 255.255.255.0
Lima1(config-if)# ip ospf authentication message-digest
Lima1(config-if)# ip ospf message-digest-key 1 md5 adivina
Lima1(config-if)# no shutdown

Lima1(config)# interface s0/0
Lima1(config-if)# no ip address
Lima1(config-if)# encapsulation frame-relay
Lima1(config-if)# no shutdown
Lima1(config)# interface s0/0.1 multipoint
Lima1(config-subif)# ip address 10.0.8.1 255.255.255.0
Lima1(config-subif)# frame-relay interface-dlci 102
Lima1(config-subif)# frame-relay interface-dlci 103
Lima1(config-subif)# no shutdown

Lima1(config)# router ospf 11
Lima1(config-router)# area 0 range 10.0.0.0 255.255.248.0
Lima1(config-router)# area 1 range 10.0.8.0 255.255.248.0
Lima1(config-router)# area 1 virtual-link 10.0.8.2
Lima1(config-router)# network 10.0.0.0 0.0.0.255 area 0
Lima1(config-router)# network 10.0.8.0 0.0.0.255 area 1
Lima1(config-router)# neighbor 10.0.8.2
Lima1(config-router)# neighbor 10.0.8.3

Chiclayo(config)# hostname Chiclayo

Chiclayo(config)# interface f0/0
Chiclayo(config-if)# ip address 10.0.9.1 255.255.255.0
Chiclayo(config-if)# no shutdown

Chiclayo(config)# interface s0/0
Chiclayo(config-if)# no ip address
Chiclayo(config-if)# encapsulation frame-relay
Chiclayo(config-if)# no shutdown
Chiclayo(config)# interface s0/0.1 multipoint
Chiclayo(config-subif)# ip address 10.0.8.3 255.255.255.0
Chiclayo(config-subif)# ip ospf priority 0
Chiclayo(config-subif)# frame-relay interface-dlci 301
Chiclayo(config-subif)# frame-relay interface-dlci 302
Chiclayo(config-subif)# no shutdown

Chiclayo(config)# router ospf 11
Chiclayo(config-router)# network 10.0.0.0 0.255.255.255 area 1

Trujillo(config)# hostname Trujillo

Trujillo(config)# interface s0/0
Trujillo(config-if)# no ip address
Trujillo(config-if)# encapsulation frame-relay
Trujillo(config-if)# no shutdown
Trujillo(config)# interface s0/0.1 multicast
Trujillo(config-subif)# ip address 10.0.8.2 255.255.255.0
Trujillo(config-subif)# ip ospf priority 0
Trujillo(config-subif)# frame-relay interface-dlci 201
Trujillo(config-subif)# frame-relay interface-dlci 203
Trujillo(config-subif)# no shutdown

Trujillo(config)# interface s0/1
Trujillo(config-if)# ip address 10.0.1.1 255.255.255.0
Trujillo(config-if)# no shutdown

Trujillo(config)# router ospf 11
Trujillo(config-router)# area 0 range 10.0.0.0 255.255.248.0
Trujillo(config-router)# area 1 range 10.0.8.0 255.255.248.0
Trujillo(config-router)# area 1 virtual-link 10.0.8.1
Trujillo(config-router)# network 10.0.1.0 0.0.0.255 area 0
Trujillo(config-router)# network 10.0.8.0 0.0.0.255 area 1

Lima3(config)# hostname Lima3

Lima3(config)# interface f0/0
Lima3(config-if)# ip address 10.0.0.3 255.255.255.0
Lima3(config-if)# ip ospf authentication message-digest
Lima3(config-if)# ip ospf message-digest-key 1 md5 adivina
Lima3(config-if)# no shutdown

Lima3(config)# interface s0/0
Lima3(config-if)# ip address 10.0.32.1 255.255.255.0
Lima3(config-if)# no shutdown

Lima3(config)# router ospf 11
Lima3(config-router)# area 0 range 10.0.0.0 255.255.248.0
Lima3(config-router)# area 3 nssa default-information-originate
Lima3(config-router)# network 10.0.0.0 0.0.0.255 area 0
Lima3(config-router)# network 10.0.32.0 0.0.0.255 area 3

Lurin(config)# hostname Lurin

Lurin(config)# interface s0/0
Lurin(config-if)# ip address 10.0.32.2 255.255.255.0
Lurin(config-if)# no shutdown

Lurin(config)# interface s0/1
Lurin(config-if)# ip address 172.16.0.1 255.255.0.0
Lurin(config-if)# no shutdown

Lurin(config)# router ospf 11
Lurin(config-router)# area 3 nssa
Lurin(config-router)# redistribute rip
Lurin(config-router)# network 10.0.0.0 0.255.255.255 area 3
Lurin(config)# router rip
Lurin(config)# network 172.16.0.0

Miami(config)# hostname Miami

Miami(config)# interface s0/0
Miami(config-if)# ip address 172.16.0.2 255.255.0.0
Miami(config-if)# no shutdown

Miami(config)# router rip
Miami(config)# network 172.16.0.0

3. Comandos importantes

A continuación presentamos los comandos más importantes para la configuración y localización y corrección de errores que se debe de conocer en OSPF.

#show ip route
#show ip ospf
#show ip ospf neighbor
#show ip ospf neighbor detail
#show ip ospf database
#show ip ospf interface
#show ip ospf virtual-links
#debag ip ospf packet
#debug ip ospf adj
#clear ip ospf process

(config)# router ospf process-id
(config-router)# network ip-address wildcard-mask area area-id
(config-if)# ip ospf process-id area area-id
(config-router)# router-id ip-address
(config-if)# ip ospf priority number
(config-if)# ip ospf network {broadcast | non-broadcast | point-
to-multipoint [non-broadcast] | point-to-point}
(config-router)# neighbor ip-address [priority number]
(config-router)# area area-id virtual-link router-id
(config-router)# max-lsa maximum-number [threshold-percentage]
[warning-only] [ignote-time minutes] [ignore-
count count-number]
(config-if)# ip ospf cost interface-cost
(config-router)# auto-cost reference-bandwidth ref-bw
(config-router)# area area-id range address mask [advertise | not-
advertise] [cost cost]
(config-router)# summary-address ip-address mask [not-advertise]
(config-router)# default-information originate [always] [metric
metric-value] [metric-type type-value]
(config-router)# area area-id stub [no-summary]
(config-router)# area area-id nssa [no-redistribution] [default-
information-originate] [metric metric-value]
[metric-type type-value]
(config-if)# ip ospf authentication [message-digest | null]
(config-if)# ip ospf authentication-key password
(config-if)# ip ospf message-digest-key key-id md5 key
(config-router)# area area-id authentication [message-digest |
null]

No hay comentarios:

Publicar un comentario