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 need to replace the primary 5516 ASA but am confused when it comes to getting the configuration written over to it. I configured the failover interface but I am wondering how to get all configurations written from the secondary (which would be the ...
I'm wondering if the APIC-EM easyqos feature is compatible with a 1941 ISR router ? I was trying with an 1841 router to which I found out it isn't supported. Before I switch routers I wanted to double check as I'm not seeing anything saying this rout...
My goal is to get this TCL file Joe Clarke wrote to not only shutdown not connected ports after x amount of days but to also put a description signifying the port was shutdown due to this script. I've been messing around with the script and can't see...
Hello,
I'm copying the steps here : http://www.mathewjbray.com/uncategorized/cisco-automatic-port-shutdown-and-dead-vlan-setting/
I put both TCL scripts on the switch and then went to enter in the following as stated:
event manager environment suspen...
So I'm reading about using LLDP with EEM but what I am unsure with is how do you define what it should be looking for? For example, have it so the listed configurations in the EEM applet will only apply to interfaces with a phone, not a PC etc. Is th...
Hi Dennis, thank you for that link it is very helpful. My concern now with this link you gave is that the replication to mate is going to be done in the reverse (the primary ASA starts to replicate it's blank config to the secondary). Do you know If ...
Not sure why it isn't working then. It shuts down the port still but skips the description part. I'll have to look into this further because I have it entered exactly as put above, didn't touch anything else.
Thanks for the reply Joe! I tried that before making this post but I only put it in one spot, should I put it in both? This is what I did which I colored in red:
set cli [list "config t"]foreach port [array name suspend_ports] { if { [info exist...