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


Specifying Router Initialization Scripts on the SAE

Use the following configuration statements to specify router initialization scripts for JUNOS routing platforms:

shared sae configuration driver scripts {
extension-path extension-path; 

general general; 

junos junos;
}

To configure router initialization scripts for JUNOS routing platforms:

  1. From configuration mode, access the configuration statements that configure router initialization scripts. In this sample procedure, the scripts are configured in the west-region group.
  2. user@host# edit shared sae group west-region configuration driver scripts 
    
    
    
  3. Specify the router initialization script for JUNOS routing platforms.
  4. [edit shared sae group west-region configuration driver scripts]
    
    user@host# set junos junos 
    
    
    
  5. Configure a router initialization script that can be used for all types of routers that the SRC software supports.
  6. [edit shared sae group west-region configuration driver scripts]
    
    user@host# set general general 
    
    
    
  7. Configure a path to router initialization scripts that are not in the default location, /opt/UMC/sae/lib.
  8. [edit shared sae group west-region configuration driver scripts]
    
    user@host# set extension-path extension-path 
    
    
    
  9. (Optional) From operational mode, verify your router initialization script configuration.
  10. [edit shared sae group west-region configuration driver scripts]
    
    user@host# show 
    
    extension-path ;
    
    junos iorPublisher;
    

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