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;
pool-retrieval;
sync-from-sessionstore;
ignore-framed-ip-netmask;
cached-driver-expiration cached-driver-expiration;
concurrent-post-sync-jobs concurrent-post-sync-jobs;
concurrent-request-timeout concurrent-request-timeout;
concurrent-requests concurrent-requests ;
enable-disconnect-ontimeout;
delay-service-policy-provisioning delay-service-policy-provisioning
keep-alive-timeout keep-alive-timeout;
pending-acrs-strs-wait-time pending-acrs-strs-wait-time;
registry-retry-interval registry-retry-interval;
reply-timeout reply-timeout;
sequential-message-timeout sequential-message-timeout;
sync-count-wait-timeout sync-count-wait-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 pool retrieval option.[edit shared sae configuration driver junos-ise]user@host# set pool-retrieval
- (Optional) Specify whether the SAE should be synchronized
from the session store.[edit shared sae group POP-ID configuration driver junos-ise]user@host# set sync-from-sessionstore
- (Optional) Specify whether to ignore the Framed-IP-Mask
AVP and allow IP-based filtering without considering the framed IP
netmask.[edit shared sae group POP-ID configuration driver junos-ise]user@host# set ignore-framed-ip-netmask
- (Optional) Specify the number of jobs that can be processed
concurrently to log in to subscriber sessions that are incomplete
after synchronizing state with the router. You can configure a value
ranging from 10 through 50. Default value is 20.[edit shared sae configuration driver junos-ise]user@host# set concurrent-post-sync-jobs concurrent-post-sync-jobs
- (Optional) Specify the timeout for sending concurrent
requests. You can configure a value ranging from 0 through 900 seconds.
Default value is 30 seconds.[edit shared sae configuration driver junos-ise]user@host# set concurrent-request-timeout concurrent-request-timeout
- (Optional) Specify the number of unsolicited requests
that can be sent concurrently. You can configure a value ranging from
1 through 500. Default value is 100.[edit shared sae configuration driver junos-ise]user@host# set concurrent-requests concurrent-requests
- (Optional) Specify whether the user session needs to be
removed from the router.[edit shared sae configuration driver junos-ise]user@host# set enable-disconnect-ontimeout
- (Optional) Specify the amount of time by which scheduler
tasks are delayed after the user login is completed. You can configure
a value ranging from 0 through 1000 milliseconds. Default value
is 0.[edit shared sae configuration driver junos-ise]user@host# set delay-service-policy-provisioning delay-service-policy-provisioning
- (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 maximum time that the device driver
waits for completing sessions restoration to start processing pending
Accounting-Request (ACR) and Session-Termination-Request (STR) messages.
You can configure a value ranging from 600 through 18000 seconds.
Default value is 3600 seconds.[edit shared sae configuration driver junos-ise]user@host# set pending-acrs-strs-wait-time pending-acrs-strs-wait-time
- (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 interval after which SAE stops
waiting for the sync-AAR messages and triggers unsolicited synchronization.
You can configure a value ranging from 0 through 20132147483647 seconds.
Default value is 2 seconds.[edit shared sae configuration driver junos-ise]user@host# set sync-count-wait-timeout sync-count-wait-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).