This function collects network configuration information on nodes that
are currently accessible in the network, and creates a report from that
information. This function consists of two steps.
The first step is to collect the information into a data file, using the
following command:
COLLECT collection-file-name -
[ROUTING_TYPE = { ALL | ROUTERS | L1_ROUTERS | L2_ROUTERS }] -
[AREAS = { ALL | LOCAL | NODE:node-name }] -
[NODES = node-list-file-name] -
[STATUS = status-report-count] -
[RETRY = connection-retry-count]
The second step is to use the collected information to generate the
desired report. This may be done multiple times for the same collected
data.
REPORT output-text-file-name
[DATA = input-data-file-name] -
[TYPES = { ALL | (node-type-list)}] -
[ROUTING_TYPE = { ALL | ROUTERS | L1_ROUTERS | L2_ROUTERS }] -
[AREAS = { ALL | LOCAL | NODE:node-name }] -
[INFORMATION = { ALL | BASIC | (info-list) }] -
[FORMAT = { FULL | BRIEF }] -
The node types that can be specified in "node-type-list" are OSI,
PHASE_IV, and PHASE_III. If more than one is specified, they must be
contained in parentheses and separated by commas.
The information types that can be specified in "info-list" are ADJACENCIES,
CIRCUITS, ROUTING, APPLICATIONS, and AREAS. If more than one is specified,
they must be contained within parentheses and separated by commas.