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


Configuring Internal Plug-Ins

Use the following configuration statements to configure internal plug-ins:

shared sae configuration plug-ins name name internal {
plug-in-class plug-in-class; 
}

shared sae configuration plug-ins name name internal properties name {
value; 
}

To configure an internal plug-in:

  1. From configuration mode, access the internal plug-in configuration.
  2. user@host# edit shared sae configuration plug-ins name intnl internal 
    
    
    
  3. Configure the Java class name of the plug-in.
  4. [edit shared sae configuration plug-ins name intnl internal]
    
    user@host# set plug-in-class plug-in-class 
    
    
    
  5. Access the internal plug-in property configuration.
  6. [edit shared sae configuration plug-ins name intnl internal]
    
    user@host# edit properties prop 
    
    
    
  7. Configure properties that define the plug-in. Enter values in the format property name=expression.
  8. [edit shared sae configuration plug-ins name internalPlugin internal properties 
    prop]
    
    user@host# set value 
    

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