Bay Networks 5390 Administering page 378

Communications server
Hide thumbs Also See for 5390:
Table of Contents

Advertisement

Configuring Hosts and Servers
The following example uses the same aliases as in the previous example, but does not provide a
menu expansion to define the menu display:
menu |Annex menu|
init_cli 3,v@ annex-address
keyin "menu" 3,v@ annex-address
cmd_list 1,2,3,4
{
}
This entry creates the following menu:
Annex Menu
1
: Connect to System1
2
: Connect to System2
3
: Who?
4
: Exit
The following sample macro inserts carriage returns along with the line feeds:
alias "Connecting to host"
#
# Where the ^M is a carriage return 0xb character.
#
# Menus for logins to various locations
#
#
alias "Aqua"
keyin "1" 1-24@ annex-address
{
<rlogin aqua
}
alias "Peach"
keyin "2" 1-24@ annex-address
{
<rlogin peach
}
alias "Node 7"
keyin "3" 1-24@ annex-address
{
<telnet node7
}
alias "Exit"
keyin "4" 1-24@ annex-address
{
<kill
<hangup
}
A14-22
893-741-B

Advertisement

Table of Contents
loading

Table of Contents