EonsNearby
Programmer
As the title suggests, I need to find out which ip addresses (or MAC addresses, either will work) go belong to which port numbers. I have used the following snmpwalk command to be able to find out every ip address, MAC address, Network address, and port is active (it finds other information as well, but I don't know what to do with them):
snmpwalk -v 1 [NAME_OF_ROUTER] -c [PASSWORD]
I just want to know, is there a way to correlate the ip address or MAC address to its respective port number?
snmpwalk -v 1 [NAME_OF_ROUTER] -c [PASSWORD]
I just want to know, is there a way to correlate the ip address or MAC address to its respective port number?