Unisphere-Data-SNMP-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: Unisphere-Data-SNMP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 usdSnmpMIB 1.3.6.1.4.1.4874.2.2.16
MIB objects for configuring SNMP-based management access into Juniper routing switch products.
       usdSnmpObjects 1.3.6.1.4.1.4874.2.2.16.1
           usdSnmpGeneral 1.3.6.1.4.1.4874.2.2.16.1.1
               usdSnmpMaxPduSize 1.3.6.1.4.1.4874.2.2.16.1.1.1 integer32 read-write
The maximum sized SNMP PDU, in bytes, that this agent is capable of handling. The default is 1500 bytes. The possibility of IP fragmentation should be considered when setting this object to large values.
               usdSnmpInterfaceMode 1.3.6.1.4.1.4874.2.2.16.1.1.2 integer read-write
The interface table mode for the SNMP agent(s) associated with this system. usdSnmpInterfaceModeVerbose(1) - the standard ifTable, ifXTable and ifStackTable contain entries for every standard and proprietary interface type supported by this system. usdSnmpInterfaceModeCompress(2) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Certain interface types like HDLC and IP and others are excluded from the standard tables but are manageable from proprietary MIBs. usdSnmpInterfaceModeEnhanced(3) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Enhanced mode cannot by configured at this time via SNMP. Attempts to set this value will fail. Enumeration: 'usdSnmpInterfaceModeCompress': 2, 'usdSnmpInterfaceModeVerbose': 1, 'usdSnmpInterfaceModeEnhanced': 3.
               usdSnmpInterfaceCompress 1.3.6.1.4.1.4874.2.2.16.1.1.3
                   usdSnmpIntfCompCompressed 1.3.6.1.4.1.4874.2.2.16.1.1.3.1 truthvalue read-write
true(1) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Certain interface types like HDLC and IP and others are excluded from the standard tables but are manageable from proprietary MIBs. false(2) - the standard ifTable, ifXTable and ifStackTable contain entries for every standard and proprietary interface type supported by this system.
                   usdSnmpIntfCompEnhanced 1.3.6.1.4.1.4874.2.2.16.1.1.3.2 octet string read-write
This object governs which interface types are visable to SNMP management clients that use the standard ifTable, ifXTable and ifStackTable. The object is a variable length octet string that is interpreted as a bit mask. Each bit respresents a specific Unisphere interface type that can be included or excluded in the standard interface tables. For each bit position in each octet of the string, a '1' or '0' indicates the corresponding interface type is either removed (compressed) from the standard interface MIB tables, or included respectively. Individual bit definitions follow the UsdIfType convention defined in the Unisphere-Data-IF-MIB. For example, ip(0) and ppp(1) correspond to bit definitions 0 and 1 respectively. In each octet, bit 0 is least significant, bit 7 most significant.
                   usdSnmpIntfCompEnhancedDisplay 1.3.6.1.4.1.4874.2.2.16.1.1.3.3 octet string read-only
This object displays the excluded interface types in human readable form. Three dots (...) at the end of display string indicates that the output has been truncated.
                   usdSnmpIntfCompRestricted 1.3.6.1.4.1.4874.2.2.16.1.1.3.4 usdsnmpintfcomprestrictedmask read-write
This object governs which interface instances appear to SNMP management clients that use the standard ifTable, ifXTable and ifStackTable. The control is based on a set of interface restrictions defined by UsdSnmpInterfaceModeRestrictedMask. For each bit position in each octet of the string, a '1' or '0' controls whether an interface instance that matches the restriction is removed or included in the standard interface MIB tables. For example, setting the value of this object to 1 will remove all interface instances with an ifAdminStatus(2). In each octet, bit 0 is least significant, bit 7 most significant.
                   usdSnmpIntfCompRestrictedDisplay 1.3.6.1.4.1.4874.2.2.16.1.1.3.5 octet string read-only
This object displays the restrictions in human readable form. Three dots (...) at the end of display string indicates that the output has been truncated.
               usdSnmpProxyStatus 1.3.6.1.4.1.4874.2.2.16.1.1.4 usdenable read-write
Enable/disable SNMP proxy between virtual routers.
           usdSnmpCommunity 1.3.6.1.4.1.4874.2.2.16.1.2
               usdSnmpCommunityTable 1.3.6.1.4.1.4874.2.2.16.1.2.1 no-access
Table of SNMP management clients. Authentic SNMP clients are identified by a combination community name and IP address. Upon receipt of an SNMP request, this table is scanned for a matching community name. If an entry containing a matching community name is found, the entry's IP access list, if nonzero, is used to validate the source IP address received in the request; else, if the IP access list number in the matching entry is zero, the source IP address is accepted. Finally, the type of SNMP request is validated with respect to the access privilege of the matching entry (e.g. a SET Request is rejected for an entry having read-only privilege). Use of this table constitutes 'trivial authentication', i.e., no mechanism is employed to confirm the received SNMP request was indeed originated by the host identified by the IP source address.
                   usdSnmpCommunityEntry 1.3.6.1.4.1.4874.2.2.16.1.2.1.1 no-access
