Hi all.
Probably stupid question, but anyway.
Two sides, left and right.
On the left side - there is DHCP server in vlan 6 connected to LEFT router. On the right side - phone connected to RIGHT router with tagged vlan 6 dhcp client.
two bridges, two eoip tunnels. If i am creating dhcp-client on vlan6 interface on the right side - it is getting ip address from left dhcp server. So MTU, and other stuff is not the problem. When i connect phone to ether6 - it is NOT getting answer from DHCP server.
I assume that problem could be in ARP protocol. I understand, that i need to place somewhere arp-proxy, but please, help me understand where exactly. On the eoip tunnels, on the bridges?
So main goal is - push ANY tagged traffic from right side to Eoip to the left side, where is a lot of tagged traffic.
So configs are:
left side
/interface bridge
add admin-mac=00:50:56:AE:38:B8 auto-mac=no fast-forward=no frame-types=
admit-only-vlan-tagged name=bridge-trunk protocol-mode=none
vlan-filtering=yes
/interface ethernet
et [ find default-name=ether2 ] arp-timeout=3s disable-running-check=no
disabled=no name=ether2-trunk
/interface eoip
add mac-address=02:CA:A2:E6:A4:8C name=l2-right remote-address=10.245.1.14
tunnel-id=4
/interface bridge port
add bridge=bridge-trunk frame-types=admit-only-vlan-tagged interface=
ether2-trunk multicast-router=disabled unknown-multicast-flood=no
unknown-unicast-flood=no
add bridge=bridge-trunk frame-types=admit-only-vlan-tagged interface=l2-right
unknown-multicast-flood=no unknown-unicast-flood=no
/interface bridge vlan
add bridge=bridge-trunk tagged=
bridge-trunk,ether2-trunk,l2-right vlan-ids=6
right side
/interface bridge
add admin-mac=D4:01:C3:60:71:2C auto-mac=no comment=defconf fast-forward=no
name=bridge-lan port-cost-mode=short vlan-filtering=yes
/interface eoip
add mac-address=02:B4:3A:E9:DE:2E name=l2-left remote-address=10.245.1.13
tunnel-id=4
/interface bridge port
add bridge=bridge-lan comment=defconf interface=ether6 internal-path-cost=10
path-cost=10
add bridge=bridge-lan frame-types=admit-only-vlan-tagged interface=l2-left
trusted=yes unknown-multicast-flood=no unknown-unicast-flood=no
/interface bridge vlan
add bridge=bridge-lan tagged=bridge-lan,l2-left,ether6 vlan-ids=6