Configuring Directory-Connection Properties for the SRC 3GPP Gy (SRC CLI)
Use the following configuration statements to configure directory-connection properties for SRC's Gy:
slot number gy-3gpp initial directory-connection
{
url url;
backup-urls [backup-urls...];
principal principal;
credentials credentials;
protocol (ldaps);
timeout timeout;
check-interval check-interval;
blacklist;
snmp-agent;
}
To configure directory-connection properties:
From configuration mode, access the statement that configures the directory-connection properties.
user@host# edit slot 0 gy-3gpp initial directory-connectionSpecify the properties for SRC's Gy.
[edit slot 0 gy-3gpp initial directory-connection]user@host# set ?For more information about configuring local properties for the SRC components, see Configuring Basic Local Properties.
(Optional) Verify your configuration.
[edit slot 0 gy-3gpp initial directory-connection] user@host# show backup-urls ''; check-interval 60; credentials ********; principal cn=conf,o=Operators,o=UMC; timeout 10; url ldap://127.0.0.1:389/;