- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- About Network Traffic tool with HP 2510-24(J9019B)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2010 08:21 AM
тАО09-09-2010 08:21 AM
About Network Traffic tool with HP 2510-24(J9019B)
I am using HP ProCurve 2510 -24 port switch in my lab network. I need to generate traffic on this network and measure the network characteristics like latency and packet loss. When i am trying to configure some network tool like wireshark directly to switch through laptop, its not measuring any network traffic by this tool.But all connected systems are communicating correctly through this switch.
How can i configure network traffic measurment tool to this switch. Could you suggest any free software network tools to measure characteristics.
Can any one help in this issue.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2010 09:28 AM
тАО09-09-2010 09:28 AM
Re: About Network Traffic tool with HP 2510-24(J9019B)
Use one computer with iPerf in server-mode and one computer with iPerf in client-mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2010 11:53 AM
тАО09-09-2010 11:53 AM
Re: About Network Traffic tool with HP 2510-24(J9019B)
for generate traffic
http://rapidgood.com/s/tfgen-traffic-generator
Tfgen traffic generator
for examine bandwith
http://www.paessler.com/prtg/
best tool prtg
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2010 05:51 AM
тАО09-10-2010 05:51 AM
Re: About Network Traffic tool with HP 2510-24(J9019B)
any help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2010 03:43 AM
тАО09-11-2010 03:43 AM
Re: About Network Traffic tool with HP 2510-24(J9019B)
You have (as an example) a client on interface 1 and a server on interface 2. And you have your laptop with wireshark on interface 3.
And now you want to see traffic between the client and the server appearing in wireshark on your laptop. Is my assumption correct ?
If you apply the configuration below to your switch, the switch will 'mirror' all traffic (inbound & outbound) on interface 2 to the interface where your wireshark-laptop is attached.
Hope this is more of less what you are looking for.
ProCurve# sh run
mirror-port 3
interface 1
name "CLIENT"
exit
interface 2
name "SERVER"
exit
interface 3
name "WIRESHARK"
exit
interface 2
monitor
exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2010 11:13 AM
тАО09-11-2010 11:13 AM
Re: About Network Traffic tool with HP 2510-24(J9019B)
thanks for your reply. When i am running the command , i am getting the result like this...
ProCurve Switch 2510B-24# sh run
Running configuration:
; J9019B Configuration Editor; Created on release #Q.11.17
hostname "ProCurve Switch 2510B-24"
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-26
ip address dhcp-bootp
exit
ProCurve Switch 2510B-24#
Could you provide the complete set up information for single vlan1 with 5 active monitors are connected to the same switch.
how is will be the set up configuration in the switch....out of 24 port only 5 port are using we need to consider for this set up...
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2010 12:07 AM
тАО09-13-2010 12:07 AM
Re: About Network Traffic tool with HP 2510-24(J9019B)
Here is my required configuration.
I am going to configure 10 monitors(Computer) to one HP Procurve 2510 switch through RJ45 ethernet cable. I need to have two VLAN configuration on single switch with these 10 monitors. Then i need to measure the network traffic through from this switch (This traffic should come from all monitors on the switch).
Some give the configuration of switch steps as i am doing this first time.
Thank you.