Check Point Certified Cloud Specialist (CCCS) R82 — Question 35
How can you increase the ring buffer size to 1024 descriptors?
Answer options
- A. set interface eth0 rx-ringsize 1024
- B. fw ctl int rx_ringsize 1024
- C. echo rx_ringsize=1024>>/etc/sysconfig/sysctl.conf
- D. dbedit>modify properties firewall_properties rx_ringsize 1024
Correct answer: A
Explanation
The correct answer, A, directly sets the ring buffer size for the interface eth0, which is the appropriate command for this configuration. Option B pertains to a different command syntax that may not apply directly to increasing the descriptor size. Option C alters a configuration file but does not immediately apply the change, and option D references a database modification that is not the correct method for managing ring buffer sizes.