Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the SAE to Manage Network Devices (SRC CLI)
Use the following configuration statements to configure the device driver for MX Series routers:
shared sae configuration driver junos-ise { sae-community-manager sae-community-manager;cached-driver-expiration cached-driver-expiration;keep-alive-timeout keep-alive-timeout;registry-retry-interval registry-retry-interval;reply-timeout reply-timeout;sequential-message-timeout sequential-message-timeout;thread-pool-size thread-pool-size;thread-idle-timeout thread-idle-timeout;}
To configure the device driver:
- From configuration mode, access the statements for the
device driver. user@host# edit shared sae configuration driver junos-ise
- Specify the name of the community manager.[edit shared sae configuration driver junos-ise] user@host# set sae-community-manager sae-community-manager
- (Optional) Specify the minimum amount of time to keep
the state of a device driver after its Diameter connection is closed.[edit shared sae configuration driver junos-ise] user@host# set cached-driver-expiration cached-driver-expiration
- (Optional) Specify the keepalive timeout before the registry
to a Diameter server expires.[edit shared sae configuration driver junos-ise] user@host# set keep-alive-timeout keep-alive-timeout
- (Optional) Specify the interval between retrying a failed
registry to a Diameter server.[edit shared sae configuration driver junos-ise] user@host# set registry-retry-interval registry-retry-interval
- (Optional) Specify the timeout before a request sent to
a Diameter server expires.[edit shared sae configuration driver junos-ise] user@host# set reply-timeout reply-timeout
- (Optional) Specify the timeout before an expected message
expires.[edit shared sae configuration driver junos-ise] user@host# set sequential-message-timeout sequential-message-timeout
- (Optional) Specify the number of working threads that
process requests. [edit shared sae configuration driver junos-ise] user@host# set thread-pool-size thread-pool-size
- (Optional) Specify the timeout for stopping working threads
after they become idle. [edit shared sae configuration driver junos-ise] user@host# set thread-idle-timeout thread-idle-timeout
- (Optional) Configure the session store parameters for
the device driver.
From configuration mode, access the statement that configures the session store for the device driver.
user@host# edit shared sae configuration driver junos-ise session-storeFor more information about configuring session store parameters, see Configuring the Session Store Feature (SRC CLI).