Manage an MHPE interface.
Under distributed RTOS:
mhpemgr.rta [command] [options]
Under INtime for Windows:
piperta mhpemgr.rta [command] [options]
ldrta mhpemgr.rta [command] [options]
| Option | Description |
| -d | Enable debug |
| -l | Log the output to the {logFile}: %NODECFG%\MHPEMGR_dateTime.log |
| -p | Capture and write traffic to the {pcapFile}: %NODECFG%\mhpe_pcap_dateTime.log |
| -pri <n> | Specify thread base priority to <n>. Default priority is 128 (will be used if not specified or param is out of range). For more information, consult documentation on BASE_PRI in configuration section MHPE. EndPointPriority == BASE_PRI InterfacePriority == BASE_PRI + 1 DSMPriority == BASE_PRI + 2 |
| -v | Write verbose output to the console |
| -help | Show this help message |
mhpemgr.rta -l -p 128 ie1g0
mhpemgr.rta -v -d ie1g0
piperta mhpemgr.rta -v -d -l -p -pri 234