Bay Networks 6300 Supplement Manual page 483

Supplement to the remote annex administrator’s guide for unix
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Book C
Chapter 1
na Commands
The following is an example of the write command:
command: write 132.245.6.101 fronthall.script
The following example uses the write and read commands to install a
new RA 6300 and to create a back-up copy of an RA 6300. The first line
writes configuration data for the RA 6300 thirdfloor to a file named
thirdfloor.prm. The data from thirdfloor is copied to the new RA 6300
specified in the annex_list defined using the annex command.
command: write thirdfloor.prm
command: annex 132.245.6.40
command: read thirdfloor.prm
Following is an excerpt from the script file fronthall.script:
# annex 132.245.6.101
echo setting annex parameters
set annex pref_load_addr 132.245.6.75
set annex pref_dump_addr 132.245.6.75
set annex load_broadcast Y
set annex image_name ""
set annex subnet_mask 255.255.255.0
set annex authoritative_agent Y
:
echo setting serial port parameters global port
set port data_bits 8
set port stop_bits 1
set port parity none
set port do_compression N
set port slip_allow_compression Y
set port slip_no_icmp Y
set port slip_tos Y
Remote Annex 6300 Supplement to the Remote Annex Administrator's Guide for UNIX
C-27

Advertisement

Table of Contents
loading

Table of Contents