A table entry describing an authentic SNMP Community.
                       usdSnmpCommunityName 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.1 usdsnmpcommunityname read-only
An SNMP community name.
                       usdSnmpCommunityRowStatus 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.2 rowstatus read-only
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.
                       usdSnmpCommunityPrivilege 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.3 integer read-only
The access privilege for an SNMP Community authenticated by this entry (used in conjunction with MIB view as specified via usdSnmpCommunityView). readOnly Read-only access to MIB with associated view. readWrite Read-write access to MIB with associated view. admin Read-write access to entire MIB (for backward compatibility, automatically defaults to 'everything' view and 'readWrite' privilege). Enumeration: 'readWrite': 2, 'admin': 3, 'readOnly': 1.
                       usdSnmpCommunityAccessList 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.4 integer32 read-only
If nonzero, the number of an IP access list that describes the IP hosts permitted SNMP management access to this device via the corresponding community name contained in this entry.
                       usdSnmpCommunityAccessListName 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.5 usdsnmpaccesslistname read-only
If not null, the name of an IP access list that describes the IP hosts permitted SNMP management access to this device via the corresponding community name contained in this entry.
                       usdSnmpCommunityView 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.6 integer read-only
The view associated with an SNMP Community authenticated by this entry. everything Access to the entire MIB. user Access to non-administrative portions of MIB. nothing No access. 'Administrative' portions of the MIB are those portions that pertain to management access into the managed device. Enumeration: 'nothing': 3, 'everything': 1, 'user': 2.
           usdSnmpTrap 1.3.6.1.4.1.4874.2.2.16.1.3
               usdSnmpTrapGlobalFilter 1.3.6.1.4.1.4874.2.2.16.1.3.1 usdsnmptrapmask read-write
This object provides global control over trap generation by this agent. For each bit position, a '1' or '0' indicates the corresponding trap category is enabled or disabled, respectively.
               usdSnmpTrapSource 1.3.6.1.4.1.4874.2.2.16.1.3.2 integer32 read-write
The ifIndex of the interface whose IP address is used as the source IP address for outbound SNMP traps. If zero, no interface is specified, the mechanism for selecting a source IP address is implementation-dependent, and may vary with each trap sent.
               usdSnmpTrapHostTable 1.3.6.1.4.1.4874.2.2.16.1.3.3 no-access
Table of SNMP Trap recipient.
                   usdSnmpTrapHostEntry 1.3.6.1.4.1.4874.2.2.16.1.3.3.1 no-access
A table entry describing an SNMP Trap recipient.
                       usdSnmpTrapHostIpAddress 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.1 ipaddress read-only
IP address of an authorized SNMP Trap recipient. This must be a host IP address.
                       usdSnmpTrapHostRowStatus 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.2 rowstatus read-only
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported.
                       usdSnmpTrapHostUdpPort 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.3 integer32 read-only
The destination UDP port to which traps will be sent.
                       usdSnmpTrapHostCommunity 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.4 usdsnmpcommunityname read-only
An SNMP community name to be used in traps sent to this destination.
                       usdSnmpTrapHostProtocolVersion 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.5 integer read-only
The format of the SNMP trap PDU to be sent to this trap destination. v1 Trap-PDU defined in RFC1157, encapsulated in the message structure also defined in RFC1157. v2c SNMPv2-Trap-PDU defined in RFC1905, encapsulated in the message structure defined in RFC1901. v3 SNMPv2-Trap-PDU defined in RFC1905, encapsulated in the message structure defined in RFC2571. Enumeration: 'v2c': 1, 'v1': 0, 'v3': 2.
                       usdSnmpTrapHostFilter 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.6 usdsnmptrapmask read-only
Bit mask designating the specific trap types enabled for transmission to this trap destination. For each bit position, a '1' or '0' indicates the corresponding trap type is enabled or disabled, respectively. Note, trap generation is further constrained by the value usdSnmpTrapGlobalFilter.
                       usdSnmpTrapHostSends 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.7 counter32 read-only
The number of traps submitted for transmission to this destination.
                       usdSnmpTrapHostDiscards 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.8 counter32 read-only
The number of trap requests that were discarded. A trap may be discarded because the trap type is either not a configured type in usdSnmpTrapHostFilter, or because the traps's priority is below the minimum trap severity filter defined by usdSnmpTrapHostSeverityFilter.
                       usdSnmpTrapHostSeverityFilter 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.9 usdtrapseverity read-only
The minimum severity value an snmp trap must have in order to be forwarded to this host.
               usdSnmpTrapProxy 1.3.6.1.4.1.4874.2.2.16.1.3.4 truthvalue read-write
The configuration setting for snmp trap proxying. Enabling this management object configures the associated SNMP agent to proxy internally generated traps. Note that some implementations may support a single snmp trap proxy per system.
               usdSnmpTrapTrapSeverity 1.3.6.1.4.1.4874.2.2.16.1.3.5 usdtrapseverity no-access
The severity level of the trap.
               usdSnmpTrapGlobalDiscards 1.3.6.1.4.1.4874.2.2.16.1.3.6 counter32 read-only
