Hello:
I would like you to help me understand these problems. I have provisioning cmts with a mikrotik. I am trying to pass the configuration to another bigger routerboar (RB1100AHx4) and I have problems with the configuration.
CMTS needs 2 ips pool for the cm and for the client on the same interface.
My current configuration on Routerboard version 6.42.7 is:
/ ip dhcp-server
add add-arp = yes address-pool = ip-pool-cm1 disabled = no interface = ether2 lease-time = 1h name = DHCP.CM relay = 10.1.1.10
add address-pool = ip-pool-cpe1 authoritative = after-2sec-delay disabled = no interface = ether2 lease-time = 1h name = DHCP.CPE relay = 192.168.110.10
Just like this, it works ok.
When I pass the configuration to the Routerboard, RB1100AHx4 version of OS ver 6.43, the connection of the cm does the negotiation until taking ip from the cable modem, first server dhcp, and does not go to the second request, which is the ip for the router of the user. The status of the cable modem is set to init (o).
The dhcp-server wiki clarifies that there is a dhcp-server per interface. Who made me this configuration, did it on the same interface and it worked.
What is the detail that makes it work being the opposite of the wiki?
Thank you for the help that you may be able to provide.
Best regards.