On Mon, Dec 22, 2008 at 03:52:33PM +0000, Stuart Morgan wrote:
> Hi all,
> 
> Does anyone known if trunk(4) supports Cisco Etherchannel?
> 
> I have a 3500XL with the following port configuration:
> 
> interface FastEthernet0/22
> port group 1
> switchport trunk encapsulation dot1q
> switchport mode trunk
> interface FastEthernet0/24
> port group 1
> switchport trunk encapsulation dot1q
> switchport mode trunk
> !

FWIW, I've successfully setup a 2x100 Mbps trunk between two D-Link
DGE-530T network cards (sk(4)) in an OpenBSD -current (November 2008)
box and two cobber ports in a Cisco 2924XL.

With regard to the switch, I just added "port group X" to both
interfaces. I don't have access to the OpenBSD box anymore, but I made a
hostname.trunkY roughly similar to the following:

!ifconfig skZ up
!ifconfig skW up
!ifconfig trunkY trunkport skZ trunkport skW <address> netmask <netmask>

Martin

Reply via email to