1.  create a layer 2 (switched) ring, using spanning tree.
        - completely independent of openbsd box

2. connect your (dual NIC) openbsd box to 2 separate switches for redundancy, and add both NICs to a trunk group.
        - redundancy of switch, cabling and NICs.



[EMAIL PROTECTED] ~>ifconfig bge0
bge0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:18:fe:32:1e:08
        trunk: trunkdev trunk0
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active


[EMAIL PROTECTED] ~>ifconfig bge1
bge1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:18:fe:32:1e:08
        trunk: trunkdev trunk0
        media: Ethernet autoselect (1000baseT full-duplex)
        status: active


[EMAIL PROTECTED] ~>ifconfig trunk0
trunk0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:18:fe:32:1e:08
        trunk: trunkproto failover
                trunkport bge1 active
                trunkport bge0 master,active
        groups: trunk egress
        media: Ethernet autoselect
        status: active
        inet 1.2.3.4 netmask 0xffffff00 broadcast 255.255.255.0


been using it for years:
[EMAIL PROTECTED] ~>uname -a
OpenBSD tug 4.0 GENERIC#1107 i386

/Pete



On 22 Sep 2008, at 22:03, Stuart Henderson wrote:

On 2008-09-22, Dave Wilson <[EMAIL PROTECTED]> wrote:
I'm not sure if trunk or bridge are more appropriate in this case

I think probably bridge with RSTP, but I'm not sure how that will
play with vlans (if you use them).

I'd like to do something similar, but I have vlans, and as an
added twist my interconnects are over third-party vlans, and I'm
not especially keen on breaking the third party's switch fabric,
so I haven't risked experimenting much with this yet :)

Reply via email to