Configuring License Manager for an SAE on a C-series Controller
Use the following configuration statements to configure the SAE license manager at the [edit] hierarchy level.
- shared sae configuration license-manager client {
type type ;
cache cache ;
}
- shared sae configuration license-manager directory-access
{
- server-address server-address ;
- server-port server-port ;
- license-dn license-dn ;
- authentication-dn authentication-dn ;
- password password ;
- (ldaps);
- connection-manager-id connection-manager-id ;
- event-base-dn event-base-dn ;
- signature-dn signature-dn ;
- snmp-agent;
- }
For detailed information about each configuration statement, see the SRC-PE CLI Command Reference.
To configure the SAE license manager:
- From configuration mode, access the configuration statement that configures the SAE client for the license manager at the [edit] hierarchy level.
- Specify the client type.
SDX is the only supported license type.
- Specify the path to the cache file.
The default is var/run/lic_cache.
- Access the configuration statement that configures directory access for the SAE client for the license manager at the [edit] hierarchy level.
- (Optional) Specify the IP address or hostname of the server that stores licensing data.
- Specify the port number of the LDAP connection to the
directory server that stores licensing data.
- [edit shared sae configuration license-manager directory-access]
- user@host# set server-port server-port
The default port is 389.
- Specify the DN of the subtree in the directory where licensing
information is stored. The SAE searches for the license key below
this path.
- [edit shared sae configuration license-manager directory-access]
- user@host# set license-dn license-dn
The default is ou=Licenses,o=Management,<base>.
- Specify the DN used by the SAE to authenticate access
to the directory server.
- [edit shared sae configuration license-manager directory-access]
- user@host# set authentication-dn authentication-dn
The default is cn=license-operator,o=Operators,<base>.
- Specify the password used to authenticate access to the directory.
- (Optional) Enable LDAPS as the secure protocol for connections to the directory server that stores license data.
- Specify the connection manager for the directory eventing
system within the Java Naming and Directory Interface (JNDI) framework
- [edit shared sae configuration license-manager directory-access]
- user@host# set connection-manager-id connection-manager-id
The default is LICENSE_MANAGER.
- (Optional) Specify the base DN for the license manager
data.
- [edit shared sae configuration license-manager directory-access]
- user@host# set event-base-dn event-base-dn
The default is <base> which refers to the globally configured base DN.
- (Optional. Not needed if you use the Juniper Networks database.) Specify the DN of the entry identified by the LDAP schema attribute usedDirectory. This attribute identifies the type of directory, such as DirX on which the license data is stored.
- (Optional) Enable the SRC SNMP agent to export MIBs for this directory connection.
