Good Day,
One of my co-workers upgraded a server from Mac OS Lion 10.7.4 to Developer Preview 10.8 yesterday and now the bonded nic does not work.
The config on the switch worked prior to the OS update.
This is the how the config looks now.
------------------------------
interface Port-channel8
description Mac Server 1
switchport
switchport trunk native vlan 36
switchport trunk allowed vlan 30,36
switchport mode trunk
!
interface GigabitEthernet9/31
description Mac Server 1 on Port-channel8
switchport trunk native vlan 36
switchport trunk allowed vlan 30,36
switchport mode trunk
channel-group 8 mode active (I've changed this to passive and it still did not work)
spanning-tree portfast
!
interface GigabitEthernet10/31
description Mac Server 1 on Port-channel8
switchport trunk native vlan 36
switchport trunk allowed vlan 30,36
switchport mode trunk
channel-group 8 mode active
spanning-tree portfast
!
--------------------------------
I have tried changing the Channel-group mode to passive and still does not work.
Any suggestions would be appreciated.
These are the options I have for changing the mode.
channel-group 8 mode ?
active Enable LACP unconditionally
auto Enable PAgP only if a PAgP device is detected
desirable Enable PAgP unconditionally
on Enable Etherchannel only
passive Enable LACP only if a LACP device is detected
/Nick