attachment

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Courier;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Yu Mincho";
        panose-1:2 2 4 0 0 0 0 0 0 0;}
@font-face
        {font-family:"\@Yu Mincho";}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
p.p1, li.p1, div.p1
        {mso-style-name:p1;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:7.5pt;
        font-family:Courier;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Table 9 has optional printer-supply (1setOf octetString(MAX)) keywords.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Some supplies have colorants, others have colorantIndex = 0 ("this supply does not depend on a single specified colorant").<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Must each entry in the set of octetStrings contain the same SNMP Supply Objects (matching cardinality), or can colorant objects be present in an octetString for those supplies that have a colorant, but not
 present in an octetString for those supplies that do not have a colorant?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">For example, must we do this:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">// Black toner.<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">printer-supply[1] =<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">type=toner;maxcapacity=100;level=75;index=1;markerindex=1;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">class=supplyThatIsConsumed;unit=percent;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">colorantindex=1;colorantrole=process;colorantname=black;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">coloranttonality=256;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">// Fuser does not have concept of colorant.<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">printer-supply[2] =<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">type=fuser;maxcapacity=100;level=96;index=2;markerindex=1;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">class=supplyThatIsConsumed;unit=percent;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt;color:red">colorantindex=0;colorantrole=???;colorantname=???;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt;color:red">coloranttonality=???;<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Or should we do this (is it legal to have colorant entries for some supplies, but not have colorant entries for others in the set (non-matching cardinality)?):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">// Black toner.<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">printer-supply[1] =<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">type=toner;maxcapacity=100;level=75;index=1;markerindex=1;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">class=supplyThatIsConsumed;unit=percent;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">colorantindex=1;colorantrole=process;colorantname=black;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">coloranttonality=256;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">// Fuser does not have concept of colorant.<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">printer-supply[2] =<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">type=fuser;maxcapacity=100;level=96;index=2;markerindex=1;<o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt">class=supplyThatIsConsumed;unit=percent;<span style="color:red">colorantname=unknown;</span><o:p></o:p></span></p>
<p class="p1"><span style="font-size:12.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">And since colorantname is REQUIRED, what value should it have for a supply that is not associated with any colorant (unknown or other appear to be the only available values in RFC3805)?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Thanks,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Chris<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">Christopher Rizzo<o:p></o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">Xerox Corporation<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">GDG/Discovery/Advance Technology<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">26600 SW Parkway Ave.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">Wilsonville, OR 97070-9251<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">Phone: (585) 314-6936<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">Email: Christopher.Rizzo@xerox.com<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">"The realization came over me with full force that a good part of the remainder of my life was going to be spent in finding errors in my own programs."<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="font-size:10.5pt;color:black">-Maurice Wilkes, <i>
Memoirs of a Computer Pioneer</i></span><o:p></o:p></p>
</div>
</body>
</html>