Reach PoE5 Tester Manual 1.8 03/25/2021 Page 25
CLASS – Autoclass
Used to enable support for autoclass. Using two values separated with
a comma allows the main and alt pairs to be set differently, or a single
value will be applied to both pairs.
Note that autoclass is an addition to the current number class setting,
and when enabled, is indicated with an ‘A’ after the number class
setting.
The default setting is aoff for both pairs.
“aon” for autoclass on, or “aoff” for autoclass off
printf(":p%d class %d%c\r\n",port,class,acls);
- or -
printf(":p%d class %d%c,%d%c\r\n",
port,clsM,clsA,aclsM,aclsA);
:p9 class 3A<CR><LF>
This sets port 9 IEEE "class" to 3 on both pairs, with autoclass on.
:p1 class 1,2<CR><LF>
This sets port 1 IEEE "class" to 1 on the main pair and 2 on the alt
pair, with autoclass off on both pairs.