Use this command at the System Console prompt to
Remove a communication protocol from the LAN driver of a network board
Disable communication on a specific board
UNBIND protocol [FROM] LAN_driver | board_name [[driver_parameter/]]
Parameter |
Use to |
---|---|
protocol |
Specify the name of the protocol you want to unbind. |
LAN_driver | board_name |
Specify the name of the LAN driver or the network board from which you are unbinding the protocol. |
driver_parameter |
Specify one or more driver parameters if you have more than one network board of the same type in your server. See Parameters. NOTE:Enclose driver parameters in square brackets. |
You must tell the operating system which network board or LAN driver to unbind the communication protocol from.
If you have multiple boards or LAN drivers, you must unbind each one separately.
If your server has more than one instance of the LAN driver loaded, use one or more driver parameters to specify the particular board you are unbinding.
To prevent a driver from binding automatically when the server boots, delete the following line from the autoexec.ncf file:
BIND IPX TO LAN_driver NET=number
To unbind IPX™ from an NE3200™ driver that has been loaded only once, type
UNBIND IPX FROM NE3200
To unbind IPX from an NE3200 driver that has been loaded more than once, using driver parameters to specify the particular network board, type
UNBIND IPX FROM NE3200 [SLOT=3, FRAME=ETHERNET_II]