EasyManua.ls Logo

Reach RT-PoE5 - Class - Autoclass

Default Icon
43 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Reach PoE5 Tester Manual 1.8 03/25/2021 Page 25
CLASS Autoclass
Description
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.
Command:
cl[ass] <aon|aoff>
Argument:
“aon” for autoclass on, or “aoff” for autoclass off
Response:
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);
Example:
p9 cl 3
p9 cl aon
Response:
:p9 class 3A<CR><LF>
This sets port 9 IEEE "class" to 3 on both pairs, with autoclass on.
Example:
p1 cl 1,2
p1 cl aof
Response:
: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.