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;
- }
- }
- }