Hi,
I recently bought CCR2004-16g-2S+ model to replace my CRS326-24G-2S+. I was hoping to achieve 1Gbit network speed.
But new device has issues in connecting dhcp clients to the gateway. I did fully the same setup as on the old device. But still unable to connect.
The only difference I see is routeros version: 7.16.12 vs 6.49.13
I see dhcp sends dicover request but it does not receives offer request.
I am not able to find any differences in the setup.
Here is log for dhcp client from CCR2004-16g-2S+:

And on CRS326-24G-2S+:

What I am trying to achieve is to use sfp interface as source of the internet. Just like it was on older device.
Here is my config:
# 1970-01-02 12:36:58 by RouterOS 7.16.2
# software id = xxxxxxxxxx
#
# model = CCR2004-16G-2S+
# serial number = xxxxxxx
/interface bridge
add name=bridge
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] advertise=\
1G-baseT-half,1G-baseT-full,1G-baseX
/interface list
add name=WAN
add name=LAN
/ip pool
add name=dhcp ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp interface=bridge name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=ether6
add bridge=bridge interface=ether7
add bridge=bridge interface=ether8
add bridge=bridge interface=ether9
add bridge=bridge interface=ether10
add bridge=bridge interface=ether11
add bridge=bridge interface=ether12
add bridge=bridge interface=ether13
add bridge=bridge interface=ether14
add bridge=bridge interface=ether15
add bridge=bridge interface=ether16
add bridge=bridge disabled=yes interface=sfp-sfpplus1
add bridge=bridge disabled=yes interface=sfp-sfpplus2
/interface list member
add interface=sfp-sfpplus1 list=WAN
add interface=bridge list=LAN
add interface=sfp-sfpplus2 list=WAN
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip dhcp-client
add comment=comfortnet interface=sfp-sfpplus1
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1 \
netmask=24
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall address-list
add address=10.0.0.0/16 list=admin-access
add address=192.168.0.0/16 list=admin-access
/system logging
add topics=dhcp
/system note
set show-at-login=no
/system routerboard settings
set enter-setup-on=delete-key
I would appreciate for any help.
Thank you!
