snmp-cmds and pysnmp examples
snmp-cmds example pysnmp example
snmp-cmds example pysnmp example
Cisco UI kit is part of DevNet and can be used to develop web applications, here is the GitHub page. Installation Create a folder and clone the UI Kit source from Github. Use the...
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 the past June 8th, I successfully passed the DevNet exam and became Cisco Certified DevNet Professional. This is my first Cisco certificate and it means a lot to me. I hope I can...
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....
Install Grafana Installation Start the server Verification Access to http://{ip address}:3000/, the default username and password is admin/admin. Install InfluxDB Installation Start the server Verification In the next article I will discuss how to...
In the previous article, we discussed how to install Yang Explorer. Now we need to upload Yang Models to the Yang Explorer. Manage Models – Workspace – Add Select the Yang Models file, then...
I am learning DevNet recently, so I installed Yang Explorer on Ubuntu server. The following is the installation process. Install required packages Install Yang Explorer Configure IP address Run Yang Explorer in the background...
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
I often need to open multiple putty sessions. When I need to use it again after a while, sometimes putty has been automatically disconnected. This has troubled me for a long time, and now...
I installed new Ubuntu 19.10 server and realized that I need to use netplan to configure the network. The following is my configuration. Configure the IP address and DNS Configure proxy Save configuration We...
Notepad++ is often used in my work, mainly for analyzing logs. If I can mark some important content in advance, it will greatly improve my work efficiency. So I started the ax-udl project, which...
I am learning C9800 series wireless controller recently. For someone (me) who is familiar with AireOS, everything is new. I sorted out the steps – how to collect debug on C9800. First, we need...
If you are using Cisco Catalyst 9800 Series Wireless Controller, you may not be able to log in to the AP after AP Join and the following error message appears. Probably for security reasons,...
1. Configure AAA Add the ISE address to the 9800 WLC. Configure Server Groups (optional, not required). Configure AAA Method (required), If not configured, authentication will fail, which will be discussed in 6. Verification....
1. Configure WLAN Add WLAN in Configuration> Tags & Profiles> WLANs and configure PSK. Don’t forget to change Status to ENABLED. 2. Configure location Add location, you can also use the existing location. Configure...
Recent Comments