Skip to main content
Solved

SNMPWALK issues - doesnt parse NUTANIX-MIB.txt

  • April 16, 2019
  • 2 replies
  • 1656 views

Hi,

Shouldn't this work?

code:
[root@mlnsrvmon01 scripts]# snmpwalk -v 3 -l authPriv -a SHA -A secret -u user -x AES -X secret1 10.21.1.10 -m /usr/share/snmp/mibs/NUTANIX-MIB.txt clusterName
NUTANIX-MIB::clusterName = No Such Object available on this agent at this OID

Best answer by MrJohanssons

Solved it by removing TCP 161 and only use UDP 161 under transports in settings.
This topic has been closed for replies.

2 replies

  • Author
  • Voyager
  • Answer
  • April 25, 2019
Solved it by removing TCP 161 and only use UDP 161 under transports in settings.

aluciani
Forum|alt.badge.img+34
  • Chevalier
  • April 25, 2019
Thanks for sharing the result with the community @MrJohanssons