Configuring the Device Running Junos OS to Apply Changes It Receives from the SAE

To configure the device running Junos OS 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 device running Junos OS. To do so, include the groups statement at the [edit] level and specify the name sdx.
    [edit]
    groups {sdx;}
  2. Configure the device running Junos OS to apply these statements to the configuration. To do so, include the apply-groups statement at the [edit] level.
    [edit]set apply-groups sdx;

Related Documentation