194
EPICenter Concepts and Solutions Guide
EPICenter Utilities
FindAddr Examples
The following examples illustrate the usage of these commands.
•
To display all addresses that can be accessed through devices in the Default device group, from the
local EPICenter database (with default user, password and port), enter the following command:
FindAddr -user admin -all -dg Default
•
To display all addresses that can be accessed through device 10.20.30.40, ports 5,6,7,8, in the EPICenter
database running on server
snoopy
on port 81, with EPICenter login “master” and password “king,”
enter the following command:
FindAddr -host snoopy -port 81 -user master -password king -dip 10.20.30.40 -port
5,6,7,8 -all
Note that the second -port option immediately follows the -dip option. It must be placed in this
position to specify ports as the search domain.
•
To search for MAC addresses beginning with 00-01-03, and write the results to the file “info.txt,” with
the Default device group as the search domain, enter the following command:
FindAddr -user admin -mac 00:01:03:*:*:* -dg Default -f info.txt
If the file does not already exist, it will be created, by default in the EPICenter
bin
directory.
The TransferMgr Utility
The Transfer Manager utility (TransferMgr) allows you to upload configuration information from a device
to a file, and to download configuration information and ExtremeWare software images to Extreme
devices.
This command provides a command-line version of some of the functionality available in the EPICenter
Configuration Manager applet.
Using the TransferMgr Command
The TransferMgr utility is located in the EPICenter
bin
directory,
<EPICenter_install_dir>/bin
. By
default this is
\Program Files\Extreme Networks\EPICenter 5.0\bin
in Windows, or
/opt/extreme/epc5_0/bin
in a UNIX environment.
This command includes options for specifying EPICenter server access information, the transfer function
to be performed (upload, download, incremental download, or ExtremeWare image download), the device
on which to perform the operation on, and the file location on the server.
The syntax of the command is as follows:
TransferMgr -user <EPICenter username> -upload -dip <device address> <upload location
options>
TransferMgr -user <EPICenter username> -download <filename>
-dip <device address>
TransferMgr -user <EPICenter username> -incremental <filename>
-dip <device address>
TransferMgr -user <EPICenter username> -software <filename>
-dip <device address> {primary | secondary}
Содержание EPICenter 5.0
Страница 12: ...12 EPICenter Concepts and Solutions Guide Preface...
Страница 76: ...76 EPICenter Concepts and Solutions Guide Managing your Network Assets...
Страница 92: ...92 EPICenter Concepts and Solutions Guide Managing VLANs...
Страница 116: ...116 EPICenter Concepts and Solutions Guide Managing Wireless Networks...
Страница 146: ...146 EPICenter Concepts and Solutions Guide VoIP and EPICenter Avaya Integrated Management...
Страница 163: ...Appendices...
Страница 164: ......
Страница 178: ...178 EPICenter Concepts and Solutions Guide Troubleshooting...