- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to monitor the QoS of an TCP/IP WAN.
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
Forums
Discussions
Discussions
Discussions
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
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
11-05-2001 06:05 AM
11-05-2001 06:05 AM
My servers are connected to a private WAN interconnected via CISCO routers.
However sometimes we are loosing IP connections.
I have already done some measures via ping which indicate the ICMP response takes a bit more time.
Any hints on the commands I should enter on the HP boxes in order to troubleshoot/measure the QoS of the network.
TIA,
Kind Regards,
Rui.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 06:12 AM
11-05-2001 06:12 AM
Re: How to monitor the QoS of an TCP/IP WAN.
Which hpux version? 10.20, 11.00, or 11.11?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 06:56 AM
11-05-2001 06:56 AM
Re: How to monitor the QoS of an TCP/IP WAN.
What kind of metris do you recommend?
Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:42 AM
11-05-2001 07:42 AM
Re: How to monitor the QoS of an TCP/IP WAN.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:45 AM
11-05-2001 07:45 AM
SolutionTrend the Cisco's interface metrics. Look at drops vs. total packets moved and packets per second. Check to make sure the input/output queues look reasonable.
If you're using frame-relay and your utilization seems reasonable for the sized circuit you have, check fecn and becn to see if your telco provider is dumping packets because of frame-relay network issues.
There's a package called mrtg at http://people.ee.ethz.ch/~oetiker/webtools/mrtg/mrtg.html you can use to plot these stats if you don't have NNM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 02:00 AM
11-13-2001 02:00 AM
Re: How to monitor the QoS of an TCP/IP WAN.
Thanks for your contribution!
I have already downloaded and installed MRTG and the required libs
from the HP porting center...
I am already retrieving the statistics
for In/Out.
Is there a way to get also collision
and error rates?
Kind Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 02:43 AM
11-13-2001 02:43 AM
Re: How to monitor the QoS of an TCP/IP WAN.
You can interface mrtg.cfg with a shell or perl script that remsh or ssh to your server to sieve from netstat output the required statistic for graphical display.
Hope this helps. regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 03:16 AM
11-13-2001 03:16 AM
Re: How to monitor the QoS of an TCP/IP WAN.
Thanks for your mail.
But a was rather looking for a way to get this information from some routers (Cisco/Motorola)...
Regards,
Rui.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 06:10 AM
11-13-2001 06:10 AM
Re: How to monitor the QoS of an TCP/IP WAN.
>and error rates?
By default, mrtg queries for bandwidth related MIBs. However, on the latest versions of mrtg, supposedly you can query and report any SNMP parameter.
Buyer beware, mrtg usually likes to plot one thing against another (example In vs. Out), so be creative ;-).
A listing of MIBs/OIDs is available from
ftp://ftp.cisco.com/pub/mibs/
Look at
ifInErrors
ifOutErrors
locIfCollisions
The router manual should have the MIBs/OIDs in the back.
With mrtg, you can refer to a parameter by name or number.
The MIB/OID documentation can be mind numbing. If you start to get a headache, use snmpwalk to query a router or host.