User Tag List

Gracias Gracias:  0
Me agrada Me agrada:  0
Me desagrada Me desagrada:  0
Resultados 1 al 2 de 2

Tema: Laboratorio IPv6 y Subneteo desde un /32 sin BGP

Ver modo hilado

Mensaje anterior Mensaje anterior   Próximo mensaje Próximo mensaje
  1. #1

    Fecha de ingreso
    14 Apr, 20
    Mensajes
    7
    Reconocimientos
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Laboratorio IPv6 y Subneteo desde un /32 sin BGP

    Nombre:  diagrama_ipv6_sin_bgp.png
Visitas: 12
Tamaño: 141.8 KB

    RB_ISP


    /interface ethernet
    set [ find default-name=ether1 ] name=to-RB-MILAGRO
    set [ find default-name=ether2 ] name=to-RB-ZONA-HOTELERA
    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ip dhcp-client
    add disabled=no interface=ether4
    /ip dns
    set servers=2001:4860:4860::8888,2001:4860:4860::8844
    /ipv6 address
    add address=2400:beef:6ff0:eeee:1::1 advertise=no comment=to-RB-MILAGRO \
    interface=to-RB-MILAGRO
    add address=2400:beef:6ff0:ffff:2::1 advertise=no comment=to-RB-ZONA-HOTELERA \
    interface=to-RB-ZONA-HOTELERA
    add address=2001:4860:4860::1 advertise=no comment=to-Google interface=ether3
    /ipv6 route
    add comment="Prefijo /44 RB-MILAGRO" distance=1 dst-address=\
    2400:beef:6010::/44 gateway=2400:beef:6ff0:eeee:1::2
    add comment="Prefijo /44 RB-ZONA-HOTELERA" distance=1 dst-address=\
    2400:beef:6030::/44 gateway=2400:beef:6ff0:ffff:2::2
    /system identity
    set name=RB-ISP
    /tool romon
    set enabled=yes



    Nota

    Es importante agregar las rutas con el /44 hacia el RB-MILAGRO y RB-ZONA-HOTELERA, ya que sin ello no podremos tener ping al Server_Google desde la pc del cliente.


    Nombre:  ruta_rb_isp_sin_bgp.jpg
Visitas: 12
Tamaño: 150.0 KB



    RB_MILAGRO


    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ipv6 pool
    add name=DHCPv6-PD-Pool-PrefixAcquisitionMode prefix=2400:beef:6010::/44 \
    prefix-length=56
    add name=RemoteIPv6PrefixPool-TunelPPPoE prefix=2400:beef:6020::/44 \
    prefix-length=64
    /ppp profile
    add dhcpv6-pd-pool=DHCPv6-PD-Pool-PrefixAcquisitionMode name=\
    Server_PPPoE_RB_MILAGRO remote-ipv6-prefix-pool=\
    RemoteIPv6PrefixPool-TunelPPPoE
    /interface pppoe-server server
    add default-profile=Server_PPPoE_RB_MILAGRO disabled=no interface=ether2 \
    service-name=Server-PPPoE-RB-MILAGRO
    /ip dhcp-client
    add disabled=no interface=ether1
    /ip dns
    set servers=2001:4860:4860::8888,2001:4860:4860::8844
    /ipv6 address
    add address=2400:beef:6ff0:eeee:1::2 advertise=no comment=to-RB-ISP \
    interface=ether1
    /ipv6 route
    add distance=1 gateway=2400:beef:6ff0:eeee:1::1
    /ppp secret
    add name=cliente1 password=123 service=pppoe
    /system identity
    set name=RB-MILAGRO
    /tool romon
    set enabled=yes


    RB_ZONA_HOTELERA


    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ipv6 pool
    add name=RemoteIPv6PrefixPool-TunelPPPoE prefix=2400:beef:6040::/44 \
    prefix-length=64
    add name=DHCPv6-PD-Pool-PrefixAcquisitionMode prefix=2400:beef:6030::/44 \
    prefix-length=56
    /ppp profile
    add dhcpv6-pd-pool=DHCPv6-PD-Pool-PrefixAcquisitionMode name=\
    Server_PPPoE_RB_ZONA_HOTELERA remote-ipv6-prefix-pool=\
    RemoteIPv6PrefixPool-TunelPPPoE
    /interface pppoe-server server
    add default-profile=Server_PPPoE_RB_ZONA_HOTELERA disabled=no interface=\
    ether2 service-name=Server-PPPoE-RB-ZONA-HOTELERA
    /ip dhcp-client
    add disabled=no interface=ether1
    /ip dns
    set servers=2001:4860:4860::8888,2001:4860:4860::8844
    /ipv6 address
    add address=2400:beef:6ff0:ffff:2::2 advertise=no comment=to-RB-ISP \
    interface=ether1
    /ipv6 nd
    set [ find default=yes ] other-configuration=yes
    /ipv6 route
    add distance=1 gateway=2400:beef:6ff0:ffff:2::1
    /ppp secret
    add name=cliente4 password=123 service=pppoe
    /system identity
    set name=RB-ZONA-HOTELERA
    /tool romon
    set enabled=yes



    ONU_MILAGRO


    /interface bridge
    add name=LAN_CLIENTES
    /interface pppoe-client
    add add-default-route=yes disabled=no interface=ether1 name=PPPoE-Onu-Milagro \
    password=123 user=cliente1
    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ipv6 dhcp-server
    add allow-dual-stack-queue=no interface=LAN_CLIENTES name=LAN_CLIENTES
    /interface bridge port
    add bridge=LAN_CLIENTES interface=ether2
    add bridge=LAN_CLIENTES interface=ether3
    add bridge=LAN_CLIENTES interface=ether4
    /ip dhcp-client
    add disabled=no interface=ether1
    /ipv6 address
    add address=::5200:ff:fe04:1 eui-64=yes from-pool=Pool-IPv6-RB-MILAGRO \
    interface=LAN_CLIENTES
    /ipv6 dhcp-client
    add add-default-route=yes interface=PPPoE-Onu-Milagro pool-name=\
    Pool-IPv6-RB-MILAGRO rapid-commit=no request=prefix use-peer-dns=no
    /ipv6 nd
    set [ find default=yes ] other-configuration=yes
    /system identity
    set name=Onu-Milagro
    /tool romon
    set enabled=yes



    ONU_ZONA_HOTELERA


    /interface bridge
    add name=LAN-CLIENTES
    /interface pppoe-client
    add add-default-route=yes disabled=no interface=ether1 name=\
    PPPoE-Onu-Zona-Hotelera password=123 user=cliente4
    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ipv6 dhcp-server
    add allow-dual-stack-queue=no interface=LAN-CLIENTES name=LAN_CLIENTES
    /interface bridge port
    add bridge=LAN-CLIENTES interface=ether2
    add bridge=LAN-CLIENTES interface=ether3
    add bridge=LAN-CLIENTES interface=ether4
    /ip dhcp-client
    add disabled=no interface=ether1
    /ipv6 address
    add address=::5200:ff:fe05:1 eui-64=yes from-pool=Pool-IPv6-RB-ZONA-HOTELERA \
    interface=LAN-CLIENTES
    /ipv6 dhcp-client
    add add-default-route=yes interface=PPPoE-Onu-Zona-Hotelera pool-name=\
    Pool-IPv6-RB-ZONA-HOTELERA rapid-commit=no request=prefix use-peer-dns=no
    /ipv6 nd
    set [ find default=yes ] other-configuration=yes
    /system identity
    set name=Onu-Zona-Hotelera
    /tool romon
    set enabled=yes


    PLAN DE DIRECCIONAMIENTO
    Por tema del laboratorio usamos el /36 ---> 2400:beef:6000::/36 pero lo recomendable es utilizar las recomendaciones de la tabla.

    Nombre:  base.jpg
Visitas: 10
Tamaño: 142.8 KB

    Nombre:  overview.png
Visitas: 10
Tamaño: 23.6 KB

    DIAGRAMA
    _Exports_unetlab_export-20250509-020609.zip
    Última edición por Wendy; 08/05/2025 a las 18:09

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •