We are currently running an audit on a group of servers and will be auditing the port speeds of the nics with the switch port settings. I can run a report to give me the IP and MAC address but since the systems have multiple NICS, the report doesn’t tie the MAC to the NIC it pulls from.
For instance, I want to run a report that gives me the MAC and IP of NIC1, the MAC and IP of NIC2, the MAC and IP of NIC3 etc etc. How would I do this? I am having trouble figuring out the right relevance for this. Any help would be great. Thanks
q: (address of it as string & ", " & mac address of it as string) of adapters of network
A: 0.0.0.0, 00-12-f0-7a-be-f2
A: 192.168.20.129, 00-12-3f-e2-3d-80
A: 192.168.159.1, 00-50-51-c0-00-11
A: 192.168.14.1, 00-50-51-c0-00-18
how can i configure the report so it shows me the IP addresses of the machines instead of showing “multiple results” in the results windows of the Analysis pane?
How can i modify this so that it only reports IP addresses that do not start with 192.168.x.x, or 10.10.x.x? Essentially I want to see only ip addresses that are not matching our syntax (finding public IP addresses on computers).
q: (address of it as string & ", " & mac address of it as string) of adapters whose (address of it as string does not start with “192.168.” AND address of it as string does not start with “10.10.”) of network