Pre requisites
Python3 installedPython paramiko library installed- Connectivity from PandoraFMS to the target switch
Install python3.8
Updating the system
sudo dnf updateInstall python
sudo dnf install python38Verify installation
python3.8 --versionInstall paramiko library
pip3.8 install paramiko