Hi guys,
I have a working RB750Gr3 hEX router with two VLANs and a PPoE server. This hardware is getting old and, moreover, I am expecting to switch to a fibre connection in the near future. Thus, I have decided to buy a successor to the old HEX router. I bought the HEX S (E60iUGS) and am trying to migrate my configuration. As you might expect, I have encountered a few issues:
- The new switch chip EN7523 does not support the “/interface ethernet switch vlan” command.
- The DHCP server is showing “DHCP server cannot run on slave interface”.
- There are probably a few other problems.
I’m trying to understand what has changed here (I haven’t touched any Mikrotik routers for the last 5 years).
My requirements are simple: One WAN port with a static IP address, one trunk port carrying two VLANs, a PPoE server and a CCTV LAN.
I have spent many hours reading the forum over the last few days and I know that I should use bridge VLAN filtering, but my configuration is still incorrect. Here is the minimum start configuration – even this part is not working. Please could you review it and advise how to correct it?
/interface ethernet
set [ find default-name=ether1 ] name=WAN
set [ find default-name=ether2 ] name=OffBridgeMGMT
set [ find default-name=ether3 ] name=CCTV
set [ find default-name=ether4 ] name=PPoE
set [ find default-name=ether5 ] name=Trunk/interface vlan
/ip address
add address=192.168.77.1/24 interface=OffBridgeMGMT network=192.168.77.0/interface list
add name=MGMT/interface list member
add interface=OffBridgeMGMT list=MGMT/interface bridge
add name=bridge1 vlan-filtering=no/interface bridge port
add bridge=bridge1 interface=Trunk frame-types=admit-only-vlan-tagged
add bridge=bridge1 interface=CCTV pvid=1 frame-types=admit-only-untagged-and-priority-tagged
add bridge=bridge1 interface=PPoE pvid=88 frame-types=admit-only-untagged-and-priority-tagged/interface bridge vlan
add bridge=bridge1 tagged=Trunk vlan-ids=1
add bridge=bridge1 tagged=Trunk vlan-ids=88/interface bridge set bridge1 vlan-filtering=yes
/ip pool
add name=PPoE-pool ranges=192.168.88.10-192.168.88.99
add name=CCTV-pool ranges=192.168.0.20-192.168.0.200/ip dhcp-server
add address-pool=PPoE-pool interface=PPoE lease-time=1d name=dhcp1
add address-pool=CCTV-pool disabled=no interface=CCTV lease-time=1d name=dhcp2
I see that many people are complaining about the output of the HEX. I bought it because I thought it would be several times more powerful than the old one. But now I’m wondering if this hardware can handle a 1 Gb internet connection. Should I return it and switch to the L009UiGS-RM?
I look forward to hearing your advice.
Slawek
