Configuring the Connection Between the SIC and the Juniper Networks Database (SRC CLI)
The configuration of the subscriber information collector (SIC) is stored in the Juniper Networks database.
Use the following statements to configure the connection between the SIC and the Juniper Networks database:
To configure the directory connection properties for the SIC:
From configuration mode, access the statement that configures the directory configuration for the SIC in a slot.
user@host# edit slot number sic initial directory-connectionFor example:
user@host# edit slot 0 sic initial directory-connectionSpecify the password with which the SIC accesses the directory.
[edit slot 0 sic initial directory-connection]user@host# set credentials credentials(Optional) Specify the URL that identifies the location of the primary directory server.
[edit slot 0 sic initial directory-connection]user@host# set url urlOn a C Series Controller, this value is ldap://127.0.0.1:389.
(Optional) Specify the port to use when connecting to the Juniper Networks database.
[edit slot 0 sic initial directory-connection]user@host# set port port(Optional) Specify the DN that contains the username that the directory server uses to authenticate the SIC.
[edit slot 0 sic initial directory-connection]user@host# set principal principal(Optional) Specify where the root of the SIC configuration is in the directory.
[edit slot 0 sic initial directory-connection]user@host# set entry-dn entry-dn(Optional) Specify any query filters you want to use to monitor changes in the Juniper Networks database.
[edit slot 0 sic initial directory-connection]user@host# set filter filter(Optional) Verify your configuration.
[edit slot 0 sic initial directory-connection] user@host# show url ldap://127.0.0.1:389/; principal cn=conf,o=Operators,<base>; credentials ********;