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

Configuring Forwarding Cache Properties at the Flow Map Level

Configure the flow map forwarding cache, establishing a timeout of 120 minutes:

routing-options {
multicast {
flow-map flowMap1
forwarding-cache {
timeout 120;
}
}
}

Multicast forwarding cache entries associated with flow map flowMap1 are deleted after being idle for 120 minutes (2 hours).

Configure the flow map forwarding cache, establishing permanent forwarding cache entries:

routing-options {
multicast {
flow-map flowMap2
forwarding-cache {
timeout never;
}
}
}

Multicast forwarding cache entries associated with flow map flowMap2 are permanent (that is, they never time out).


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