/
usr
/
share
/
snmp
/
mibs
/
/usr/share/snmp/mibs
mkdir
upload
Name
Size
Mode
Actions
AGENTX-MIB.txt
17455
0644
edit
dl
rm
BRIDGE-MIB.txt
50948
0644
edit
dl
rm
DISMAN-EVENT-MIB.txt
68104
0644
edit
dl
rm
DISMAN-SCHEDULE-MIB.txt
24613
0644
edit
dl
rm
DISMAN-SCRIPT-MIB.txt
64311
0644
edit
dl
rm
EtherLike-MIB.txt
84492
0644
edit
dl
rm
HCNUM-TC.txt
4660
0644
edit
dl
rm
HOST-RESOURCES-MIB.txt
52544
0644
edit
dl
rm
HOST-RESOURCES-TYPES.txt
10583
0644
edit
dl
rm
IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
4819
0644
edit
dl
rm
IANA-LANGUAGE-MIB.txt
4299
0644
edit
dl
rm
IANA-RTPROTO-MIB.txt
3513
0644
edit
dl
rm
IANAifType-MIB.txt
29665
0644
edit
dl
rm
IF-INVERTED-STACK-MIB.txt
5066
0644
edit
dl
rm
IF-MIB.txt
71691
0644
edit
dl
rm
INET-ADDRESS-MIB.txt
16782
0644
edit
dl
rm
IP-FORWARD-MIB.txt
46286
0644
edit
dl
rm
IP-MIB.txt
185667
0644
edit
dl
rm
IPV6-ICMP-MIB.txt
15936
0644
edit
dl
rm
IPV6-MIB.txt
48703
0644
edit
dl
rm
IPV6-TC.txt
2367
0644
edit
dl
rm
IPV6-TCP-MIB.txt
7257
0644
edit
dl
rm
IPV6-UDP-MIB.txt
4400
0644
edit
dl
rm
LM-SENSORS-MIB.txt
5931
0644
edit
dl
rm
MTA-MIB.txt
42375
0644
edit
dl
rm
NET-SNMP-AGENT-MIB.txt
15901
0644
edit
dl
rm
NET-SNMP-EXAMPLES-MIB.txt
9160
0644
edit
dl
rm
NET-SNMP-EXTEND-MIB.txt
9198
0644
edit
dl
rm
NET-SNMP-MIB.txt
2036
0644
edit
dl
rm
NET-SNMP-PASS-MIB.txt
3350
0644
edit
dl
rm
NET-SNMP-TC.txt
4686
0644
edit
dl
rm
NET-SNMP-VACM-MIB.txt
5039
0644
edit
dl
rm
NETWORK-SERVICES-MIB.txt
21006
0644
edit
dl
rm
NOTIFICATION-LOG-MIB.txt
24694
0644
edit
dl
rm
RFC-1215.txt
1174
0644
edit
dl
rm
RFC1155-SMI.txt
3067
0644
edit
dl
rm
RFC1213-MIB.txt
79667
0644
edit
dl
rm
RMON-MIB.txt
147822
0644
edit
dl
rm
SCTP-MIB.txt
45323
0644
edit
dl
rm
SMUX-MIB.txt
4649
0644
edit
dl
rm
SNMP-COMMUNITY-MIB.txt
15490
0644
edit
dl
rm
SNMP-FRAMEWORK-MIB.txt
22342
0644
edit
dl
rm
SNMP-MPD-MIB.txt
5496
0644
edit
dl
rm
SNMP-NOTIFICATION-MIB.txt
20014
0644
edit
dl
rm
SNMP-PROXY-MIB.txt
9106
0644
edit
dl
rm
SNMP-TARGET-MIB.txt
22769
0644
edit
dl
rm
SNMP-USER-BASED-SM-MIB.txt
39201
0644
edit
dl
rm
SNMP-USM-AES-MIB.txt
2205
0644
edit
dl
rm
SNMP-USM-DH-OBJECTS-MIB.txt
21101
0644
edit
dl
rm
SNMP-VIEW-BASED-ACM-MIB.txt
34162
0644
edit
dl
rm
SNMPv2-CONF.txt
8263
0644
edit
dl
rm
SNMPv2-MIB.txt
29305
0644
edit
dl
rm
SNMPv2-SMI.txt
8924
0644
edit
dl
rm
SNMPv2-TC.txt
38034
0644
edit
dl
rm
SNMPv2-TM.txt
5775
0644
edit
dl
rm
TCP-MIB.txt
28564
0644
edit
dl
rm
TRANSPORT-ADDRESS-MIB.txt
16418
0644
edit
dl
rm
UCD-DEMO-MIB.txt
2163
0644
edit
dl
rm
UCD-DISKIO-MIB.txt
4402
0644
edit
dl
rm
UCD-DLMOD-MIB.txt
3010
0644
edit
dl
rm
UCD-IPFWACC-MIB.txt
8118
0644
edit
dl
rm
UCD-SNMP-MIB.txt
46150
0644
edit
dl
rm
UDP-MIB.txt
20882
0644
edit
dl
rm
Edit:
/usr/share/snmp/mibs/SMUX-MIB.txt
(4649B)
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
cmd:
run