Configuring Local Properties for the SAE
Use the following configuration statements to configure local properties for the SAE:
slotnumbersae {base-dnbase-dn; real-portal-addressreal-portal-address; java-runtime-environmentjava-runtime-environment; java-heap-sizejava-heap-size; java-new-sizejava-new-size; java-garbage-collection-optionsjava-garbage-collection-options; port-offsetport-offset; snmp-agent; sharedshared;}To configure local properties on the SAE:
- From configuration mode, access the SAE RADIUS configuration. This configuration is under the slot 0 hierarchy.
[edit]user@host#edit slot 0 sae- (Optional) If you store data in the directory in a location other than the default, o=umc, change this value.
[edit slot 0 sae]user@host#set base-dnbase-dn- Configure the interface on the SAE that the SAE uses to communicate with the router.
[edit slot 0 sae]user@host#set real-portal-addressreal-portal-address- (Optional. Solaris platform.) If the Java Runtime Environment (JRE) is not in the default location (../jre/bin/java) on a Solaris platform, change the directory path to the JRE.
[edit slot 0 sae]user@host#set java-runtime-environmentjava-runtime-environment- (Optional) If you encounter problems caused by lack of memory, change the maximum memory size available to the JRE.
[edit slot 0 sae]user@host#set java-heap-sizejava-heap-size- Configure the amount of space available to the JRE when the SAE starts.
[edit slot 0 sae]user@host#set java-new-sizejava-new-size- Configure the garbage collection functionality of the Java Virtual Machine.
[edit slot 0 sae]user@host#set java-garbage-collection-optionsjava-garbage-collection-options- If you install multiple instances of the SAE on the same host, set a port offset for SAE instances.
[edit slot 0 sae]user@host#set port-offsetport-offset- (Optional) Enable the SNMP agent to communicate with the SAE.
[edit slot 0 sae]user@host#set snmp-agent- (Optional) Configure an SAE group configuration.
[edit slot 0 sae]user@host#set sharedshared- (Optional) Verify your configuration.
[edit slot 0 sae]user@host#showbase-dn o=UMC;real-portal-address 10.10.4.24;java-runtime-environment ../jre/bin/java;java-heap-size 896m;java-new-size 22m;java-garbage-collection-options "-Xbatch -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=80 -XX:+UseParNewGC -XX:SurvivorRatio=1 -XX:InitialTenuringThreshold=8 -XX:MaxTenuringThreshold=10 -XX:TargetSurvivorRatio=90 -XX:+UseCMSCompactAtFullCollection -XX:CMSFullGCsBeforeCompaction=0 -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:+CMSParallelRemarkEnabled";port-offset 0;snmp-agent;shared /SAE/REGION-1;