I have a RB2011UiAS-2HnD-IN, I am trying to create a 2nd bridge "bridge2" for Switch2 in order to create a new subnet.
I have moved port ether6 to bridge2, add ip address and configure DHCP. However the stat shows bridge2 never transmit to receive any packets though ether6 does transmit some packets.
The port connected to ether6 doesn't get IP address.
The following is the config, amI missing anything?
\
[admin@MikroTik] /interface bridge> print
Flags: X - disabled, R - running
0 R name="bridge-local" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled
mac-address=4C:5E:0C:DF:7D:9A protocol-mode=rstp priority=0x8000
auto-mac=no admin-mac=4C:5E:0C:DF:7D:9A max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
1 R name="bridge2" mtu=auto actual-mtu=1500 l2mtu=65535 arp=enabled
mac-address=00:00:00:00:00:00 protocol-mode=rstp priority=0x8000
auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
....
[admin@MikroTik] /interface bridge port> add bridge=bridge2 interface=ether6
[admin@MikroTik] /interface bridge port> print
Flags: X - disabled, I - inactive, D - dynamic
INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 ether2-master-local bridge-local 0x80 10 none
1 I sfp1 bridge-local 0x80 10 none
2 I wlan1 bridge-local 0x80 10 none
3 ether6-master-local bridge2 0x80 10 none
[admin@MikroTik] /interface bridge port>
...
[admin@MikroTik] /ip address>
[admin@MikroTik] /ip address> add address=192.168.77.1/24 interface=bridge2 network=192.168.77.0
[admin@MikroTik] /ip address>
[admin@MikroTik] /ip address>
[admin@MikroTik] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 ;;; default configuration
192.168.88.1/24 192.168.88.0 bridge-local
1 192.168.77.1/24 192.168.77.0 bridge2
[admin@MikroTik] /ip address>
....
[admin@MikroTik] /interface bridge> print
Flags: X - disabled, R - running
0 R name="bridge-local" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled
mac-address=4C:5E:0C:DF:7D:9A protocol-mode=rstp priority=0x8000
auto-mac=no admin-mac=4C:5E:0C:DF:7D:9A max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
1 R name="bridge2" mtu=auto actual-mtu=1500 l2mtu=1598 arp=enabled
mac-address=4C:5E:0C:DF:7D:9E protocol-mode=rstp priority=0x8000
auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
[admin@MikroTik] /interface bridge>
.....
[admin@MikroTik] /ip dhcp-server> setup
Select interface to run DHCP server on
dhcp server interface: bridge2
Select network for DHCP addresses
dhcp address space: 192.168.77.0/24
Select gateway for given network
gateway for dhcp network: 192.168.77.1
Select pool of ip addresses given out by DHCP server
addresses to give out: 192.168.77.2-192.168.77.254
Select DNS servers
dns servers:
Select lease time
lease time: 10m
[admin@MikroTik] /ip dhcp-server>
...
[admin@MikroTik] /interface ethernet switch> port print
Flags: I - invalid
NAME SWITCH VLAN-MODE VLAN-HEADER DEFAULT-VLAN-ID
0 sfp1 switch1 disabled leave-as-is auto
1 ether1-gateway switch1 disabled leave-as-is auto
2 ether2-maste... switch1 disabled leave-as-is auto
3 ether3-slave... switch1 disabled leave-as-is auto
4 ether4-slave... switch1 disabled leave-as-is auto
5 ether5-slave... switch1 disabled leave-as-is auto
6 ether6-maste... switch2 disabled leave-as-is 0
7 ether7-slave... switch2 disabled leave-as-is 0
8 ether8-slave... switch2 disabled leave-as-is 0
9 ether9-slave... switch2 disabled leave-as-is 0
10 ether10-slav... switch2 disabled leave-as-is 0
11 switch1-cpu switch1 disabled leave-as-is auto
12 switch2-cpu switch2 disabled leave-as-is 0
[admin@MikroTik] /interface ethernet switch>