Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Specifying Initialization Scripts on the SAE (SRC CLI)

    Use the following configuration statements to specify initialization scripts for third-party devices:

    shared sae configuration driver scripts {extension-path extension-path; general general; third-party third-party;}

    To configure initialization scripts for third-party devices:

    1. From configuration mode, access the configuration statements that configure initialization scripts. In this sample procedure, the scripts are configured in the west-region group.
      user@host# edit shared sae group west-region configuration driver scripts
    2. Specify the initialization script for third-party devices.
      [edit shared sae group west-region configuration driver scripts]user@host# set third-party third-party

      SAE runs the specified script when the third-party device driver is activated and again when the driver is deactivated.

    3. Specify the initialization script that can be used for all other types of routers supported by the SRC module.
      [edit shared sae group west-region configuration driver scripts]user@host# set general general
    4. Configure a path to scripts that are not in the default location, /opt/UMC/sae/lib.
      [edit shared sae group west-region configuration driver scripts]user@host# set extension-path extension-path
    5. (Optional) From operational mode, verify your initialization script configuration.
      [edit shared sae group west-region configuration driver scripts]
      user@host# show
      third-party iorPublisher;

    Modified: 2016-12-29