How do I add a persistent static ARP entry to an AIX server?
/> uname -a
AIX CBDIS 3 5 000B8886D700
/> uname -v
5
/> uname -r
3
/>
In short:
arp -s 802.3 ip-address mac-address
or, depending on the involved adapter types within AIX:
arp -s ether ip-address mac-address
As far as I remember these old days, there's no way to set this up via SMIT, correct me if I'm wrong.
If you're asking this trying to solve typical AIX issue with wrong MAC staying too long in your ARP table, consider changing arpt_killc
parameter with a no
command to a lower value, default is something around 20 minutes if I remember correctly.