Cisco Cisco Virtualization Experience Client 2111 Guida Di Riferimento

Pagina di 62
 
B-4
Cisco Virtual Experience Client 2112/2212 INI Files Reference Guide for WTOS 7.0_214
OL-25153-01
Appendix B      Sample INI Files
Sample Sign-in INI File
# network configuration.
#
connect=ica \
        host=seven \
        description="Lab machine" \
        icon=lab.bmp
# Note: it is recommended to start each statement at the beginning
#       of a new line, and all continuation options are indented with a Tab
#       character or multiple spaces for readability.
Sample Sign-in INI File
#
# This file provides an example of an environment where all users
# will log on following processing of this file.  Each user will
# have (potentially) a different desktop display of available
# connections.  Each user may have a different password for
# authentication.
#
# The user desktop displayed following sign-on will be a combination
# of connections specified here (global) and connection specified
# in their individual environment specifications.  Cisco VXC
# is capable of accepting up to 16 connection definitions, total.
# Those defined globally will be displayed first, followed by those
# specified for the individual. If the sum of the number of
# connections in the two files exceeds sixteen only the first
# sixteen will be processed.
#
# The following directive enables the use of the sign-on dialog box.
#
signon=1
#
# The following directive allows the Cisco VXC to attempt to
# locate code files on the FTP server and to update the current 
# code on the device if the version on the server is different.
#
autoload=1
#
# The following URL specifies a bitmap file which overlays the top
# left part of the sign-on dialog box.  It can be used to present a
# company logo, special instructions for the day (of limited length)
# or any other desired customization. The Cisco VXC will attempt to
# locate the file in the directory named bitmap, directly under the
# directory named wnos, which contains this file.
#
formurl=blazer.bmp
#
# The following directive causes the Cisco VXC to use a different
# FTP server. This overrides and replaces the fileserver in the
# local network setup and/or the one obtained from DHCP option 161.
# It will be used from the time this directive is processed until
# the value in the local user interface is manually edited, until a
# new value is obtained from a DHCP server on reboot, or until
# another fileserver directive is processed.  Until reset using one
# of the named methods, the new value will persist across reboots
# and power cycle events.  The argument may be either an IP address
# or a DNS name.
#
FileServer=filesrv.cisco.com
#