Purpose:
To show how to set NMC slot ID when use legacy_lbptool to control bypass mode on FWA-3033 .
Scope:
FWA-3033
Target Audience:
Advantechers technician
FWA-3033 user
Contents:
There are 2 NMC slots on FWA-3033, one is connected to motherboard directly, and the other is connected to motherboard through midlle board.
When use legacy_lbptool to control bypass mode, the slot ID for the left NMC slot is s10, and s22 for the right NMC slot.
Here are some examples as the following,
1. Get normal bypass mode of pair1 on left NMC card and set it to mode 1
[root@fwa-3033-efi ~]# legacy_lbptool -P fwa-3033 -g 0 -s10 -p1
Get mode type = 0
slot = 10
pair = 1
Mode number = m1
[root@fwa-3033-efi ~]# legacy_lbptool -P fwa-3033 -s10 -p1 -m4
slot = 10
pair = 1
mode = 4
2. Get normal bypass mode of pair2 on right NMC card
[root@fwa-3033-efi ~]# legacy_lbptool -P fwa-3033 -g 0 -s22 -p2
Get mode type = 0
slot = 22
pair = 2
Mode number = m1
Comments
0 comments
Please sign in to leave a comment.