Tasks to configure SAE communities are:
Use the following configuration statements to add a virtual router:
- shared network device name virtual-router name {
- sae-connection [ sae-connection ...];
- snmp-read-community snmp-read-community ;
- snmp-write-community snmp-write-community ;
- scope [ scope ...];
- tracking-plug-in [ tracking-plug-in ...];
- }
To add a virtual router:
- user@host# edit shared network device proxy_device
virtual-router default
- [edit shared network device proxy_device virtual-router
default]
-
user@host# set sae-connection [ sae-connection ...]
To specify the active SAE and the redundant SAE, enter an exclamation point (!) after the hostname or IP address of the connected SAE. For example:
- [edit shared network device proxy_device virtual-router
default]
- user@host# set sae-connection [sae1! sae2!]
- [edit shared network device proxy_device virtual-router
default]
-
user@host# set snmp-read-community snmp-read-community
- [edit shared network device proxy_device virtual-router
default]
-
user@host# set snmp-write-community snmp-write-community
- [edit shared network device proxy_device virtual-router
default]
-
user@host# set scope [ scope ...]
- [edit shared network device proxy_device virtual-router
default]
-
user@host# set tracking-plug-in [ tracking-plug-in ...]
[edit shared network device proxy_device virtual-router default] user@host# show sae-connection 10.8.221.45; snmp-read-community ********; snmp-write-community ********; scope POP-Toronto; tracking-plug-in flexRadius;
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:
- user@host# edit shared sae configuration external-interface-features
sae_mgr CommunityManager
- [edit shared sae configuration external-interface-features
sae_mgr CommunityManager]
-
user@host# set keepalive-interval keepalive-interval
- [edit shared sae configuration external-interface-features
sae_mgr CommunityManager]
-
user@host# set threads threads
- [edit shared sae configuration external-interface-features
sae_mgr CommunityManager]
-
user@host# set acquire-timeout acquire-timeout
- [edit shared sae configuration external-interface-features
sae_mgr CommunityManager]
-
user@host# set blackout-time blackout-time
[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;
}
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:
- user@host# edit shared sae configuration driver
third-party
- [edit shared sae configuration driver third-party]
-
user@host# set sae-community-manager sae-community-manager
[edit shared sae configuration driver third-party]
user@host# show
sae-community-manager sae_mgr;