Configuring License Manager for an SAE on a C Series Controller (SRC CLI)
Use the following configuration statements to configure the SAE license manager at the [edit] hierarchy level.
type type ;
cache cache ;
}
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.
[edit]user@host# edit shared sae configuration license-manager clientSpecify the client type.
[edit shared sae configuration license-manager client]user@host# edit type SDXSDX is the only supported license type.
Specify the path to the cache file.
[edit shared sae configuration license-manager client]user@host# edit cache cacheThe 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.
[edit shared sae configuration license-manager client]user@host# up[edit shared sae configuration license-manager]user@host# edit directory-access[edit shared sae configuration license-manager directory-access]user@host#(Optional) Specify the IP address or hostname of the server that stores licensing data.
[edit shared sae configuration license-manager directory-access]user@host# set server-address server-addressSpecify 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-portThe 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-dnThe 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-dnThe default is cn=license-operator,o=Operators,<base>.
Specify the password used to authenticate access to the directory.
[edit shared sae configuration license-manager directory-access]user@host# se password password(Optional) Enable LDAPS as the secure protocol for connections to the directory server that stores license data.
[edit shared sae configuration license-manager directory-access]user@host# set ldapsSpecify 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-idThe 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-dnThe 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.
[edit shared sae configuration license-manager directory-access]user@host# set signature-dn signature-dn(Optional) Enable the SRC SNMP agent to export MIBs for this directory connection.
[edit shared sae configuration license-manager directory-access]user@host# set snmp-agent