|
debug plugins network_discovery snmp-walk [oid <oid>] [retries <retries>] [timeout <timeout>] [use-config] [use-service-route] [version <version>] ip-address <ip-address>
|
Runs a diagnostic SNMP walk probe against a single target
and returns a seven-step chain (input, config, route, L3,
L4, auth, get) so that you can pinpoint exactly where an
SNMP failure occurs.
ip-address is required and specifies
the target IP address. oid optionally
overrides the default OID (sysName).
retries sets the number of retries
on timeout, and timeout sets the
per-attempt timeout in milliseconds. Include
use-config to reuse the matching SNMP
profile from the running config instead of supplying
credentials on the command line. Include
use-service-route to apply the
configured service routes for the source IP.
version selects the SNMP version to
use.
|