I have HPE Microserver Gen10 with BCM5720 dual-port NIC. And I want to use WoL to boot Gen10 from poweroff.
I configured static link aggregation as below:
Why can I use 'hwaddr b8:83:03:46:05:3d' of bge1 as WoL address and then wake system, but not 'ether b8:83:03:46:05:3c' of lagg0 and bge0 to wake system?
I configured static link aggregation as below:
Code:
root@gen10:~ # ifconfig
bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether b8:83:03:46:05:3c
media: Ethernet autoselect (1000baseT <full-duplex,master>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether b8:83:03:46:05:3c
hwaddr b8:83:03:46:05:3d
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
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>
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether b8:83:03:46:05:3c
inet 192.168.2.10 netmask 0xffffff00 broadcast 192.168.2.255
laggproto loadbalance lagghash l3,l4
laggport: bge0 flags=4<ACTIVE>
laggport: bge1 flags=4<ACTIVE>
groups: lagg
media: Ethernet autoselect
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Why can I use 'hwaddr b8:83:03:46:05:3d' of bge1 as WoL address and then wake system, but not 'ether b8:83:03:46:05:3c' of lagg0 and bge0 to wake system?