labivBETA1						  labivBETA1
 
NAME
     labiv - produce WAT lab device inventory reports
 
SYNOPSIS
     labiv   -d device-name [ -t testbed-name ] [ -c testbed-name ]

DESCRIPTION
     labiv is used to take inventory of lab devices.  Reports
     can be generated for the entire lab based on testbed,
     device, or device feature.
 
OPTIONS
 
     -d [name]  Device type to probe for (a required flag)
                Current supported device types are:
                    "8540"  includes both csr and msr
                    "8510"
                    "ls1010" 
                The -d flag is required in the BETA1 version.

     -t [name]  Real-time testbed inventory probes the [name]
                testbed and outputs results to STDOUT. This will
                support regular expression searches.

                If the -t flag is omitted, all testbeds not starting
                with "gd" will be probed.

     -c [name]  Specify the feature to probe.
                Current supported features are:
                    "cpu"   Route and ATM Switch/Processors (all devices)
                    "sc"    Switch Cards (8540 only)
                    "fc"    Feature Cards (8540 and ls1010)

EXAMPLES

     The following command:

          example% labiv -d 8540 -t cs01
 
     performs a probe on all 8540 csr and msr devices on the cs01
     testbed and reports back all supported features 
     (cpu, switch card, feature card)
 
     The following command:

          example% labiv -d 8510 -t "gd.."
 
     performs a probe on all 8510 devices in all testbeds starting
     with "gd" (gd01, gd02, gd30, gda0, etc) and reports back
     all supported features (cpu)

     The following command:

          example% labiv -d 8540 -t "cs01"
 
     performs a probe on all 8540 devices on the cs01 testbed 
     and reports back all supported features (cpu, sc, & fc)

     The following command:

          example% labiv -d ls1010 -c cpu
 
     performs a probe on all LS1010 devices in all testbeds and report
     back the specified feature (cpu and feature card)
