Changes between Version 17 and Version 18 of Hardware/jCM/dCM3/dUsage


Ignore:
Timestamp:
Oct 18, 2011, 5:44:28 PM (13 years ago)
Author:
Ilya Chigirev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/dCM3/dUsage

    v17 v18  
    2121UDP 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.
    2222
    23 === Command line access ===
     23=== Command line interface (CLI) access ===
    2424
    2525Base on telnet to port 8023 (also used for Lantronix access). You can find more about implemented commands with "?" e.g.:
     
    4646 || power off soft || Issue shutdown through the console interface ||
    4747 || reset node || Reset the node ||
    48  || show node || ||
     48 || show node || Show operating condition of node ||
    4949 || '''''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||
    5354 || write || ||
    5455 || clrscrn  || Clears the screen ||
     
    7778=== Serial to Telnet tunnel ===
    7879 
    79 Telnet to IP address of CM and you will get access to serial console of the node.
     80Telnet 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 ||