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 was looking about for a POAP NX-OS lab after reading the following blog article:https://blogs.cisco.com/developer/with-poap-youll-never-console-into-your-nexus-switches-again Could you advise if this lab has been discontinued or if there is any way...
I'm trying to execute an EEM script on a leaf switch when the following syslog message is generated. LEAF01 %ETHPORT-5-IF_DOWN_LINK_FAILURE: Interface Ethernet1/50 is down (Link failure) Following is what I have configured event manager applet linkdo...
Hi All Another EEM port from me I'm afraid but somehow this does not seem to work under the 9k's. We're running VXLAN and running VSAN across racks. Now there's a limitation with VMware where if the ESXi host sees the host port up when the spine link...
I was wondering whether anyone has some information on how to execute an EEM script on a switch reload before the ports can start forwarding. Effectively the problem is the host ports start forwarding before the bgp session is established and I would...
Hi I am trying to use CURL to get interface stats for a leaf port but not sure of the process with the APIC-Cookie.
curl -X GET -k https://APIC/api/node/mo/topology/pod-1/node-103/sys/phys-[eth1/1]/CDeqptIngrDropPkts5min.json --globoff
{"totalCoun...
In the nexus 9K python cli I'm not able to parse the following syntax cli("conf")cli("int %s" % interface)cli("sh") according to the guide, I need to issue it ascli ("conf ; int %s % interface ; shut") The help only says the following cli(cmd)Execute...
I've got the first scenario working with using the track boolean or command. However still stuck on scenario 2 where while the spine ports are still disabled and the host ports are brought up then EEM does not kick in to reshut the ports. Also it loo...
Ah i just got what you meant on this. https://community.cisco.com/t5/networking-documents/how-to-introduce-large-delays-in-eem-policies/ta-p/3161702 Yes, I'll do so and thanks again for your help with this.