You are on page 1of 3

------------------ CONFIGURACION MULTIHOP CNAL BK ------------------

{master}
pem@MEBAJUM32001> show configuration interfaces ge-4/0/0.10039
description L3_COLANTA_D:CAV00004893:COLANTA:MED_A49C43:D;
vlan-tags outer 1475 inner 460;
family inet {
mtu 1500;
policer {
input 83M;
output 83M;
}
address 10.4.99.58/30;
}

{master}
pem@MEBAJUM32001> ping 10.243.100.166 source 10.4.99.58 routing-instance
L3_COLANTA_D
PING 10.243.100.166 (10.243.100.166): 56 data bytes
64 bytes from 10.243.100.166: icmp_seq=0 ttl=62 time=4.398 ms
64 bytes from 10.243.100.166: icmp_seq=1 ttl=62 time=4.133 ms
64 bytes from 10.243.100.166: icmp_seq=2 ttl=62 time=4.194 ms
^C
--- 10.243.100.166 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 4.133/4.242/4.398/0.113 ms

{master}
pem@MEBAJUM32001>

-----------------------------------------------------------------------------------
----------------------------------------------------

set interfaces irb unit 0 family inet address 192.168.57.253/24 vrrp-group 1


virtual-address 192.168.57.1 ---->>> SE ESTABLECE LA VIRTUAL .1
set interfaces irb unit 0 family inet address 192.168.57.253/24 vrrp-group 1
priority 100
set interfaces irb unit 0 family inet address 192.168.57.253/24 vrrp-group 1
preempt
set interfaces irb unit 0 family inet address 192.168.57.253/24 vrrp-group 1
accept-data

192.168.57.253/24 --->BK / / 192.168.57.254/24 --->PPAL

-----------------------------------------------------------------------------------
----------------------------------------------------

set routing-options static route 0.0.0.0/0 next-hop 10.243.100.165 -------->>


antes
set routing-options static route 10.4.99.56/30 next-hop 10.243.100.165 -------->>
ahora

10.243.100.165 ---->>> MPLS DEL ROUTER OSEA UNA IP ANTERIOR

10.4.99.56/30 ------>>> LA DE RED ESTABA DE LA INTERFAZ DE MPLS

-----------------------------------------------------------------------------------
----------------------------------------------------
set protocols bgp group BGP_65037 type external
set protocols bgp group BGP_65037 import mpls
set protocols bgp group BGP_65037 export LAN_POLITICA
set protocols bgp group BGP_65037 peer-as 19429
set protocols bgp group BGP_65037 neighbor 10.4.99.58 description
multihop_10.243.100.166_by_10.4.99.57
set protocols bgp group BGP_65037 neighbor 10.4.99.58 multihop ttl 6
set protocols bgp group BGP_65037 neighbor 10.4.99.58 import mpls
set protocols bgp group BGP_65037 neighbor 10.4.99.58 peer-as 19429

multihop_10.243.100.166_by_10.4.99.57 ------>> IP´S DEL ROUTER LA 1 //// BY /////


UNA ANTERIOR A LA DE LA INTERFAZ DE MPLS

10.4.99.58 ---->> IP DE MPLS LA DE LA INTERFAZ

-----------------------------------------------------------------------------------
----------------------------------------------------
ASIGNAR LANES Y GU AL BGP, QUE ACTUALMENTE ESTAN EN EL CPE

set policy-options policy-statement LAN_POLITICA term filtro from route-filter


192.168.57.0/24 exact ----->> LA IP DE RED DE LA LAN O DE LA VIRTUAL
set policy-options policy-statement LAN_POLITICA term filtro from route-filter
10.172.9.91/32 exact ------>> MI IP GU
set policy-options policy-statement LAN_POLITICA term filtro then accept
set policy-options policy-statement LAN_POLITICA term otras then reject
set policy-options policy-statement LAN_POLITICA term lan from interface ge-0/0/1.0
---->> INTERFAZ DONDE ESTA LA WAN
set policy-options policy-statement LAN_POLITICA term lan from state active
set policy-options policy-statement LAN_POLITICA term lan then accept
set policy-options policy-statement mpls from protocol bgp
set policy-options policy-statement mpls from protocol static
set policy-options policy-statement mpls then accept

###################################################################################
#######3

EN CASO DE QUE EL PPAL ESTE ESTATICO SE PASA A BGP

CONFIGURACION EN EL CANAL PPAL

track 1 interface FastEthernet0/1 line-protocol ----> INTERFA DONDE ESTA LA WAN

-------------------------------------------------

ANTES

interface FastEthernet0/0
description CONEXION LAN
ip address 192.168.57.1 255.255.255.0
ip flow ingress
ip flow egress
duplex auto
speed auto
DESPUES

interface FastEthernet0/0
description CONEXION LAN
ip address 192.168.57.254 255.255.255.0 ----->> SE CONFIGURA 192.168.57.254 PARA
EL PPAL LO DA EL CLIENTE
ip flow ingress
ip flow egress
duplex auto
speed auto
vrrp 1 ip 192.168.57.1 ----->> IP VIRTUAL OSEA LA .1
vrrp 1 priority 120
vrrp 1 track 1 decrement 40

-------------------------------------------------

ANTES

interface FastEthernet0/1.1898
bandwidth 3072
encapsulation dot1Q 1898
ip vrf forwarding L3_COLANTAN_D
ip address 10.252.65.150 255.255.255.252

DESPUES

interface FastEthernet0/1.1898
bandwidth 3072
encapsulation dot1Q 1898
ip vrf forwarding L3_COLANTAN_D
ip address 10.252.65.150 255.255.255.252
no snmp trap link-status --------->> NUEVO

-------------------------------------------------

NUEVO ASIGNAMIS TIDAS LAS LANES Y LA GU QUE HALLAN

router bgp 65037


no synchronization
bgp log-neighbor-changes
network 10.206.19.39 mask 255.255.255.255
network 192.168.57.0 ------>> LA VIRTUAL QUE SE PUSO EN EL BK
ACA COLOCAMOS LA .1
network 192.168.233.13 mask 255.255.255.255
neighbor 10.252.65.65 remote-as 19429
neighbor 10.252.65.65 version 4
no auto-summary

-------------------------------------------------

You might also like