You are on page 1of 2

CONFIGURACION MPLS L2

Fase 1: Configuraci�n de interfaces PE con encapsulacion.

Router R6:

interface Ethernet0/2
no shutdown
xconnect 10.10.10.10 100 encapsulation mpls
exit

==============================================
Router R10:
interface Ethernet0/2
no shutdown
xconnect 6.6.6.6 100 encapsulation mpls
exit

****************************************************************************
COMPROBACION: Vecindad entre R33 y R44

R33#sh cdp neighbors


Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay

Device ID Local Intrfce Holdtme Capability Platform Port ID


R44 Eth 0/2 140 R B Linux Uni Eth 0/2
PC-R33 Eth 0/1 153 R B Linux Uni Eth 0/1

Total cdp entries displayed : 2


R33#
==============================================
R44#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay

Device ID Local Intrfce Holdtme Capability Platform Port ID


R33 Eth 0/2 124 R B Linux Uni Eth 0/2
PC-R44 Eth 0/1 148 R B Linux Uni Eth 0/1

Total cdp entries displayed : 2


R44#

############################################################################
############################################################################

Fase 2: Configuraci�n de interfaces CE con enrutamiento.

Router R33:

interface Ethernet0/2
no shutdown
ip address 10.10.10.1 255.255.255.0
exit
==============================================
Router R44:
interface Ethernet0/2
no shutdown
ip address 10.10.10.2 255.255.255.0
exit

****************************************************************************
COMPROBACION: Conectividad entre PC-R33 y PC-R44

PC-R33(config)#do ping 10.10.44.10


Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.44.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms
PC-R33(config)#

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

R44#ping 10.10.33.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.33.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
R44#

You might also like