question

BalamuraliVinay-7401 avatar image
0 Votes"
BalamuraliVinay-7401 asked BalamuraliVinay-7401 commented

Individual NIC details in a NIC team

Is it possible to retrieve the details of the individual NIC's present in a NIC team through any windows API?

windows-api
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

XiaopoYang-MSFT avatar image
0 Votes"
XiaopoYang-MSFT answered BalamuraliVinay-7401 commented

According to Managing Network Adapters, The GetAdaptersAddresses function enables you to retrieve the IP addresses associated with a particular adapter. This function supports both IPv4 and IPv6 addressing. Here is a sample.


· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Does GetAdapterAddresses work with a NIC team. if so can I get the individual interface details?

0 Votes 0 ·

GetAdaptersAddresses works with adapters. The members of a NIC team are adapters, aren‘t they?

1 Vote 1 ·

Thanks! got it

0 Votes 0 ·
Show more comments