Codebase list braa / 9feef6e
Improve man page Marcos Fouces 3 years ago
2 changed file(s) with 8 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1212 Braa implements its OWN snmp stack, so it does NOT need any SNMP libraries like net-snmp. The implementation is very dirty, supports only several data
1313 types, and in any case cannot be stated 'standard-conforming'! It was designed to be fast, and it is fast. For this reason (well, and also because of my
1414 laziness ;), there is no ASN.1 parser in braa - you HAVE to know the numerical values of OID's (for instance .1.3.6.1.2.1.1.5.0 instead of system.sysName.0).
15
1615 .SH OPTIONS
1716 .TP
1817 .B \-h
4443 .TP
4544 .B \-r <rc>
4645 Retry count (default: 3).
47
4846 .SH QUERY FORMATS
4947 .TP
5048 .B GET: [community@]iprange[:port]:oid[/id]
5250 .B WALK: [community@]iprange[:port]:oid.*[/id]
5351 .TP
5452 .B SET: [community@]iprange[:port]:oid=value[/id]
55
5653 .SH EXAMPLES
5754 .TP
5855 .B $braa public@10.253.101.1:161:.1.3.6.*
6057 .TP
6158 .B $braa 10.253.101.1-10.253.101.254:.1.3.6.1.2.1.1.6.0
6259 Query the whole subnet 10.53.101/24 of for system.sysLocation.0
63
6460 .TP
6561 .B $braa private@10.253.101.1:.1.3.6.1.2.1.1.6.0=sMy network
6662 Tries to set the value of system.sysLocation.0 to "My network" at host 10.253.101.1
63 .SH BUGS AND LIMITATIONS
64 .IP *
65 The only supported datatypes are: integer (gauge, counter, timeticks, etc.) counter64, string, ipaddress, OID. Of course you are free to modify braaasn.c/braaasn.h to support more types...
66 .IP *
67 braa will never send more than 1500 bytes (or a single packet) to a host in a single try. Thus the number of queries that might be sent to a single host is limited. Additionally, if you reach the limit by specifying too many queries, braa will terminate the whole scanning process... I can't tell what the limit exactly is, it just depends on many factors (mainly, the length of OIDs), anyway, 15 queries per hosts sounds dangerous, and better try not to exceed this number.
68 .IP *
69 It is impossible to specify FQDN hostnames - you always have to give IP addresses of hosts... well, I think it'll be corrected in future versions, if there will be ones.
00 braa (0.82-6) UNRELEASED; urgency=medium
11
22 * Bump watch file standard to 4.
3 * Improve man page.
34
45 -- Marcos Fouces <marcos@debian.org> Sat, 13 Feb 2021 00:53:13 +0100
56