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


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. [edit]
    
    user@host# edit snmp agent initial directory-connection 
    
    
    
  3. Specify the directory connection properties.
  4. [edit snmp agent initial directory-connection] 
    
    user@host# set ? 
    
    
    

For more information about the directory connection properties, see SRC-PE Getting Started Guide, Chapter 25, Configuring Local Properties with the SRC CLI.

  1. (Optional) Verify your configuration.
  2. [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 ********;
    
    
    

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