Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
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:

    1. From configuration mode, access the statements for the device driver.
      user@host# edit shared sae configuration driver junos-ise
    2. Specify the name of the community manager.
      [edit shared sae configuration driver junos-ise] user@host# set sae-community-manager sae-community-manager
    3. (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
    4. (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
    5. (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
    6. (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
    7. (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
    8. (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
    9. (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
    10. (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-store

      For more information about configuring session store parameters, see Configuring the Session Store Feature (SRC CLI).

    Modified: 2016-04-18