EXTENDED-CAPABILITIES-MIB: View SNMP OID List / Download MIB

VENDOR: DEPARTMENT OF COMPUTER SCIENCE (LIVERPOOL)


 Home MIB: EXTENDED-CAPABILITIES-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
 extendedCapabilitiesMib 1.3.6.1.4.1.1579.42.1.3.2
This MIB module defines a framework for advertising and negotiating the use of extended SNMP capabilities.
     eCapObjects 1.3.6.1.4.1.1579.42.1.3.2.1
         eCapGeneral 1.3.6.1.4.1.1579.42.1.3.2.1.1 extendedcapabilities read-only
The basic set of extended capabilities supported by an agent as a whole. The eCapTable can be used to override this setting for individual MIB subtrees.
         eCapTable 1.3.6.1.4.1.1579.42.1.3.2.1.2 no-access
A table of alternative sets of extended capabilities, supported by particular MIB subtrees of the agent.
             eCapEntry 1.3.6.1.4.1.1579.42.1.3.2.1.2.1 no-access
                 eCapIndex 1.3.6.1.4.1.1579.42.1.3.2.1.2.1.1 unsigned32 no-access
An arbitrary index into the eCapTable.
                 eCapSubtree 1.3.6.1.4.1.1579.42.1.3.2.1.2.1.2 object identifier read-only
The OID that identifies the root of a MIB subtree, supporting different extended capabilities to the agent as a whole.
                 eCapSettings 1.3.6.1.4.1.1579.42.1.3.2.1.2.1.3 extendedcapabilities read-only
The set of extended capabilities supported by the agent for the MIB subtree rooted at eCapSubtree. This value replaces the eCapGeneral for objects within this subtree.
         eReqCapTable 1.3.6.1.4.1.1579.42.1.3.2.1.3 no-access
A 'pseudo-table', used to indicate which varbinds in a request should involve particular extended capabilities. This is not a conventional MIB table, and will not appear in the output of walking the agent.
             eReqCapEntry 1.3.6.1.4.1.1579.42.1.3.2.1.3.1 no-access
                 eReqCapIndex 1.3.6.1.4.1.1579.42.1.3.2.1.3.1.1 unsigned32 no-access
The index of a particular VarBind in the request list, indicating the range of varbinds to which the specified extended capabilit(ies) should be applied.
                 eReqCapabilities 1.3.6.1.4.1.1579.42.1.3.2.1.3.1.2 extendedcapabilities read-only
The extended capabilit(ies) that should be applied to the indicated range of varbinds in the request list.
                 eReqCapRangeStart 1.3.6.1.4.1.1579.42.1.3.2.1.3.1.3 integer read-only
Indicates that the specified extended capabilit(ies) should be applied to all varbinds in the request list from the indicated varbind, up to and including the varbind indicated by the corresponding eReqCapRangeEnd (or the end of the varbind list). The value returned in the response may indicate whether this capability was supported and/or used in processing the request. Enumeration: 'supported': 2, 'other': 1, 'unsupported': 3, 'notUsed': 4.
                 eReqCapRangeEnd 1.3.6.1.4.1.1579.42.1.3.2.1.3.1.4 integer read-only
Indicates that the specified extended capabilit(ies) should be applied to all varbinds in the request list up to and including the indicated varbind, starting from the varbind indicated by the corresponding eReqCapRangeStart (or the beginning of the varbind list). The value returned in the response may indicate whether this capability was supported and/or used in processing the request. Enumeration: 'supported': 2, 'other': 1, 'unsupported': 3, 'notUsed': 4.
                 eReqCapVarBind 1.3.6.1.4.1.1579.42.1.3.2.1.3.1.5 integer read-only
Indicates that the specified extended capabilit(ies) should be applied to the indicated varbind. The value returned in the response may indicate whether the capability was supported and/or used in processing the request. Enumeration: 'supported': 2, 'other': 1, 'unsupported': 3, 'notUsed': 4.
                 eReqCapAllBar 1.3.6.1.4.1.1579.42.1.3.2.1.3.1.6 integer read-only
Indicates that the specified extended capabilit(ies) should be applied to all varbinds in the request list except the indicated varbind(s). The value returned in the response may indicate whether the capability was supported and/or used in processing the request. Enumeration: 'supported': 2, 'other': 1, 'unsupported': 3, 'notUsed': 4.
     eCapConformance 1.3.6.1.4.1.1579.42.1.3.2.2
         eCapGroups 1.3.6.1.4.1.1579.42.1.3.2.2.1
             eCapGeneralGroup 1.3.6.1.4.1.1579.42.1.3.2.2.1.1
Advertising of core extended capabilities.
             eCapSubtreeGroup 1.3.6.1.4.1.1579.42.1.3.2.2.1.2
Advertising of subtree-specific extended capabilities.
             eCapRequetGroup 1.3.6.1.4.1.1579.42.1.3.2.2.1.3
Negotiation of extended capabilities to use.