[mrtg] cfgmaker with snmp3 bintec - authentification

Steve Shipway s.shipway at auckland.ac.nz
Fri Sep 12 00:02:58 CEST 2008


> ok. - cfgmaker know to use the protocol v3 - then this:
> cfgmaker --username=`read` --authpassword=`secretword`
> --authprotocol=`md5` 192.168.33.254:161::::3
> output: nothing - no reaction...

It may just be a typo, but make sure you have the normal quotes: ' rather than backquotes: ` in your command.  Backquotes have a different meaning to the shell and may confuse things.  For example, 'read' is a shell command that waits for input, and backquotes will try to execute it, so your command will hang waiting for input... which is what you are experiencing, yes?

Steve



More information about the mrtg mailing list