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

Configuring Directory Connection Properties for the SDX SNMP Agent

Use the following configuration statements to configure directory connection properties for the SDX 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:

  1. From configuration mode, access the configuration statement that configures the SDX SNMP agent.
  2. Specify the directory connection properties.

    For more information about the directory connection properties, see Configuring Local Properties (SRC CLI).

  3. (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 ********;
    
    

Related Topics


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