Command File Example - Symbol WS5000 series Reference Manual

Hide thumbs Also See for WS5000 series:
Table of Contents

Advertisement

3.3 Command File Example

This example configuration file illustrates the configuration of most options available via the command file and
supported by the Wireless Switch. The same command file can configure both a Primary Wireless Switch and
an associated Standby Wireless Switch.
Figure 3.1 Example
#############################################################################
#
# Copyright (c) 2005, Symbol Technologies, Inc.
# All rights reserved.
#
# cmd_template.sym file
#
# This is a template file to illustrate the format of auto configuration command files.
# The command file must end with the .sym extension and contain options to
# perform switch configuration. The format of the file is as follows:
#
#
<option>
<value>
#
# Each line is composed of an option name and its value. All options are
# case sensitive.
#
# When this file is parsed, any option that is not found or has no value is ignored,
# which means that the switch will keep the current configuration for this option
# unchanged. The following lines are considered equivalent.
#
#
#<option>
<value>
#
<option>
#<value>
#
<option>
#some comment
#
#############################################################################
#############################################################################
# SECTION: Special Options
#############################################################################
AutoConfigLog
#############################################################################
# SECTION: Files to download
#############################################################################
TFTPServer
ImageFile
ImageRestore
ConfigFile
KerberosFile
#############################################################################
# SECTION: General Network Configuration and Standby Management
#############################################################################
#
# DNS configuration
#
Eth1DNSServer1
Eth1DNSServer2
Eth2DNSServer1
Eth2DNSServer2
#
# Switch configuration
#
Eth1SubnetMask
Eth2SubnetMask
Eth1Domain
Eth2Domain
Eth1DHCP
Eth2DHCP
#comment
#on/off: Log errors and events to CmdProcErrors.txt
#Default is 'on'.
#tftp server where files are located
#File System Patch File (.AI.sys.img)
#image file (.sys.img)
#configuration file (.cfg)
#kerberos username/passwd (.krb)
#dns server
#dns server
#dns server
#dns server
#subnet mask
#subnet mask
#domain name
#domain name
#on/off
#on/off
Automatic Installation
3-7
#
#
#

Advertisement

Table of Contents
loading

Table of Contents