Resolved! XMC script stops -> "Error: session exceeded timeout: 30 secs"
Hello, I am running a XMC script to receive the output of show config/sh run against different devices: XOS, VSP, EOS (B-Series, S-Series, ...). cli_result = emc_cli.send("sh config") wfile(devname,cli_result.getOutput()) It works fine ...