golden hour
/opt/alt/net-snmp11/usr/share/snmp/mibs
⬆️ Go Up
Upload
File/Folder
Size
Actions
AGENTX-MIB.txt
17.05 KB
Del
OK
BRIDGE-MIB.txt
49.75 KB
Del
OK
DISMAN-EVENT-MIB.txt
66.51 KB
Del
OK
DISMAN-SCHEDULE-MIB.txt
24.04 KB
Del
OK
DISMAN-SCRIPT-MIB.txt
62.8 KB
Del
OK
EtherLike-MIB.txt
82.51 KB
Del
OK
HCNUM-TC.txt
4.55 KB
Del
OK
HOST-RESOURCES-MIB.txt
51.31 KB
Del
OK
HOST-RESOURCES-TYPES.txt
10.33 KB
Del
OK
IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
6.56 KB
Del
OK
IANA-LANGUAGE-MIB.txt
4.28 KB
Del
OK
IANA-RTPROTO-MIB.txt
4 KB
Del
OK
IANAifType-MIB.txt
34.55 KB
Del
OK
IF-INVERTED-STACK-MIB.txt
4.95 KB
Del
OK
IF-MIB.txt
70.01 KB
Del
OK
INET-ADDRESS-MIB.txt
16.39 KB
Del
OK
IP-FORWARD-MIB.txt
45.2 KB
Del
OK
IP-MIB.txt
181.32 KB
Del
OK
IPV6-FLOW-LABEL-MIB.txt
1.98 KB
Del
OK
IPV6-ICMP-MIB.txt
20.56 KB
Del
OK
IPV6-MIB.txt
55.14 KB
Del
OK
IPV6-TC.txt
3.08 KB
Del
OK
IPV6-TCP-MIB.txt
8.65 KB
Del
OK
IPV6-UDP-MIB.txt
5.56 KB
Del
OK
LM-SENSORS-MIB.txt
5.79 KB
Del
OK
MTA-MIB.txt
41.38 KB
Del
OK
NET-SNMP-AGENT-MIB.txt
15.53 KB
Del
OK
NET-SNMP-EXAMPLES-MIB.txt
8.95 KB
Del
OK
NET-SNMP-EXTEND-MIB.txt
9.11 KB
Del
OK
NET-SNMP-MIB.txt
1.99 KB
Del
OK
NET-SNMP-PASS-MIB.txt
3.64 KB
Del
OK
NET-SNMP-TC.txt
4.7 KB
Del
OK
NETWORK-SERVICES-MIB.txt
20.51 KB
Del
OK
NOTIFICATION-LOG-MIB.txt
24.12 KB
Del
OK
RFC-1215.txt
1.15 KB
Del
OK
RFC1155-SMI.txt
3 KB
Del
OK
RFC1213-MIB.txt
77.8 KB
Del
OK
RMON-MIB.txt
144.36 KB
Del
OK
SCTP-MIB.txt
44.26 KB
Del
OK
SMUX-MIB.txt
4.54 KB
Del
OK
SNMP-COMMUNITY-MIB.txt
15.13 KB
Del
OK
SNMP-FRAMEWORK-MIB.txt
21.82 KB
Del
OK
SNMP-MPD-MIB.txt
5.37 KB
Del
OK
SNMP-NOTIFICATION-MIB.txt
19.54 KB
Del
OK
SNMP-PROXY-MIB.txt
8.89 KB
Del
OK
SNMP-TARGET-MIB.txt
22.24 KB
Del
OK
SNMP-TLS-TM-MIB.txt
42.9 KB
Del
OK
SNMP-TSM-MIB.txt
8.7 KB
Del
OK
SNMP-USER-BASED-SM-MIB.txt
38.28 KB
Del
OK
SNMP-USM-AES-MIB.txt
2.15 KB
Del
OK
SNMP-USM-DH-OBJECTS-MIB.txt
20.61 KB
Del
OK
SNMP-USM-HMAC-SHA2-MIB.txt
4.3 KB
Del
OK
SNMP-VIEW-BASED-ACM-MIB.txt
33.36 KB
Del
OK
SNMPv2-CONF.txt
8.07 KB
Del
OK
SNMPv2-MIB.txt
28.62 KB
Del
OK
SNMPv2-SMI.txt
8.71 KB
Del
OK
SNMPv2-TC.txt
37.14 KB
Del
OK
SNMPv2-TM.txt
5.64 KB
Del
OK
TCP-MIB.txt
27.89 KB
Del
OK
TRANSPORT-ADDRESS-MIB.txt
16.03 KB
Del
OK
TUNNEL-MIB.txt
27.17 KB
Del
OK
UCD-DEMO-MIB.txt
2.11 KB
Del
OK
UCD-DISKIO-MIB.txt
4.85 KB
Del
OK
UCD-DLMOD-MIB.txt
3.01 KB
Del
OK
UCD-IPFWACC-MIB.txt
7.93 KB
Del
OK
UCD-SNMP-MIB.txt
51.58 KB
Del
OK
UDP-MIB.txt
20.39 KB
Del
OK
Edit: SMUX-MIB.txt
SMUX-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI DisplayString FROM SNMPv2-TC OBJECT-TYPE FROM RFC-1212; unix OBJECT IDENTIFIER ::= { enterprises 4 } smux OBJECT IDENTIFIER ::= { unix 4 } smuxPeerTable OBJECT-TYPE SYNTAX SEQUENCE OF SmuxPeerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SMUX peer table." ::= { smux 1 } smuxPeerEntry OBJECT-TYPE SYNTAX SmuxPeerEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SMUX peer table." INDEX { smuxPindex } ::= { smuxPeerTable 1} SmuxPeerEntry ::= SEQUENCE { smuxPindex INTEGER, smuxPidentity OBJECT IDENTIFIER, smuxPdescription DisplayString, smuxPstatus INTEGER } smuxPindex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index which uniquely identifies a SMUX peer." ::= { smuxPeerEntry 1 } smuxPidentity OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The authoritative designation for a SMUX peer." ::= { smuxPeerEntry 2 } smuxPdescription OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-only STATUS mandatory DESCRIPTION "A human-readable description of a SMUX peer." ::= { smuxPeerEntry 3 } smuxPstatus OBJECT-TYPE SYNTAX INTEGER { valid(1), invalid(2), connecting(3) } ACCESS read-write STATUS mandatory DESCRIPTION "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." ::= { smuxPeerEntry 4 } smuxTreeTable OBJECT-TYPE SYNTAX SEQUENCE OF SmuxTreeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SMUX tree table." ::= { smux 2 } smuxTreeEntry OBJECT-TYPE SYNTAX SmuxTreeEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SMUX tree table." INDEX { smuxTsubtree, smuxTpriority } ::= { smuxTreeTable 1} SmuxTreeEntry ::= SEQUENCE { smuxTsubtree OBJECT IDENTIFIER, smuxTpriority INTEGER, smuxTindex INTEGER, smuxTstatus INTEGER } smuxTsubtree OBJECT-TYPE SYNTAX OBJECT IDENTIFIER ACCESS read-only STATUS mandatory DESCRIPTION "The MIB subtree being exported by a SMUX peer." ::= { smuxTreeEntry 1 } smuxTpriority OBJECT-TYPE SYNTAX INTEGER (0..'07fffffff'h) ACCESS read-only STATUS mandatory DESCRIPTION "The SMUX peer's priority when exporting the MIB subtree." ::= { smuxTreeEntry 2 } smuxTindex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The SMUX peer's identity." ::= { smuxTreeEntry 3 } smuxTstatus OBJECT-TYPE SYNTAX INTEGER { valid(1), invalid(2) } ACCESS read-write STATUS mandatory DESCRIPTION "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." ::= { smuxTreeEntry 4 } END
Save