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 dhcpv6‐server static‐mapping <mapping‐name>

Specifies the IPv6 address for a client.

set service dhcpv6-server static‐mapping mapping‐name [ ipv6-address ipv6 | identifier identifier ]
delete service dhcpv6-server static‐mapping mapping‐name [ ipv6-address | identifier ]
show service dhcpv6-server static‐mapping mapping‐name [ ipv6-address | identifier ]
mapping-name
A name to identify the static mapping.
ipv6
The IPv6 address that is assigned to a client.
identifier
The character string that identifies a client. It is compared against the ia-na option sent by the client. This value is typically the low-order 4 bytes of the MAC address of the client.

Configuration mode.


service {
    dhcpv6-server {
        static-mapping mapping-name {
        ipv6-address ipv6
        identifier identifier
        }
    }
}

Use this command to specify the IPv6 address for a client.

Use the set form of this command to create the prefix-delegation configuration.

Use the delete form of this command to remove the prefix-delegation configuration.

Use the show form of this command to view the prefix-delegation configuration.