Setting the Timeout and Number of Events for SAE Directory Eventing
Use the following configuration statements to set the directory eventing timeout and the number of simultaneous events that the SAE can receive from the directory:
- shared sae configuration ldap directory-eventing {
- timeout timeout ;
- dispatcher-pool-size dispatcher-pool-size ;
- }
To configure the directory eventing timeout and the number of simultaneous events that the SAE can receive from the directory:
- From configuration mode, access the configuration statement that configures SAE directory eventing. In this sample procedure, directory eventing is configured in the se-region group.
- Specify the maximum time that the directory eventing system waits for the directory to respond.
- Specify the number of events that the SAE can receive from the directory simultaneously.
- (Optional) Verify your configuration.
[edit shared sae group se-region configuration ldap directory-eventing] user@host# show timeout 60; dispatcher-pool-size 1000;
