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.
I have my ACI fabric up, and thats about it.Ive made physical connections to my nexus 5k's and would really like to set up some routing between the new fabric and my legacy network. Reading through the Best Practices routing guide, I find it not help...
I have an issue with the N5k's where a FEX gets a false temp alarm and we have to physically reseat the fex to prevent it from loosing connecton. (B22)
So I think "easy peasy I will set up EEM to send me an email when the alarm presents itself"
Appa...
I've got uccx on a ucs along side callmanager and cup.
troubleshooting some call drops I sniff all the traffic out of the esx to find callman and cup and sending markings as you would expect but uccx is sending cs0 for 100% of its outbound traffic. ...
I thought I was pretty okay with EEM, but then then I dive into NX-OS and the very simple action of sending an email is now gone and I have to write some sort of TCL code to do it.
SO I spent the last 2 hours reading through posts about that very thi...
I have a 7962 sitting at home on VPN and it works flawlessly, that is until I fire up anyconnect on my macbook. As soon as anyconnect is launched the phone resets and disconnects and reconnects and spirals into a loop of completely useless.If I disco...
Thanks Joe!
That cut a great many of the errors down. This is what I have now after adding that.
DAY_CR_CR03# source take4.pyPermission denied. Traceback (most recent call last): File "/bootflash/scripts/take4.py", line 42, in <module> send_emai...
When you say "call" you mean run it right?
when I run it, it just prints the bottom line and doesnt actually send the email. So I believe it is not running the
if len(sys.argv) > 1:
Which seems to be an argument but I profess I dont really understa...
Hi there, thanks for the response.
TAC sent me this one, but sadly it doesnt work. The bottom "print" statement executes but nothing else.
Any thoughts?
#!/bin/env pythonimport osimport sysimport re#set_vrf ('default')if len(sys.argv) > 1: helpca...