Forum Discussion
Michael_Baker
10 months agoNeophyte
That OID is fine the important part is the context switching when doing the walk. Here is a snippet of the most important part in the AD
props["snmp.community"] = "COMMUNITY-${vrf}".toString()
props["snmp.contextName"] = "CONTEXT-${vrf}".toString()
Map<String, String> result = Snmp.walkAsMap(hostname, ".1.3.6.1.2.1.15.3.1.7", props, 5000)
Then play around with the WildAlias
As for Fortigate we had a similar issue with multiple vDOM’s on SNMPv3 the work around around for that is changing snmp.security on the fly to its original value + “-vdomname”
Related Content
- 10 months ago
- 7 months ago
- 2 years ago