GRAYBYTE WORDPRESS FILE MANAGER7392

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/share/snmp/mibs/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/share/snmp/mibs//SNMP-TSM-MIB.txt
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

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2024 09:15:35
root / root
0755
AGENTX-MIB.txt
17.046 KB
May 23 2024 09:15:33
root / root
0644
BRIDGE-MIB.txt
49.754 KB
May 23 2024 09:15:33
root / root
0644
DISMAN-EVENT-MIB.txt
66.508 KB
May 23 2024 09:15:34
root / root
0644
DISMAN-SCHEDULE-MIB.txt
24.036 KB
May 23 2024 09:15:34
root / root
0644
DISMAN-SCRIPT-MIB.txt
62.804 KB
May 23 2024 09:15:33
root / root
0644
EtherLike-MIB.txt
82.512 KB
May 23 2024 09:15:34
root / root
0644
HCNUM-TC.txt
4.551 KB
May 23 2024 09:15:33
root / root
0644
HOST-RESOURCES-MIB.txt
51.313 KB
May 23 2024 09:15:34
root / root
0644
HOST-RESOURCES-TYPES.txt
10.335 KB
May 23 2024 09:15:34
root / root
0644
IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
6.556 KB
May 23 2024 09:15:33
root / root
0644
IANA-LANGUAGE-MIB.txt
4.284 KB
May 23 2024 09:15:33
root / root
0644
IANA-RTPROTO-MIB.txt
4.002 KB
May 23 2024 09:15:33
root / root
0644
IANAifType-MIB.txt
34.555 KB
May 23 2024 09:15:33
root / root
0644
IF-INVERTED-STACK-MIB.txt
4.947 KB
May 23 2024 09:15:33
root / root
0644
IF-MIB.txt
70.011 KB
May 23 2024 09:15:34
root / root
0644
INET-ADDRESS-MIB.txt
16.389 KB
May 23 2024 09:15:33
root / root
0644
IP-FORWARD-MIB.txt
45.201 KB
May 23 2024 09:15:34
root / root
0644
IP-MIB.txt
181.315 KB
May 23 2024 09:15:34
root / root
0644
IPV6-FLOW-LABEL-MIB.txt
1.98 KB
May 23 2024 09:15:33
root / root
0644
IPV6-ICMP-MIB.txt
20.563 KB
May 23 2024 09:15:33
root / root
0644
IPV6-MIB.txt
55.14 KB
May 23 2024 09:15:33
root / root
0644
IPV6-TC.txt
3.08 KB
May 23 2024 09:15:33
root / root
0644
IPV6-TCP-MIB.txt
8.65 KB
May 23 2024 09:15:33
root / root
0644
IPV6-UDP-MIB.txt
5.564 KB
May 23 2024 09:15:33
root / root
0644
LM-SENSORS-MIB.txt
5.792 KB
May 23 2024 09:15:34
root / root
0644
MTA-MIB.txt
41.382 KB
May 23 2024 09:15:34
root / root
0644
NET-SNMP-AGENT-MIB.txt
15.528 KB
May 23 2024 09:15:34
root / root
0644
NET-SNMP-EXAMPLES-MIB.txt
8.945 KB
May 23 2024 09:15:33
root / root
0644
NET-SNMP-EXTEND-MIB.txt
9.107 KB
May 23 2024 09:15:34
root / root
0644
NET-SNMP-MIB.txt
1.988 KB
May 23 2024 09:15:33
root / root
0644
NET-SNMP-PASS-MIB.txt
3.643 KB
May 23 2024 09:15:34
root / root
0644
NET-SNMP-TC.txt
4.701 KB
May 23 2024 09:15:33
root / root
0644
NET-SNMP-VACM-MIB.txt
4.921 KB
May 23 2024 09:15:34
root / root
0644
NETWORK-SERVICES-MIB.txt
20.514 KB
May 23 2024 09:15:34
root / root
0644
NOTIFICATION-LOG-MIB.txt
24.115 KB
May 23 2024 09:15:34
root / root
0644
RFC-1215.txt
1.146 KB
May 23 2024 09:15:33
root / root
0644
RFC1155-SMI.txt
2.995 KB
May 23 2024 09:15:33
root / root
0644
RFC1213-MIB.txt
77.8 KB
May 23 2024 09:15:33
root / root
0644
RMON-MIB.txt
144.357 KB
May 23 2024 09:15:34
root / root
0644
SCTP-MIB.txt
44.261 KB
May 23 2024 09:15:34
root / root
0644
SMUX-MIB.txt
4.54 KB
May 23 2024 09:15:33
root / root
0644
SNMP-COMMUNITY-MIB.txt
15.127 KB
May 23 2024 09:15:34
root / root
0644
SNMP-FRAMEWORK-MIB.txt
21.818 KB
May 23 2024 09:15:34
root / root
0644
SNMP-MPD-MIB.txt
5.367 KB
May 23 2024 09:15:34
root / root
0644
SNMP-NOTIFICATION-MIB.txt
19.545 KB
May 23 2024 09:15:34
root / root
0644
SNMP-PROXY-MIB.txt
8.893 KB
May 23 2024 09:15:33
root / root
0644
SNMP-TARGET-MIB.txt
22.235 KB
May 23 2024 09:15:34
root / root
0644
SNMP-TLS-TM-MIB.txt
42.897 KB
May 23 2024 09:15:33
root / root
0644
SNMP-TSM-MIB.txt
8.703 KB
May 23 2024 09:15:33
root / root
0644
SNMP-USER-BASED-SM-MIB.txt
38.282 KB
May 23 2024 09:15:34
root / root
0644
SNMP-USM-AES-MIB.txt
2.153 KB
May 23 2024 09:15:33
root / root
0644
SNMP-USM-DH-OBJECTS-MIB.txt
20.606 KB
May 23 2024 09:15:33
root / root
0644
SNMP-USM-HMAC-SHA2-MIB.txt
4.297 KB
May 23 2024 09:15:33
root / root
0644
SNMP-VIEW-BASED-ACM-MIB.txt
33.361 KB
May 23 2024 09:15:34
root / root
0644
SNMPv2-CONF.txt
8.069 KB
May 23 2024 09:15:33
root / root
0644
SNMPv2-MIB.txt
28.618 KB
May 23 2024 09:15:34
root / root
0644
SNMPv2-SMI.txt
8.715 KB
May 23 2024 09:15:33
root / root
0644
SNMPv2-TC.txt
37.143 KB
May 23 2024 09:15:33
root / root
0644
SNMPv2-TM.txt
5.64 KB
May 23 2024 09:15:34
root / root
0644
TCP-MIB.txt
27.895 KB
May 23 2024 09:15:34
root / root
0644
TRANSPORT-ADDRESS-MIB.txt
16.033 KB
May 23 2024 09:15:33
root / root
0644
TUNNEL-MIB.txt
27.174 KB
May 23 2024 09:15:33
root / root
0644
UCD-DEMO-MIB.txt
2.112 KB
May 23 2024 09:15:34
root / root
0644
UCD-DISKIO-MIB.txt
4.849 KB
May 23 2024 09:15:34
root / root
0644
UCD-DLMOD-MIB.txt
3.015 KB
May 23 2024 09:15:34
root / root
0644
UCD-IPFWACC-MIB.txt
7.928 KB
May 23 2024 09:15:34
root / root
0644
UCD-SNMP-MIB.txt
52.088 KB
May 23 2024 09:15:34
root / root
0644
UDP-MIB.txt
20.393 KB
May 23 2024 09:15:34
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF