snmptranslate [<snmpcmd_common_options>] -m <MIBModule(s)> {-Tp|-Td} {-Oa|-On} [-IR] OID [OID]...
Traversing an OID using the Tree View:
$ snmptranslate -m INFOHUB-1-MIB -Tp | less +--gtm(2) | +--infohub(1) | +--profile1(2) | +--profile1curr(1) | | | +--profile1uatenv1curr(641977582) | | | +--profile1uatenv1Syslogcurr(1) | | | | | +-- -R-- String profile1uatenv1SyslogGTMcurr(159) | | +-- -R-- String profile1uatenv1SyslogGTMFatalcurr(265) | | +-- -R-- String profile1uatenv1SyslogAllcurr(314) | | +-- -R-- String profile1uatenv1SyslogGTMFailcurr(323) | | +-- -R-- String profile1uatenv1SyslogGTMsecshrcurr(358) | | +-- -R-- String profile1uatenv1SyslogGTMKillcurr(979) | | +-- -R-- String profile1uatenv1SyslogJNLACCESScurr(150372826) | | +-- -R-- String profile1uatenv1SyslogGBLOFLOWcurr(150372882) | | +-- -R-- String profile1uatenv1SyslogGTMSECSHRDMNSTARTEDcurr(150373907) | | +-- -R-- String profile1uatenv1SyslogJNLSPACELOWcurr(150375771) | | +-- -R-- String profile1uatenv1SyslogGTMSECSHRSRVFcurr(150376298) | | +-- -R-- String profile1uatenv1SyslogGTMASSERTcurr(150376532) | | +-- -R-- String profile1uatenv1SyslogTPRESTARTcurr(150376595) | | +-- -R-- String profile1uatenv1SyslogMUTEXLCKALERTcurr(150376920) | | +-- -R-- String profile1uatenv1SyslogGTMSECSHRcurr(150376938) | | +-- -R-- String profile1uatenv1SyslogDBFILEXTcurr(150377491) | | +-- -R-- String profile1uatenv1SyslogJNLFSYNCERRcurr(150377498) | | +-- -R-- String profile1uatenv1SyslogDBFSYNCERRcurr(150378082) | | +-- -R-- String profile1uatenv1SyslogNOSPACECREcurr(150378762) | | +-- -R-- String profile1uatenv1SyslogOUTOFSPACEcurr(150378788) | | +-- -R-- String profile1uatenv1SyslogTPNOTACIDcurr(150378867) | | +-- -R-- String profile1uatenv1SyslogDBDANGERcurr(150378976) | | +-- -R-- String profile1uatenv1SyslogREQ2RESUMEcurr(150379035) | | +-- -R-- String profile1uatenv1SyslogSUSPENDINGcurr(150379139) | | +-- -R-- String profile1uatenv1SyslogSTUCKACTcurr(150381523) | | +-- -R-- String profile1uatenv1SyslogGTMASSERT2curr(150382164) | | +-- -R-- String profile1uatenv1SyslogREPLINSTFROZENcurr(150382650) | | +-- -R-- String profile1uatenv1SyslogREPLINSTUNFROZENcurr(150382667) | | | +--profile1uatenv1RegReplFetchcurr(583368784)
The InfoHub Configuration File entries for profile1uatenv1SyslogDBFILEXTcurr.0
can be as follows:
InfoHub Component |
Name |
InfoHub Configuration File entry |
---|---|---|
InfoHub |
profile1 |
|
Publisher |
uatenv1 |
|
Xline |
syslog |
|
InfoDict Item |
DBFILEEXT |
|
These entries are tied together in the InfoHub Configuration File as follows:
InfoHub:profile1:2 Publisher:Instances:uatenv1:::infogleaner:1000:1000 FileLine:Xline:Syslog:1:uatenv1:/var/log/messages:2:1:a??$char(30):a??PreExpr^FLGleaner:a??InfoExpr^FLGleaner InfoDict:Instances InfoDictItem:Instances:uatenv1::: InfoDict:SyslogParent:1:Instances InfoDictItem:SyslogParent:Syslog:1::: // All syslog messages InfoDict:SyslogAll::SyslogParent InfoDictItem:SyslogAll:All:314:::All syslog messages // All GT.M syslog messages InfoDict:SyslogGTM::SyslogParent InfoDictItem:SyslogGTM:GTM:159:::All GT.M syslog messages // All fatal syslog messages InfoDict:SyslogFatal::SyslogParent InfoDictItem:SyslogFatal:GTMFatal:265:::All fatal syslog messages // Individual syslog message paths InfoDict:SyslogIndividual::SyslogParent InfoDictItem:SyslogIndividual:JNLACCESS:150372826::String InfoDictItem:SyslogIndividual:GBLOFLOW:150372882::String InfoDictItem:SyslogIndividual:GTMSECSHRDMNSTARTED:150373907::String InfoDictItem:SyslogIndividual:JNLSPACELOW:150375771::String InfoDictItem:SyslogIndividual:GTMSECSHRSRVF:150376298::String InfoDictItem:SyslogIndividual:GTMASSERT:150376532::String InfoDictItem:SyslogIndividual:TPRESTART:150376595::String InfoDictItem:SyslogIndividual:MUTEXLCKALERT:150376920::String InfoDictItem:SyslogIndividual:GTMSECSHR:150376938::String InfoDictItem:SyslogIndividual:DBFILEXT:150377491::String
Displaying full details of an OID:
$ snmptranslate -m INFOHUB-1-MIB -Td -IR -Oa profile1uatenv1SyslogGTMcurr INFOHUB-1-MIB::profile1uatenv1SyslogGTMcurr profile1uatenv1SyslogGTMcurr OBJECT-TYPE -- FROM INFOHUB-1-MIB SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "All GT.M syslog messages" ::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) fis(16830) profile(6) gtm(2) infohub(1) profile1(2) profile1curr(1) profile1uatenv1curr(641977582) profile1uatenv1Syslogcurr(1) 159 }
This example displays all details associated with profile1uatenv1SyslogGTMcurr
.
Displaying an OID in numeric form:
$ snmptranslate -m INFOHUB-1-MIB -IR -On profile1uatenv1SyslogGTMcurr .1.3.6.1.4.1.16830.6.2.1.2.1.641977582.1.159
This example displays profile1uatenv1SyslogGTMcurr
in numeric form.