I'm trying to configure OpenBSD with trunking using LACP but I can't 
seem to get it to work correctly.  I have an HP Procurve 5304XL connected to a 
Dell 1750 with an  Intel PRO/1000MT QP (82546EB).  I am unable to get trunking 
and LACP to work together for some reason.  Any help would be greatly 
appreciated.

HP Ports B1 and B2 are connected to Dell 1750 em0 and em1
HP Ports B3 and B4 are connected to Dell 1750 em2 and em3

ProCurve Switch 5304XL# show lacp

                           LACP

no LACP ports found.


ProCurve Switch 5304XL# show trunk

 Load Balancing

  Port | Name                             Type      | Group Type
  ---- + -------------------------------- --------- + ----- -----

ProCurve Switch 5304XL(config)# trunk b3-b4 trk2 lacp
ProCurve Switch 5304XL(config)# show trunk

 Load Balancing

  Port | Name                             Type      | Group Type
  ---- + -------------------------------- --------- + ----- -----
  B3   |                                  100/1000T | Trk2  LACP
  B4   |                                  100/1000T | Trk2  LACP

ProCurve Switch 5304XL(config)# show lacp

                           LACP

   PORT   LACP      TRUNK     PORT      LACP      LACP
   NUMB   ENABLED   GROUP     STATUS    PARTNER   STATUS
   ----   -------   -------   -------   -------   -------
   B3     Active    Trk2      Up        No        Success
   B4     Active    Trk2      Up        No        Success



ProCurve Switch 5304XL(config)# vlan 303 name NAT
ProCurve Switch 5304XL(config)# vlan 303 tagged trk2
ProCurve Switch 5304XL(config)# show vlan 303

 Status and Counters - VLAN Information - Ports - VLAN 303

  VLAN ID : 303
  Name : NAT
  Status : Port-based
  Voice : No

  Port Information Mode     Unknown VLAN Status
  ---------------- -------- ------------ ----------
  Trk2             Tagged   Learn        Up

ProCurve Switch 5304XL(config)# vlan 303 ip address 10.0.0.253 255.0.0.0
ProCurve Switch 5304XL(config)# wr mem


OpenBSD box
cat /etc/hostname.em2
up

cat /etc/hostname.em3
up

cat /etc/hostname.trunk1
trunkproto lacp trunkport em2 trunkport em3 up

cat /etc/hostname.vlan303
vlan 303 vlandev trunk1 descr "NAT Network" 10.0.0.254/8

# ifconfig em2
em2: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 
1500
        lladdr 00:04:23:45:de:e6
        priority: 0
        trunk: trunkdev trunk1
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active
        inet6 fe80::204:23ff:fe45:dee6%em2 prefixlen 64 scopeid 0x3

# ifconfig em3
em3: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 
1500
        lladdr 00:04:23:45:de:e6
        priority: 0
        trunk: trunkdev trunk1
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active
        inet6 fe80::204:23ff:fe45:dee7%em3 prefixlen 64 scopeid 0x4

# ifconfig trunk1
trunk1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:04:23:45:de:e6
        priority: 0
        trunk: trunkproto lacp
        trunk id: [(8000,00:04:23:45:de:e6,404C,0000,0000),
                 (FFFF,00:00:00:00:00:00,0000,0000,0000)]
                trunkport em3 active,collecting,distributing
                trunkport em2 active,collecting,distributing
        groups: trunk
        media: Ethernet autoselect
        status: active
        inet6 fe80::204:23ff:fe45:dee6%trunk1 prefixlen 64 scopeid 0x9

# ifconfig vlan303
vlan303: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:04:23:45:de:e6
        description: NAT Network
        priority: 0
        vlan: 303 priority: 0 parent interface: trunk1
        groups: vlan
        inet6 fe80::204:23ff:fe45:dee6%vlan303 prefixlen 64 scopeid 0xa
        inet 10.0.0.254 netmask 0xff000000 broadcast 10.255.255.255


# ping 10.0.0.253
PING 10.0.0.253 (10.0.0.253): 56 data bytes
ping: sendto: Host is down
ping: wrote 10.0.0.253 64 chars, ret=-1
ping: sendto: Host is down
ping: wrote 10.0.0.253 64 chars, ret=-1
ping: sendto: Host is down
ping: wrote 10.0.0.253 64 chars, ret=-1
ping: sendto: Host is down
ping: wrote 10.0.0.253 64 chars, ret=-1
--- 10.0.0.253 ping statistics ---
13 packets transmitted, 0 packets received, 100.0% packet loss




--
James A. Peltier     [email protected]

Reply via email to