06-21-2015 03:13 AM
Hi,
There is a network with tens of servers running different applications with different ports.
I want to know is there any way to find all of the services are running over the network effectively? Is there any application for it?
Thanks in advance,
Solved! Go to Solution.
06-21-2015 03:53 AM
You can use nmap.
http://www.cyberciti.biz/networking/nmap-command-examples-tutorials/
hope this helps
please rate helpful posts
thanks
06-21-2015 07:18 AM
nmola, as Charles suggested, can scan the hosts and tell you which tcp and udp ports are open.
It won't necessarily tell you which are actually passing traffic and in what proportions. For that you would need something like netflow running on the gateway router or L3 switch SVI. Which device performs that function will affect the ability to collect Netflow data.
You will need a Netflow reporting server to collate and visualize the data. there are free trials available for most of the popular ones (Solarwinds, ManageEngines, Plixer products etc.)
06-21-2015 03:53 AM
You can use nmap.
http://www.cyberciti.biz/networking/nmap-command-examples-tutorials/
hope this helps
please rate helpful posts
thanks
06-21-2015 07:18 AM
nmola, as Charles suggested, can scan the hosts and tell you which tcp and udp ports are open.
It won't necessarily tell you which are actually passing traffic and in what proportions. For that you would need something like netflow running on the gateway router or L3 switch SVI. Which device performs that function will affect the ability to collect Netflow data.
You will need a Netflow reporting server to collate and visualize the data. there are free trials available for most of the popular ones (Solarwinds, ManageEngines, Plixer products etc.)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide