Last Modified: Jul 15, 2026
Affected Product(s):
F5OS F5OS-A
Fixed In:
F5OS v2.0.0
Opened: Apr 25, 2025 Severity: 3-Major
When using the system diagnostics net-utils tcpdump command and pressing Tab for completion, the CLI only lists the available keywords and flags, but does not display any descriptive information for those options.
Users only see a list of possible completions (such as --timeout, -c, -w, bpf, count, filter, outfile) with no description of what each option does. This makes the interface less user-friendly, forces users to rely on external documentation or prior knowledge, and can slow down troubleshooting or diagnostics activities.
This occurs when a user runs: appliance-1# system diagnostics net-utils tcpdump <Tab> on the appliance CLI to view available tcpdump options under net-utils
None.
After the fix, when the user enters: system diagnostics net-utils tcpdump <Tab> The CLI will display both possible completions and brief descriptions for each option, similar to the behavior of the system diagnostic tcpdump command. This provides inline guidance on tcpdump parameters, improving usability and reducing the need to reference external documentation.