Hi,
I have 4 BF-2 MBF2M516A-EENOT where OOB ports stopped working. First 3 stopped working, and then the last one failed. After much troubleshooting, I decided to install bf-bundle-3.0.0-135_25.04_ubuntu-22.04_prod.bfb
After reboot, set password and hostname,
root@n017-dpu2:~# dmesg | grep oob
[ 9.154002] mlxbf_gige MLNXBF17:00 oob_net0: renamed from eth0
[ 20.141585] mlxbf_gige MLNXBF17:00 oob_net0: Link is Down
[ 23.286883] mlxbf_gige MLNXBF17:00 oob_net0: Link is Up - 1Gbps/Full - flow control off
[ 23.286924] IPv6: ADDRCONF(NETDEV_CHANGE): oob_net0: link becomes ready
Configured oob_net0 as follows.
oob_net0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.128.1.21 netmask 255.255.254.0 broadcast 10.128.1.255
inet6 fe80::bace:ZZZZ:XXXX:YYCC prefixlen 64 scopeid 0x20
ether b8:ce:f6:XX:YY:CC txqueuelen 1000 (Ethernet)
RX packets 4731 bytes 284688 (284.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1256 bytes 65985 (65.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
root@n017-dpu2:~# netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
default 192.168.100.1 0.0.0.0 UG 0 0 0 tmfifo_net0
10.128.0.0 0.0.0.0 255.255.254.0 U 0 0 0 oob_net0
192.168.100.0 0.0.0.0 255.255.255.252 U 0 0 0 tmfifo_net0
Still I can’t get oob_net0 operating again.
I’ve swapped ports on switch, replaced cables, etc, etc. Any clues on what is going on?
I tried to change /etc/netplan/50-cloud-init.yaml routes to 10.128.1.254/23,
routes:
- metric: 1025
to: 0.0.0.0/0
via: 192.168.100.1
root@n017-dpu2:~# cat /etc/netplan/50-cloud-init.yaml
This file is generated from information provided by the datasource. Changes
to it will not persist across an instance reboot. To disable cloud-init’s
network configuration capabilities, write a file
/etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
network: {config: disabled}
network:
ethernets:
oob_net0:
dhcp4: false
addresses:
- 10.128.1.21/23
nameservers:
addresses:
- 10.128.0.3
tmfifo_net0:
addresses:
- 192.168.100.2/30
dhcp4: false
nameservers:
addresses:
- 192.168.100.1
routes:
- metric: 1025
to: 0.0.0.0/0
via: 192.168.100.1
via: 10.128.1.254
renderer: NetworkManager
version: 2
Changed route via to default route 10.128.1.254, but no luck.
Suggestions !