Cisco CML2, Breakout UI and access it via SecureCRT
My below video, showing you how you can install and configure Breakout UI and run it under background in Windows as System. And then access CML Lab’s via SecureCRT. Or watch it on YouTube
My below video, showing you how you can install and configure Breakout UI and run it under background in Windows as System. And then access CML Lab’s via SecureCRT. Or watch it on YouTube
A common question from develepore and network engineers is having a Network Operations Center Dashboard for Cisco DNA Center in Grafana. With an overview of network, sites, client health and devices without having to login Cisco DNA Center every time to retrieve data. If you search for it, you will find almost nothing which can…
What do you do when you suddenly get a task to change 100 switches and 20 router’s hostname before taking the weekend or vacation? Do not panic, the solution is Ansible playbook and is very fast. 1. Create an empty YAML file and name it hostname-changer with below codes: — – name: Change hostname hosts:…
I have created a short video, and showing you how easily you can use Meraki API with Postman by using API keys. Get Postman Download Meraki Dashboard API Generate new API access – API keys via Meraki Dashboard X-Cisco-Meraki-API-Key = API keys baseUrl = https://api.meraki.com/api/v0 Watch Video
A very simple and easy Ansible playbook to backup (running-config), on any Cisco Router/Switch devices, and save it with hostname and IP-Address as .cfg Create an empty YAML file and name it backup.yaml with below codes: — – name: Backup Cisco Switches or Router hosts: Cisco connection: local tasks: – name: Collect all facts from…
I am always searched to find the best place to learn Cisco networking in very simple and easy way. Realy, I tested many online learning website free and paid. Finally I found that the NetwokrLessons.com was the best of all i used. Even, Rene Molenaar is my favorite person when become Cisco learning, but the…