try:
        cmd = "Cli -p2 -c 'show running-config'"
        data['running-config'] = subprocess.check_output(cmd, shell=True)
    except: