Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_components:utilities:management_utilities:start [2024/03/13 16:05] – elena.krasnobryzh | en:dpi:dpi_components:utilities:management_utilities:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{indexmenu_n> | ||
- | ======Management utilities====== | ||
- | =====dpdkinfo===== | ||
- | Receive diagnostic data from SFP modules. Parameters: | ||
- | * '' | ||
- | * '' | ||
- | |||
- | =====bpctl_util===== | ||
- | Manual bypass control. DPI controls bypass independently, | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | =====driverctl===== | ||
- | DPDK management. Parameters: | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | < | ||
- | |||
- | =====checklock===== | ||
- | Check if an address or port is blacklisted.\\ Example of a port check: | ||
- | <code bash> | ||
- | |||
- | =====checkproto===== | ||
- | Check if the address or port is included in the custom protocol.\\ Example of a port check: | ||
- | <code bash> | ||
- | |||
- | =====checknat===== | ||
- | White address allocation check. Shows how the network for NAT is distributed among process vorkers.\\ | ||
- | Command entry format: | ||
- | <code bash> | ||
- | |||
- | Parameters: | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | Examples: | ||
- | <code bash> | ||
- | # Example 1 | ||
- | nthr=16 algo=0 cidrs=' | ||
- | # Example 2 | ||
- | nthr=16 algo=0 cidrs=' | ||
- | </ | ||
- | |||