Description:
Set the TOS (Type of Service) bits in the IP header.
Form:
Command Handler: ECMD
TOSBITS|TOS|TB [CH] [ARGUMENT]
Argument List:
Terse Verbose Description
CHn CHn The TOS will be set for channel n, where n is a valid
channel number, starting at 0.
If no CHANNEL is argued, the system will default to CH0.
Terse Verbose Description
0 NORMAL Default setting, normal service (0x00).
2 MINMONY Minimize monetary cost (0x02).
4 MAXRELAY Maximum reliability (0x04).
8 MAXTHRUPUT Maximize through put (0x08).
16 MINDELAY Minimize delay (0x10).
Response:
MODIFY TOSBITS RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
DISPLAY TOSBITS RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, followed by
"TOSBITS= [STANDARD]\r\n", or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, followed by
"[TERSE NUMERIC VALUE]\r\n", or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes display responses (empty line)
Examples:
Verbose command to retrieve current setting:
*.ECMD TOSBITS CH0 <enter>
Response is: OK\r\n
TOSBITS= NORMAL\r\n
Terse command to retrieve current setting:
*.ECMD TB 0<enter>
Response is: 0\r\n
0\r\n
Verbose command to change setting:
*.ECMD TOSBITS CH1 MINDELAY <enter>
Response is: OK\r\n
Verbose command to change setting:
*.ECMD TB 1 MINDELAY <enter>
Response is: 0\r\n
Verbose command to change setting:
*.ECMD TOSBITS CH3 MAXRELAY <enter>
Response is: OK\r\n
Verbose command to change setting:
*.ECMD TB 3 MAXRELAY <enter>
Response is: 0\r\n
Notes:
Products Supporting Command