I was able to create a test.py application/process that uses pexpect with /exos/bin/ssh similarly to your script and I used a UPM profile and timer to restart it every 5 minutes. It worked.
Here is the UPM configuration:
## Module upm configuration...
So it looks like the purpose of this is to have a core switch ssh into downstream connected switches and save their configurations periodically right?
I'll take your script and attempt to make it into a python EXOS application process instead. I'll ...
Without ipforwarding enabled, a switch will receive a packet on a VLAN interface and will respond if the packet is directed to an IP address assigned to one of its VLAN interfaces where that VLAN is enabled and up (either in loopback mode or has acti...