Está en la página 1de 3

Auto-Idl PC

sh tun | sec ospf


sh run
sh ip route
sh ip ospf

R8= ABR = en área 22 depués del área 51 (InterÁrea)


R9= RI = en área 22

R8# conf t
int g2/0
ip add 172.17.0.1 255.255.255.252
no shu
int l2
ip add 172.30.2.1 255.255.255.0
int l3
ip add 172.30.3.1 255.255.255.0
exit
router ospf 5
netw 172.17.0.0 0.0.0.3 area 22
netw 172.30.2.0 0.0.0.255 area 22
netw 172.30.3.0 0.0.0.255 area 22

R9# conf t
int g2/0
ip add 172.17.0.2 255.255.255.252
no shu
inter l0
ip add 172.31.0.0 255.255.255.0
inter l1
ip add 172.31.1.0 255.255.255.0
router ospf 5
router id 9.9.9.9
netw 172.17.0.0 0.0.0.3 area 22
netw 172.31.0.0 0.0.0.255 area 22
netw 172.31.1.0 0.0.0.255 area 22

-----------------------config Básica OSPF-----------------------------------


R1# router ospf 5
area 51 virtual-link 8.8.8.8
R8# router ospf 5
area 51 virtual-link 1.1.1.1
**para esta configuración hay que borrar conf STUB/totally********************
----------------------------------Virtual Link--------------------------------
-------------------------conectar Routers a InterÁrea------------------------

ASBR = R2

R2# con t
ip route 0.0.0.0 0.0.0 200.0.0.2
router ospf 5
default-information originate

R6# con t
ip route 0.0.0.0 0.0.0.0 200.0.0.1
----------------------ok Salida a Red-------------------
R5# router eigrp 100
net 11.0.0.0 255.0.0.0
no auto-summary
R7#conf t
router eigrp 100
netw 11.0.0.0 255.0.0.0
netw 15.0.0.0
no aut

R5#conf t
router eigrp 100
redistrubite ospf 5 metric 100000 10 255 1 1500
router ospf 5
redistribute eigrp 100 subnets
---------------- ok Salida del OSPF a EIGRP---------------
Todos los R de la misma área > 0
R8# router ospf 5
area 51 stub

R1# router ospf 5


area 51 stub
-------------no hay rutas Ext = solo Int=IA----------------
----------------------Stub Area -----------------------------
Los otros R de la misma área x > 0
Rx# router ospf 5
area 51 stub

R1=ABR de la area x
R1# route ospf 5
area 51 stub no-summary
------------Ext y Summ (rutas del ABR) = Solo Int---------------------------
--------------------Totally Stub Area----------------------
NSSA = Stub Area
Totally NSSA = Totally Stab Area
NSSA pueden aplicar cuando hay presencia de un area externo al OSPF cmo un EIGRP.
Los Stubs aplica solo dentro de aplicaciones OSPF.

Area 5
R3=ASBR R4=Int R5=ABR
R3# router ospf 5
area 5 nssa

R4# router ospf 5


area 5 nssa

R5# router ospf 5


area 5 nssa
----------------------config NSSA------------------------------------------
Los otros R de la misma área x > 0
Rx# router ospf 5
area 5 nssa

R3=ABR de la area x
R3# route ospf 5
area 5 nssa no-summary
--------Con Totally NSSA, si toma la ruta externa ISP------------------------
----------------------Totally NSSA--- Area 5----------------------------------

aplica para los routers ABR


R2=ABR =ip 22.22.22.22 R3=ABR =id 33.33.33.33
R2# router ospf 100
area 1 virtual-link 33.33.33.33
R3# router ospf 100
area 1 virtual-link 22.22.22.22
**para esta configuración hay que borrar conf STUB/totally********************
----------------------------------Virtual Link--------------------------------
-------------------------conectar Routers a InterÁrea------------------------

También podría gustarte