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 everyone,I have a query regarding SNMP expressions on my Cisco switch (9300L Layer 3). I recently created new expressions using the following commands:snmp mib expression owner Tunnel10 name destinationexpression 192.168.1.26Now, when I perform...
I have used the EEM commands to create an OID dynamically for my tunnels to be able to monitor them. The commands are provided by Dan Frey (CISCO EMPLOYEE) where I started a conversation in the community (HERE IS THE LINK TO THE TOPIC)event manager a...
Hello Cisco community,I hope you're all doing well. I'm currently working on extending an existing MIB file to include a new OID for a specific network device, and I could use some guidance on the process. I've been a long-time user of Cisco products...
Hello Cisco Community,I hope you are all doing well. I recently acquired a Cisco 9300L-48T-4G-E switch for my network, and I'm facing an issue related to SNMP monitoring. Specifically, the switch does not seem to support the IP-TUNNEL-MIB, which is c...
Hello Cisco Community,I hope you are all doing well. I recently acquired a Cisco 9300L-48T-4G-E switch for my network, and I'm facing an issue related to SNMP monitoring. Specifically, the switch does not seem to support the IP-TUNNEL-MIB, which is c...
Hi guys I solved the problem.As Dan provided a solution for creating a dynamic OID. event manager applet makeOIDs
event timer watchdog time 60
action 010 cli command "enable"
action 020 cli command "show ip int brief | inc Tunnel"
action 030 for...
Mr. Frey,First of all, I would like to thank you for your time and consideration. You made my day. You seem like an expert on this topic. I was just wondering if it is possible for me to add the existing tunnelIfEncapsMethod(1.3.6.1.2.1.10.131.1.1.1....
well, I presume that I want to use the tunnelInetConfigEntry object from the TUNNEL-MIB and I want to add it to the structure of SOME-MIB-FILE-IN-MY-SWITCH. So, I basically need to retrieve some information from that object to make my script keep wor...