[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring JUNOS Routing Platforms to Interact with the SAE

To configure the JUNOS routing platform to interact with the SAE:

  1. Include the following statements at the [edit system services service-deployment] hierarchy level.
  2. [edit system services service-deployment]
    
    servers server-address {
    
    port port-number;
    
    }
    
    source-address source-address;
    
    
    
  3. Use the following guidelines for the variables in these statements.

server-address

port-number

source-address

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:

  1. 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 name sdx.
  2. [edit]
    
    groups {
    
        sdx;
    
    }
    
    
    
  3. Configure the JUNOS routing platforms to apply these statements to the configuration. To do so, include the apply-groups statement at the [edit] level.
  4. [edit]
    
    set apply-groups sdx;
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]