Diable NIC tunable not working

I have a NIC which I cannot disable with a tunable and I am not sure why. Works no issue with Broadcom or Intel ports.

ajaxnas02% ifconfig ue0
ue0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether be:3a:f2:b6:05:9f
nd6 options=9<PERFORMNUD,IFDISABLED>

image

What is this NIC anyway? It’s not my IPMI because that has a cable in and has an IP assigned to it.

Server board:
Supermicro X12SSL-i latest firmware updates.

I would assume to be the one managing the two Gigabit Ethernet LAN Ports, which according to Supermicro is a Broadcom BCM5720.

Thanks for the reply… This dual-nic is disabled in BIOS because they run too hot for my liking. I got a good price on the board and wanted the internal SATA controllers. These guys are known bge0 and bge1.

They do not show up in ifconfig.

ix0: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=4e53fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,NOMAP>
        ether 3c:fd:fe:e1:b9:22
        media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
        status: active
        nd6 options=9<PERFORMNUD,IFDISABLED>
ix1: flags=8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=4e53fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,NOMAP>
        ether 3c:fd:fe:e1:b9:22
        hwaddr 3c:fd:fe:e1:b9:23
        media: Ethernet autoselect (1000baseT <full-duplex,rxpause,txpause>)
        status: active
        nd6 options=9<PERFORMNUD,IFDISABLED>
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
        groups: lo
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
pflog0: flags=0<> metric 0 mtu 33160
        groups: pflog
ue0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether be:3a:f2:b6:05:9f
        nd6 options=9<PERFORMNUD,IFDISABLED>
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        description: ix0 and ix1 nics
        options=4e53fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,NOMAP>
        ether 3c:fd:fe:e1:b9:22
        inet 192.168.0.6 netmask 0xffffff00 broadcast 192.168.0.255
        laggproto loadbalance lagghash l2,l3,l4
        laggport: ix0 flags=4<ACTIVE>
        laggport: ix1 flags=4<ACTIVE>
        groups: lagg
        media: Ethernet autoselect
        status: active
        nd6 options=9<PERFORMNUD,IFDISABLED>

Digging a little deeper in dmesg discovered RNDIS interface which is activated with the if_urndis driver. Further reading can be had here on this interface.

I have tried a post-init kldunload but it keeps restarting itself. Don’t want to mess with boot loader at cli so will be marked solved for now since I know the details on what & why.

1 Like