NBADMIN UTILITY
===============

  NBADMIN is a utility for some administration use.  It can drop
a session or a link with all of its sessions by demand. Session
and link numbers that are used by this utility can be obtained via
NBVIEW utility Moreover, it can bind/unbind network interfaces to
the protocol stack even during normal operations. If at least one
link exists on the network interface that administrator requests
for unbinding it, the unbinding process will not operate, unless
'-f' switch is specified that means force to unbinding with dropping
the link. This utility only can use by a superuser.


  If you run NBADMIN without argument, the usage is displayed as
follows:

   nbadmin bind <NetInterfaceName> 
   nbadmin unbind <NetInterfaceName> [-f] 
   nbadmin drop <LinkNum> [<SessionNum>]

	- Bind: this request binds NetBEUI to the network interface
	  that is specified by <NetInterfaceName>.

	- Unbind: this request unbinds NetBEUI form the network
	  interface that is specified by <NetInterfaceName>.
	  If during this request some links exist at the interface,
	  then system ignores the request unless the '-f' (force)
	  switch is specified.

	- Drop: this request is used for dropping a specific
	  NetBIOS session or a specific LLC link (connection)
	  with all of its sessions. If <SessionNum> is specified,
	  then that session at link with <LinkNum> number will be
	  dropped. Otherwise the link and all of its sessions will
	  be dropped.
