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

Example: extension-provider Statement

In the following example, several PIC configurations are demonstrated. All but one of the available cores are configured. Three cores are control cores, four are data cores, and one is a user core.

[edit]
chassis {
fpc 0 {
pic 1 {
adaptive-services {
service-package {
extension-provider {
control-cores 1;
data-cores 6;
forwarding-db-size 128;
object-cache-size 768;
package jnx-flow-data;
policy-db-size 128;
wired-process-mem-size 512;
}
}
}
}
}
}

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