For what it is worth, I see this issue occasionally even when I specify
'.1' ... generally on implementations from minor vendors
I end up doing the following ...
snmpwalk -c public {host} .iso > host.walk
snmpwalk -c public {host} enterprises.{foo} >> host.walk
And even that doesn't always 'cov
On Fri, Jun 28, 2013 at 5:10 PM, Robson, Alan wrote:
> Hi all,
>
> ** **
>
> This seems like such a basic thing, so I apologize if I’ve missed a
> previous response.
>
> ** **
>
> I’ve successfully implemented a subagent for my custom MIB. I can snmpwalk
> it if I specify a suitable start
Hi all,
This seems like such a basic thing, so I apologize if I've missed a previous
response.
I've successfully implemented a subagent for my custom MIB. I can snmpwalk it
if I specify a suitable starting point in my custom MIB, I can snmpget objects
etc. It all works just fine.
However if I