Advanced LAN Bypass User Manual 444.2 ./lbpcu -VDisplays version information for liblbpcu (cf. Section 3.7.2.1) and LBPCU:Figure 4.2 Usage of the "lbpcu -V" Command4.3 ./lbpcu -VFDisplays the LAN Bypass MCU FW version for a specific segment (cf. Section3.7.2.3):Figure 4.3 Usage of the "lbpcu -VF" CommandExampleRetrieve the MCU FW version for Segment 1:Figure 4.4 Retrieve the MCU FW Version for Segment 14.4 ./lbpcu -VPGets the protocol versions of the liblbpcu and LAN Bypass MCU FW (cf. Section3.7.2.4):Figure 4.5 Usage of the "lbpcu -VP" CommandExampleRetrieve the protocol version of liblbpcu and the protocol version of the MCU FW onSegment 1:Figure 4.6 Retrieve the Protocol Versions on Segment 1root@localhost:~# ./lbpcu -VLBPCU version: 01.20liblbpcu version: 01.18LBPCU protocol version: 00.08root@localhost:~# ./lbpcu -VFExample: Get segment_1 FW version. So use -VF 1 will get segment_1 FWversion.Command: Get FW versionSyntax: VF Output: The FW version of this Error: LBP_ERR_PARAM_OUT_OF_BOUND (0x93)root@localhost:~# ./lbpcu -VF 1Firmware version: 01.18root@localhost:~# ./lbpcu -VPExample: Get segment_1 protocol version between NIC and FW. Souse -VP 1 will get segment_1 protocol version.Command: Get protocol versionSyntax: VP Output: Lib and FW protocol version of this Error: LBP_ERR_PARAM_OUT_OF_BOUND (0x93)root@localhost:~# ./lbpcu -VP 1protocol version lib: 00.08; fw: 00.08