ongoing additions, changes, and fixes

This commit is contained in:
Yuri Slobodyanyuk
2020-09-08 06:12:49 +00:00
parent 9cb0d63406
commit 4820b02ed4
2 changed files with 1870 additions and 1093 deletions

View File

@@ -101,6 +101,34 @@ a|View the kernel routing table (FIB). This is the list of resolved routes actua
|===
== Interfaces
.Interafces of all kinds diagnostics
[cols=2,options="header"]
|===
|Command
|Description
|*get hardware nic <inerface name>*
|Hardware info of the interface: MAC address, state (up/down), duplex (full, half), Rx/Tx packets, drops.
|*diagnose hardware deviceinfo nic <nic name>*
|Same as above.
|*get hardware npu np6 port-list*
|Show on which interfaces the NPU offloading is enabled
|*diagnose npu np6lite port-list*
| Same as above but for NP6-lite
|*fnsysctl ifconfig <interface name>*
|Gives the same info as Linux `ifconfig`
|*diagnose ip address list*
|Show IP addresses configured on all the Fortigate interfaces
|===

File diff suppressed because it is too large Load Diff