Re: snmpwalk from root does not reach subagent

2013-07-09 Thread Stuart Kendrick
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

Re: snmpwalk from root does not reach subagent

2013-07-02 Thread Bill Fenner
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

snmpwalk from root does not reach subagent

2013-06-29 Thread Robson, Alan
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