User Manual
Console Server Features Configuring Menu Mode
3-5
Note: For a list of dynamic print variables, see Set/Define Menu on page 12-116.
4 Define the items that will appear in the menu. The items will be numbered in the order entered. Up to
36 items can be defined in one menu.
End the Menu with the line ENDMENU.
5 After ENDMENU, you can go on to define more menus for other groups of users.
Figure 3-9 shows what the above entries would look like in the completed menu configuration file:
Figure 3-9: Completed Menu Configuration File
6 FTP the file to the SCS /flash disk.
To use the menu configuration file, enter the following command:
Figure 3-10: Using a Configuration File
Using Set with the above command will automatically parse the file for correctness. You can then
permanently set the file with the Define Menu File command. For more information on this command, see
Set/Define Menu on page 12-116.
ITEM "Cisco Router" "telnet 192.0.1.250"
ITEM "Sun Server" "telnet 192.0.1.251"
ITEM “Linux Server” “connect local port_4”
ITEM “Exit” “Logout”
ENDMENU
MENU admin
TITLE “Lantronix Console Server”
ITEM “Cisco Router” “telnet 192.0.1.250"
ITEM “Exit” “Logout”
ENDMENU
GROUP austin = sandy,dave,bob,kathy,default
GROUP admin = admin
MENU austin
TITLE “Lantronix Console Server”
ITEM "Cisco Router" "telnet 192.0.1.250"
ITEM "Sun Server" "telnet 192.0.1.251"
ITEM “Linux Server” “connect local port_4”
ITEM “Exit” “Logout”
ENDMENU
MENU admin
TITLE “Lantronix Console Server”
ITEM “Cisco Router” “telnet 192.0.1.250"
ITEM “Exit” “Logout”
ENDMENU
Local>> SET MENU FILE /flash/menu.txt