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

static-subscribers (Dynamic Service Provisioning)

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
static-subscribers {
    access-profile profile-name;
    authentication {
        password password-string;
        username-include {
            delimiter delimiter-character;
            domain-name domain-name;
            interface;
            logical-system-name;
            routing-instance-name;
            user-prefix user-prefix-string;
            vlan-tags;
        }
    }
    dynamic-profile profile-name {
        aggregate-clients  (merge | replace);
    }
    group group-name {
        access-profile profile-name;
        authentication {
            password password-string;
            username-include {
                delimiter delimiter-character;
                domain-name domain-name;
                interface;
                logical-system-name;
                routing-instance-name;
                 user-prefix user-prefix-string;
                vlan-tags;
            }
        }
        dynamic-profile profile-name {
            aggregate-clients (merge | replace);
        }
        interface  interface-name <exclude> <upto upto-interface-name>;
    }
    service-profileservice-profile-name
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name system services],
[edit logical-systems logical-system-name routing-instances routing-instances-name system services],
[edit routing-instances routing-instances-name system services],
[edit system services]

Description

Configure and associate subscribers with statically configured interfaces for dynamic service provisioning.

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 9.6.

footer-navigation