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.
Hello, all. I've written a very simple EEM applet with a syslog trigger, looking for a memory leak in IOS-XE code on several 3850 switches. The syslog message successfully triggers the applet, which attempts to send an email as specified. But the ...
Hello,I'm writing an EEM script to detect when a MAC address is added to the MAC address-table and I have a question about how to get the added MAC address and the interface it was added on and set them as variables. I've attached the script and out...
Hello all. I'm looking for some input on how best to handle this situation. I have a large nework with a lot of remote offices where we have limited control over users moving around patch cables. We're using vlan-based QoS in these office to mark vo...
We have several stacks of 3750 switches where this problem is occurring. All of the switches are running IOS version 12.2(50)SE3. (Yes, I know it's old.)We're seeing inconsistency in how the stack reports members when issuing the following commands...
We are investigating VSS as a failover/load balancing solution. Does anyone have experience with Virtual Switching? Any input on if or how it operates with Sun and Microsoft servers? It looks like Sun supports link aggregation, which is based on t...
Hi Joe,
Thanks for the quick response, I appreciate it! I'm running IOS-XE 16.3(2) (soon to be upgraded due to mem leak bug), and EEM 4.0
After receiving your reply I searched for and found detailed docs for the mail action, and see the options ...
Hi Daniel:
Are you still looking for a way to script this? Will you have a consistent mapping of second and third octets? For the new management IP addresses, will the second octet always be 108? And does the third octet increment by one in both ...
The various ways I've tried to extract the MAC and intfc info:array set arr_einfo [event_reqinfo]set macAddr $arr_einfo(mac_address)set intfc $arr_einfo(intf_name)set macAddr $arr_einfo(mac)set intfc $arr_einfo(intf)set macAddr $mac_addressset intfc ...
Our on-site Cisco engineer said that this was a bug, and recommended that we upgrade IOS. Which we did. I haven't seen the problem since. We upgraded to 12.2(55)SE7
I with you. I really dislike the "ignore it, it's only a cosmetic bug" answer. Pay no attention to the man behind the curtain.. I argued with the TAC engineer for a while via email, but he finally just said to upgrade IOS on the 3750's. Which we ...