Windows server and check_nt

I have tried the following to check the bandwidth of a network interface card on a remote machine:

check_nt -H 192.168.20.230 -v COUNTER -l “\Network Interface\Realtek RTL8139 Family PCI Fast Ethernet\Current Bandwidth”

It does talk to the remote machine and all that it returns is 0 ???
The above COUNTER information was taken directly from the Performance counter description for the network interface card. I suspect highly that there is something that I am missing…

Thanks!
Tony…

Got it I know there was something missing, not paying attention to detail!

check_nt -H 192.168.20.230 -v COUNTER -i “\Network Interface(Realtek RTL 8139 Family PCI Fast Ethernet NIC)\Current Bandwidth”

returns the proper information.