Net-SNMP search for a mib
If you want to find an OID for a specific setting you can search all your MIBs
snmptranslate -Of -TB ".*Octet"
This will tell you the full path of any OIDs that match your regexp search.
If you want to find an OID for a specific setting you can search all your MIBs
snmptranslate -Of -TB ".*Octet"
This will tell you the full path of any OIDs that match your regexp search.