[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.224.38.170: ~ $
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

Filemanager

Name Type Size Permission Actions
AGENTX-MIB.txt File 17.05 KB 0644
BRIDGE-MIB.txt File 49.75 KB 0644
DISMAN-EVENT-MIB.txt File 66.51 KB 0644
DISMAN-SCHEDULE-MIB.txt File 24.04 KB 0644
DISMAN-SCRIPT-MIB.txt File 62.8 KB 0644
EtherLike-MIB.txt File 82.51 KB 0644
HCNUM-TC.txt File 4.55 KB 0644
HOST-RESOURCES-MIB.txt File 51.31 KB 0644
HOST-RESOURCES-TYPES.txt File 10.33 KB 0644
IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt File 4.71 KB 0644
IANA-LANGUAGE-MIB.txt File 4.2 KB 0644
IANA-RTPROTO-MIB.txt File 3.57 KB 0644
IANAifType-MIB.txt File 31.7 KB 0644
IF-INVERTED-STACK-MIB.txt File 4.95 KB 0644
IF-MIB.txt File 70.01 KB 0644
INET-ADDRESS-MIB.txt File 16.39 KB 0644
IP-FORWARD-MIB.txt File 45.2 KB 0644
IP-MIB.txt File 181.32 KB 0644
IPV6-FLOW-LABEL-MIB.txt File 1.98 KB 0644
IPV6-ICMP-MIB.txt File 15.56 KB 0644
IPV6-MIB.txt File 47.56 KB 0644
IPV6-TC.txt File 2.31 KB 0644
IPV6-TCP-MIB.txt File 7.09 KB 0644
IPV6-UDP-MIB.txt File 4.3 KB 0644
LM-SENSORS-MIB.txt File 5.79 KB 0644
MTA-MIB.txt File 41.38 KB 0644
NET-SNMP-AGENT-MIB.txt File 15.53 KB 0644
NET-SNMP-EXAMPLES-MIB.txt File 8.95 KB 0644
NET-SNMP-EXTEND-MIB.txt File 9.11 KB 0644
NET-SNMP-MIB.txt File 1.99 KB 0644
NET-SNMP-PASS-MIB.txt File 3.27 KB 0644
NET-SNMP-TC.txt File 4.7 KB 0644
NET-SNMP-VACM-MIB.txt File 4.92 KB 0644
NETWORK-SERVICES-MIB.txt File 20.51 KB 0644
NOTIFICATION-LOG-MIB.txt File 24.12 KB 0644
RFC-1215.txt File 1.15 KB 0644
RFC1155-SMI.txt File 3 KB 0644
RFC1213-MIB.txt File 77.8 KB 0644
RMON-MIB.txt File 144.36 KB 0644
SCTP-MIB.txt File 44.26 KB 0644
SMUX-MIB.txt File 4.54 KB 0644
SNMP-COMMUNITY-MIB.txt File 15.13 KB 0644
SNMP-FRAMEWORK-MIB.txt File 21.82 KB 0644
SNMP-MPD-MIB.txt File 5.37 KB 0644
SNMP-NOTIFICATION-MIB.txt File 19.54 KB 0644
SNMP-PROXY-MIB.txt File 8.89 KB 0644
SNMP-TARGET-MIB.txt File 22.24 KB 0644
SNMP-USER-BASED-SM-MIB.txt File 38.28 KB 0644
SNMP-USM-AES-MIB.txt File 2.15 KB 0644
SNMP-USM-DH-OBJECTS-MIB.txt File 20.61 KB 0644
SNMP-VIEW-BASED-ACM-MIB.txt File 33.36 KB 0644
SNMPv2-CONF.txt File 8.07 KB 0644
SNMPv2-MIB.txt File 28.62 KB 0644
SNMPv2-SMI.txt File 8.71 KB 0644
SNMPv2-TC.txt File 37.14 KB 0644
SNMPv2-TM.txt File 5.64 KB 0644
TCP-MIB.txt File 27.89 KB 0644
TRANSPORT-ADDRESS-MIB.txt File 16.03 KB 0644
TUNNEL-MIB.txt File 27.17 KB 0644
UCD-DEMO-MIB.txt File 2.11 KB 0644
UCD-DISKIO-MIB.txt File 4.5 KB 0644
UCD-DLMOD-MIB.txt File 3.01 KB 0644
UCD-IPFWACC-MIB.txt File 7.93 KB 0644
UCD-SNMP-MIB.txt File 50.92 KB 0644
UDP-MIB.txt File 20.39 KB 0644