You are on page 1of 3

======================

R2
=============================
conf t
int e0/0
ip add 200.10.10.253 255.255.255.252
no shut
exit
int e0/1
ip add 10.10.1.1 255.255.255.0
no shut
exit
router ospf 10
router-id 1.1.1.1
network 10.10.1.0 0.0.0.255 area 0
redistribute connect
exit

[[[[LOOPBACK]]]

**RUTA ESTATICA PARA LLEGAR A LOOPBACK**

ip route 5.4.8.8 255.255.255.255 200.10.10.254

***PARA REDISTRIBUIR LOPPBACK EN OSPF***

router ospf 10
redistribute static subnets
exit

**HACE ESTE ARREGLO PARA QUE HAYA CONEXION ENTRE PCS**


ip route 192.168.10.0 255.255.255.0 200.10.10.254
router ospf 10
redistribute static subnets
exit

======================
R5
=============================
conf t
int e0/0
ip add 10.10.1.2 255.255.255.0
no shut
exit
int e0/1
ip add 10.10.2.1 255.255.255.0
no shut
exit
router ospf 10
router-id 2.2.2.2
network 10.10.1.0 0.0.0.255 area 0
network 10.10.2.0 0.0.0.255 area 0
exit
===========================
R3
========================
conf t
int e0/0
ip add 10.10.2.2 255.255.255.0
no shut
exit
int e0/1
ip add 200.10.10.249 255.255.255.252
no shut
exit
router ospf 10
router-id 3.3.3.3
network 10.10.2.0 0.0.0.255 area 0
redistribute connect
exit

**HACE ESTE ARREGLO PARA QUE HAYA CONEXION ENTRE PCS**


ip route 172.10.10.0 255.255.255.0 200.10.10.250
router ospf 10
redistribute static subnets
[[[[LOOPBACK]]]

**RUTA ESTATICA PARA LLEGAR A LOOPBACK**

ip route 7.9.9.9 255.255.255.255 200.10.10.250

***PARA REDISTRIBUIR LOPPBACK EN OSPF***

router ospf 10
redistribute static subnets
exit

**************ASN 300****************
=============
R1
=============
ena
conf t
hostn R1
int e0/0
ip add 192.168.10.1 255.255.255.0
no shut
exit
int e0/1
ip add 200.10.10.254 255.255.255.252
no shut
exit

[[[LOOPBACK]]]

int lo0
ip add 5.4.8.8 255.255.255.255
exit

**RUTA ESTATICA PARA LLEGAR AL R4**

ip route 200.10.10.248 255.255.255.252 200.10.10.253

**RUTA ESTATICA A LOOPBACK**

ip route 7.9.9.9 255.255.255.255 200.10.10.253


router bgp 300
bgp router-id 99.99.99.99
neighbor 7.9.9.9 remote-as 500
network 192.168.10.0 mask 255.255.255.0

router bgp 300


neighbor 7.9.9.9 ebgp-multihop 8
neighbor 7.9.9.9 update-source lo0
=============
R4
=============
ena
conf t
hostn R1
int e0/0
ip add 200.10.10.250 255.255.255.252
no shut
exit
int e0/1
ip add 172.10.10.1 255.255.255.0
no shut
exit

[[[LOOPBACK]]]

int lo0
ip add 7.9.9.9 255.255.255.255
exit

**RUTA ESTATICA PARA LLEGAR AL R4**

ip route 200.10.10.252 255.255.255.252 200.10.10.249

**RUTA ESTATICA A LOOPBACK**

ip route 5.4.8.8 255.255.255.255 200.10.10.249

router bgp 500


bgp router-id 99.99.99.100
neighbor 5.4.8.8 remote-as 300
network 172.10.10.0 mask 255.255.255.0

router bgp 500


neighbor 5.4.8.8 ebgp-multihop 8
neighbor 5.4.8.8 update-source lo0

===========================
PC-1
===========================
ip 192.168.10.10/24 192.168.10.1
===========================
PC-2
===========================
ip 172.10.10.10/24 172.10.10.1

You might also like