12: User Authentication
SLCâ„¢ 8000 Advanced Console Manager User Guide 268
To enable or disable the redisplay of the menu before each prompt:
set menu edit <Menu Name> redisplaymenu <enable|disable>
To delete a custom user menu or one command within a custom user menu:
set menu delete <Menu Name> [command <Command Number>]
To view a list of all menu names or all commands for a specific menu:
show menu <all|Menu Name>
To test an existing menu:
set cli menu <Menu Name>
Example:
The system administrator creates two custom user menus, with menu1 having a nested menu
(menu2):
[SLC]> set menu add menu1
Enter optional menu title (<return> for none): Menu1 Title
Specify nickname for each command? [no] y
Enter each command, up to 50 commands ('logout' is always the last
command).
Press <return> when the menu command set is complete.
Command #1: connect direct deviceport 1
Nickname #1: connect Port-1
Command #2: connect direct deviceport 2
Nickname #2: connect Port-2
Command #3: showmenu menu2
Warning: menu 'menu2' does not exist.
Nickname #3: menu2
Command #4:
Command #4: logout
Nickname #4: log off
Custom User Menu settings successfully updated.
[SLC]> set menu add menu2
Enter optional menu title (<return> for none): Menu2 Title
Specify nickname for each command? [no]
Enter each command, up to 50 commands ('logout' is always the last
command).
Press <return> when the menu command set is complete.
Command #1: connect direct deviceport 3
Command #2: connect direct deviceport 4
Command #3: show datetime
Command #4: returnmenu
Command #5:
Command #5: logout
Custom User Menu settings successfully updated.
[SLC]> show menu all
___Custom User
Menus___________________________________________________________
menu1 menu2