pdu

Python – telnet – automation APC PDU

Python – telnet – automation APC PDU Question: I am attempting to automation turning off connected devices to an APC PDU using python’s built in telnet functionality. I believe I am able to enter in the username and password, but I cannot proceed after that. My code is as follows: telnet_session = telnetlib.Telnet(host=self.apc_ip) self.logger.info(“Entering APC …

Total answers: 2