- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Too much of ICMP request
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
тАО02-25-2010 09:41 PM
тАО02-25-2010 09:41 PM
Its a HPUX 11.31 os
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 10:35 PM
тАО02-25-2010 10:35 PM
Re: Too much of ICMP request
By default hp-ux servers perform a dead gateway detection. This ICMP packages may result from this feature. To see the current value of ip_ire_gw_probe write:
ndd -get /dev/tcp ip_ire_gw_probe
If you see the value 1 then hpux is sending ICMP packeges to probe gateway to see they are alive or not.
If you dont want you can turn off ip_ire_gw_probe:
ndd -set /dev/tcp ip_ire_gw_probe 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 10:53 PM
тАО02-25-2010 10:53 PM
Re: Too much of ICMP request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2010 12:37 AM
тАО02-26-2010 12:37 AM
SolutionWhat is the value is ip_ire_gw_probe_interval
You may like to refer
http://docs.hp.com/en/11890/perf-whitepaper-tcpip-v1_1.pdf
Page 56-67.
Lemme know the value fo the above parameter.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2010 05:40 PM
тАО02-26-2010 05:40 PM
Re: Too much of ICMP request
On my 11.31 system (and my 11.11 system) the default setting appears to be 180000 milliseconds:
# ndd /dev/ip ip_ire_gw_probe_interval
180000
which is three minutes.
I believe this is what an ICMP echo request for the ire gw probe looks like in tcpdump:
17:34:56.220113 tardy.cup.hp.com > cup47bronze-gw.cup.hp.com: icmp: echo request (DF)
0x0000 4500 0040 d101 4000 ff01 a131 1059 f4d5 E..@..@....1.Y..
0x0010 1059 f401 0800 8f53 1234 5678 0000 0000 .Y.....S.4Vx....
0x0020 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030 0000 0000 0000 0000 0000 0000 0000 0000 ................
If it is someone running ping commands it will probably look more like:
17:34:13.312681 cup47bronze-gw.cup.hp.com > tardy.cup.hp.com: icmp: echo reply (DF)
0x0000 4500 0054 d100 4000 ff01 a11e 1059 f401 E..T..@......Y..
0x0010 1059 f4d5 0000 8dff 033e 0001 4b88 7695 .Y.......>..K.v.
0x0020 0004 c19c 0809 0a0b 0c0d 0e0f 1011 1213 ................
0x0030 1415 1617 1819 1a1b 1c1d 1e1f 2021 2223 .............!"#
0x0040 2425 2627 2829 2a2b 2c2d 2e2f 3031 3233 $%&'()*+,-./0123
0x0050 3435 3637 4567
futher the minimum setting for ip_ire_gw_probe_interval is 15000 milliseconds or 15 seconds.
I suppose if someone is motivated (it is always best for actual customers to ask) it wouldn't be a bad idea to submit an enhancement request against the transport asking it include some "text" in its ICMP echo requests for ire gw probes - something as simple as "IRE PROBE" would suffice - then a tcpudmp -X output such as the above would show it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2010 07:19 AM
тАО02-27-2010 07:19 AM
Re: Too much of ICMP request
Besides the above, this is also a classic denital of service attack, (* ping them to death attack *), so you might want to down load a copy of wireshark for you PC to analyze where this traffic is comming from. There is also tcpdump, standard in linux systems and free ware for HP-UX, snoop, standard in solaris, and other network 'sniffers' around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2010 06:58 PM
тАО02-28-2010 06:58 PM
Re: Too much of ICMP request
What about the parameter value?
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2010 09:53 AM
тАО03-01-2010 09:53 AM