Pre requisites
Python3 installedPython paramiko library installed- Connectivity from PandoraFMS to the target switch
Install python3.8
Updating the system
sudo dnf update
Install python
sudo dnf install python38
Verify installation
python3.8 --version
Install paramiko library
pip3.8 install paramiko