| Hi,
I'm using MS-Excel to generate graphs and MS-Word to do periodic report
files containing the graphs. I do-
show snmp * all statistics, in domain mmacs, to file=foo.bar
show snmp * interface 1 (or 2) all stat...
show translan * line * all count to file=...
to get the data out of the MIR & NFT, FTP the files to a PC.
A quick low-level Visual Basic program reformats these to text files
that Excel can import into a sheet. Then select data areas and push the
Graph button...
This VB program is specific to two current projects I'm doing and not at
all generic. I process data for 33 Cabletron mmacs on a campus-wide LAN
and 9 Translans for a WAN customer so the volume of data is generally low.
The 'what-if' capability is hard to beat. And doing this on my
Laptop as well as at home on the PC has been very time-efficient.
I've also used DECmcc/VMS and DECwrite/DECdecision to do essentially
the same. It was nice to open a DECwrite document and 'live-link'
exported data into a report format/template 'while-u-watch'.
Jeff.
|
|
> show snmp * all statistics, in domain mmacs, to file=foo.bar
> show snmp * interface 1 (or 2) all stat...
> show translan * line * all count to file=...
We also use similar techniques with use of MIR (from RECORD) files. EXPORT
is too resource intensive for us. After the data is in text, dcl is used to
reformat and report.
best regards,
brad...
|