The NCM Administrator Guide needs some updates in the section on Device Templates.
1. CTRL+[ is equivalent to the ESC key press.
2. $[ENTER] is equivalent to $[CRLF]
3. On some Menu-Based devices such as Cisco SF300 LAN switches, menu item numbers can be used instead of arrow moves.
This;
Value="1$[ENTER]7$[ENTER]"
Instead of this;
Value="${ENTER}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${DownArrow}${ENTER}.
4. On some Menu-Based devices such as Cisco SF300 LAN switches, the login username and password have to be sent as PreCommand values instead of from the NCM Node Details configuration. To do this, clear the username and password fields in the node Login Information, and set Enable to <No Enable Login>. Then use these PreCommands;
<Command Name="PreCommand" Value="joeuser${DownArrow}"/>
<Command Name="PreCommand" Value="joepswd${ENTER}"/>