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

Enabling the SDK Service Process and SDK Application Deployment

By default, the SDK service process (ssd) does not run. You enable ssd and prepare the router for installation of a JUNOS SDK application by including the following statements at the [edit system] hierarchy level:

[edit]
system {
extensions {
providers {
provider-id;
}
}
}

The provider ID is a prefix that is part of the certificate name used by the provider in building an SDK application. Before installing your SDK application, you must enable its provider ID using the extensions statement. Enabling a provider ID allows you to install the SDK application package that was built using that certificate name. Multiple provider IDs can be enabled on a router.

Example: extensions Statement

If abc and xyz are provider IDs issued to two providers, then the following configuration enables the router for the SDK applications built by either provider:

[edit]
system {
extensions {
providers {
abc;
xyz;
}
}
}

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