Changes between Version 17 and Version 18 of Hardware/jCM/dCM3/dUsage
- Timestamp:
- Oct 18, 2011, 5:44:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/jCM/dCM3/dUsage
v17 v18 21 21 UDP is the primary way to control the node, and is always running in the software. UDP is used to communicate between the CMC and the CM, each command from the CMC has a ACK (in software) to signify that the command was received and processed. UDP allows for the powering on, off, and reset of the node, as well as a reset command to the CM and enabling and disabling the update feature. 22 22 23 === Command line access ===23 === Command line interface (CLI) access === 24 24 25 25 Base on telnet to port 8023 (also used for Lantronix access). You can find more about implemented commands with "?" e.g.: … … 46 46 || power off soft || Issue shutdown through the console interface || 47 47 || reset node || Reset the node || 48 || show node || ||48 || show node || Show operating condition of node || 49 49 || '''''CM related commands''''' || 50 || reset cm || || 51 || show cm || || 52 || show history || || 50 || reset cm || Reset CM software|| 51 || show cm || Show MAC, IP, and software version of CM|| 52 || '''''CLI related commands''''' || 53 || show history || Display previous commands entered|| 53 54 || write || || 54 55 || clrscrn || Clears the screen || … … 77 78 === Serial to Telnet tunnel === 78 79 79 Telnet to IP address of CM and you will get access to serial console of the node. 80 Telnet to IP address of CM and you will get access to serial console of the node. The default serial settings for the serial-to-telnet tunnel are: 81 || Baud || 115200 || 82 || Parity || None || 83 || Data Bits || 8 || 84 || Stop Bits|| 2 || 85 || Flow Control || None ||