The default ARP cache size in SPLAT is 1024. In cases where the number of hosts exceed 1024, you may begin to notice slow initial response times from hosts that are not frequently accessed.
Everything got a way to exit, just only one exception, "LIFE"
To enlarge the ARP cache entry table on-the-fly, run:
#sysctl -w net.ipv4.neigh.default.gc_thresh3=4096
#sysctl -w net.ipv4.neigh.default.gc_thresh2=2048
#sysctl -w net.ipv4.neigh.default.gc_thresh1=1024
To make these changes survive a reboot, modify the /etc/sysctl.conf file to include the following lines:
net.ipv4.neigh.default.gc_thresh1 = 1024
net.ipv4.neigh.default.gc_thresh2 = 2048
net.ipv4.neigh.default.gc_thresh3 = 4096
and reboot the machine.
Labels
- Cheat Sheets (7)
- Checkpoint (159)
- Cisco (24)
- Commands (5)
- Fortigate (2)
- Frame-Relay (9)
- Linux (3)
- Netscaler (29)
- Netscreen (2)
- Nokia (7)
- UNIX (2)
Live Traffic
Everything got a way to exit, just only one exception, "LIFE" - How to Enlarge ARP Cache in SPLAT
6/17/2010 09:39:00 AM
Posted by MK | Filed Under Checkpoint | 0 Comments
Comments
Search This Blog
Blog Archive
-
▼
2010
(146)
-
▼
June
(9)
- Cisco ASA firewall: SQLnet inspection: buffer limit
- Everything got a way to exit, just only one except...
- CheckPoint Firewall-1 Commands
- monitoring vpn tunnels
- Clear ARP Cache - SPLAT
- Every Small Things Have Its OWN Significance : Nok...
- TCPDUMP
- Change IP address on the interface without losing ...
- Troubleshooting VSX
-
▼
June
(9)
Post a Comment