Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Console port speed115200 bps , 8N1


F10 ????ESC or F2 or F10 to enter the boot mode
PRESS TAB


add an external key board to go into the BiOS


Check the Bios version

Lanner Bios Aptio

USBto change options use:  "+" or "-" to change option

Change to "Legacy"

Set USB to be 1st Boot option


port numbering is the samege-1    0000:02:00.0
ge-2    0000:02:00.1
ge-3    0000:02:00.2
ge-4    0000:02:00.3
ge-5    0000:08:00.0
ge-6    0000:08:00.1
ge-7     0000:0a:00.0
ge-8     0000:0a:00.1

lshw -c network -businfo

port 3 = 0000:02:00.3


Code Block
titlelshw
[root@lr202007009846 ~]# lshw -c network -businfo
Bus info          Device       Class          Description
=========================================================
pci@0000:02:00.0  enp2s0f0     network        I350 Gigabit Fiber Network Connect
pci@0000:02:00.1  enp2s0f1     network        I350 Gigabit Fiber Network Connect
pci@0000:02:00.2               network        I350 Gigabit Network Connection
pci@0000:02:00.3               network        I350 Gigabit Network Connection
pci@0000:08:00.0               network        Ethernet Connection X553 1GbE
pci@0000:08:00.1               network        Ethernet Connection X553 1GbE
pci@0000:0a:00.0               network        Ethernet Connection X553 1GbE
pci@0000:0a:00.1               network        Ethernet Connection X553 1GbE
                  kni254       network        Ethernet interface
                  quickstart   network        Ethernet interface
usb@2:4           wwp0s21u4i8  network        Ethernet interface







nmcli connection

port 3 = enp2s0f3


Code Block
titleinterfaces
admin@128t-node.128t-router# show device-interface summary
Thu 2021-10-14 11:42:16 UTC
Retrieving device interface information...

====================  ========== ======== ========== ========== ========== ==========
 Name                  Forwardi   Admin    Operatio   Provisio   Redundan   MAC
                       ng         Status   nal        nal        cy         Address
                                      Status     Status     Status
====================  ========== ======== ========== ========== ========== ==========
 128t-node:enp10s0f0   true       up       down       up         non-redu   00:90:0b
                                                                 ndant      :8e:dc:dc
                                                                       
 128t-node:enp10s0f1   true       up       down       up         non-redu   00:90:0b
                                                                 ndant      :8e:dc:dd
                                                                       
 128t-node:enp2s0f2   true       up       down       up         non-redu   00:90:0b
                                                                ndant      :8e:dc:d8
                                                                       
 128t-node:enp2s0f3   true       up       up         up         non-redu   00:90:0b
                                                                ndant      :8e:dc:d9
                                                                       
 128t-node:enp8s0f0   true       up       down       up         non-redu   00:90:0b
                                                                ndant      :8e:dc:da
                                                                       
 128t-node:enp8s0f1   true       up       down       up         non-redu   00:90:0b
                                                                ndant      :8e:dc:db    
                                                                  
 128t-node:quickstart true       up       up         up         non-redu   8a:52:e4
                                                                ndant      :9c:3f:79
                                                               






...