Setting Up SAE Communities (SRC CLI)
Tasks to configure SAE communities are:
![]() | Note: If there is a firewall in the network, configure the firewall to allow SAE messages through. |
Configuring the SAE Community Manager
Use the following configuration statements to configure the SAE community manager that manages third-party network device communities:
shared sae configuration external-interface-features name CommunityManager {keepalive-interval keepalive-interval ; threads threads ; acquire-timeout acquire-timeout ; blackout-time blackout-time ; }
To configure the community manager:
- From configuration mode, access the configuration statements
for the community manager. In this sample procedure, sae_mgr is the
name of the community manager. user@host# edit shared sae configuration external-interface-features sae_mgr CommunityManager
- Specify the interval between keepalive messages sent from
the active SAE to the passive members of the community. [edit shared sae configuration external-interface-features sae_mgr CommunityManager] user@host# set keepalive-interval keepalive-interval
- Specify the number of threads that are allocated to manage
the community. You generally do not need to change this value.[edit shared sae configuration external-interface-features sae_mgr CommunityManager] user@host# set threads threads
- Specify the amount of time an SAE waits for a remote member
of the community when it is acquiring a distributed lock. You generally
do not need to change this value. [edit shared sae configuration external-interface-features sae_mgr CommunityManager] user@host# set acquire-timeout acquire-timeout
- Specify the amount of time that an active SAE must wait
after it shuts down before it can try to become the active SAE of
the community again. [edit shared sae configuration external-interface-features sae_mgr CommunityManager] user@host# set blackout-time blackout-time
- (Optional) Verify the configuration of the SAE community
manager.
[edit shared sae configuration external-interface-features sae_mgr CommunityManager] user@host# show CommunityManager { keepalive-interval 30; threads 5; acquire-timeout 15; blackout-time 30; }
Specifying the Community Manager in the SAE Device Driver
Use the following configuration statements to specify the community manager in the SAE device driver.
shared sae configuration driver third-party {sae-community-manager sae-community-manager ;}
To specify the community manager:
- From configuration mode, access the configuration statements
for the third-party device driver. user@host# edit shared sae configuration driver third-party
- Specify the name of the community manager.[edit shared sae configuration driver third-party] user@host# set sae-community-manager sae-community-manager
- (Optional) Verify the configuration of the third-party
device driver.
[edit shared sae configuration driver third-party] user@host# show sae-community-manager sae_mgr;
Related Documentation
- Setting Up SAE Communities (C-Web Interface)
- Configuration Tasks for Integrating Third-Party Network Devices (SRC CLI)
- Configuring the SAE Community Manager
- Integrating Network Devices into the SRC Network Overview
- Logging In Subscribers and Creating Sessions