| FYI here is what I got back from another forum. "I've hooked several different Cisco devices running Etherchannel to Nortel 425/5500/8600 devices running MLT without problems. Not all Cisco interfaces support being bonded into a team, for example some of the built-in router ethernet ports don't support it. As mentioned you may need to look at STG settings... here are enough IOS commands to get you started: interface Port-channel1 interface FastEthernet1/0 channel-group 1 mode on interface FastEthernet1/1 channel-group 1 mode on If you need something other than the default VLAN 1 you'd add something like this to the interfaces above: switchport access vlan 2" |