Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- C Series
- Configuring the Juniper Networks Database to Run in Community Mode (C-Web Interface)
- Enabling the Juniper Networks Database to Run in Standalone Mode (SRC CLI)
- Securing the Juniper Networks Database (SRC CLI)
- Viewing Information About the Juniper Networks Database in Community Mode (C-Web Interface)
- Configuration Statements for the Juniper Networks Database (SRC CLI)
- Example: Configuration for a Database Community
- Juniper Networks Database Overview
Enabling the Juniper Networks Database to Run in Community Mode (SRC CLI)
If you are adding a Juniper Networks database to an existing community, see Adding a Juniper Networks Database to an Established Community (SRC CLI).
Use the following configuration statements to enable the Juniper Networks database on a C Series Controller in community mode:
system ldap server community {role (primary | secondary);primary-neighbors [primary-neighbor...]; primary-connection-type (clear | secure);secondary-neighbors [secondary-neighbor...]; secondary-connection-type (clear | secure);}
To enable the Juniper Networks database to run in community mode:
- From configuration mode, access the configuration statement
that configures the Juniper Networks database in community mode:user@host# edit system ldap server community
- Specify the role of the database as primary or secondary:[edit system ldap server community] user@host# set role primary
or
[edit system ldap server community] user@host# set role secondary - Configure primary neighbors. Specify each neighbor by
IP address, fully qualified hostname, or a hostname that can be resolved
through the domain name system:[edit system ldap server community] user@host# set primary-neighbors neighbor ...
For example, set C1 and C2 as primary neighbors:
[edit system ldap server community]user@host# set primary-neighbors C1 C2
- Specify the connection type of the configured primary
neighbors as clear or secure:[edit system ldap server community] user@host# set primary-connection-type clear
or
[edit system ldap server community] user@host# set primary-connection-type secureWhere:
- clear—Sets LDAP as a data replication protocol between SRC and the LDAP nodes that are configured in the primary neighbors.
- secure—Sets LDAPS as a data replication protocol between SRC and the LDAP nodes that are configured in the primary neighbors.
- Configure secondary neighbors. Specify each neighbor by
IP address, fully qualified hostname, or a hostname that can be resolved
through the domain name system:[edit system ldap server community] user@host# set secondary-neighbors neighbor ...
For example, set C3 and C4 as secondary neighbors:
[edit system ldap server community]user@host# set secondary-neighbors C3 C4
- Specify the connection type of the configured secondary
neighbors as clear or secure:[edit system ldap server community] user@host# set secondary-connection-type clear
or
[edit system ldap server community] user@host# set secondary-connection-type secureWhere:
- clear—Sets LDAP as a data replication protocol between SRC and the LDAP nodes that are configured in the secondary neighbors.
- secure—Sets LDAPS as a data replication protocol between SRC and the LDAP nodes that are configured in the secondary neighbors.
Related Documentation
- C Series
- Configuring the Juniper Networks Database to Run in Community Mode (C-Web Interface)
- Enabling the Juniper Networks Database to Run in Standalone Mode (SRC CLI)
- Securing the Juniper Networks Database (SRC CLI)
- Viewing Information About the Juniper Networks Database in Community Mode (C-Web Interface)
- Configuration Statements for the Juniper Networks Database (SRC CLI)
- Example: Configuration for a Database Community
- Juniper Networks Database Overview