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

Defining the Flow Map

This example defines a flow map called flowMap1 with permanent forwarding entries (that is, the entries never time out).

[edit routing-options]
multicast {
flow-map flowMap1 {
policy policyForFlow1;
forwarding-cache {
timeout never;
}
}
}

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