On 10/15/10 10:33 AM, "Arvon Griffiths" <[email protected]> wrote:

> What causes the following:
> 

public not defined on myrouter1
Or an access class restricting source-IP's for snmp
Or snmp version 2 isn't available
Or an snmp view that eliminates the system schema
Or a routing problem
Or a firewall access list between the poller and myrouter1
Or a buggy router firmware that responds with a different source-address
than the destination that was polled.

>  
> cfgmaker pub...@myrouter1 -output ./myrouter1.cfg --snmp-options=':::::2'

Note, you want to put the --snmp-options flag before the router name...
cfgmaker --snmp-options=':::::2' pub...@myrouter1 -output ./myrouter1.cfg

Or alternately, just tack that onto the router name itself:
cfgmaker pub...@myrouter1:::::2 -output myrouter1.cfg

The cfgmaker script can deal with multiple routers on the same command line,
and only options listed before the router are applied to that router...


-- 
Daniel J McDonald, CCIE # 2495, CISSP # 78281


_______________________________________________
mrtg mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg

Reply via email to