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