• Как настраиваются маршрутизация между Vlan на mikrotik CRS326-24-2S?

    @Evko_l Автор вопроса
    Dmitry, необходимо настроить, чтобы из Vlan4 ( bridge_vlan_4) был доступ к Vlan5 ( bridge_vlan_5) и к Vlan3 ( bridge_vlan_333). А в Vlan5 ( bridge_vlan_5) и Vlan3 ( bridge_vlan_333) пакеты ходили только в своих Vlan -нах
  • Как настраиваются маршрутизация между Vlan на mikrotik CRS326-24-2S?

    @Evko_l Автор вопроса
    # mar/07/2019 12:02:41 by RouterOS 6.43.7
    # software id = P1TQ-IUWF
    #
    # model = CRS326-24G-2S+

    /interface bridge
    add admin-mac= auto-mac=no comment=defconf name=bridge
    add name=bridge_vlan_4
    add name=bridge_vlan_5
    add name=bridge_vlan_333
    /interface ethernet
    set [ find default-name=ether1 ] mac-address=////////////
    /interface vlan
    add interface=ether1 name=vlan4 vlan-id=4
    add interface=ether1 name=vlan5 vlan-id=5
    add interface=ether1 name=vlan_333 vlan-id=3
    /interface list
    add name=WAN
    add name=LAN
    /interface wireless security-profiles
    set [ find default=yes ] supplicant-identity=MikroTik
    /ip hotspot profile
    set [ find default=yes ] html-directory=flash/hotspot
    /interface bridge port
    add bridge=bridge comment=defconf interface=ether2
    add bridge=bridge comment=defconf interface=ether3
    add bridge=bridge comment=defconf interface=ether4
    add bridge=bridge_vlan_5 comment=defconf interface=ether5
    add bridge=bridge_vlan_4 comment=defconf interface=ether6
    add bridge=bridge comment=defconf interface=ether7
    add bridge=bridge comment=defconf interface=ether8
    add bridge=bridge comment=defconf interface=ether9
    add bridge=bridge comment=defconf interface=ether10
    add bridge=bridge comment=defconf interface=ether11
    add bridge=bridge comment=defconf interface=ether12
    add bridge=bridge comment=defconf interface=ether13
    add bridge=bridge comment=defconf interface=ether14
    add bridge=bridge comment=defconf interface=ether15
    add bridge=bridge comment=defconf interface=ether16
    add bridge=bridge comment=defconf interface=ether17
    add bridge=bridge_vlan_333 comment=defconf interface=ether18
    add bridge=bridge comment=defconf interface=ether19
    add bridge=bridge_vlan_4 comment=defconf interface=ether20
    add bridge=bridge comment=defconf interface=ether21
    add bridge=bridge comment=defconf interface=ether22
    add bridge=bridge comment=defconf interface=ether23
    add bridge=bridge comment=defconf interface=ether24
    add bridge=bridge comment=defconf hw=no interface=sfp-sfpplus1
    add bridge=bridge comment=defconf interface=sfp-sfpplus2
    add bridge=bridge_vlan_333 interface=vlan_333
    add bridge=bridge_vlan_4 interface=vlan4
    add bridge=bridge interface=ether1
    add bridge=bridge_vlan_5 interface=vlan5
    /interface list member
    add interface=ether2 list=LAN
    add interface=ether3 list=LAN
    add interface=ether4 list=LAN
    add interface=ether5 list=LAN
    add interface=ether6 list=LAN
    add interface=ether7 list=LAN
    add interface=ether8 list=LAN
    add interface=ether9 list=LAN
    add interface=ether10 list=LAN
    add interface=ether11 list=LAN
    add interface=ether12 list=LAN
    add interface=ether13 list=LAN
    add interface=ether14 list=LAN
    add interface=ether15 list=LAN
    add interface=ether16 list=LAN
    add interface=ether17 list=LAN
    add interface=ether18 list=LAN
    add interface=ether19 list=LAN
    add interface=ether20 list=LAN
    add interface=ether21 list=LAN
    add interface=ether22 list=LAN
    add interface=ether23 list=LAN
    add interface=ether24 list=LAN
    add interface=sfp-sfpplus2 list=LAN
    add interface=ether1 list=WAN
    add interface=sfp-sfpplus1 list=LAN
    /ip address
    add address=192.168.1.35/23 comment=defconf interface=ether2 network=\
    192.168.0.0
    add address=192.168.150.0/24 interface=bridge_vlan_4 network=192.168.150.0
    add address=192.168.80.0/24 interface=bridge_vlan_5 network=192.168.80.0
    /ip dhcp-client
    add dhcp-options=hostname,clientid disabled=no interface=bridge_vlan_333
    add dhcp-options=hostname,clientid disabled=no interface=bridge_vlan_4
    add dhcp-options=hostname,clientid interface=bridge
    add dhcp-options=hostname,clientid disabled=no interface=bridge_vlan_5
    /ip route
    add distance=1 dst-address=192.168.80.0/24 gateway=bridge_vlan_5
    /system clock
    set time-zone-name=Asia/Omsk
    /system routerboard settings
    set boot-os=router-os
  • Как настраиваются маршрутизация между Vlan на mikrotik CRS326-24-2S?

    @Evko_l Автор вопроса
    Станислав, И что из этого должно получиться ??
  • Как настраиваются маршрутизация между Vlan на mikrotik CRS326-24-2S?

    @Evko_l Автор вопроса
    Dmitry, У меня не ходит трафик между Vlan, я и спрашиваю как настроить маршрутизацию трафика между Vlan -ми. У меня и без запрещающего правила не ходят пакеты
  • Как настраиваются маршрутизация между Vlan на mikrotik CRS326-24-2S?

    @Evko_l Автор вопроса
    c vlan3 пакеты ходили в VLAN2 и VLAN4.
    VLAN3 --> VLAN2
    u
    VLAN3 --> VLAN4
    u
    VLAN2 X VLAN4