Voor een klant was ik vandaag op zoek naar een utility om via de commandline de binding order van de NIC’s in een Windows 2003 server te veranderen.
Met nvspbind kun je dit eenvoudig aanpassen. Origineel bedoeld voor Hyper-V omgevingen, kan deze utility met een regel de binding order van een bepaalde NIC veranderen, of bijv. een service van een bepaalde NIC enablen/disablen.
Bijvoorbeeld:
nvspbind /+ “Productie LAN” ms_tcpip – verhoogd de binding order van adapter “Productie LAN” voor het protocol TCP/IP 4
nvspbind /d “Backp LAN” ms_wlbs – disabled de service Network Load Balancing.
Hieronder een uitleg van alle opties:
To get help run “nvspbind.exe /?”
C:\>nvspbind /?
Hyper-V Network VSP Bind Application 6.1.7690.0.
Copyright (c) Microsoft Corporation. All rights reserved.
Usage: nvspbind option NIC protocol
Options:
/n display NIC information only
/u unbind switch protocol from specified nic(s)
/b bind switch protocol to specified nic(s)
/d disable binding of specified protocol from specified nic(s)
/e enable binding of specified protocol to specified nic(s)
/r repair bindings on specified nic(s)
/o show NIC order for specified protocol
/+ move specified NIC up in binding order for specified protocol
/- move specified NIC down in binding order for specified protocol
/++ move specified NIC up to top of binding order for specified protocol
/– move specified NIC down to bottom of binding order for specified protocol