The number of trap requests that were discarded. A trap may be discarded because the trap type is either not globally configured in usdSnmpTrapGlobalFilter, or because the traps's priority is below the minimum trap severity filter defined by usdSnmpTrapGlobalSeverityFilter.
               usdSnmpTrapGlobalSeverityFilter 1.3.6.1.4.1.4874.2.2.16.1.3.7 usdtrapseverity read-write
Traps flow through two levels of filtering: global and then host. The value of this object defines the global minimum severity level a trap must have in order to be forwarded to the host level trap processing. A trap will be discarded and counted in usdSnmpTrapGlobalDiscards if its severity level is less then the value of this object.
           usdSnmpAuthFailId 1.3.6.1.4.1.4874.2.2.16.1.4
               usdSnmpAuthFailIdIpAddress 1.3.6.1.4.1.4874.2.2.16.1.4.1 ipaddress no-access
The source IP address contained in a received SNMP request that failed authentication.
               usdSnmpAuthFailIdUdpPort 1.3.6.1.4.1.4874.2.2.16.1.4.2 integer32 no-access
The source UDP port contained in a received SNMP request that failed authentication.
               usdSnmpAuthFailIdCommunity 1.3.6.1.4.1.4874.2.2.16.1.4.3 octet string no-access
The SNMP community contained in a received SNMP request that failed authentication.
               usdSnmpAuthFailIdReason 1.3.6.1.4.1.4874.2.2.16.1.4.4 integer no-access
The reason a received SNMP request failed authentication: other Unspecified reason. badCommunityName The community is not recognized. badCommunityUse The community does not have privilege for the SNMP request type (e.g. SET request with a community having read-only privilege). hostDenied The host IP address was denied by the community's associated access list. Enumeration: 'hostDenied': 3, 'other': 0, 'badCommunityName': 1, 'badCommmunityUse': 2.
       usdSnmpConformance 1.3.6.1.4.1.4874.2.2.16.2
           usdSnmpCompliances 1.3.6.1.4.1.4874.2.2.16.2.1
               usdSnmpCompliance 1.3.6.1.4.1.4874.2.2.16.2.1.1
Obsolete compliance statement for entities which implement the Unisphere SNMP MIB. This statement became obsolete when View support and Named Access List support were added.
               usdSnmpCompliance2 1.3.6.1.4.1.4874.2.2.16.2.1.2
Obsolete compliance statement for entities which implement the Unisphere SNMP MIB. This statement became obsolete when usdSnmpInterfaceMode was added.
               usdSnmpCompliance3 1.3.6.1.4.1.4874.2.2.16.2.1.3
Obsolete compliance statement for entities which implement the Unisphere SNMP MIB. This statement became obsolete when support for interface compress, trap severities and trap severity filtering was added and usdSnmpInterfaceMode was obsoleted.
               usdSnmpCompliance4 1.3.6.1.4.1.4874.2.2.16.2.1.4
The compliance statement for entities which implement the Unisphere SNMP MIB. This statement became obsolete when support for SNMP proxy enable/disable was added.
               usdSnmpCompliance5 1.3.6.1.4.1.4874.2.2.16.2.1.5
The compliance statement for entities which implement the Unisphere SNMP MIB.
           usdSnmpGroups 1.3.6.1.4.1.4874.2.2.16.2.2
               usdSnmpGroup 1.3.6.1.4.1.4874.2.2.16.2.2.1
Obsolete collection of management objects pertaining to SNMP Agent capability in a Unisphere product. This group became obsolete when View support and Named Access List support were added.
               usdSnmpAuthFailGroup 1.3.6.1.4.1.4874.2.2.16.2.2.2
A collection of management objects pertaining to an SNMP authentication failure in a Unisphere product.
               usdSnmpGroup2 1.3.6.1.4.1.4874.2.2.16.2.2.3
Obsolete collection of management objects pertaining to SNMP Agent capability in a Unisphere product. This group became obsolete when usdSnmpInterfaceMode was added.
               usdSnmpGroup3 1.3.6.1.4.1.4874.2.2.16.2.2.4
Obsolete collection of management objects pertaining to SNMP Agent capability in a Unisphere product. This group became obsolete when support for interface compress, trap severities and trap severity filtering was added and usdSnmpInterfaceMode was obsoleted.
               usdSnmpGeneralGroup 1.3.6.1.4.1.4874.2.2.16.2.2.5
Obsolete collection of management objects pertaining to general SNMP Agent capabilities in a Unisphere product. This group became obsolete when proxey enable/disable support was added.
               usdSnmpAccessGroup 1.3.6.1.4.1.4874.2.2.16.2.2.6
A collection of management objects pertaining to SNMP Agent access capabilities in a Unisphere product.
               usdSnmpTrapGroup 1.3.6.1.4.1.4874.2.2.16.2.2.7
A collection of management objects pertaining to SNMP Agent trap capabilities in a Unisphere product.
               usdSnmpGeneralGroup2 1.3.6.1.4.1.4874.2.2.16.2.2.8
A collection of management objects pertaining to general SNMP Agent capabilities in a Unisphere product.