SMUX-MIB: View SNMP OID List / Download MIB
VENDOR: UNIX
Home | MIB: SMUX-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).
|
|||
Object Name | OID | Type | Access | Info |
unix | 1.3.6.1.4.1.4 | |||
smux | 1.3.6.1.4.1.4.4 | |||
smuxPeerTable | 1.3.6.1.4.1.4.4.1 | no-access |
The SMUX peer table. |
|
1.3.6.1.4.1.4.4.1.1 | no-access |
An entry in the SMUX peer table. |
||
smuxPindex | 1.3.6.1.4.1.4.4.1.1.1 | integer | read-only |
An index which uniquely identifies a SMUX peer. |
smuxPidentity | 1.3.6.1.4.1.4.4.1.1.2 | object identifier | read-only |
The authoritative designation for a SMUX peer. |
smuxPdescription | 1.3.6.1.4.1.4.4.1.1.3 | displaystring | read-only |
A human-readable description of a SMUX peer. |
smuxPstatus | 1.3.6.1.4.1.4.4.1.1.4 | integer | read-write |
The type of SMUX peer. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the smuxPeerTable. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative smuxPstatus object. Enumeration: 'valid': 1, 'connecting': 3, 'invalid': 2. |
smuxTreeTable | 1.3.6.1.4.1.4.4.2 | no-access |
The SMUX tree table. |
|
1.3.6.1.4.1.4.4.2.1 | no-access |
An entry in the SMUX tree table. |
||
smuxTsubtree | 1.3.6.1.4.1.4.4.2.1.1 | object identifier | read-only |
The MIB subtree being exported by a SMUX peer. |
smuxTpriority | 1.3.6.1.4.1.4.4.2.1.2 | integer | read-only |
The SMUX peer's priority when exporting the MIB subtree. |
smuxTindex | 1.3.6.1.4.1.4.4.2.1.3 | integer | read-only |
The SMUX peer's identity. |
smuxTstatus | 1.3.6.1.4.1.4.4.2.1.4 | integer | read-write |
The type of SMUX tree. Setting this object to the value invalid(2) has the effect of invaliding the corresponding entry in the smuxTreeTable. It is an implementation- specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that correspond to entries not currently in use. Proper interpretation of such entries requires examination of the relative smuxTstatus object. Enumeration: 'valid': 1, 'invalid': 2. |