What does “No more variables left in this MIB View” mean (Linux)?

前端 未结 4 619
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-08 03:25

On Ubuntu 12.04 I am tring to get the subtree of management values with the following command:

snmpwalk -v 2c -c public localhost 

with the las

4条回答
  •  别那么骄傲
    2021-02-08 04:14

    $ snmpwalk -v 2c -c public localhost NET-SNMP-EXTEND-MIB::nsExtendObjects
    NET-SNMP-EXTEND-MIB::nsExtendObjects = No more variables left in this MIB View (It is past the end of the MIB tree)
    

    Also you can get this error while you can trying to see executed scripts I fix that problem to add

    view all    included  .1                               80
    

    line to snmpd.conf than restart service

    Than you will see your output going to change for both input

提交回复
热议问题