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> disable

Disables DHCP configuration for a static mapping.

set service dhcp-server static-mapping mapname disable
delete service dhcp-server static-mapping mapname disable
show service dhcp-server static-mapping mapname

The static-mapping configuration is enabled.

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 {
        disable
        }	
    }
}

Use this command to disable DHCP configuration of a static mapping.

Use the set form of this command to disable DHCP configuration of a static mapping.

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

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