Python Api  IE10.1
Namespaces | Functions | Variables
liveaccess.py File Reference

Namespaces

 liveaccess
 

Functions

def liveaccess.snmpgetfromdevice (device, oid_list)
 snmp get from device More...
 
def liveaccess.snmpwalk (hostname, oid, max_entry)
 snmp walk More...
 
def liveaccess.snmpgetbulk (hostname, oid_list, non_reps, max_reps)
 snmp get bulk More...
 
def liveaccess.snmpgettable (hostname, oid, entry_oid)
 snmp get table More...
 
def liveaccess.snmpgetfromip (ip, pSnmpInfo, oid_list, apid)
 snmp get from ip More...
 
def liveaccess.snmpwalkfromip (ip, pSnmpInfo, oid, apid, max_entry)
 snmp walk from ip More...
 
def liveaccess.snmpgetbulkfromip (ip, pSnmpInfo, oid_list, apid, non_reps, max_reps)
 snmp bulk from ip More...
 
def liveaccess.snmpgettablefromip (ip, pSnmpInfo, oid, entry_oid, apid)
 snmp get table from ip More...
 
def liveaccess.cligetcmdfromdevice (device, command_list)
 cli get cmd from device More...
 
def liveaccess.cligetcmdfromdevicewithloginscript (device, command_list, login_script)
 cli get cmd from device with login script More...
 

Variables

 liveaccess.str_stack = traceback.format_exc();