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
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Junos OS CLI Configuration Statements

date_range 19-Dec-24

This topic provides an overview of Junos OS configuration commands used on the BNG router. For an overview of Junos OS configuration commands used on the BNG CUPs router, see the Juniper BNG CUPS User Guide on Juniper.net.

address-pool-manager

Syntax

content_copy zoom_out_map
address-pool-manager { 
     system-id unique-identifier; 
     inet ip-address; 
     port port-number; 
     secrets { 
         certificate certificate-file; 
         key         private-key-file; 
         ca-cert     cacertificate-file; 
     } 
}

Hierarchy Level

content_copy zoom_out_map
[edit access]
  

Description

Enable Address Pool Manager (APM) services on the router. APM provisions prefixes from a centralized address pool to a BNG before the BNG's address pools are depleted.

Options

system-id unique-identifier

A unique network string identifier.

  • Range: Up to 45 characters

inet ip-address

APM's IPv4 address.

port port-number

The port that APM is listening on for incoming address pool manager connections.

secrets

If the gRPC Network Management Interface (gMI) connection is secured, configure any Transport Layer Security (TLS) keys, as follows:

  • certificate certificate-file

  • key private-key-file

  • ca-cert ca-certificate-file

Required Privilege Level

access

Release Information

Statement introduced in Junos OS Release 21.3R1.

domain-profile

Syntax

content_copy zoom_out_map
 domain-profile name {
  family {
   inet {
    excluded-address last-octet octet;
    install-discard-routes;
    preferred-prefix-length preferred-prefix-length;
    source-partition-qualifier source-partition-qualifier;
   }
  }
 }

Hierarchy Level

content_copy zoom_out_map
[edit access address-assignment],
[edit logical-systems name access address-assignment],
[edit logical-systems name routing-instances name access address-assignment],
[edit logical-systems name tenants name routing-instances name access address-assignment],
[edit routing-instances name access address-assignment],
[edit tenants name routing-instances name access address-assignment]
  

Description

Define the domain profile. The domain profile matches the framed pool attribute that is assigned to subscribers during their login sessions.

Options

name

Name of the pool domain profile.

family inet Specify that Internet Protocol version 4 will be used for the address assignment pool.
excluded-address last-octet octet Exclude an IP address from being allocated in the pool.

Range: 0 through 255.

install-discard-routes Enable discard routes.
preferred-prefix-length preferred-prefix-length;

Specify the preferred prefix length to be used in the pool.

  • Range: 8 through 30

source-partition-qualifier Specify a name to be appended to the location name to identify the part of the partition that will be allocated.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

access

Release Information

Statement introduced in Junos OS Release 21.3R1.

location

Syntax

content_copy zoom_out_map
  location location;

Hierarchy Level

content_copy zoom_out_map
[edit system services subscriber-management]
  

Description

Location option represents the partition name to use for dynamic pool allocation on an aggregated BNG.

Options

location

The location defines the geographical position or area that the system (BNG) belongs to. The default location, if location is not specified, is default. The location is also used as the base partition name for dynamic pool allocation.

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 22.1R1.

footer-navigation