Prueba 4
Nombre:  caso4.png
Visitas: 7253
Tamaño: 141.1 KB

Google

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/routing bgp instance
set default as=200
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether3
/ip address
add address=2.2.2.1/24 comment=to-Alestra interface=ether1 network=2.2.2.0
add address=8.8.8.2/24 comment=to-Server-Google interface=ether2 network=\
8.8.8.0
/ip dhcp-client
# DHCP client can not run on slave interface!
add disabled=no interface=ether1
/routing bgp network
add network=2.2.2.0/24 synchronize=no
add network=8.8.8.0/24 synchronize=no
/routing bgp peer
add name=peer-to-alestra remote-address=2.2.2.2 remote-as=300
add name=peer1 remote-address=2.2.2.10 remote-as=600
/system identity
set name=Google
/tool romon
set enabled=yes


Cirion

/interface ethernet
set [ find default-name=ether4 ] name=ether1
set [ find default-name=ether1 ] name=ether2
set [ find default-name=ether2 ] name=ether3
set [ find default-name=ether3 ] name=ether4
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/routing bgp instance
set default as=600 redistribute-connected=yes
/ip address
add address=2.2.2.10/24 interface=ether1 network=2.2.2.0
add address=6.6.6.1/24 interface=ether2 network=6.6.6.0
/ip dhcp-client
add disabled=no interface=ether1
/routing bgp network
add network=6.6.6.0/24 synchronize=no
/routing bgp peer
add name=peer1 remote-address=2.2.2.1 remote-as=200
add name=peer2 remote-address=6.6.6.2 remote-as=700
/system identity
set name=Cirion
/tool romon
set enabled=yes


ISP-Borde3


/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/routing bgp instance
set default as=700
/ip address
add address=6.6.6.2/24 interface=ether1 network=6.6.6.0
add address=7.7.7.1/24 interface=ether2 network=7.7.7.0
/ip dhcp-client
add disabled=no interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/routing bgp network
add network=7.7.4.0/24 synchronize=no
/routing bgp peer
add name=peer1 remote-address=6.6.6.1 remote-as=600
/system identity
set name=ISP-Borde3
/tool romon
set enabled=yes

ISP-Core3

/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip address
add address=7.7.7.2/24 interface=ether1 network=7.7.7.0
add address=192.168.10.254/24 interface=ether2 network=192.168.10.0
/ip dhcp-client
add disabled=no interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add distance=1 gateway=7.7.7.1
/system identity
set name=ISP-Core3
/tool romon
set enabled=yes