Hello,
this is the only bug I could find, check if that applies:
Memory leak at mrib_mesg_alloc()
CSCua04865
Description
Symptom:
Memory leak observed in two processes namely 'MFIB_mrib_read' and 'MRIB Trans'. System memory will go down gradually eventually leading to a router crash due to lack of memory. 'show proc mem sorted' will point to the above two processes consuming steadily increasing memory.
Conditions:
When ip multicast bidir config is used.
["ip pim bidir-enable"]
Workaround:
Once low memory condition is seen, no work-around exists except to reload the router.
But if system has memory available, further leak may be prevented by disabling ipmulticast bidir configuration. This can be done as:
conf t
no ip pim bidir-enable
Issue can be avoided by not running bidir (using the above config to disable bidir)