X7ROOT File Manager
Current Path:
/opt/alt/net-snmp11/usr/share/snmp/mibs
opt
/
alt
/
net-snmp11
/
usr
/
share
/
snmp
/
mibs
/
ðŸ“
..
📄
AGENTX-MIB.txt
(17.05 KB)
📄
BRIDGE-MIB.txt
(49.75 KB)
📄
DISMAN-EVENT-MIB.txt
(66.51 KB)
📄
DISMAN-SCHEDULE-MIB.txt
(24.04 KB)
📄
DISMAN-SCRIPT-MIB.txt
(62.8 KB)
📄
EtherLike-MIB.txt
(82.51 KB)
📄
HCNUM-TC.txt
(4.55 KB)
📄
HOST-RESOURCES-MIB.txt
(51.31 KB)
📄
HOST-RESOURCES-TYPES.txt
(10.33 KB)
📄
IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
(6.56 KB)
📄
IANA-LANGUAGE-MIB.txt
(4.28 KB)
📄
IANA-RTPROTO-MIB.txt
(4 KB)
📄
IANAifType-MIB.txt
(34.55 KB)
📄
IF-INVERTED-STACK-MIB.txt
(4.95 KB)
📄
IF-MIB.txt
(70.01 KB)
📄
INET-ADDRESS-MIB.txt
(16.39 KB)
📄
IP-FORWARD-MIB.txt
(45.2 KB)
📄
IP-MIB.txt
(181.32 KB)
📄
IPV6-FLOW-LABEL-MIB.txt
(1.98 KB)
📄
IPV6-ICMP-MIB.txt
(20.56 KB)
📄
IPV6-MIB.txt
(55.14 KB)
📄
IPV6-TC.txt
(3.08 KB)
📄
IPV6-TCP-MIB.txt
(8.65 KB)
📄
IPV6-UDP-MIB.txt
(5.56 KB)
📄
LM-SENSORS-MIB.txt
(5.79 KB)
📄
MTA-MIB.txt
(41.38 KB)
📄
NET-SNMP-AGENT-MIB.txt
(15.53 KB)
📄
NET-SNMP-EXAMPLES-MIB.txt
(8.95 KB)
📄
NET-SNMP-EXTEND-MIB.txt
(9.11 KB)
📄
NET-SNMP-MIB.txt
(1.99 KB)
📄
NET-SNMP-PASS-MIB.txt
(3.64 KB)
📄
NET-SNMP-TC.txt
(4.7 KB)
📄
NETWORK-SERVICES-MIB.txt
(20.51 KB)
📄
NOTIFICATION-LOG-MIB.txt
(24.12 KB)
📄
RFC-1215.txt
(1.15 KB)
📄
RFC1155-SMI.txt
(3 KB)
📄
RFC1213-MIB.txt
(77.8 KB)
📄
RMON-MIB.txt
(144.36 KB)
📄
SCTP-MIB.txt
(44.26 KB)
📄
SMUX-MIB.txt
(4.54 KB)
📄
SNMP-COMMUNITY-MIB.txt
(15.13 KB)
📄
SNMP-FRAMEWORK-MIB.txt
(21.82 KB)
📄
SNMP-MPD-MIB.txt
(5.37 KB)
📄
SNMP-NOTIFICATION-MIB.txt
(19.54 KB)
📄
SNMP-PROXY-MIB.txt
(8.89 KB)
📄
SNMP-TARGET-MIB.txt
(22.24 KB)
📄
SNMP-TLS-TM-MIB.txt
(42.9 KB)
📄
SNMP-TSM-MIB.txt
(8.7 KB)
📄
SNMP-USER-BASED-SM-MIB.txt
(38.28 KB)
📄
SNMP-USM-AES-MIB.txt
(2.15 KB)
📄
SNMP-USM-DH-OBJECTS-MIB.txt
(20.61 KB)
📄
SNMP-USM-HMAC-SHA2-MIB.txt
(4.3 KB)
📄
SNMP-VIEW-BASED-ACM-MIB.txt
(33.36 KB)
📄
SNMPv2-CONF.txt
(8.07 KB)
📄
SNMPv2-MIB.txt
(28.62 KB)
📄
SNMPv2-SMI.txt
(8.71 KB)
📄
SNMPv2-TC.txt
(37.14 KB)
📄
SNMPv2-TM.txt
(5.64 KB)
📄
TCP-MIB.txt
(27.89 KB)
📄
TRANSPORT-ADDRESS-MIB.txt
(16.03 KB)
📄
TUNNEL-MIB.txt
(27.17 KB)
📄
UCD-DEMO-MIB.txt
(2.11 KB)
📄
UCD-DISKIO-MIB.txt
(4.85 KB)
📄
UCD-DLMOD-MIB.txt
(3.01 KB)
📄
UCD-IPFWACC-MIB.txt
(7.93 KB)
📄
UCD-SNMP-MIB.txt
(51.58 KB)
📄
UDP-MIB.txt
(20.39 KB)
Editing: SNMPv2-CONF.txt
SNMPv2-CONF DEFINITIONS ::= BEGIN IMPORTS ObjectName, NotificationName, ObjectSyntax FROM SNMPv2-SMI; -- definitions for conformance groups OBJECT-GROUP MACRO ::= BEGIN TYPE NOTATION ::= ObjectsPart "STATUS" Status "DESCRIPTION" Text ReferPart VALUE NOTATION ::= value(VALUE OBJECT IDENTIFIER) ObjectsPart ::= "OBJECTS" "{" Objects "}" Objects ::= Object | Objects "," Object Object ::= value(ObjectName) Status ::= "current" | "deprecated" | "obsolete" ReferPart ::= "REFERENCE" Text | empty -- a character string as defined in [2] Text ::= value(IA5String) END -- more definitions for conformance groups NOTIFICATION-GROUP MACRO ::= BEGIN TYPE NOTATION ::= NotificationsPart "STATUS" Status "DESCRIPTION" Text ReferPart VALUE NOTATION ::= value(VALUE OBJECT IDENTIFIER) NotificationsPart ::= "NOTIFICATIONS" "{" Notifications "}" Notifications ::= Notification | Notifications "," Notification Notification ::= value(NotificationName) Status ::= "current" | "deprecated" | "obsolete" ReferPart ::= "REFERENCE" Text | empty -- a character string as defined in [2] Text ::= value(IA5String) END -- definitions for compliance statements MODULE-COMPLIANCE MACRO ::= BEGIN TYPE NOTATION ::= "STATUS" Status "DESCRIPTION" Text ReferPart ModulePart VALUE NOTATION ::= value(VALUE OBJECT IDENTIFIER) Status ::= "current" | "deprecated" | "obsolete" ReferPart ::= "REFERENCE" Text | empty ModulePart ::= Modules Modules ::= Module | Modules Module Module ::= -- name of module -- "MODULE" ModuleName MandatoryPart CompliancePart ModuleName ::= -- identifier must start with uppercase letter identifier ModuleIdentifier -- must not be empty unless contained -- in MIB Module | empty ModuleIdentifier ::= value(OBJECT IDENTIFIER) | empty MandatoryPart ::= "MANDATORY-GROUPS" "{" Groups "}" | empty Groups ::= Group | Groups "," Group Group ::= value(OBJECT IDENTIFIER) CompliancePart ::= Compliances | empty Compliances ::= Compliance | Compliances Compliance Compliance ::= ComplianceGroup | Object ComplianceGroup ::= "GROUP" value(OBJECT IDENTIFIER) "DESCRIPTION" Text Object ::= "OBJECT" value(ObjectName) SyntaxPart WriteSyntaxPart AccessPart "DESCRIPTION" Text -- must be a refinement for object's SYNTAX clause SyntaxPart ::= "SYNTAX" Syntax | empty -- must be a refinement for object's SYNTAX clause WriteSyntaxPart ::= "WRITE-SYNTAX" Syntax | empty Syntax ::= -- Must be one of the following: -- a base type (or its refinement), -- a textual convention (or its refinement), or -- a BITS pseudo-type type | "BITS" "{" NamedBits "}" NamedBits ::= NamedBit | NamedBits "," NamedBit NamedBit ::= identifier "(" number ")" -- number is nonnegative AccessPart ::= "MIN-ACCESS" Access | empty Access ::= "not-accessible" | "accessible-for-notify" | "read-only" | "read-write" | "read-create" -- a character string as defined in [2] Text ::= value(IA5String) END -- definitions for capabilities statements AGENT-CAPABILITIES MACRO ::= BEGIN TYPE NOTATION ::= "PRODUCT-RELEASE" Text "STATUS" Status "DESCRIPTION" Text ReferPart ModulePart VALUE NOTATION ::= value(VALUE OBJECT IDENTIFIER) Status ::= "current" | "obsolete" ReferPart ::= "REFERENCE" Text | empty ModulePart ::= Modules | empty Modules ::= Module | Modules Module Module ::= -- name of module -- "SUPPORTS" ModuleName "INCLUDES" "{" Groups "}" VariationPart ModuleName ::= -- identifier must start with uppercase letter identifier ModuleIdentifier ModuleIdentifier ::= value(OBJECT IDENTIFIER) | empty Groups ::= Group | Groups "," Group Group ::= value(OBJECT IDENTIFIER) VariationPart ::= Variations | empty Variations ::= Variation | Variations Variation Variation ::= ObjectVariation | NotificationVariation NotificationVariation ::= "VARIATION" value(NotificationName) AccessPart "DESCRIPTION" Text ObjectVariation ::= "VARIATION" value(ObjectName) SyntaxPart WriteSyntaxPart AccessPart CreationPart DefValPart "DESCRIPTION" Text -- must be a refinement for object's SYNTAX clause SyntaxPart ::= "SYNTAX" Syntax | empty WriteSyntaxPart ::= "WRITE-SYNTAX" Syntax | empty Syntax ::= -- Must be one of the following: -- a base type (or its refinement), -- a textual convention (or its refinement), or -- a BITS pseudo-type type | "BITS" "{" NamedBits "}" NamedBits ::= NamedBit | NamedBits "," NamedBit NamedBit ::= identifier "(" number ")" -- number is nonnegative AccessPart ::= "ACCESS" Access | empty Access ::= "not-implemented" -- only "not-implemented" for notifications | "accessible-for-notify" | "read-only" | "read-write" | "read-create" -- following is for backward-compatibility only | "write-only" CreationPart ::= "CREATION-REQUIRES" "{" Cells "}" | empty Cells ::= Cell | Cells "," Cell Cell ::= value(ObjectName) DefValPart ::= "DEFVAL" "{" Defvalue "}" | empty Defvalue ::= -- must be valid for the object's syntax -- in this macro's SYNTAX clause, if present, -- or if not, in object's OBJECT-TYPE macro value(ObjectSyntax) | "{" BitsValue "}" BitsValue ::= BitNames | empty BitNames ::= BitName | BitNames "," BitName BitName ::= identifier -- a character string as defined in [2] Text ::= value(IA5String) END END
Upload File
Create Folder