Untagged VLAN Bridge CISCO
Posted: Wed Oct 05, 2016 1:54 am
Hi,
I'm asking about your help for a little problem that I've found today.. little but I cannot understand why
I've a bridge with 2 ether ports inside (one to the switch port set in ACCESS mode on VLAN 101, one to grant access to the VLAN 101 to one PC directly connect to this RB1100 port)
I put an address of VLAN 101 on bridge1
And the ping between RB and CISCO switch works well (CISCO has 192.168.101.1/24 on VLAN 101)
Then..... for a joke, I've rebooted the RB and... communication between CISCO and RB was lost.. no ping reply, ARP like 00:00:00:00:00:00 in MK ARP TABLE for the switch IP address and I cannot see any MAC on ARP table of CISCO switch
Then, I removed the bridge and moved IP address from bridge1 to ether1.. everything works well ; otherwise, If i make a switch using ether1 as master port and ether2 as slave, everything works well but, If I re-enabled the bridge and add these 2 ports inside of them.. anytihing works again..
Then, I think the issue is using the bridge in this config, but I don't understand why! All ethernet frames that come from/to CISCO switch are untagged, then there is any additional config to do into RB1100.
I've already update to 6.36 without any improvement
I'm asking about your help for a little problem that I've found today.. little but I cannot understand why
I've a bridge with 2 ether ports inside (one to the switch port set in ACCESS mode on VLAN 101, one to grant access to the VLAN 101 to one PC directly connect to this RB1100 port)
Code: Select all
/interface bridge add name=bridge1
/interface bridge port add interface=ether2,ether3 bridge=bridge1
Code: Select all
/ip address add address=192.168.101.2/24 interface=bridge1
Then..... for a joke, I've rebooted the RB and... communication between CISCO and RB was lost.. no ping reply, ARP like 00:00:00:00:00:00 in MK ARP TABLE for the switch IP address and I cannot see any MAC on ARP table of CISCO switch
Then, I removed the bridge and moved IP address from bridge1 to ether1.. everything works well ; otherwise, If i make a switch using ether1 as master port and ether2 as slave, everything works well but, If I re-enabled the bridge and add these 2 ports inside of them.. anytihing works again..
Then, I think the issue is using the bridge in this config, but I don't understand why! All ethernet frames that come from/to CISCO switch are untagged, then there is any additional config to do into RB1100.
I've already update to 6.36 without any improvement