Retrieving Event Stream via SES API
Scenario and Goal We want to retrieve real-time event streams from Symantec Endpoint Security (SES) and output them locally or forward them to a log platform. This article demonstrates how to: 1. Create a...
Scenario and Goal We want to retrieve real-time event streams from Symantec Endpoint Security (SES) and output them locally or forward them to a log platform. This article demonstrates how to: 1. Create a...
Playwright is a browser automation tool released by the Microsoft team. Another popular tool similar to it is Selenium. Playwright has a significant advantage in recording and generating code. Installation Generate code We can...
I have multiple remote Ubuntu servers for running Python scripts. Before that, I had two choices, using SSH to login remotely for development, or copying file to the remote servers after local development. But...
Given that telnet sends data in clear text, we prefer to use SSH instead of telnet for security reasons. This article does not recommend using telnet to connect to AireOS WLC, but hopes that...
Basic Concepts of RESTCONF Derived from Netconf Model definition in YANG The request/response data is XML or JSON Using HTTPS methods(GET / PATCH / POST / DELETE / PUT) RESTCONF URI format: /<api-entry>/<resource-type>/<yang-module:resource> Yang...
snmp-cmds example pysnmp example
Paramiko example: Netmiko example: Common error: If the Python file name is paramiko.py or netmiko.py, the following error will occur. Changing the file name can solve this problem.
In this article I will discuss how to use Netconf API + Grafana + InfluxDB to monitor IOS-XE devices, such as Cisco Catalyst 9800 Series Wireless Controllers or Cisco Cloud Services Router 1000V Series....
In the previous article I installed Ansible on Ubuntu, in this article I will discuss how to use Ansible. There are two ways for Ansible to perform tasks, ad-hoc and playbook. Here I will...
The installation environment is Ubuntu 19.10. Upgrade packages Install Ansible Verification ansible.cfg: This is the ansible configuration file.hosts: The hosts file includes the device information( IP address, etc.). Documentation Installing Ansible on Ubuntu https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-ansible-on-ubuntu
EEM can be used for monitoring, or triggered by specified conditions (change configuration, etc.). The following is Cisco official document. Embedded Event Manager (EEM) is a distributed and customized approach to event detection and...
Updated on May 21, 2020: If you are looking for C9800 wireless controller automation, please refer to my following article, I hope this helps you.Monitoring IOS-XE device with Netconf API + Grafana + InfluxDB...
I have some virtual machines for testing, but these machines are offline and cannot connect to the Internet. I was having trouble installing the Python module. I can use whl file to install the...
In the post “Logging into WLC GUI with Python” I showed how to use Python to log in to the WLC GUI. In this post we will go a step further and learn to...
If we need to automate the WLC GUI, I think the best automation application is Selenium. In this article I will try to describe in detail how to use Selenium to log into the...
Recent Comments