Configuring Directory Connection Properties for the SRC SNMP Agent (SRC CLI)
Use the following configuration statements to configure directory connection properties for the SRC SNMP agent:
snmp agent 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 configuration statement that configures the SRC SNMP agent.
[edit]user@host# edit snmp agent initial directory-connectionSpecify the directory connection properties.
[edit snmp agent initial directory-connection]user@host# set ?For more information about the directory connection properties, see Configuring Directory Connection Properties.
(Optional) Verify your configuration.
[edit snmp agent initial directory-connection] user@host# show url ldap://127.0.0.1:389/; principal cn=sysman,ou=components,o=operators,<base>; credentials ********;