Prueba 1
Nombre:  bgp caso1.png
Visitas: 8167
Tamaño: 104.6 KB
Borde


/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/routing bgp instance
set default as=400 redistribute-connected=yes redistribute-static=yes
/ip address
add address=3.3.3.2/24 comment=to-Alestra interface=ether1 network=3.3.3.0
add address=4.4.5.254/24 comment=to-ISP-Core interface=ether2 network=4.4.5.0
add address=4.4.7.254/24 comment=to-ISP-Core interface=ether3 network=4.4.7.0
/ip dhcp-client
add disabled=no interface=ether1
/routing bgp network
add network=4.4.4.0/22 synchronize=no
add network=4.4.5.0/24 synchronize=no
add network=4.4.7.0/24 synchronize=no
/routing bgp peer
add name=peer-to-alestra remote-address=3.3.3.1 remote-as=300
/system identity
set name=Borde
/tool romon
set enabled=yes


Zona 2

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip address
add address=4.4.7.2/24 interface=ether1 network=4.4.7.0
add address=192.168.10.254/24 interface=ether2 network=192.168.10.0
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add distance=1 gateway=4.4.7.254
/system identity
set name=Zona2
/tool romon
set enabled=yes