home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / php / php4-win.exe / mibs / SNMP-TARGET-MIB.txt < prev    next >
Text File  |  1999-11-14  |  20KB  |  630 lines

  1. SNMP-TARGET-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.    MODULE-IDENTITY,
  5.    OBJECT-TYPE,
  6.    snmpModules,
  7.    Counter32,
  8.    Integer32
  9.  
  10.        FROM SNMPv2-SMI
  11.  
  12.    TEXTUAL-CONVENTION,
  13.    TDomain,
  14.    TAddress,
  15.    TimeInterval,
  16.    RowStatus,
  17.    StorageType,
  18.    TestAndIncr
  19.        FROM SNMPv2-TC
  20.  
  21.    SnmpSecurityModel,
  22.    SnmpMessageProcessingModel,
  23.    SnmpSecurityLevel,
  24.    SnmpAdminString
  25.        FROM SNMP-FRAMEWORK-MIB
  26.  
  27.    MODULE-COMPLIANCE,
  28.    OBJECT-GROUP
  29.        FROM SNMPv2-CONF;
  30.  
  31. snmpTargetMIB MODULE-IDENTITY
  32.    LAST-UPDATED "9808040000Z"
  33.    ORGANIZATION "IETF SNMPv3 Working Group"
  34.    CONTACT-INFO
  35.        "WG-email:   snmpv3@lists.tislabs.com
  36.     Subscribe:  majordomo@lists.tislabs.com
  37.             In message body:  subscribe snmpv3
  38.  
  39.     Chair:      Russ Mundy
  40.             Trusted Information Systems
  41.     Postal:     3060 Washington Rd
  42.             Glenwood MD 21738
  43.             USA
  44.     EMail:      mundy@tislabs.com
  45.     Phone:      +1-301-854-6889
  46.  
  47.     Co-editor:  David B. Levi
  48.             SNMP Research, Inc.
  49.     Postal:     3001 Kimberlin Heights Road
  50.             Knoxville, TN 37920-9716
  51.     EMail:      levi@snmp.com
  52.     Phone:      +1 423 573 1434
  53.  
  54.     Co-editor:  Paul Meyer
  55.             Secure Computing Corporation
  56.     Postal:     2675 Long Lake Road
  57.             Roseville, MN 55113
  58.     EMail:      paul_meyer@securecomputing.com
  59.     Phone:      +1 651 628 1592
  60.  
  61.     Co-editor:  Bob Stewart
  62.             Cisco Systems, Inc.
  63.     Postal:     170 West Tasman Drive
  64.             San Jose, CA 95134-1706
  65.     EMail:      bstewart@cisco.com
  66.     Phone:      +1 603 654 2686"
  67.    DESCRIPTION
  68.        "This MIB module defines MIB objects which provide
  69.     mechanisms to remotely configure the parameters used
  70.     by an SNMP entity for the generation of SNMP messages."
  71.    REVISION    "9808040000Z"
  72.    DESCRIPTION "Clarifications, published as
  73.         RFC2573."
  74.    REVISION    "9707140000Z"
  75.    DESCRIPTION "The initial revision, published as RFC2273."
  76.    ::= { snmpModules 12 }
  77.  
  78. snmpTargetObjects       OBJECT IDENTIFIER ::= { snmpTargetMIB 1 }
  79. snmpTargetConformance   OBJECT IDENTIFIER ::= { snmpTargetMIB 3 }
  80.  
  81. SnmpTagValue ::= TEXTUAL-CONVENTION
  82.    DISPLAY-HINT "255a"
  83.    STATUS       current
  84.    DESCRIPTION
  85.        "An octet string containing a tag value.
  86.     Tag values are preferably in human-readable form.
  87.  
  88.     To facilitate internationalization, this information
  89.     is represented using the ISO/IEC IS 10646-1 character
  90.     set, encoded as an octet string using the UTF-8
  91.     character encoding scheme described in RFC 2279.
  92.  
  93.     Since additional code points are added by amendments
  94.     to the 10646 standard from time to time,
  95.     implementations must be prepared to encounter any code
  96.     point from 0x00000000 to 0x7fffffff.
  97.  
  98.     The use of control codes should be avoided, and certain
  99.     control codes are not allowed as described below.
  100.  
  101.     For code points not directly supported by user
  102.     interface hardware or software, an alternative means
  103.     of entry and display, such as hexadecimal, may be
  104.     provided.
  105.  
  106.     For information encoded in 7-bit US-ASCII, the UTF-8
  107.     representation is identical to the US-ASCII encoding.
  108.  
  109.     Note that when this TC is used for an object that
  110.     is used or envisioned to be used as an index, then a
  111.     SIZE restriction must be specified so that the number
  112.     of sub-identifiers for any object instance does not
  113.     exceed the limit of 128, as defined by [RFC1905].
  114.  
  115.     An object of this type contains a single tag value
  116.     which is used to select a set of entries in a table.
  117.  
  118.     A tag value is an arbitrary string of octets, but
  119.     may not contain a delimiter character.  Delimiter
  120.     characters are defined to be one of the following:
  121.  
  122.         -  An ASCII space character (0x20).
  123.  
  124.         -  An ASCII TAB character (0x09).
  125.  
  126.         -  An ASCII carriage return (CR) character (0x0D).
  127.  
  128.         -  An ASCII line feed (LF) character (0x0B).
  129.  
  130.     Delimiter characters are used to separate tag values
  131.     in a tag list.  An object of this type may only
  132.     contain a single tag value, and so delimiter
  133.     characters are not allowed in a value of this type.
  134.  
  135.     Some examples of valid tag values are:
  136.  
  137.         - 'acme'
  138.  
  139.         - 'router'
  140.  
  141.         - 'host'
  142.  
  143.     The use of a tag value to select table entries is
  144.     application and MIB specific."
  145.    SYNTAX       OCTET STRING (SIZE (0..255))
  146.  
  147. SnmpTagList ::= TEXTUAL-CONVENTION
  148.    DISPLAY-HINT "255a"
  149.    STATUS       current
  150.    DESCRIPTION
  151.        "An octet string containing a list of tag values.
  152.     Tag values are preferably in human-readable form.
  153.  
  154.     To facilitate internationalization, this information
  155.     is represented using the ISO/IEC IS 10646-1 character
  156.     set, encoded as an octet string using the UTF-8
  157.     character encoding scheme described in RFC 2279.
  158.  
  159.     Since additional code points are added by amendments
  160.     to the 10646 standard from time to time,
  161.     implementations must be prepared to encounter any code
  162.     point from 0x00000000 to 0x7fffffff.
  163.  
  164.     The use of control codes should be avoided, except as
  165.     described below.
  166.  
  167.     For code points not directly supported by user
  168.     interface hardware or software, an alternative means
  169.     of entry and display, such as hexadecimal, may be
  170.     provided.
  171.  
  172.     For information encoded in 7-bit US-ASCII, the UTF-8
  173.     representation is identical to the US-ASCII encoding.
  174.  
  175.     An object of this type contains a list of tag values
  176.     which are used to select a set of entries in a table.
  177.  
  178.     A tag value is an arbitrary string of octets, but
  179.     may not contain a delimiter character.  Delimiter
  180.     characters are defined to be one of the following:
  181.  
  182.         -  An ASCII space character (0x20).
  183.  
  184.         -  An ASCII TAB character (0x09).
  185.  
  186.         -  An ASCII carriage return (CR) character (0x0D).
  187.  
  188.         -  An ASCII line feed (LF) character (0x0B).
  189.  
  190.     Delimiter characters are used to separate tag values
  191.     in a tag list.  Only a single delimiter character may
  192.     occur between two tag values.  A tag value may not
  193.     have a zero length.  These constraints imply certain
  194.     restrictions on the contents of this object:
  195.  
  196.         - There cannot be a leading or trailing delimiter
  197.           character.
  198.  
  199.         - There cannot be multiple adjacent delimiter
  200.           characters.
  201.  
  202.     Some examples of valid tag lists are:
  203.  
  204.         - An empty string
  205.  
  206.         - 'acme router'
  207.  
  208.         - 'host managerStation'
  209.  
  210.     Note that although a tag value may not have a length of
  211.     zero, an empty string is still valid.  This indicates
  212.     an empty list (i.e. there are no tag values in the list).
  213.  
  214.     The use of the tag list to select table entries is
  215.     application and MIB specific.  Typically, an application
  216.     will provide one or more tag values, and any entry
  217.     which contains some combination of these tag values
  218.     will be selected."
  219.    SYNTAX       OCTET STRING (SIZE (0..255))
  220.  
  221. --
  222. --
  223. -- The snmpTargetObjects group
  224. --
  225. --
  226.  
  227. snmpTargetSpinLock OBJECT-TYPE
  228.    SYNTAX      TestAndIncr
  229.    MAX-ACCESS  read-write
  230.    STATUS      current
  231.    DESCRIPTION
  232.        "This object is used to facilitate modification of table
  233.     entries in the SNMP-TARGET-MIB module by multiple
  234.     managers.  In particular, it is useful when modifying
  235.     the value of the snmpTargetAddrTagList object.
  236.  
  237.     The procedure for modifying the snmpTargetAddrTagList
  238.     object is as follows:
  239.  
  240.         1.  Retrieve the value of snmpTargetSpinLock and
  241.         of snmpTargetAddrTagList.
  242.  
  243.         2.  Generate a new value for snmpTargetAddrTagList.
  244.  
  245.         3.  Set the value of snmpTargetSpinLock to the
  246.         retrieved value, and the value of
  247.         snmpTargetAddrTagList to the new value.  If
  248.         the set fails for the snmpTargetSpinLock
  249.         object, go back to step 1."
  250.    ::= { snmpTargetObjects 1 }
  251.  
  252. snmpTargetAddrTable OBJECT-TYPE
  253.    SYNTAX      SEQUENCE OF SnmpTargetAddrEntry
  254.    MAX-ACCESS  not-accessible
  255.    STATUS      current
  256.    DESCRIPTION
  257.        "A table of transport addresses to be used in the generation
  258.     of SNMP messages."
  259.    ::= { snmpTargetObjects 2 }
  260.  
  261. snmpTargetAddrEntry OBJECT-TYPE
  262.    SYNTAX      SnmpTargetAddrEntry
  263.    MAX-ACCESS  not-accessible
  264.    STATUS      current
  265.    DESCRIPTION
  266.        "A transport address to be used in the generation
  267.     of SNMP operations.
  268.  
  269.     Entries in the snmpTargetAddrTable are created and
  270.     deleted using the snmpTargetAddrRowStatus object."
  271.    INDEX { IMPLIED snmpTargetAddrName }
  272.    ::= { snmpTargetAddrTable 1 }
  273.  
  274. SnmpTargetAddrEntry ::= SEQUENCE {
  275.    snmpTargetAddrName         SnmpAdminString,
  276.    snmpTargetAddrTDomain      TDomain,
  277.    snmpTargetAddrTAddress     TAddress,
  278.    snmpTargetAddrTimeout      TimeInterval,
  279.    snmpTargetAddrRetryCount   Integer32,
  280.    snmpTargetAddrTagList      SnmpTagList,
  281.    snmpTargetAddrParams       SnmpAdminString,
  282.    snmpTargetAddrStorageType  StorageType,
  283.    snmpTargetAddrRowStatus    RowStatus
  284. }
  285.  
  286. snmpTargetAddrName OBJECT-TYPE
  287.    SYNTAX      SnmpAdminString (SIZE(1..32))
  288.    MAX-ACCESS  not-accessible
  289.    STATUS      current
  290.    DESCRIPTION
  291.        "The locally arbitrary, but unique identifier associated
  292.     with this snmpTargetAddrEntry."
  293.    ::= { snmpTargetAddrEntry 1 }
  294.  
  295. snmpTargetAddrTDomain OBJECT-TYPE
  296.    SYNTAX      TDomain
  297.    MAX-ACCESS  read-create
  298.    STATUS      current
  299.    DESCRIPTION
  300.        "This object indicates the transport type of the address
  301.     contained in the snmpTargetAddrTAddress object."
  302.    ::= { snmpTargetAddrEntry 2 }
  303.  
  304. snmpTargetAddrTAddress OBJECT-TYPE
  305.    SYNTAX      TAddress
  306.    MAX-ACCESS  read-create
  307.    STATUS      current
  308.    DESCRIPTION
  309.        "This object contains a transport address.  The format of
  310.     this address depends on the value of the
  311.     snmpTargetAddrTDomain object."
  312.    ::= { snmpTargetAddrEntry 3 }
  313.  
  314. snmpTargetAddrTimeout OBJECT-TYPE
  315.    SYNTAX      TimeInterval
  316.    MAX-ACCESS  read-create
  317.    STATUS      current
  318.    DESCRIPTION
  319.        "This object should reflect the expected maximum round
  320.     trip time for communicating with the transport address
  321.     defined by this row.  When a message is sent to this
  322.     address, and a response (if one is expected) is not
  323.     received within this time period, an implementation
  324.     may assume that the response will not be delivered.
  325.  
  326.     Note that the time interval that an application waits
  327.     for a response may actually be derived from the value
  328.     of this object.  The method for deriving the actual time
  329.     interval is implementation dependent.  One such method
  330.     is to derive the expected round trip time based on a
  331.     particular retransmission algorithm and on the number
  332.     of timeouts which have occurred.  The type of message may
  333.     also be considered when deriving expected round trip
  334.     times for retransmissions.  For example, if a message is
  335.     being sent with a securityLevel that indicates both
  336.     authentication and privacy, the derived value may be
  337.     increased to compensate for extra processing time spent
  338.     during authentication and encryption processing."
  339.    DEFVAL { 1500 }
  340.    ::= { snmpTargetAddrEntry 4 }
  341.  
  342. snmpTargetAddrRetryCount OBJECT-TYPE
  343.    SYNTAX      Integer32 (0..255)
  344.    MAX-ACCESS  read-create
  345.    STATUS      current
  346.    DESCRIPTION
  347.        "This object specifies a default number of retries to be
  348.     attempted when a response is not received for a generated
  349.     message.  An application may provide its own retry count,
  350.     in which case the value of this object is ignored."
  351.    DEFVAL { 3 }
  352.    ::= { snmpTargetAddrEntry 5 }
  353.  
  354. snmpTargetAddrTagList OBJECT-TYPE
  355.    SYNTAX      SnmpTagList
  356.    MAX-ACCESS  read-create
  357.    STATUS      current
  358.    DESCRIPTION
  359.        "This object contains a list of tag values which are
  360.     used to select target addresses for a particular
  361.     operation."
  362.    DEFVAL { "" }
  363.    ::= { snmpTargetAddrEntry 6 }
  364.  
  365. snmpTargetAddrParams OBJECT-TYPE
  366.    SYNTAX      SnmpAdminString (SIZE(1..32))
  367.    MAX-ACCESS  read-create
  368.    STATUS      current
  369.    DESCRIPTION
  370.        "The value of this object identifies an entry in the
  371.     snmpTargetParamsTable.  The identified entry
  372.     contains SNMP parameters to be used when generating
  373.     messages to be sent to this transport address."
  374.    ::= { snmpTargetAddrEntry 7 }
  375.  
  376. snmpTargetAddrStorageType OBJECT-TYPE
  377.    SYNTAX      StorageType
  378.    MAX-ACCESS  read-create
  379.    STATUS      current
  380.    DESCRIPTION
  381.        "The storage type for this conceptual row."
  382.    DEFVAL { nonVolatile }
  383.    ::= { snmpTargetAddrEntry 8 }
  384.  
  385. snmpTargetAddrRowStatus OBJECT-TYPE
  386.    SYNTAX      RowStatus
  387.    MAX-ACCESS  read-create
  388.    STATUS      current
  389.    DESCRIPTION
  390.        "The status of this conceptual row.
  391.  
  392.     To create a row in this table, a manager must
  393.     set this object to either createAndGo(4) or
  394.     createAndWait(5).
  395.  
  396.     Until instances of all corresponding columns are
  397.     appropriately configured, the value of the
  398.     corresponding instance of the snmpTargetAddrRowStatus
  399.     column is 'notReady'.
  400.  
  401.     In particular, a newly created row cannot be made
  402.     active until the corresponding instances of
  403.     snmpTargetAddrTDomain, snmpTargetAddrTAddress, and
  404.     snmpTargetAddrParams have all been set.
  405.  
  406.     The following objects may not be modified while the
  407.     value of this object is active(1):
  408.         - snmpTargetAddrTDomain
  409.         - snmpTargetAddrTAddress
  410.     An attempt to set these objects while the value of
  411.     snmpTargetAddrRowStatus is active(1) will result in
  412.     an inconsistentValue error."
  413.    ::= { snmpTargetAddrEntry 9 }
  414.  
  415. snmpTargetParamsTable OBJECT-TYPE
  416.    SYNTAX      SEQUENCE OF SnmpTargetParamsEntry
  417.    MAX-ACCESS  not-accessible
  418.    STATUS      current
  419.    DESCRIPTION
  420.        "A table of SNMP target information to be used
  421.     in the generation of SNMP messages."
  422.    ::= { snmpTargetObjects 3 }
  423.  
  424. snmpTargetParamsEntry OBJECT-TYPE
  425.    SYNTAX      SnmpTargetParamsEntry
  426.    MAX-ACCESS  not-accessible
  427.    STATUS      current
  428.    DESCRIPTION
  429.        "A set of SNMP target information.
  430.  
  431.     Entries in the snmpTargetParamsTable are created and
  432.     deleted using the snmpTargetParamsRowStatus object."
  433.    INDEX { IMPLIED snmpTargetParamsName }
  434.    ::= { snmpTargetParamsTable 1 }
  435.  
  436. SnmpTargetParamsEntry ::= SEQUENCE {
  437.    snmpTargetParamsName           SnmpAdminString,
  438.    snmpTargetParamsMPModel        SnmpMessageProcessingModel,
  439.    snmpTargetParamsSecurityModel  SnmpSecurityModel,
  440.    snmpTargetParamsSecurityName   SnmpAdminString,
  441.    snmpTargetParamsSecurityLevel  SnmpSecurityLevel,
  442.    snmpTargetParamsStorageType    StorageType,
  443.    snmpTargetParamsRowStatus      RowStatus
  444. }
  445.  
  446. snmpTargetParamsName OBJECT-TYPE
  447.    SYNTAX      SnmpAdminString (SIZE(1..32))
  448.    MAX-ACCESS  not-accessible
  449.    STATUS      current
  450.    DESCRIPTION
  451.        "The locally arbitrary, but unique identifier associated
  452.     with this snmpTargetParamsEntry."
  453.    ::= { snmpTargetParamsEntry 1 }
  454.  
  455. snmpTargetParamsMPModel OBJECT-TYPE
  456.    SYNTAX      SnmpMessageProcessingModel
  457.    MAX-ACCESS  read-create
  458.    STATUS      current
  459.    DESCRIPTION
  460.        "The Message Processing Model to be used when generating
  461.     SNMP messages using this entry."
  462.    ::= { snmpTargetParamsEntry 2 }
  463.  
  464. snmpTargetParamsSecurityModel OBJECT-TYPE
  465.    SYNTAX      SnmpSecurityModel (1..2147483647)
  466.    MAX-ACCESS  read-create
  467.    STATUS      current
  468.    DESCRIPTION
  469.        "The Security Model to be used when generating SNMP
  470.      messages using this entry.  An implementation may
  471.      choose to return an inconsistentValue error if an
  472.      attempt is made to set this variable to a value
  473.      for a security model which the implementation does
  474.      not support."
  475.    ::= { snmpTargetParamsEntry 3 }
  476.  
  477. snmpTargetParamsSecurityName OBJECT-TYPE
  478.    SYNTAX      SnmpAdminString
  479.    MAX-ACCESS  read-create
  480.    STATUS      current
  481.    DESCRIPTION
  482.        "The securityName which identifies the Principal on
  483.     whose behalf SNMP messages will be generated using
  484.     this entry."
  485.    ::= { snmpTargetParamsEntry 4 }
  486.  
  487. snmpTargetParamsSecurityLevel OBJECT-TYPE
  488.    SYNTAX      SnmpSecurityLevel
  489.    MAX-ACCESS  read-create
  490.    STATUS      current
  491.    DESCRIPTION
  492.        "The Level of Security to be used when generating
  493.     SNMP messages using this entry."
  494.    ::= { snmpTargetParamsEntry 5 }
  495.  
  496. snmpTargetParamsStorageType OBJECT-TYPE
  497.    SYNTAX      StorageType
  498.    MAX-ACCESS  read-create
  499.    STATUS      current
  500.    DESCRIPTION
  501.        "The storage type for this conceptual row."
  502.    DEFVAL { nonVolatile }
  503.    ::= { snmpTargetParamsEntry 6 }
  504.  
  505. snmpTargetParamsRowStatus OBJECT-TYPE
  506.    SYNTAX      RowStatus
  507.    MAX-ACCESS  read-create
  508.    STATUS      current
  509.    DESCRIPTION
  510.        "The status of this conceptual row.
  511.  
  512.     To create a row in this table, a manager must
  513.     set this object to either createAndGo(4) or
  514.     createAndWait(5).
  515.  
  516.     Until instances of all corresponding columns are
  517.     appropriately configured, the value of the
  518.     corresponding instance of the snmpTargetParamsRowStatus
  519.     column is 'notReady'.
  520.  
  521.     In particular, a newly created row cannot be made
  522.     active until the corresponding
  523.     snmpTargetParamsMPModel,
  524.     snmpTargetParamsSecurityModel,
  525.     snmpTargetParamsSecurityName,
  526.     and snmpTargetParamsSecurityLevel have all been set.
  527.     The following objects may not be modified while the
  528.     value of this object is active(1):
  529.         - snmpTargetParamsMPModel
  530.         - snmpTargetParamsSecurityModel
  531.         - snmpTargetParamsSecurityName
  532.         - snmpTargetParamsSecurityLevel
  533.     An attempt to set these objects while the value of
  534.     snmpTargetParamsRowStatus is active(1) will result in
  535.     an inconsistentValue error."
  536.    ::= { snmpTargetParamsEntry 7 }
  537.  
  538. snmpUnavailableContexts OBJECT-TYPE
  539.    SYNTAX       Counter32
  540.    MAX-ACCESS   read-only
  541.    STATUS       current
  542.    DESCRIPTION
  543.        "The total number of packets received by the SNMP
  544.     engine which were dropped because the context
  545.     contained in the message was unavailable."
  546.    ::= { snmpTargetObjects 4 }
  547.  
  548. snmpUnknownContexts OBJECT-TYPE
  549.    SYNTAX       Counter32
  550.    MAX-ACCESS   read-only
  551.    STATUS       current
  552.    DESCRIPTION
  553.        "The total number of packets received by the SNMP
  554.     engine which were dropped because the context
  555.     contained in the message was unknown."
  556.    ::= { snmpTargetObjects 5 }
  557.  
  558. --
  559. --
  560. -- Conformance information
  561. --
  562. --
  563.  
  564. snmpTargetCompliances OBJECT IDENTIFIER ::=
  565.                        { snmpTargetConformance 1 }
  566. snmpTargetGroups      OBJECT IDENTIFIER ::=
  567.                        { snmpTargetConformance 2 }
  568.  
  569. --
  570. --
  571. -- Compliance statements
  572. --
  573. --
  574. snmpTargetCommandResponderCompliance MODULE-COMPLIANCE
  575.    STATUS      current
  576.    DESCRIPTION
  577.        "The compliance statement for SNMP entities which include
  578.     a command responder application."
  579.    MODULE -- This Module
  580.        MANDATORY-GROUPS { snmpTargetCommandResponderGroup }
  581.    ::= { snmpTargetCompliances 1 }
  582.  
  583. snmpTargetBasicGroup OBJECT-GROUP
  584.    OBJECTS {
  585.        snmpTargetSpinLock,
  586.        snmpTargetAddrTDomain,
  587.        snmpTargetAddrTAddress,
  588.        snmpTargetAddrTagList,
  589.        snmpTargetAddrParams,
  590.        snmpTargetAddrStorageType,
  591.        snmpTargetAddrRowStatus,
  592.        snmpTargetParamsMPModel,
  593.        snmpTargetParamsSecurityModel,
  594.        snmpTargetParamsSecurityName,
  595.        snmpTargetParamsSecurityLevel,
  596.        snmpTargetParamsStorageType,
  597.        snmpTargetParamsRowStatus
  598.    }
  599.    STATUS      current
  600.    DESCRIPTION
  601.        "A collection of objects providing basic remote
  602.     configuration of management targets."
  603.    ::= { snmpTargetGroups 1 }
  604.  
  605. snmpTargetResponseGroup OBJECT-GROUP
  606.    OBJECTS {
  607.        snmpTargetAddrTimeout,
  608.        snmpTargetAddrRetryCount
  609.    }
  610.    STATUS      current
  611.    DESCRIPTION
  612.        "A collection of objects providing remote configuration
  613.     of management targets for applications which generate
  614.     SNMP messages for which a response message would be
  615.     expected."
  616.    ::= { snmpTargetGroups 2 }
  617.  
  618. snmpTargetCommandResponderGroup OBJECT-GROUP
  619.    OBJECTS {
  620.        snmpUnavailableContexts,
  621.        snmpUnknownContexts
  622.    }
  623.    STATUS      current
  624.    DESCRIPTION
  625.        "A collection of objects required for command responder
  626.     applications, used for counting error conditions."
  627.    ::= { snmpTargetGroups 3 }
  628.  
  629. END
  630.