ok thank you for the configuration, but I have one more problem.

aside vlan100 and vlan 101 I need to have i on physical vr1 vr2 vr3
but also the default native vlan (VLAN 1 UNTAGGED) needs to be forwarded to vr1 vr2 vr3

no I Can only do it adding physical vr1 vr2 vr3 to the bridge, and
after doing this everything is messed up....

On Fri, 17 Apr 2009, Daniel Ouellet wrote:

Daniel Ouellet wrote:
RJ45 wrote:
it would be a good idea but the problem is that you cannot assign an IP
address to a bridge interface....

I think this problem has no solution...

See below, you still can have IP address to interface, use bridge and vlan as well. I do.

If that could possibly help you a little bit. Here is more details for you at the end of the email as in operation for many months now.

Hope this help anyway. And if you don't want to assign an ip address to a physical interface, you could always assign one to a loopback interface as well. I do that in some other setup.

Anyway, hope if gives you some example to work with and possibly solve your needs.

Best,

Daniel

PS: The full duplex is not needed if you have switch that works well in auto negotiation mode, witch all recent does, but I fix it on the switch as well as on the bridge here for other reason, so just don't go at it like that if you do not need it.

=========================
# ls hostname.*
hostname.dc0
hostname.dc1
hostname.vlan1002
hostname.vlan2

# ls bridgename.*
bridgename.bridge1
bridgename.bridge2

# cat hostname.*
inet 66.63.12.66 255.255.255.192 NONE media 100baseTX mediaopt full-duplex description Uplink

up media 100baseTX mediaopt full-duplex description LAN

up vlan 2 vlandev dc1

up vlan 2 vlandev dc0

# cat bridgename.*
add dc0 add dc1 up

add vlan2 add vlan1002 up

Reply via email to