Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring the PTSP Device Driver (SRC CLI)
In most cases, all attributes have reasonable defaults and should not require configuration. The configuration should be changed only by advanced users wishing to tune the performance.
Use the following configuration statements to configure the PTSP device driver for MX Series routers:
shared sae configuration driver junos-ptsp { 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-ptsp
- Specify the name of the community manager.[edit shared sae configuration driver junos-ptsp] 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-ptsp] 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-ptsp] 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-ptsp] user@host# set registry-retry-interval registry-retry-interval
- (Optional) Specify the length of time before a request
sent to a Diameter server expires.[edit shared sae configuration driver junos-ptsp] user@host# set reply-timeout reply-timeout
- (Optional) Specify the length of time before an expected
message expires.[edit shared sae configuration driver junos-ptsp] 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-ptsp] user@host# set thread-pool-size thread-pool-size
- (Optional) Specify the length of time for stopping working
threads after they become idle. [edit shared sae configuration driver junos-ptsp] 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-ptsp session-storeFor more information about configuring session store parameters, see Configuring the Session Store Feature (SRC CLI).