Configuring JUNOS Routing Platforms to Interact with the SAE
To configure the JUNOS routing platform to interact with the SAE:
- Include the following statements at the
[edit system services service-deployment]
hierarchy level.[edit system services service-deployment]servers server-address {port port-number;}source-address source-address;- Use the following guidelines for the variables in these statements.
server-address
- Specifies the IP address of the host on which you install the SAE.
- Value—IP address
- Guidelines—Be sure this setting matches the corresponding value in the SAE configuration.
- Default—None
- Example—192.0.2.2
port-number
- Specifies the port number for the SAE.
- Value—TCP port number
- Guidelines—Be sure this setting matches the corresponding value in the SAE configuration.
- Default—3333
- Example—3333
source-address
- Specifies the IP address of the source that sends traffic to the SAE.
- Value—IP address
- Guidelines—This setting is optional.
- Default—None
- Example—192.0.2.2
Configuring the JUNOS Routing Platform to Apply Changes It Receives from the SAE
To configure the JUNOS routing platform to receive configuration statements from the SAE and apply those statements to the configuration:
- Create a configuration group called sdx that contains the configuration statements that the SAE sends to the JUNOS routing platform. To do so, include the
groups
statement at the[edit]
level, and specify the namesdx
.[edit]groups {sdx;}- Configure the JUNOS routing platform to apply these statements to the configuration. To do so, include the
apply-groups
statement at the[edit]
level.[edit]set apply-groups sdx;