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.
Hi All,
I have been trying to register and monitor nexus 7700 switch for 3 days.
But i couldn't success to monitor it.
Even though I installed license related server based and assigned it to nexus 7700, it haven't work properly.
I attached a file p...
Hi, All
I want to make TCL script for EEM to check load of interfaces in CRS router.
But I've stuck in difficult to find a way to check all active interfaces in the router.
I am trying to use a below script but it haven't worked well.
I want to lever...
Hi All,
I've been making EEM scripts for a workaround of ITD function but i face with problem not to adopt all EEM policies.
Below are EEM Configurations and accounting logs.
How should I modify EEM policy or another configurations?
event manager ...
Hi, All
I want to adopt EEM as workaround for a resilient hash function of ITD.
It was working fine in case under 16 nodes down but it wasn't working properly over 16 nodes down.
I guess it is caused by vty session limit.
So I already add "end" comma...
Hi, All
I'd like to make existing EEM applets simple by Tcl or python scripts.
To monitor nodes in an ITD service, i configure an EEM applet per a node.
But the nodes keep adding so EEM applets are also added as many as nodes.
For that reason EEM con...
I always thank for your thorough support.
In NX-OS case, It doesn't support eem library supported on another OS.
So how to send syslog messages with a Tcl script working on a NX-OS platform.
Thank you.
Thank you for reply.
I modified the script futher with your guide.
Is it better ?
I have some problem not to have a test mechine so i need to check the script before it will be implemented to customer's production environment.
::cisco::eem::event_re...
I modified my script more
Please check it and give me your opinions.
Thank you so much.
namespace import ::cisco::eem::*namespace import ::cisco::lib::*
set ports [exec sh ip int br]foreach line [split $ports "\n"] {
if [regexp {^([A-Za-z0-9]+\/[0-9...
Thank you for your help.
I found out the cause why it reported fail log on accounting logs.
It was duplicated commands that already applied.
But I still have problem that is not to apply all EEM policies for Events triggered.
I am attaching debug log...