$45 GRAYBYTE WORDPRESS FILE MANAGER $41

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/share/snmp/mibs/

HOME
Current File : /usr/share/snmp/mibs//SNMP-PROXY-MIB.txt
SNMP-PROXY-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY,
    OBJECT-TYPE,
    snmpModules
        FROM SNMPv2-SMI

    RowStatus,
    StorageType
        FROM SNMPv2-TC

    SnmpEngineID,
    SnmpAdminString
        FROM SNMP-FRAMEWORK-MIB

    SnmpTagValue
        FROM SNMP-TARGET-MIB

    MODULE-COMPLIANCE,
    OBJECT-GROUP
        FROM SNMPv2-CONF;

snmpProxyMIB MODULE-IDENTITY
    LAST-UPDATED "200210140000Z"
    ORGANIZATION "IETF SNMPv3 Working Group"
    CONTACT-INFO
        "WG-email:   [email protected]
         Subscribe:  [email protected]
                     In message body:  subscribe snmpv3

         Co-Chair:   Russ Mundy
                     Network Associates Laboratories
         Postal:     15204 Omega Drive, Suite 300
                     Rockville, MD 20850-4601
                     USA
         EMail:      [email protected]
         Phone:      +1 301-947-7107

         Co-Chair:   David Harrington
                     Enterasys Networks
         Postal:     35 Industrial Way
                     P. O. Box 5004
                     Rochester, New Hampshire 03866-5005
                     USA
         EMail:      [email protected]
         Phone:      +1 603-337-2614

         Co-editor:  David B. Levi
                     Nortel Networks
         Postal:     3505 Kesterwood Drive
                     Knoxville, Tennessee 37918
         EMail:      [email protected]
         Phone:      +1 865 686 0432

         Co-editor:  Paul Meyer
                     Secure Computing Corporation
         Postal:     2675 Long Lake Road
                     Roseville, Minnesota 55113
         EMail:      [email protected]
         Phone:      +1 651 628 1592

         Co-editor:  Bob Stewart
                     Retired"
    DESCRIPTION
        "This MIB module defines MIB objects which provide
         mechanisms to remotely configure the parameters
         used by a proxy forwarding application.

         Copyright (C) The Internet Society (2002). This
         version of this MIB module is part of RFC 3413;
         see the RFC itself for full legal notices.
        "
    REVISION    "200210140000Z"             -- 14 October 2002
    DESCRIPTION "Clarifications, published as
                 RFC 3413."
    REVISION    "199808040000Z"             -- 4 August 1998
    DESCRIPTION "Clarifications, published as
                 RFC 2573."
    REVISION    "199707140000Z"             -- 14 July 1997
    DESCRIPTION "The initial revision, published as RFC2273."
    ::= { snmpModules 14 }

snmpProxyObjects        OBJECT IDENTIFIER ::= { snmpProxyMIB 1 }
snmpProxyConformance    OBJECT IDENTIFIER ::= { snmpProxyMIB 3 }

--

--
-- The snmpProxyObjects group
--
--

snmpProxyTable OBJECT-TYPE
    SYNTAX      SEQUENCE OF SnmpProxyEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The table of translation parameters used by proxy forwarder
         applications for forwarding SNMP messages."
    ::= { snmpProxyObjects 2 }

snmpProxyEntry OBJECT-TYPE
    SYNTAX      SnmpProxyEntry
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "A set of translation parameters used by a proxy forwarder
         application for forwarding SNMP messages.

         Entries in the snmpProxyTable are created and deleted
         using the snmpProxyRowStatus object."
    INDEX { IMPLIED snmpProxyName }
    ::= { snmpProxyTable 1 }

SnmpProxyEntry ::= SEQUENCE {
    snmpProxyName               SnmpAdminString,
    snmpProxyType               INTEGER,
    snmpProxyContextEngineID    SnmpEngineID,
    snmpProxyContextName        SnmpAdminString,
    snmpProxyTargetParamsIn     SnmpAdminString,
    snmpProxySingleTargetOut    SnmpAdminString,
    snmpProxyMultipleTargetOut  SnmpTagValue,
    snmpProxyStorageType        StorageType,
    snmpProxyRowStatus          RowStatus
}

snmpProxyName OBJECT-TYPE
    SYNTAX      SnmpAdminString (SIZE(1..32))
    MAX-ACCESS  not-accessible
    STATUS      current
    DESCRIPTION
        "The locally arbitrary, but unique identifier associated
         with this snmpProxyEntry."
    ::= { snmpProxyEntry 1 }

