Which command shows only the table names of all kernel tables?
Select an option, then click Submit answer.
Reference / correct answer:
Most accepted answer: C. fw tab –s
Community votes: A=1, B=1, C=4
Selected Answer: B fw tab -n: Displays ONLY the names of all kernel tables, useful for listing available tables without showing their contents. Why the others are incorrect: fw tab -t: Requires a specific table name to show its contents. fw tab -s: Shows statistics (number of entries) for each table. fw tab -k: Invalid option — not a recognized flag in fw tab. upvoted 1 times Didesouzads 10 months, 2 weeks ago Correct is C, sorry upvoted 1 times ...
Correct is C, sorry upvoted 1 times
Selected Answer: C This command provides a summary of all kernel tables, including their names and IDs. upvoted 1 times
Selected Answer: C https://sc1.checkpoint.com/documents/R80.40/WebAdminGuides/EN/CP_R80.40_CLI_ReferenceGuide/Topics-CLIG/FWG/fw-tab.htm Specifies the kernel table by its name of unique ID. To see the names and IDs of the available kernel tables, run: fw tab -s upvoted 2 times
Selected Answer: C [Expert@CP-FW01:0]# fw tab -s HOST NAME ID #VALS #PEAK #SLINKS localhost gui_clients_list 0 1 1 0 localhost webgui_clients_list 1 1 1 0 localhost narrow_routing 7936 0 0 0 localhost ccc_sessions 7937 0 0 0 localhost SAs_used_by_backup 7938 0 0 0 upvoted 3 times Ziamsu 1 year, 10 months ago fw tab -t <has to follow by table name> to view specific table. fw tab -s list all the tables name. So the correct Answer is C upvoted 2 times ...