I have an RB450G with the following configutation.
1 ethernet interface (eth5) is in a bridge (br2)
1 ethernet interface (eth4) is in another bridge (br0). this interface is connected to a trunk switch port and has vlans 3 and 4 connected to it. I have created two vlan interfaces on the br0 (br0.3 and br0.4)
the br2, br0.3 and br0.4 interfaces have IP addresses assigned to them
when the RB reboots, the connected routes for interfaces br0.3 and br0.4 are not created dynamically; only the connected route for br2 is created. if I disable and re-enable the IP addresses, by hand, after the boot up process, they are properly created
/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes comment="" disabled=no \
forward-delay=15s l2mtu=1524 max-message-age=20s mtu=1500 name=br0 priority=0x8000 protocol-mode=\
none transmit-hold-count=6
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes comment="" disabled=no \
forward-delay=15s l2mtu=1524 max-message-age=20s mtu=1500 name=br2 priority=0x8000 protocol-mode=\
none transmit-hold-count=6
/interface ethernet
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no \
full-duplex=yes l2mtu=1524 mac-address=00:0C:42:54:3A:7A master-port=none mtu=1500 name=eth4 speed=\
100Mbps
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited comment="" disabled=no \
full-duplex=yes l2mtu=1524 mac-address=00:0C:42:54:3A:7B master-port=none mtu=1500 name=eth5 speed=\
100Mbps
/interface vlan
add arp=enabled comment="" disabled=no interface=br0 l2mtu=1520 mtu=1500 name=br0.3 use-service-tag=no \
vlan-id=3
add arp=enabled comment="" disabled=no interface=br0 l2mtu=1520 mtu=1500 name=br0.4 use-service-tag=no \
vlan-id=4
/interface bridge port
add bridge=br3 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=eth2 \
path-cost=10 point-to-point=auto priority=0x80
add bridge=br2 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=eth4 \
path-cost=10 point-to-point=auto priority=0x80
/interface bridge settings
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
any ideas why this is happening?
thanks!!