def getUsage(): return """\ Usage: %s [OPTIONS] <AGENT> <PARAMETERS> %s%s%s%s%s%s """ % (os.path.basename( sys.argv[0]), main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())
def getUsage(): return """Usage: %s [OPTIONS] <AGENT> <PARAMETERS> %s%s%s%s%s%s GETNEXT options: -C<NEXTOPT> set various application specific behaviours: c: do not check returned OIDs are increasing t: display wall-clock time to complete the request p: print the number of variables found """ % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())
def getUsage(): return "Usage: %s [OPTIONS] <PARAMETERS>\n\ %s%s\ TRANSLATE options:\n\ -T TRANSOPTS Set various options controlling report produced:\n\ d: print full details of the given OID\n\ a: dump the loaded MIB in a trivial form\n\ l: enable labeled OID report\n\ o: enable OID report\n\ s: enable dotted symbolic report\n\ %s\n" % (sys.argv[0], main.getUsage(), mibview.getUsage(), pdu.getReadUsage())
def getUsage(): return "Usage: %s [OPTIONS] <AGENT> <PARAMETERS>\n\ %s%s%s%s\ GETBULK options:\n\ -C BULKOPTS: set various application specific behaviours:\n\ n<NUM> set non-repeaters to <NUM>\n\ r<NUM> set max-repetitions to <NUM>\n\ c: do not check returned OIDs are increasing\n\ t: display wall-clock time to complete the request\n\ p: print the number of variables found\n\ %s%s" % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())
def getUsage(): return """\ Usage: %s [OPTIONS] <PARAMETERS> %s%s TRANSLATE options: -T TRANSOPTS Set various options controlling report produced: d: print full details of the given OID a: dump the loaded MIB in a trivial form l: enable labeled OID report o: enable OID report s: enable dotted symbolic report %s\ """ % (os.path.basename( sys.argv[0]), main.getUsage(), mibview.getUsage(), pdu.getReadUsage())
def getUsage(): return """\ Usage: %s [OPTIONS] <AGENT> <PARAMETERS> %s%s%s%s GETBULK options: -C BULKOPTS: set various application specific behaviours: n<NUM> set non-repeaters to <NUM> r<NUM> set max-repetitions to <NUM> c: do not check returned OIDs are increasing t: display wall-clock time to complete the request p: print the number of variables found %s%s\ """ % (os.path.basename( sys.argv[0]), main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getReadUsage())
def getUsage(): return """\ Usage: %s [OPTIONS] <MANAGER> <PARAMETERS> %s%s%s%s TRAP options: -C<TRAPOPT>: set various application specific behaviours: i: send INFORM-PDU, expect a response %s SNMPv1 TRAP management parameters: enterprise-oid agent generic-trap specific-trap uptime <management-params> where: generic-trap: coldStart|warmStart|linkDown|linkUp|authenticationFailure|egpNeighborLoss|enterpriseSpecific\n\ SNMPv2/SNMPv3 management parameters: uptime trap-oid <management-params> %s""" % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getWriteUsage())
def getUsage(): return "Usage: %s [OPTIONS] <AGENT> <PARAMETERS>\n\ %s%s%s%s%s%s" % (sys.argv[0], main.getUsage(), msgmod.getUsage(), secmod.getUsage(), mibview.getUsage(), target.getUsage(), pdu.getWriteUsage())