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.
Greetings!Initially I tried to perform this using the python request module and experienced an issue while trying to work through the response.links (for next page) so I spun up a python venv to test this on the python meraki sdk and experienced simi...
Community, Example of Syslog Message:*Mar 5 15:06:57.694: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet1/0/9 (1), with 100_testValidate GigabitEthernet0/18 (255). I want to take this syslog message and then send ios_...
Greetings community, For some reason event manager was removed from the features on:C9407RCisco IOS XE Software, Version 16.10.01 So EEM is not an option as that would make this easy. So I'm attempting to use the python guest shell to capture syslog ...
Greetings community, My 4510 cisco switch acts as a dhcp and bootfile server for my switches connected to it.I want to move the configs to a usb instead of saving them all on the bootflash.Is it possible to encrypt a usb so that all my configurations...
Greetings community, I'm working on an event manager applet to is triggered by a syslog message for a:%CDP-4-NATIVE_VLAN_MISMATCH Then it captures the interface that generated the error and changes it to the appropriate VLAN. event manager applet na...
Hi ricardo-rojas,I use both of these api requests frequently without fail.One thing I will mention, if the device has never been online regardless of its configuration, the value for the key 'lanIp' will be None and give you the KeyError. I believe t...
It does not."Please note, this package[eem] is ONLY for EEM Python Scripts."EEM feature is not available for me otherwise I'd just use that.>>> import eemPlease note, this package[eem] is ONLY for EEM Python Scripts
Thank you for your response. Let me clarify just a little: syslog on a 4510+E that is running the applet: %CDP-4-NATIVE_VLAN_MISMATCH: Native VLAN mismatch discovered on GigabitEthernet1/41 (1), with test_switch TenGigabitEthernet1/1/4 (150). I want ...