home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service dhcp-server static-mapping <mapname>

Statically maps a DHCP client, based on its MAC address, to an IP address.

set service dhcp-server static-mapping mapname
delete service dhcp-server static-mapping mapname
show service dhcp-server static-mapping mapname
mapname
Optional. Multinode. Allows you to statically map an IP address within an address pool to the MAC address of a device on the network.

You can define multiple static mappings of this type by creating multiple static-mapping configuration nodes.

Configuration mode


service {
    dhcp-server {
        static-mapping mapname {			
        }
    }
}

Use this command to statically map a DHCP client, based on its MAC address, to an IP address.

Use the set form of this command to statically map a DHCP client, based on its MAC address, to an IP address.

Use the delete form of this command to remove the static mapping configuration.

Use the show form of this command to view the static mapping configuration.