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

Enabling Sampling on a MultiServices PIC

To enable sampling on a MultiServices PIC, include the input and output statements at the [edit forwarding-options sampling] hierarchy level:

[edit]
forwarding-options {
sampling {
input {
family inet {
rate number;
}
}
output {
extension-service service-name {
provider-specific rules;
}
interface ms-fpc/pic/port;
}
}
}

The extension-service statement provides a section of the configuration hierarchy in which the provider of your SDK application may have added its own traffic monitoring configuration statements. To enable sampling for SDK applications and be able to use the configuration statements the SDK application provider may have added, you must include the extension-service statement at the [edit forwarding-options sampling output] hierarchy level. For application-specific configuration guidelines, see the documentation provided with your application.

Note: If you use the extension-service statement, the only other statement you can include at the [edit forwarding-options sampling output] hierarchy level is the interface statement. In this case, you must set the interface statement to an interface with an ms prefix.


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