404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.147.67.224: ~ $
SNMP-TSM-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE,
    mib-2, Counter32
      FROM SNMPv2-SMI -- RFC2578
    MODULE-COMPLIANCE, OBJECT-GROUP
      FROM SNMPv2-CONF -- RFC2580
    TruthValue
       FROM SNMPv2-TC -- RFC2579
    ;

snmpTsmMIB MODULE-IDENTITY
    LAST-UPDATED "200906090000Z"
    ORGANIZATION "ISMS Working Group"
    CONTACT-INFO "WG-EMail:   isms@lists.ietf.org
                  Subscribe:  isms-request@lists.ietf.org

                  Chairs:
                    Juergen Quittek
                    NEC Europe Ltd.
                    Network Laboratories
                    Kurfuersten-Anlage 36
                    69115 Heidelberg
                    Germany
                    +49 6221 90511-15
                    quittek@netlab.nec.de

                    Juergen Schoenwaelder
                    Jacobs University Bremen
                    Campus Ring 1
                    28725 Bremen
                    Germany
                    +49 421 200-3587
                    j.schoenwaelder@jacobs-university.de

                  Editor:
                    David Harrington
                    Huawei Technologies USA
                    1700 Alma Dr.
                    Plano TX 75075
                    USA
                    +1 603-436-8634
                    ietfdbh@comcast.net

                    Wes Hardaker
                    Cobham Analytic Solutions
                    P.O. Box 382
                    Davis, CA  95617
                    USA
                    +1 530 792 1913
                    ietf@hardakers.net
                 "
    DESCRIPTION
       "The Transport Security Model MIB.

        In keeping with the RFC 3411 design decisions to use
        self-contained documents, the RFC that contains the definition
        of this MIB module also includes the elements of procedure
        that are needed for processing the Transport Security Model
        for SNMP.  These MIB objects SHOULD NOT be modified via other
        subsystems or models defined in other documents.  This allows
        the Transport Security Model for SNMP to be designed and
        documented as independent and self-contained, having no direct
        impact on other modules, and this allows this module to be
        upgraded and supplemented as the need arises, and to move
        along the standards track on different time-lines from other
        modules.

        Copyright (c) 2009 IETF Trust and the persons
        identified as authors of the code.  All rights reserved.

        Redistribution and use in source and binary forms, with or
        without modification, are permitted provided that the
        following conditions are met:

        - Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.

        - Redistributions in binary form must reproduce the above
          copyright notice, this list of conditions and the following
          disclaimer in the documentation and/or other materials
          provided with the distribution.

        - Neither the name of Internet Society, IETF or IETF Trust,
          nor the names of specific contributors, may be used to endorse
          or promote products derived from this software without
          specific prior written permission.

        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES,
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
        MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
        NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
        LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
        OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
        EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

        This version of this MIB module is part of RFC 5591;
        see the RFC itself for full legal notices."

    REVISION    "200906090000Z"
    DESCRIPTION "The initial version, published in RFC 5591."
    ::= { mib-2 190 }

-- ---------------------------------------------------------- --
-- subtrees in the SNMP-TSM-MIB
-- ---------------------------------------------------------- --

snmpTsmNotifications OBJECT IDENTIFIER ::= { snmpTsmMIB 0 }
snmpTsmMIBObjects    OBJECT IDENTIFIER ::= { snmpTsmMIB 1 }
snmpTsmConformance   OBJECT IDENTIFIER ::= { snmpTsmMIB 2 }

-- -------------------------------------------------------------
-- Objects
-- -------------------------------------------------------------

-- Statistics for the Transport Security Model

snmpTsmStats         OBJECT IDENTIFIER ::= { snmpTsmMIBObjects 1 }

snmpTsmInvalidCaches OBJECT-TYPE
    SYNTAX       Counter32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION "The number of incoming messages dropped because the

                 tmStateReference referred to an invalid cache.
                "
    ::= { snmpTsmStats 1 }

snmpTsmInadequateSecurityLevels OBJECT-TYPE
    SYNTAX       Counter32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION "The number of incoming messages dropped because
                 the securityLevel asserted by the Transport Model was
                 less than the securityLevel requested by the
                 application.
                "
    ::= { snmpTsmStats 2 }

snmpTsmUnknownPrefixes OBJECT-TYPE
    SYNTAX       Counter32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION "The number of messages dropped because
                 snmpTsmConfigurationUsePrefix was set to true and
                 there is no known prefix for the specified transport
                 domain.
                "
    ::= { snmpTsmStats 3 }

snmpTsmInvalidPrefixes OBJECT-TYPE
    SYNTAX       Counter32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION "The number of messages dropped because
                 the securityName associated with an outgoing message
                 did not contain a valid transport domain prefix.
                "
    ::= { snmpTsmStats 4 }

-- -------------------------------------------------------------
-- Configuration
-- -------------------------------------------------------------

-- Configuration for the Transport Security Model

snmpTsmConfiguration   OBJECT IDENTIFIER ::= { snmpTsmMIBObjects 2 }

snmpTsmConfigurationUsePrefix OBJECT-TYPE
    SYNTAX      TruthValue
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION "If this object is set to true, then securityNames
                 passing to and from the application are expected to
                 contain a transport-domain-specific prefix.  If this
                 object is set to true, then a domain-specific prefix
                 will be added by the TSM to the securityName for
                 incoming messages and removed from the securityName
                 when processing outgoing messages.  Transport domains
                 and prefixes are maintained in a registry by IANA.
                 This object SHOULD persist across system reboots.
                "
    DEFVAL { false }
    ::= { snmpTsmConfiguration 1 }

-- -------------------------------------------------------------
-- snmpTsmMIB - Conformance Information
-- -------------------------------------------------------------

snmpTsmCompliances OBJECT IDENTIFIER ::= { snmpTsmConformance 1 }

snmpTsmGroups      OBJECT IDENTIFIER ::= { snmpTsmConformance 2 }

-- -------------------------------------------------------------
-- Compliance statements
-- -------------------------------------------------------------

snmpTsmCompliance MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION "The compliance statement for SNMP engines that support
                 the SNMP-TSM-MIB.
                "
    MODULE
        MANDATORY-GROUPS { snmpTsmGroup }
    ::= { snmpTsmCompliances 1 }

-- -------------------------------------------------------------
-- Units of conformance
-- -------------------------------------------------------------
snmpTsmGroup OBJECT-GROUP
    OBJECTS {
        snmpTsmInvalidCaches,
        snmpTsmInadequateSecurityLevels,
        snmpTsmUnknownPrefixes,
        snmpTsmInvalidPrefixes,
        snmpTsmConfigurationUsePrefix
    }
    STATUS      current
    DESCRIPTION "A collection of objects for maintaining
                 information of an SNMP engine that implements

                 the SNMP Transport Security Model.
                "
    ::= { snmpTsmGroups 2 }

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 6.56 KB 0644
IANA-LANGUAGE-MIB.txt File 4.28 KB 0644
IANA-RTPROTO-MIB.txt File 4 KB 0644
IANAifType-MIB.txt File 34.55 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 20.56 KB 0644
IPV6-MIB.txt File 55.14 KB 0644
IPV6-TC.txt File 3.08 KB 0644
IPV6-TCP-MIB.txt File 8.65 KB 0644
IPV6-UDP-MIB.txt File 5.56 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.64 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-TLS-TM-MIB.txt File 42.9 KB 0644
SNMP-TSM-MIB.txt File 8.7 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-USM-HMAC-SHA2-MIB.txt File 4.3 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.85 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 52.09 KB 0644
UDP-MIB.txt File 20.39 KB 0644