Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

dynamic-server

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
dynamic-server {
        group group-name {
            neighbor-discovery-router-advertisement <ndra-pool>;
            interface interface-name {
                overrides {
                    delegated-pool <delegated-pool>;
                    ia-na-pool <ia-na-pool>;
                    interface-client-limit interface-client-limit;
                    process-inform {
                    pool pool-name;
                    }
                    rapid-commit;
                }
            }
        }
    }

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems name routing-instances name system services dhcp-local-server dhcpv6],
[edit logical-systems name system services dhcp-local-server dhcpv6],
[edit logical-systems name tenants name routing-instances name system services dhcp-local-server dhcpv6],
[edit routing-instances name system services dhcp-local-server dhcpv6],
[edit system services dhcp-local-server dhcpv6],
[edit tenants name routing-instances name system services dhcp-local-server dhcpv6]

Description

Configure the server running on a LAN interface.

Options

group group-name Name of the group.
neighbor-discovery-router-advertisement ndra-pool Name of the address-assignment pool used to assign the router advertisement prefix.
interface interface-name Name of the interface.
ia-na-pool ia-na-pool Identity association for non-temporary address (IA_NA) pool name for inet6.
interface-client-limit interface-client-limit Limit the number of clients allowed on an interface.

Range: 1 through 500000

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

Required Privilege Level

system—To view this statement in the configuration.

system-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 15.1X49-D70.

footer-navigation