Monitoring Client Connected in Aruba with Prometheus and Grafana

This scenario which the environment using mode IAP. please install requirement below apt-get install python python-pip nginx git -y pip-install netmiko prometheus_client Then create a python script to collect data client per AP as IAP Collector, for example the script name “collect_iap.py” then copy the script below root@vm-prom-collector:/home/aruba_os# chmod +x collect_iap.py Define list of devices…

Continue readingMonitoring Client Connected in Aruba with Prometheus and Grafana

Tacacs+ configuration on Linux Debian

The first step in setting up this new TACACS+ server will be to acquire the software from the repositories : root@debian-tacacs:~# apt-get install tacacs+ -y This file is where all the TACACS specifications should reside (user permissions, access control lists, host keys, etc). The first thing that needs to be created is a key for…

Continue readingTacacs+ configuration on Linux Debian

Cisco Nexus Auto Provisioning using POAP

Goal : Requirement Below the topology in Development Environment  Both devices will automatically push configuration based on serial Number.  The following mapping configuration in Nexus 9000v IP SN Switch Name Script Name Script Name 172.19.254.31 9GPNP3P68OD LEAF1R1 poap_nexus_sn.py conf.9GPNP3P68OD 172.19.254.32 91990H4TOLV LEAF2R1 poap_nexus2_sn.py conf.91990H4TOLV Install isc-dhcp-server root@dhcp-server-prov:~$ apt-get installisc-dhcp-server -y Edit isc-dhcp-server configuration in file  /etc/dhcp/dhcpd.conf. In…

Continue readingCisco Nexus Auto Provisioning using POAP