snmpProxyType OBJECT-TYPE
    SYNTAX      INTEGER {
                    read(1),
                    write(2),
                    trap(3),
                    inform(4)
                }
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The type of message that may be forwarded using
         the translation parameters defined by this entry."
    ::= { snmpProxyEntry 2 }

snmpProxyContextEngineID OBJECT-TYPE
    SYNTAX      SnmpEngineID
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The contextEngineID contained in messages that
         may be forwarded using the translation parameters
         defined by this entry."
    ::= { snmpProxyEntry 3 }

snmpProxyContextName OBJECT-TYPE
    SYNTAX      SnmpAdminString
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The contextName contained in messages that may be
         forwarded using the translation parameters defined
         by this entry.

         This object is optional, and if not supported, the
         contextName contained in a message is ignored when
         selecting an entry in the snmpProxyTable."
    ::= { snmpProxyEntry 4 }

snmpProxyTargetParamsIn OBJECT-TYPE
    SYNTAX      SnmpAdminString
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "This object selects an entry in the snmpTargetParamsTable.
         The selected entry is used to determine which row of the
         snmpProxyTable to use for forwarding received messages."
    ::= { snmpProxyEntry 5 }

snmpProxySingleTargetOut OBJECT-TYPE
    SYNTAX      SnmpAdminString
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "This object selects a management target defined in the
         snmpTargetAddrTable (in the SNMP-TARGET-MIB).  The
         selected target is defined by an entry in the
         snmpTargetAddrTable whose index value (snmpTargetAddrName)
         is equal to this object.

         This object is only used when selection of a single
         target is required (i.e. when forwarding an incoming
         read or write request)."
    ::= { snmpProxyEntry 6 }

snmpProxyMultipleTargetOut OBJECT-TYPE
    SYNTAX      SnmpTagValue
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "This object selects a set of management targets defined
         in the snmpTargetAddrTable (in the SNMP-TARGET-MIB).

         This object is only used when selection of multiple
         targets is required (i.e. when forwarding an incoming
         notification)."
    ::= { snmpProxyEntry 7 }

snmpProxyStorageType OBJECT-TYPE
    SYNTAX      StorageType
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The storage type of this conceptual row.
         Conceptual rows having the value 'permanent' need not
         allow write-access to any columnar objects in the row."
    DEFVAL { nonVolatile }
    ::= { snmpProxyEntry 8 }

snmpProxyRowStatus OBJECT-TYPE
    SYNTAX      RowStatus
    MAX-ACCESS  read-create
    STATUS      current
    DESCRIPTION
        "The status of this conceptual row.

         To create a row in this table, a manager must

         set this object to either createAndGo(4) or
         createAndWait(5).

         The following objects may not be modified while the
         value of this object is active(1):
             - snmpProxyType
             - snmpProxyContextEngineID
             - snmpProxyContextName
             - snmpProxyTargetParamsIn
             - snmpProxySingleTargetOut
             - snmpProxyMultipleTargetOut"
    ::= { snmpProxyEntry 9 }

--
--
-- Conformance information
--
--

snmpProxyCompliances OBJECT IDENTIFIER ::=
                                         { snmpProxyConformance 1 }
snmpProxyGroups      OBJECT IDENTIFIER ::=
                                         { snmpProxyConformance 2 }

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

snmpProxyCompliance MODULE-COMPLIANCE
    STATUS      current
    DESCRIPTION
        "The compliance statement for SNMP entities which include
         a proxy forwarding application."
    MODULE SNMP-TARGET-MIB
        MANDATORY-GROUPS { snmpTargetBasicGroup,
                           snmpTargetResponseGroup }
    MODULE -- This Module
        MANDATORY-GROUPS { snmpProxyGroup }
    ::= { snmpProxyCompliances 1 }

snmpProxyGroup OBJECT-GROUP
    OBJECTS {
        snmpProxyType,
        snmpProxyContextEngineID,
        snmpProxyContextName,
        snmpProxyTargetParamsIn,
        snmpProxySingleTargetOut,
        snmpProxyMultipleTargetOut,
        snmpProxyStorageType,
        snmpProxyRowStatus
    }
    STATUS      current
    DESCRIPTION
        "A collection of objects providing remote configuration of
         management target translation parameters for use by
         proxy forwarder applications."
    ::= { snmpProxyGroups 3 }

END


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


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

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF