Salut,
En attendant essaye :
snmpwalk -On -v 2c -c public 192.168.20.10 .1.3.6.1.2.1.2.2.1.2
Pour la conf du fichier, extrait :
1 2 3 4 5 6 7 8 9 10 11 12
| Output Configuration
logTimestamp (1|yes|true|0|no|false)
Whether the commands should log timestamps with their error/message logging or not. Note that output will not look as pretty with timestamps if the source code that is doing the logging does incremental logging of messages that are not line buffered before being passed to the logging routines. This option is only used when file logging is active.
printNumericEnums (1|yes|true|0|no|false)
Equivalent to -Oe.
printNumericOids (1|yes|true|0|no|false)
Equivalent to -On.
dontBreakdownOids (1|yes|true|0|no|false)
Equivalent to -Ob.
[...] |
Partager