View Single Post
  #1   (View Single Post)  
Old 6th June 2008
espenfjo espenfjo is offline
New User
 
Join Date: Jun 2008
Posts: 5
Default Bridge VLAN + Catalyst

Hi!
Im trying to bridge(?) 2 VLANs on a FBSD box to make it act like a transparent FW. (All traffic should go from vlan1 to vlan2 through the fbsd box).
But i get no connection between the 2 VLANs.

The network looks like this:
VLAN1: (Internet-plug<->Catalyst)
FBSD: ([Bridge vlan1 and vlan2]<->trunk allowed vlan 1,2)
VLAN2: (Catalyst<->clients).

On the FBSD box things look like this:
Quote:
vlan2: flags=8942<BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTI CAST> metric 0 mtu 1500
ether 00:10:5a:2d:ca:e0
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
vlan: 2 parent interface: xl1

vlan1: flags=8942<BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTI CAST> metric 0 mtu 1500
ether 00:10:5a:2d:ca:e0
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
vlan: 1 parent interface: xl1
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 6e:5d:ff:fe:db:f0
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: vlan2 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
member: vlan1 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>



int fa 0/18
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk allowed 1,2,4
tcpdump -i vlan2 or -i vlan1 gives no traffic.

All inputs are very appreciated
Reply With Quote