You are on page 1of 5

INTERFACE DIRECCION IP MASCARA

LOOPBACK0 192.168.1.1 255.255.255.0


LER1
FASTETHERNET 0/0 192.168.10.2 255.255.255.0
LOOPBACK0 192.168.2.1 255.255.255.0
LSR1 FASTETHERNET 0/0 192.168.11.2 255.255.255.0
FASTETHERNET 1/0 192.168.10.3 255.255.255.0
LOOPBACK0 192.168.3.1 255.255.255.0
LSR2 FASTETHERNET 0/0 192.168.12.2 255.255.255.0
FASTETHERNET 1/0 192.168.11.3 255.255.255.0
LOOPBACK0 192.168.4.1 255.255.255.0
LER2
FASTETHERNET 1/0 192.168.12.3 255.255.255.0
1) validar que todos los route funcione
show ip route

2) verficar que la mpls este activa


show mpls forwarding
3) realizar ping y capturar para ver la
transferencia de datos ping 192.168.12.13
ping 192.168.10.2
ping 192.168.10.3
192.168.11.3
LER1 LSR1
configure terminal configure terminal
interface loopback 0 interface loopback 0
ip address 192.168.1.1 255.255.255.0 ip address 192.168.2.1 255.255.255.0
no shutdown no shutdown
interface f0/0 interface f1/0
ip address 192.168.10.2 255.255.255.0 ip address 192.168.10.3 255.255.255.0
no shutdown no shutdown
exit interface f0/0
ip address 192.168.11.2 255.255.255.0
router ospf 1 no shutdown
network 192.168.0.0 0.0.255.255 area 0 exit
exit
router ospf 1
interface f0/0 network 192.168.0.0 0.0.255.255 area 0
mpls ip exit
exit
exit interface f1/0
mpls ip
interface f0/0
mpls ip
exit
exit
LSR2 LER2
configure terminal configure terminal
interface loopback 0 interface loopback 0
ip address 192.168.3.1 255.255.255.0 ip address 192.168.4.1 255.255.255.0
no shutdown no shutdown
interface f1/0 interface f1/0
ip address 192.168.11.3 255.255.255.0 ip address 192.168.12.3 255.255.255.0
no shutdown no shutdown
interface f0/0 exit
ip address 192.168.12.2 255.255.255.0
no shutdown router ospf 1
exit network 192.168.0.0 0.0.255.255 area 0
exit
router ospf 1
network 192.168.0.0 0.0.255.255 area 0 interface f1/0
exit mpls ip
exit
interface f1/0 exit
mpls ip
interface f0/0
mpls ip
exit
exit
1) validar que todos los route funcione
show ip route

2) verficar que la mpls este activa


show mpls forwarding

3) realizar ping y capturar para ver la transferencia de datos


ping 192.168.10.3
ping 192.168.11.3
ping 192.168.12.3

You might also like