<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    To process the TestSetPDU the sub-agent must validate each varbind
    through a series of steps detailed here
    <a class="moz-txt-link-freetext" href="https://tools.ietf.org/html/rfc1905#section-4.2.5">https://tools.ietf.org/html/rfc1905#section-4.2.5</a><br>
    <br>
    There are a number of steps that I do not understand, my
    summary/questions about the steps follow:<br>
    <br>
    1 Denied access because not in MIB view (I think the master gets
    this?) [noAccess]<br>
    <br>
    2 Nothing shares the OID prefix (what counts?) and can be
    created/changed regardless of value (does the master get this?)
    [notWritable]<br>
    <br>
    3 Value type is wrong for all variables with same OID prefix (what
    counts? Doesn't matter: the master deals with it) [wrongType]<br>
    <br>
    4 Value length is wrong (share OID prefix, etc. Master has this)
    [wrongLength]<br>
    <br>
    5 Value encoding does not match MIB (huh? Encoding? I don't remember
    this, and it can't be referring to the value type as that is covered
    elsewhere), #NotAll implementations use this [wrongEncoding]<br>
    <br>
    6 Value could never be assigned to the variable (I think this is for
    values outside a specified range?) [wrongValue]<br>
    <br>
    7 Variable does not exist and could never be created [noCreation]<br>
    <br>
    8 Variable does not exist and cannot be created under current
    circumstances [inconsistentName]<br>
    <br>
    9 Variable exists but cannot ever be modified [notWritable]<br>
    <br>
    10 Variable exists but cannot be modified under current
    circumstances [inconsistentValue]<br>
    <br>
    11 During previous checks resources were not available
    [resourceUnavailable]<br>
    <br>
    12 Some other error happened [genErr]<br>
    <br>
    13 SUCCESS!<br>
    <br>
    Primary Question: What counts as an OID prefix that is shared? The
    answer that seems right without being ridiculous (anything in an
    OID's path) is for things like SEQUENCE blah blah where there is a
    root path with a bunch of dynamic elements. Maybe?<br>
    <br>
    -- <br>
    <div class="moz-signature"><i>"In the end; what separates a Man,
        from a Slave? Money? Power?
        No. A Man Chooses, a Slave Obeys."</i> -- Andrew Ryan
      <p>
        <i>"Utopia cannot precede the Utopian.
          It will exist the moment we are fit to occupy it."</i> --
        Sophia Lamb
      </p>
    </div>
  </body>
</html>