home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / InternetScanner / data1.cab / Program_Files / Mibs / SNMPv2-TC.txt < prev    next >
Encoding:
Text File  |  1999-11-22  |  35.5 KB  |  674 lines

  1. SNMPv2-TC DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     TimeTicks -- ,ObjectSyntax    removed by Wes.
  5.         FROM SNMPv2-SMI;
  6.  
  7. DisplayString ::= TEXTUAL-CONVENTION
  8.     DISPLAY-HINT "255a"
  9.     STATUS       current
  10.     DESCRIPTION
  11.         "Represents textual information taken from the NVT ASCII
  12.          character set, as defined in pages 4, 10-11 of RFC 854.
  13.  
  14.          To summarize RFC 854, the NVT ASCII repertoire specifies:
  15.  
  16.            - the use of character codes 0-127 (decimal)
  17.  
  18.            - the graphics characters (32-126) are interpreted as
  19.              US ASCII
  20.  
  21.            - NUL, LF, CR, BEL, BS, HT, VT and FF have the special
  22.              meanings specified in RFC 854
  23.  
  24.            - the other 25 codes have no standard interpretation
  25.  
  26.            - the sequence 'CR LF' means newline
  27.  
  28.            - the sequence 'CR NUL' means carriage-return
  29.  
  30.            - an 'LF' not preceded by a 'CR' means moving to the
  31.              same column on the next line.
  32.  
  33.            - the sequence 'CR x' for any x other than LF or NUL is
  34.              illegal.  (Note that this also means that a string may
  35.              end with either 'CR LF' or 'CR NUL', but not with CR.)
  36.  
  37.          Any object defined using this syntax may not exceed 255
  38.          characters in length."
  39.     SYNTAX       OCTET STRING
  40.  
  41. PhysAddress ::= TEXTUAL-CONVENTION
  42.     DISPLAY-HINT "1x:"
  43.     STATUS       current
  44.     DESCRIPTION
  45.         "Represents media- or physical-level addresses."
  46.     SYNTAX       OCTET STRING
  47.  
  48. MacAddress ::= TEXTUAL-CONVENTION
  49.     DISPLAY-HINT "1x:"
  50.     STATUS       current
  51.     DESCRIPTION
  52.         "Represents an 802 MAC address represented in the
  53.          `canonical' order defined by IEEE 802.1a, i.e., as if it
  54.          were transmitted least significant bit first, even though
  55.          802.5 (in contrast to other 802.x protocols) requires MAC
  56.          addresses to be transmitted most significant bit first."
  57.     SYNTAX       OCTET STRING
  58.  
  59. TruthValue ::= TEXTUAL-CONVENTION
  60.     STATUS       current
  61.     DESCRIPTION
  62.         "Represents a boolean value."
  63.     SYNTAX       INTEGER {
  64.                  true(1),
  65.                  false(2)
  66.                }
  67.  
  68. TestAndIncr ::= TEXTUAL-CONVENTION
  69.     STATUS       current
  70.     DESCRIPTION
  71.         "Represents integer-valued information used for atomic
  72.          operations.  When the management protocol is used to specify
  73.          that an object instance having this syntax is to be
  74.          modified, the new value supplied via the management protocol
  75.          must precisely match the value presently held by the
  76.          instance.  If not, the management protocol set operation
  77.          fails with an error of `inconsistentValue'.  Otherwise, if
  78.          the current value is the maximum value of 2^31-1 (2147483647
  79.          decimal), then the value held by the instance is wrapped to
  80.          zero; otherwise, the value held by the instance is
  81.          incremented by one.  (Note that regardless of whether the
  82.          management protocol set operation succeeds, the variable-
  83.          binding in the request and response PDUs are identical.)
  84.  
  85.          The value of the ACCESS clause for objects having this
  86.          syntax is either `read-write' or `read-create'.  When an
  87.          instance of a columnar object having this syntax is created,
  88.          any value may be supplied via the management protocol.
  89.  
  90.          When the network management portion of the system is re-
  91.          initialized, the value of every object instance having this
  92.          syntax must either be incremented from its value prior to
  93.          the re-initialization, or (if the value prior to the re-
  94.          initialization is unknown) be set to a pseudo-randomly
  95.          generated value."
  96.     SYNTAX       INTEGER
  97.  
  98. AutonomousType ::= TEXTUAL-CONVENTION
  99.     STATUS       current
  100.     DESCRIPTION
  101.         "Represents an independently extensible type identification
  102.          value.  It may, for example, indicate a particular sub-tree
  103.          with further MIB definitions, or define a particular type of
  104.          protocol or hardware."
  105.     SYNTAX       OBJECT IDENTIFIER
  106.  
  107. InstancePointer ::= TEXTUAL-CONVENTION
  108.     STATUS       obsolete
  109.     DESCRIPTION
  110.         "A pointer to either a specific instance of a MIB object or
  111.          a conceptual row of a MIB table in the managed device.  In
  112.          the latter case, by convention, it is the name of the
  113.          particular instance of the first accessible columnar object
  114.          in the conceptual row.
  115.  
  116.          The two uses of this textual convention are replaced by
  117.          VariablePointer and RowPointer, respectively."
  118.     SYNTAX       OBJECT IDENTIFIER
  119.  
  120. VariablePointer ::= TEXTUAL-CONVENTION
  121.     STATUS       current
  122.     DESCRIPTION
  123.         "A pointer to a specific object instance.  For example,
  124.          sysContact.0 or ifInOctets.3."
  125.     SYNTAX       OBJECT IDENTIFIER
  126.  
  127. RowPointer ::= TEXTUAL-CONVENTION
  128.     STATUS       current
  129.     DESCRIPTION
  130.         "Represents a pointer to a conceptual row.  The value is the
  131.          name of the instance of the first accessible columnar object
  132.          in the conceptual row.
  133.  
  134.          For example, ifIndex.3 would point to the 3rd row in the
  135.          ifTable (note that if ifIndex were not-accessible, then
  136.          ifDescr.3 would be used instead)."
  137.     SYNTAX       OBJECT IDENTIFIER
  138.  
  139. RowStatus ::= TEXTUAL-CONVENTION
  140.     STATUS       current
  141.     DESCRIPTION
  142.         "The RowStatus textual convention is used to manage the
  143.                  creation and deletion of conceptual rows, and is used as the
  144.                  value of the SYNTAX clause for the status column of a
  145.                  conceptual row (as described in Section 7.7.1 of [2].)
  146.  
  147.                  The status column has six defined values:
  148.  
  149.                       - `active', which indicates that the conceptual row is
  150.                       available for use by the managed device;
  151.  
  152.                       - `notInService', which indicates that the conceptual
  153.                       row exists in the agent, but is unavailable for use by
  154.                       the managed device (see NOTE below);
  155.  
  156.                       - `notReady', which indicates that the conceptual row
  157.                       exists in the agent, but is missing information
  158.                       necessary in order to be available for use by the
  159.                       managed device;
  160.  
  161.                       - `createAndGo', which is supplied by a management
  162.                       station wishing to create a new instance of a
  163.                       conceptual row and to have its status automatically set
  164.                       to active, making it available for use by the managed
  165.                       device;
  166.  
  167.                       - `createAndWait', which is supplied by a management
  168.                       station wishing to create a new instance of a
  169.                       conceptual row (but not make it available for use by
  170.                       the managed device); and,
  171.  
  172.                       - `destroy', which is supplied by a management station
  173.                       wishing to delete all of the instances associated with
  174.                       an existing conceptual row.
  175.  
  176.                  Whereas five of the six values (all except `notReady') may
  177.                  be specified in a management protocol set operation, only
  178.                  three values will be returned in response to a management
  179.                  protocol retrieval operation:  `notReady', `notInService' or
  180.                  `active'.  That is, when queried, an existing conceptual row
  181.                  has only three states:  it is either available for use by
  182.                  the managed device (the status column has value `active');
  183.                  it is not available for use by the managed device, though
  184.                  the agent has sufficient information to make it so (the
  185.                  status column has value `notInService'); or, it is not
  186.                  available for use by the managed device, and an attempt to
  187.                  make it so would fail because the agent has insufficient
  188.                  information (the state column has value `notReady').
  189.                                           NOTE WELL
  190.  
  191.                       This textual convention may be used for a MIB table,
  192.                       irrespective of whether the values of that table's
  193.                       conceptual rows are able to be modified while it is
  194.                       active, or whether its conceptual rows must be taken
  195.                       out of service in order to be modified.  That is, it is
  196.                       the responsibility of the DESCRIPTION clause of the
  197.                       status column to specify whether the status column must
  198.                       not be `active' in order for the value of some other
  199.                       column of the same conceptual row to be modified.  If
  200.                       such a specification is made, affected columns may be
  201.                       changed by an SNMP set PDU if the RowStatus would not
  202.                       be equal to `active' either immediately before or after
  203.                       processing the PDU.  In other words, if the PDU also
  204.                       contained a varbind that would change the RowStatus
  205.                       value, the column in question may be changed if the
  206.                       RowStatus was not equal to `active' as the PDU was
  207.                       received, or if the varbind sets the status to a value
  208.                       other than 'active'.
  209.  
  210.                  Also note that whenever any elements of a row exist, the
  211.                  RowStatus column must also exist.
  212.                  To summarize the effect of having a conceptual row with a
  213.                  status column having a SYNTAX clause value of RowStatus,
  214.                  consider the following state diagram:
  215.  
  216.                                               STATE
  217.                    +--------------+-----------+-------------+-------------
  218.                    |      A       |     B     |      C      |      D
  219.                    |              |status col.|status column|
  220.                    |status column |    is     |      is     |status column
  221.          ACTION    |does not exist|  notReady | notInService|  is active
  222.          --------------+--------------+-----------+-------------+-------------
  223.          set status    |noError    ->D|inconsist- |inconsistent-|inconsistent-
  224.          column to     |       or     |   entValue|        Value|        Value
  225.          createAndGo   |inconsistent- |           |             |
  226.                    |         Value|           |             |
  227.          --------------+--------------+-----------+-------------+-------------
  228.          set status    |noError  see 1|inconsist- |inconsistent-|inconsistent-
  229.          column to     |       or     |   entValue|        Value|        Value
  230.          createAndWait |wrongValue    |           |             |
  231.          --------------+--------------+-----------+-------------+-------------
  232.          set status    |inconsistent- |inconsist- |noError      |noError
  233.          column to     |         Value|   entValue|             |
  234.          active        |              |           |             |
  235.                    |              |     or    |             |
  236.                    |              |           |             |
  237.                    |              |see 2   ->D|          ->D|          ->D
  238.          --------------+--------------+-----------+-------------+-------------
  239.          set status    |inconsistent- |inconsist- |noError      |noError   ->C
  240.          column to     |         Value|   entValue|             |
  241.          notInService  |              |           |             |
  242.                    |              |     or    |             |      or
  243.                    |              |           |             |
  244.                    |              |see 3   ->C|          ->C|wrongValue
  245.          --------------+--------------+-----------+-------------+-------------
  246.          set status    |noError       |noError    |noError      |noError
  247.          column to     |              |           |             |
  248.          destroy       |           ->A|        ->A|          ->A|          ->A
  249.          --------------+--------------+-----------+-------------+-------------
  250.          set any other |see 4         |noError    |noError      |see 5
  251.          column to some|              |           |             |
  252.          value         |              |      see 1|          ->C|          ->D
  253.          --------------+--------------+-----------+-------------+-------------
  254.  
  255.                  (1) goto B or C, depending on information available to the
  256.                  agent.
  257.                  (2) if other variable bindings included in the same PDU,
  258.                  provide values for all columns which are missing but
  259.                  required, then return noError and goto D.
  260.  
  261.                  (3) if other variable bindings included in the same PDU,
  262.                  provide values for all columns which are missing but
  263.                  required, then return noError and goto C.
  264.  
  265.                  (4) at the discretion of the agent, the return value may be
  266.                  either:
  267.  
  268.                       inconsistentName:  because the agent does not choose to
  269.                       create such an instance when the corresponding
  270.                       RowStatus instance does not exist, or
  271.  
  272.                       inconsistentValue:  if the supplied value is
  273.                       inconsistent with the state of some other MIB object's
  274.                       value, or
  275.  
  276.                       noError: because the agent chooses to create the
  277.                       instance.
  278.  
  279.                  If noError is returned, then the instance of the status
  280.                  column must also be created, and the new state is B or C,
  281.                  depending on the information available to the agent.  If
  282.                  inconsistentName or inconsistentValue is returned, the row
  283.                  remains in state A.
  284.  
  285.                  (5) depending on the MIB definition for the column/table,
  286.                  either noError or inconsistentValue may be returned.
  287.  
  288.                  NOTE: Other processing of the set request may result in a
  289.                  response other than noError being returned, e.g.,
  290.                  wrongValue, noCreation, etc.
  291.  
  292.                                    Conceptual Row Creation
  293.  
  294.                  There are four potential interactions when creating a
  295.                  conceptual row:  selecting an instance-identifier which is
  296.                  not in use; creating the conceptual row; initializing any
  297.                  objects for which the agent does not supply a default; and,
  298.                  making the conceptual row available for use by the managed
  299.                  device.
  300.                  Interaction 1: Selecting an Instance-Identifier
  301.  
  302.                  The algorithm used to select an instance-identifier varies
  303.                  for each conceptual row.  In some cases, the instance-
  304.                  identifier is semantically significant, e.g., the
  305.                  destination address of a route, and a management station
  306.                  selects the instance-identifier according to the semantics.
  307.  
  308.                  In other cases, the instance-identifier is used solely to
  309.                  distinguish conceptual rows, and a management station
  310.                  without specific knowledge of the conceptual row might
  311.                  examine the instances present in order to determine an
  312.                  unused instance-identifier.  (This approach may be used, but
  313.                  it is often highly sub-optimal; however, it is also a
  314.                  questionable practice for a naive management station to
  315.                  attempt conceptual row creation.)
  316.  
  317.                  Alternately, the MIB module which defines the conceptual row
  318.                  might provide one or more objects which provide assistance
  319.                  in determining an unused instance-identifier.  For example,
  320.                  if the conceptual row is indexed by an integer-value, then
  321.                  an object having an integer-valued SYNTAX clause might be
  322.                  defined for such a purpose, allowing a management station to
  323.                  issue a management protocol retrieval operation.  In order
  324.                  to avoid unnecessary collisions between competing management
  325.                  stations, `adjacent' retrievals of this object should be
  326.                  different.
  327.  
  328.                  Finally, the management station could select a pseudo-random
  329.                  number to use as the index.  In the event that this index
  330.                  was already in use and an inconsistentValue was returned in
  331.                  response to the management protocol set operation, the
  332.                  management station should simply select a new pseudo-random
  333.                  number and retry the operation.
  334.  
  335.                  A MIB designer should choose between the two latter
  336.                  algorithms based on the size of the table (and therefore the
  337.                  efficiency of each algorithm).  For tables in which a large
  338.                  number of entries are expected, it is recommended that a MIB
  339.                  object be defined that returns an acceptable index for
  340.                  creation.  For tables with small numbers of entries, it is
  341.                  recommended that the latter pseudo-random index mechanism be
  342.                  used.
  343.                  Interaction 2: Creating the Conceptual Row
  344.  
  345.                  Once an unused instance-identifier has been selected, the
  346.                  management station determines if it wishes to create and
  347.                  activate the conceptual row in one transaction or in a
  348.                  negotiated set of interactions.
  349.  
  350.                  Interaction 2a: Creating and Activating the Conceptual Row
  351.  
  352.                  The management station must first determine the column
  353.                  requirements, i.e., it must determine those columns for
  354.                  which it must or must not provide values.  Depending on the
  355.                  complexity of the table and the management station's
  356.                  knowledge of the agent's capabilities, this determination
  357.                  can be made locally by the management station.  Alternately,
  358.                  the management station issues a management protocol get
  359.                  operation to examine all columns in the conceptual row that
  360.                  it wishes to create.  In response, for each column, there
  361.                  are three possible outcomes:
  362.  
  363.                       - a value is returned, indicating that some other
  364.                       management station has already created this conceptual
  365.                       row.  We return to interaction 1.
  366.  
  367.                       - the exception `noSuchInstance' is returned,
  368.                       indicating that the agent implements the object-type
  369.                       associated with this column, and that this column in at
  370.                       least one conceptual row would be accessible in the MIB
  371.                       view used by the retrieval were it to exist. For those
  372.                       columns to which the agent provides read-create access,
  373.                       the `noSuchInstance' exception tells the management
  374.                       station that it should supply a value for this column
  375.                       when the conceptual row is to be created.
  376.  
  377.                       - the exception `noSuchObject' is returned, indicating
  378.                       that the agent does not implement the object-type
  379.                       associated with this column or that there is no
  380.                       conceptual row for which this column would be
  381.                       accessible in the MIB view used by the retrieval.  As
  382.                       such, the management station can not issue any
  383.                       management protocol set operations to create an
  384.                       instance of this column.
  385.  
  386.                  Once the column requirements have been determined, a
  387.                  management protocol set operation is accordingly issued.
  388.                  This operation also sets the new instance of the status
  389.                  column to `createAndGo'.
  390.                  When the agent processes the set operation, it verifies that
  391.                  it has sufficient information to make the conceptual row
  392.                  available for use by the managed device.  The information
  393.                  available to the agent is provided by two sources:  the
  394.                  management protocol set operation which creates the
  395.                  conceptual row, and, implementation-specific defaults
  396.                  supplied by the agent (note that an agent must provide
  397.                  implementation-specific defaults for at least those objects
  398.                  which it implements as read-only).  If there is sufficient
  399.                  information available, then the conceptual row is created, a
  400.                  `noError' response is returned, the status column is set to
  401.                  `active', and no further interactions are necessary (i.e.,
  402.                  interactions 3 and 4 are skipped).  If there is insufficient
  403.                  information, then the conceptual row is not created, and the
  404.                  set operation fails with an error of `inconsistentValue'.
  405.                  On this error, the management station can issue a management
  406.                  protocol retrieval operation to determine if this was
  407.                  because it failed to specify a value for a required column,
  408.                  or, because the selected instance of the status column
  409.                  already existed.  In the latter case, we return to
  410.                  interaction 1.  In the former case, the management station
  411.                  can re-issue the set operation with the additional
  412.                  information, or begin interaction 2 again using
  413.                  `createAndWait' in order to negotiate creation of the
  414.                  conceptual row.
  415.  
  416.                                           NOTE WELL
  417.  
  418.                       Regardless of the method used to determine the column
  419.                       requirements, it is possible that the management
  420.                       station might deem a column necessary when, in fact,
  421.                       the agent will not allow that particular columnar
  422.                       instance to be created or written.  In this case, the
  423.                       management protocol set operation will fail with an
  424.                       error such as `noCreation' or `notWritable'.  In this
  425.                       case, the management station decides whether it needs
  426.                       to be able to set a value for that particular columnar
  427.                       instance.  If not, the management station re-issues the
  428.                       management protocol set operation, but without setting
  429.                       a value for that particular columnar instance;
  430.                       otherwise, the management station aborts the row
  431.                       creation algorithm.
  432.  
  433.                  Interaction 2b: Negotiating the Creation of the Conceptual
  434.                  Row
  435.  
  436.                  The management station issues a management protocol set
  437.                  operation which sets the desired instance of the status
  438.                  column to `createAndWait'.  If the agent is unwilling to
  439.                  process a request of this sort, the set operation fails with
  440.                  an error of `wrongValue'.  (As a consequence, such an agent
  441.                  must be prepared to accept a single management protocol set
  442.                  operation, i.e., interaction 2a above, containing all of the
  443.                  columns indicated by its column requirements.)  Otherwise,
  444.                  the conceptual row is created, a `noError' response is
  445.                  returned, and the status column is immediately set to either
  446.                  `notInService' or `notReady', depending on whether it has
  447.                  sufficient information to make the conceptual row available
  448.                  for use by the managed device.  If there is sufficient
  449.                  information available, then the status column is set to
  450.                  `notInService'; otherwise, if there is insufficient
  451.                  information, then the status column is set to `notReady'.
  452.                  Regardless, we proceed to interaction 3.
  453.  
  454.                  Interaction 3: Initializing non-defaulted Objects
  455.  
  456.                  The management station must now determine the column
  457.                  requirements.  It issues a management protocol get operation
  458.                  to examine all columns in the created conceptual row.  In
  459.                  the response, for each column, there are three possible
  460.                  outcomes:
  461.  
  462.                       - a value is returned, indicating that the agent
  463.                       implements the object-type associated with this column
  464.                       and had sufficient information to provide a value.  For
  465.                       those columns to which the agent provides read-create
  466.                       access (and for which the agent allows their values to
  467.                       be changed after their creation), a value return tells
  468.                       the management station that it may issue additional
  469.                       management protocol set operations, if it desires, in
  470.                       order to change the value associated with this column.
  471.  
  472.                       - the exception `noSuchInstance' is returned,
  473.                       indicating that the agent implements the object-type
  474.                       associated with this column, and that this column in at
  475.                       least one conceptual row would be accessible in the MIB
  476.                       view used by the retrieval were it to exist. However,
  477.                       the agent does not have sufficient information to
  478.                       provide a value, and until a value is provided, the
  479.                       conceptual row may not be made available for use by the
  480.                       managed device.  For those columns to which the agent
  481.                       provides read-create access, the `noSuchInstance'
  482.                       exception tells the management station that it must
  483.                       issue additional management protocol set operations, in
  484.                       order to provide a value associated with this column.
  485.                       - the exception `noSuchObject' is returned, indicating
  486.                       that the agent does not implement the object-type
  487.                       associated with this column or that there is no
  488.                       conceptual row for which this column would be
  489.                       accessible in the MIB view used by the retrieval.  As
  490.                       such, the management station can not issue any
  491.                       management protocol set operations to create an
  492.                       instance of this column.
  493.  
  494.                  If the value associated with the status column is
  495.                  `notReady', then the management station must first deal with
  496.                  all `noSuchInstance' columns, if any.  Having done so, the
  497.                  value of the status column becomes `notInService', and we
  498.                  proceed to interaction 4.
  499.  
  500.                  Interaction 4: Making the Conceptual Row Available
  501.  
  502.                  Once the management station is satisfied with the values
  503.                  associated with the columns of the conceptual row, it issues
  504.                  a management protocol set operation to set the status column
  505.                  to `active'.  If the agent has sufficient information to
  506.                  make the conceptual row available for use by the managed
  507.                  device, the management protocol set operation succeeds (a
  508.                  `noError' response is returned).  Otherwise, the management
  509.                  protocol set operation fails with an error of
  510.                  `inconsistentValue'.
  511.  
  512.                                           NOTE WELL
  513.  
  514.                       A conceptual row having a status column with value
  515.                       `notInService' or `notReady' is unavailable to the
  516.                       managed device.  As such, it is possible for the
  517.                       managed device to create its own instances during the
  518.                       time between the management protocol set operation
  519.                       which sets the status column to `createAndWait' and the
  520.                       management protocol set operation which sets the status
  521.                       column to `active'.  In this case, when the management
  522.                       protocol set operation is issued to set the status
  523.                       column to `active', the values held in the agent
  524.                       supersede those used by the managed device.
  525.  
  526.                  If the management station is prevented from setting the
  527.                  status column to `active' (e.g., due to management station
  528.                  or network failure) the conceptual row will be left in the
  529.                  `notInService' or `notReady' state, consuming resources
  530.                  indefinitely.  The agent must detect conceptual rows that
  531.                  have been in either state for an abnormally long period of
  532.                  time and remove them.  It is the responsibility of the
  533.                  DESCRIPTION clause of the status column to indicate what an
  534.                  abnormally long period of time would be.  This period of
  535.                  time should be long enough to allow for human response time
  536.                  (including `think time') between the creation of the
  537.                  conceptual row and the setting of the status to `active'.
  538.                  In the absense of such information in the DESCRIPTION
  539.                  clause, it is suggested that this period be approximately 5
  540.                  minutes in length.  This removal action applies not only to
  541.                  newly-created rows, but also to previously active rows which
  542.                  are set to, and left in, the notInService state for a
  543.                  prolonged period exceeding that which is considered normal
  544.                  for such a conceptual row.
  545.  
  546.                                   Conceptual Row Suspension
  547.  
  548.                  When a conceptual row is `active', the management station
  549.                  may issue a management protocol set operation which sets the
  550.                  instance of the status column to `notInService'.  If the
  551.                  agent is unwilling to do so, the set operation fails with an
  552.                  error of `wrongValue'.  Otherwise, the conceptual row is
  553.                  taken out of service, and a `noError' response is returned.
  554.                  It is the responsibility of the DESCRIPTION clause of the
  555.                  status column to indicate under what circumstances the
  556.                  status column should be taken out of service (e.g., in order
  557.                  for the value of some other column of the same conceptual
  558.                  row to be modified).
  559.  
  560.                                    Conceptual Row Deletion
  561.  
  562.                  For deletion of conceptual rows, a management protocol set
  563.                  operation is issued which sets the instance of the status
  564.                  column to `destroy'.  This request may be made regardless of
  565.                  the current value of the status column (e.g., it is possible
  566.                  to delete conceptual rows which are either `notReady',
  567.                  `notInService' or `active'.)  If the operation succeeds,
  568.                  then all instances associated with the conceptual row are
  569.                  immediately removed."
  570.     SYNTAX       INTEGER {
  571.                  active(1),
  572.                  notInService(2),
  573.                  notReady(3),
  574.                  createAndGo(4),
  575.                  createAndWait(5),
  576.                  destroy(6)
  577.                }
  578.  
  579. TimeStamp ::= TEXTUAL-CONVENTION
  580.     STATUS       current
  581.     DESCRIPTION
  582.         "The value of the sysUpTime object at which a specific
  583.          occurrence happened.  The specific occurrence must be
  584.          defined in the description of any object defined using this
  585.          type."
  586.     SYNTAX       TimeTicks
  587.  
  588. TimeInterval ::= TEXTUAL-CONVENTION
  589.     STATUS       current
  590.     DESCRIPTION
  591.         "A period of time, measured in units of 0.01 seconds."
  592.     SYNTAX       INTEGER
  593.  
  594. DateAndTime ::= TEXTUAL-CONVENTION
  595.     DISPLAY-HINT "2d-1d-1d,1d:1d:1d.1d,1a1d:1d"
  596.     STATUS       current
  597.     DESCRIPTION
  598.         "A date-time specification.
  599.  
  600.          field  octets  contents                  range
  601.          -----  ------  --------                  -----
  602.            1      1-2   year                      0..65536
  603.            2       3    month                     1..12
  604.            3       4    day                       1..31
  605.            4       5    hour                      0..23
  606.            5       6    minutes                   0..59
  607.            6       7    seconds                   0..60
  608.                         (use 60 for leap-second)
  609.            7       8    deci-seconds              0..9
  610.            8       9    direction from UTC        '+' / '-'
  611.            9      10    hours from UTC            0..11
  612.           10      11    minutes from UTC          0..59
  613.  
  614.          For example, Tuesday May 26, 1992 at 1:30:15 PM EDT would be
  615.          displayed as:
  616.  
  617.                           1992-5-26,13:30:15.0,-4:0
  618.  
  619.          Note that if only local time is known, then timezone
  620.          information (fields 8-10) is not present."
  621.     SYNTAX       OCTET STRING
  622.  
  623. StorageType ::= TEXTUAL-CONVENTION
  624.     STATUS       current
  625.     DESCRIPTION
  626.         "Describes the memory realization of a conceptual row.  A
  627.          row which is volatile(2) is lost upon reboot.  A row which
  628.          is either nonVolatile(3), permanent(4) or readOnly(5), is
  629.          backed up by stable storage.  A row which is permanent(4)
  630.          can be changed but not deleted.  A row which is readOnly(5)
  631.          cannot be changed nor deleted.
  632.  
  633.          If the value of an object with this syntax is either
  634.          permanent(4) or readOnly(5), it cannot be modified.
  635.          Conversely, if the value is either other(1), volatile(2) or
  636.          nonVolatile(3), it cannot be modified to be permanent(4) or
  637.          readOnly(5).
  638.  
  639.          Every usage of this textual convention is required to
  640.          specify the columnar objects which a permanent(4) row must
  641.          at a minimum allow to be writable."
  642.     SYNTAX       INTEGER {
  643.                  other(1),
  644.                  volatile(2),
  645.                  nonVolatile(3),
  646.                  permanent(4),
  647.                  readOnly(5)
  648.                }
  649.  
  650. TDomain ::= TEXTUAL-CONVENTION
  651.     STATUS       current
  652.     DESCRIPTION
  653.         "Denotes a kind of transport service.
  654.  
  655.          Some possible values, such as snmpUDPDomain, are defined in
  656.          'Transport Mappings for Version 2 of the Simple Network
  657.          Management Protocol (SNMPv2)'."
  658.     SYNTAX       OBJECT IDENTIFIER
  659.  
  660. TAddress ::= TEXTUAL-CONVENTION
  661.     STATUS       current
  662.     DESCRIPTION
  663.         "Denotes a transport service address.
  664.  
  665.          For snmpUDPDomain, a TAddress is 6 octets long, the initial 4
  666.          octets containing the IP-address in network-byte order and the
  667.          last 2 containing the UDP port in network-byte order.  Consult
  668.          'Transport Mappings for Version 2 of the Simple Network
  669.          Management Protocol (SNMPv2)' for further information on
  670.          snmpUDPDomain."
  671.     SYNTAX       OCTET STRING
  672.  
  673. END
  674.