NAME

      mxmib - add, delete, process a list of mibs, list registered mibs, and
      list traps for a specific registered mib.


SYNOPSIS

      mxmib

	   mxmib -a <filespec>

	   mxmib -d <filespec>

	   mxmib -l

	   mxmib -f <filespec>

	   mxmib -t <mib>


DESCRIPTION

      The mxmib command allows the user to register a mib, unregister a mib,
      register a list mibs in a list file, list mibs registered in Systems
      Insight Manager, and list traps of a registered mib.


OPTIONS

      mxmib recognizes the following options:

	   -a		  Register a new cfg, <filename.cfg>, or replace the
			  data of a registered mib.

	   -d		  Unregister a mib, <filename.mib>, from Systems
			  Insight Manager.

	   -f		  Read and process a list of cfgs (mibs) from a
			  file, <myfile.list>, to be registerd to Systems
			  Insight Manager. Each line in the file is a cfg
			  (mib) to be registered as  would be accomplished
			  by a mxmib -a.

	   -l		  List the mibs registered in Systems Insight
			  Manager.

	   -t		  List the traps in <filename.mib>. The Filename is
			  the name listed in the Systems Insight and may
			  viewed by performing a mxmib -l.


RETURN VALUE

      Upon completion, mxmib returns:

	     0	The operation completed successfully.
	     > 0
		An error occured during operation.


AUTHOR

      mxmib was developed by the Hewlett-Packard Company.