Configuring Directory-Connection Properties for the SRC 3GPP Gateway (SRC CLI)
Use the following configuration statements to configure directory-connection properties for the SRC 3GPP gateway:
slot number gw-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 gw-3gpp initial directory-connectionSpecify the properties for the SRC 3GPP gateway.
[edit slot 0 gw-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 gw-3gpp initial directory-connection] user@host# show url ldap://127.0.0.1:389/; principal cn=conf,o=Operators,<base>; credentials ********;