321 Studios (ITG) Trunk 2.0 Coffeemaker User Manual


 
Page 310 of 378 Maintenance
553-3001-202 Standard 1.00 April 2000
clearLED
Clear the LED display.
esn5PrefixSet
Set the esn5Prefix, default is “100”:esn5Prefix<“char string”>
esn5PrefixShow Display the esn5Prefix character string.
routeAdd
"host/ network IP
address", "IP Gateway"
This command adds a route to the network routing table. The
route is added to the host portion of the routing table.
Example: ITG> routeAdd "47.82.33.123", "47.82.33.1"
mRouteAdd
"host/ network
IP address", "IP Gateway",
"Subnetmask", "ToS value",
"flags"
This command adds multiple routes to the same destination in
the routing table. The route is added to the network portion of
the routing table. Multiple route entries for a single destination
are possible if they are entered with this command, as the ToS
and subnetmask values are used to distinguish between them.
Currently, "flags" should be set to "0".
Example: ITG>mRouteAdd "47.82.33.123", "47.82.33.1",
"255.255.255.0", 4, 0
routeDelete
“IP address”,
"IP Gateway"
Delete a route from the routing table.
Example: ITG> routeDelete “47.23.34.19”, "47.23.34.1"
mRouteDelete
“IP address”,
"Subnetmask", <ToS value>,
<flags>
Delete a route matching the ToS value and flags. Currently,
"flags" should be set to "0".
Example: ITG> mRouteDelete “47.23.34.19”, "255.255.255.0",
4, 0
routeShow Display the current host and network routing entries.
Example: ITG> routeShow
Table 50
General purpose commands (Part 3 of 3)
Command Description