Python script freezes on "show vlan" command
I am trying to get the output of "show vlan " so I can manipulate the data in a python script, yet my script stalls on the following line: exsh.clicmd("show vlan", True) When I kill the script I get the following error: TypeError: 'NoneType' object ...