- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: routing performance issue.
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
10-26-2005 06:27 PM
10-26-2005 06:27 PM
routing performance issue.
I have the default route of 10.114.19.161
The routing table on the server shows:
Route Tree for Protocol Family 2 (Internet):
default 10.114.19.161 UGc 0 0 en0 - -
10.1.3.102 10.114.19.161 UGHW 1 889 en0 1500 -
..
10.114.17.164 10.114.19.161 UGHW 6 275903 en0 1500 -
10.114.19.160 10.114.19.183 UHSb 0 0 en0 - - =>
10.114.19.160/27 10.114.19.183 U 76 7253 en0 - -
My collegue is suggesting the following points. Please let me know whether this routing table will reduce the performance or not. If yes how can i make all the packets to go via default route.
Traffic is going via 10.114.19.183 to 10.114.19.160 static route not via the default route.
This will slow down performance.
TCP/IP routing needs to be reviewed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 07:03 PM
10-26-2005 07:03 PM
Re: routing performance issue.
The questions need to be answered :
do you have 2 lan interfaces with 2 different ip addresses and bith in separate subnets ?
are they of the same speed ?
are the switch ports across these interfaces configured with right sipeed/duplex settings.
how much traffic is flowing thru the static route ? Is it something like a network backup interface with high throughput or onesy-twosy access interface ?
And if you want to route every packet using the default route (in some cases, like network backup, this is a very bad idea as it chokes all other applications' net access) you can delete the static route as follows:
route delete 10.114.19.160 10.114.19.183
since the packets destined to 10.114.19.160 has no other place to go anymore, they will jump on the default route.
Hope this helps.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 07:05 PM
10-26-2005 07:05 PM
Re: routing performance issue.
What path does it take?? If a destination can be reached through two paths, it will take that apears first in the routing table.
As you have explcit path for destination 10.114.19.160 through 10.114.19.183, it will take and nothing else.
Delete that route and it will go through default route.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 08:33 PM
10-26-2005 08:33 PM
Re: routing performance issue.
en0: flags=5e080863,80
inet 10.114.19.183 netmask 0xffffffe0 broadcast 10.114.19.191
Media Speed Running: 100 Mbps Full Duplex
Please find the network statistics attached along with this.
Please let me know is this routing table okay / any issues with the routing table. This is working fine for years and the users are facing performance problem now.. almost the same is resolved by tuning the application as well as the system parameters and swap. Still they have some questions on routing.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 08:49 PM
10-26-2005 08:49 PM
Re: routing performance issue.
timex traceroute -g 10.114.19.161 10.114.19.160
Which one takes more??