- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How to change time interval for ARP to hold info i...
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
тАО10-27-2008 11:43 PM
тАО10-27-2008 11:43 PM
Does someone know to set the time interval for ARP to hold info in its cache on a OpenVMS 7.3-2 system running TCPIP V5.4 ECO 6?
(well: RTFM is a possible answer :>P )
In the TCPIP-manual (Tuning and troubleshooting) in chapter 1.2.3 a command as
$ SET [CONFIG] PROTOCOL ARP is mentioned and referred to in the Command Reference.....
But neither the command reference nor DCL HELP recognizes this command.
Anybody a clue?
thnx in advance
Henk van Dorp
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2008 11:58 PM
тАО10-27-2008 11:58 PM
SolutionCheck the arp command (arp -?) and the unix doc.
Or use "sysconfig -q net" to see them.
arpkillc : sec after which a completed arp timeouts. Not sure that it's this but the value 1200 on my system is 20 minutes which is the default timeout.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2008 12:11 AM
тАО10-28-2008 12:11 AM
Re: How to change time interval for ARP to hold info in its cache?
thanks for your answer. It is what I've experienced to (20 minute to timeout).
with regards
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2008 12:14 AM
тАО10-28-2008 12:14 AM
Re: How to change time interval for ARP to hold info in its cache?
your answer pointed me to the solution.
I pick it up from here. thanx
But....
after modifying the sysconfigtab with sysconfigdb, nothing changed in behaviour.
AX0172[DORPH]tcpip sysconfig -q net
net:
arpkillc = 30
arpkilli = 180
arprefresh = 120
arpunicast = 1
ifqmaxlen = 1024
lo_devs = 1
lo_def_ip_mtu = 4096
nslip = 0
ovms_unit_count = 27
ovms_unit_creates = 638
ovms_unit_fast_credel = 0
ovms_unit_limit = 9998
ovms_unit_minimum = 2
ovms_unit_maximum = 9999
ovms_unit_seed = 637
and:
AX0172[DORPH]typ tcpip$etc:sysconfigtab.dat
#
# TCP/IP Services for OpenVMS V5.1
# sysconfig parameter file
#
nfs:
tcp_threads=8
udp_threads=8
vfs:
vnode_age=120
inet:
tcp_keepalive_default=1
tcp_keepidle=150
net:
arpkillc=30
Restarting TCPIP didn't change the duration, nor did a reboot.
Do I forget something?
with regards
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2008 12:15 AM
тАО10-28-2008 12:15 AM
Re: How to change time interval for ARP to hold info in its cache?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-28-2008 08:53 AM
тАО10-28-2008 08:53 AM
Re: How to change time interval for ARP to hold info in its cache?
Found nothing with google !
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2008 12:44 AM
тАО10-29-2008 12:44 AM
Re: How to change time interval for ARP to hold info in its cache?
The arpkillc works as expected. An unsed connection (or in use but no packets are sent/received) times out and is removed after x seconds. Each time the connection is used, the timer is reset (just type return in a telnet).
If I change it to 30 seconds, it's removed after 30. Works fine.
But then I tried arprefresh. Based upon muy tests this seems to be the time after which an in use but not active entry is refreshed but not in seconds (as documented) but in MINUTES.
If I put it on 1, the in-active, inuse arp entry is refreshed every minute.
As soon as it finished being used, the arpkillc becomes active again.
The arpkili seems to be used when you use an IP address that is not in use. Nobody responds and the arp entry (with no hw address is kept in the cache for arpkili seconds (I=incomplete).
Hope this helps. It did in any case update my knowledge of arp.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2008 12:50 AM
тАО10-30-2008 12:50 AM
Re: How to change time interval for ARP to hold info in its cache?
Thanks for your tests.
Finally I detected that ARP was not routable... That solved my struggle that my pc did not reach the arp-table
still learning ;>)
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-30-2008 12:58 AM
тАО10-30-2008 12:58 AM
Re: How to change time interval for ARP to hold info in its cache?
thanks for your help.
Henk