How to enable and configure DHCP Server on ePMP SMs?

Summary:

This article describes on how to enable DHCP server on ePMP devices for the clients connected below the SM ethernet interface. This would avoid use of external DHCP server.

Products:

ePMP 1000, Force 100/110/130/180/190/200/300(All series) and ePMP Elevate

Solution:

This option is available on the Subscriber Module only in NAT or Router mode and acts as a DHCP server for the devices associated to its ethernet interface.

DHCP Server Enabled: Use this setting when SM is in NAT or Router mode, to use the SM’s local/onboard DHCP server to hand out IP addresses to its clients.

DHCP Server Disabled: Use this setting when SM is in NAT or Router mode if there is an existing DHCP Server below the SM handing out IP Addresses or if all devices below the SM will be configured with static IP Addresses.

NAT Mode:

Navigate to SM Configuration > Network > Enable NAT

1

Router Mode:

Navigate to SM Configuration > Network > Enable Router

Picture2

Enable DHCP Server on SM:

  • Login to SM web UI and navigate to Configuration > Network > Ethernet Interface > Enable DHCP Server and fill all the necessary parameters as stated below:

Picture3

  • DHCP clients table maintains the list of preconfigured mapping to each client’s MAC address providing an IP address reservation to the devices that communicate to the SM via ethernet interface.

Picture4

1 Like

Or u can do it faster via template :slight_smile:

{
    "device_props": {
        "networkMode": "1",
        "networkLanIPAddr": "10.1.1.254",
        "networkLanIPAddressMode": "1",
        "networkLanNetmask": "255.255.255.0",
        "dhcpLanEnable": "1",
        "dhcpLanLimit": "250",
        "dhcpLanStart": "10",
        "dhcpLanLeasetime": "4",
        "networkLanDNSIPAddrPrimary": "1.1.1.2",
        "networkLanDNSIPAddrSecondary": "1.0.0.2"
    }
}
3 Likes