[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Directory Connection Properties for IMS

Use the following configuration statements to configure directory connection properties for IMS:

slot number ims 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:

  1. From configuration mode, access the configuration statement that configures the directory connection properties.
  2. Specify the properties for IMS.

    For more information about configuring local properties for the SRC components, see Configuring Basic Local Properties.

  3. (Optional) Verify your configuration.
    [edit slot 0 ims initial directory-connection] 
    user@host# show 
    url ldap://127.0.0.1:389/;
    principal cn=conf,o=Operators,<base>;
    credentials ********;
    
    

[Contents] [Prev] [Next] [Index] [Report an Error]