Configuring License Manager for an SAE on a C-series Platform
Use the following configuration statements to configure the SAE license manager at the
[edit]
hierarchy level.shared sae configuration license-manager client { typetype
; cachecache
; }shared sae configuration license-manager directory-access {server-addressserver-address
;server-portserver-port
;license-dnlicense-dn
;authentication-dnauthentication-dn
;passwordpassword
;(ldaps);connection-manager-idconnection-manager-id
;event-base-dnevent-base-dn
;signature-dnsignature-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.[edit]user@host#edit shared sae configuration license-manager client
- Specify the client type.
[edit shared sae configuration license-manager client]user@host#edit type SDX
SDX is the only supported license type.
- Specify the path to the cache file.
[edit shared sae configuration license-manager client]user@host#edit cache
cache
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.[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-addressserver-address
- 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# setserver-port
server-port
- 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# setlicense-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# setauthentication-dn
authentication-dn
The 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# set 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# setldaps
- 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# setconnection-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# setevent-base-dn
event-base-dn
The default is <base> which refers to the globally configured base DN.
- (Optional; not needed for Juniper Networks databases on C-series platforms) 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# setsnmp-agen
t