Example #1
0
def main():
    d = get_device("192.168.0.225")
    print dict(d.system)
Example #2
0
def main():
    d = get_device("192.168.0.225")
    print dict(d.system)
Example #3
0
def play(ip):
    d = get_device(ip)
    print "System Contact is", d.system.sysContact
    print "Now set to 'Admin of " + str(ip)
    d.system.sysContact = 'Admin of ' + str(ip)