Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Trying to write an EEM script to daily report if any dial-peers are in a busyout state. Nothing seems to work for me. 2921 router running IOS c2900-universalk9-mz.SPA.155-3.M4a.bin
I have built a dial-peer for testing which is always in a busyout s...
still sending the message but the body only has
r01micMAIvg#
where before i deleted the busyout dial-peer the body contained
3333 voip up up 654789 0 syst ipv4:10.10.10.10 busyout
r01micMAIvg#
i moved the action 3.15 end statement to follow the first syslog msg "Found busyout
now i am getting an email message and the second syslog msg "Found busyout message is writing to the log.
action 2.0 cli command "sh dial-peer voice su | in busyo...
i added it and nothing shows in log
i add it following the send message line and still nothing shows
action 2.0 cli command "sh dial-peer voice su | in busyout" action 2.1 regexp "ipv4:[0-9.]+ busyout" "$_cli_result" action 3.0 if $_regexp_result e...