Hi,
I’m trying to setup rb5009 for vlan’s and intervlan routing using bridge vlan filtering. My laptop is connected to ether1 and ether7 is trunk to older hex r3, which is running dhcp-server and also routing at the moment. I’m able to get ip from dhcp for my laptop through access port, but for some reason I’m not able to add ip to router from the same vlan (and later to be used as gateway). Any ideas what I’m doing wrong?
/interface/bridge/print
Flags: X - disabled, R - running
0 R name="vlan-bridge" mtu=auto actual-mtu=1500 l2mtu=1514 arp=enabled
arp-timeout=auto mac-address=DC:2C:6E:43:E2:A4 protocol-mode=rstp
fast-forward=yes igmp-snooping=no auto-mac=yes ageing-time=5m
priority=0x8000 max-message-age=20s forward-delay=15s
transmit-hold-count=6 vlan-filtering=yes ether-type=0x8100 pvid=1
frame-types=admit-all ingress-filtering=yes dhcp-snooping=no
/interface/bridge/port/print
Flags: H - HW-OFFLOAD
Columns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HORIZON
# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST IN HORIZON
0 H ether1 vlan-bridge yes 14 0x80 10 10 none
..
3 H ether7 vlan-bridge yes 1 0x80 10 10 none
/interface/bridge/vlan/print
Flags: D - DYNAMIC
Columns: BRIDGE, VLAN-IDS, CURRENT-TAGGED, CURRENT-UNTAGGED
# BRIDGE VLAN-IDS CURRENT-TAGGED CURRENT-UNTAGGED
0 vlan-bridge 14 ether7 ether1
..
4 D vlan-bridge 1 vlan-bridge
ether7
/interface/vlan/print
Flags: R - RUNNING
Columns: NAME, MTU, ARP, VLAN-ID, INTERFACE
# NAME MTU ARP VLAN-ID INTERFACE
0 R vlan14 1500 enabled 14 vlan-bridge
/ip/address/print
Flags: D - DYNAMIC
Columns: ADDRESS, NETWORK, INTERFACE
# ADDRESS NETWORK INTERFACE
1 192.168.84.2/24 192.168.84.0 vlan-bridge
2 192.168.14.10/24 192.168.14.0 vlan14
/ping 192.168.14.1
SEQ HOST SIZE TTL TIME STATUS
0 192.168.14.1 timeout
1 192.168.14.1 timeout
2 192.168.14.1 timeout
3 192.168.14.10 84 64 154ms54us host unreachable
sent=4 received=0 packet-loss=100%
Same than from my laptop (which was connected to ether1 on rb5009):
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : ..
IPv4 Address. . . . . . . . . . . : 192.168.14.197
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.14.1
C:\WINDOWS\system32>ping 192.168.14.1
Pinging 192.168.14.1 with 32 bytes of data:
Reply from 192.168.14.1: bytes=32 time<1ms TTL=64
Reply from 192.168.14.1: bytes=32 time<1ms TTL=64
Reply from 192.168.14.1: bytes=32 time<1ms TTL=64
Reply from 192.168.14.1: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.14.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
What I’m missing, why that vlan-interface can’t get connection to gateway nor my laptop and vice versa, any ideas, any one? I would say that vlan configuration on bridge side have to be ok, as the access port for laptop works fine, but what i’m missing from that interface-side vlan-interface?
Thank you for your help and sorry about the bad english.