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
There are many companies that manage an incredible numbers of wordpress installations for customers. So from now, you can offer their customers a nice WordPress statistics Grafana dashboard without sharing access details to WordPress admin panel. Up to you if you want share WordPress statistics Grafana dashboard to you costumers for free or pay! The…
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…
There are many companies that offer cars to their employees on a daily work. So maybe it’s a good idea to have vehicle data on the Grafana Labs dashboard. This way you can query and control the status vehicle. Exemple. the vehicle’s is locked, secured, brake fluid, oil and checks if the vehicle’s status is…
If you don’t know what is Grafana klikk here. My video showing you how you can easily create your own dashboard by getting data via MySQL, without installing Grafana. Also showing you how you can edit, change visualization and some cool settings. Create a free trail Grafana Cloud Input MySQL login information into Grafana Data…
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…
Er du en av de som elsker å benytte Finn.no. Da har du nå mulighet til å laste ned denne utvidelsen på Chrome web store, som jeg har laget og gir deg raskere søking på finn.no Utvidelsen gir deg en rask måte å søke på Torget, Bil, Båt, MC, Firma, Jobb, Bolig Salg/Leie, Næringseiendom til…
Sometime you need a script or a program that can automatic generate a new DNA Center token to let you run your network automation API or query DNA Center. I wrote a solution for that as Bash Script, simple and easy to understand my coding. All agree that Bash doesn’t have as many luxuries as…