Hello.
I'm having some trouble with RTCD for Cisco routers. The trap viewer is showing trap type: CISCO-CONFIG-MAN-MIB:ciscoConfigManMIBNotifications.1
when the commands "sh run", "conf t" and "wr me" are typed. The trap details show different sources and destinations for each event, and the line:
ccmHistoryEventConfigDestination.478=3
is what I'd like to match. The problem is the incrementing number (478 in this case). Filter conditions do not seem to support regular expressions, so my attempt to use:
ccmHistoryEventConfigDestination.[0-9]+=3
has not worked.
Ideally, I could just use ccmCLIRunningConfigChanged, but the Trap Viewer is not showing this trap type.
Can anyone offer any advice?
By the way, I have checked the documentation, which is not accurate for RTCD using SNMP.
Thanks!