My Interface configuration is as follows:
0 R name=“Level3” mtu=1500 l2mtu=1524 mac-address=00:0C:42:AC:58:84 arp=enabled
auto-negotiation=no full-duplex=yes speed=100Mbps master-port=none
bandwidth=unlimited/unlimited switch=switch1
1 R name=“Wireless-Backhaul” mtu=1500 l2mtu=1524 mac-address=00:0C:42:AC:58:85
arp=enabled auto-negotiation=no full-duplex=yes speed=100Mbps master-port=none
bandwidth=unlimited/unlimited switch=switch1
2 R name=“Wireless-BCTech” mtu=1500 l2mtu=1524 mac-address=00:0C:42:AC:58:86 arp=enabled
auto-negotiation=no full-duplex=yes speed=100Mbps master-port=none
bandwidth=unlimited/unlimited switch=switch1
3 R name=“Mailserver” mtu=1500 l2mtu=1524 mac-address=00:0C:42:AC:58:87 arp=enabled
auto-negotiation=no full-duplex=yes speed=100Mbps master-port=none
bandwidth=unlimited/unlimited switch=switch1
4 R name=“Lock-Haven” mtu=1500 l2mtu=1524 mac-address=00:0C:42:AC:58:88 arp=enabled
auto-negotiation=no full-duplex=yes speed=100Mbps master-port=none
bandwidth=unlimited/unlimited switch=switch1
NAME BYTES PACKETS DROPS ERRORS
0 R Level3 10306734431/1489704771 10694299/8325876 8/0 0/0
1 R Wireless-Backhaul 6803412092/13706684825 11489317/13916119 475/0 1/0
2 R Wireless-BCTech 221213209/210989579 1422631/1542456 0/0 361/0
3 R Mailserver 206139945/129922531 449444/959537 0/0 0/0
4 R Lock-Haven 151699657/2272053147 1156191/2282139 0/0 6130/0
5 R bridge 7167862352/16214594731 14481848/17029805 0/0 0/0
The BCTech and Lock-Haven errors I’m pretty sure are a port negotiation issue (I’m working on those). The issue I’m having is running from ‘Wireless-Backhaul’ to ‘Mailserver’. Both of which are set to Full-100 on both sides.
I just noticed that the Level3 interface is set to switch=switch1. Is that correct? Or should that be taken out since it is the external router port.
I also just realized I’m bridged:
[admin@MNFDPA-MTRTR-HUT] /interface bridge port> print
Flags: X - disabled, I - inactive, D - dynamic
INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 Wireless-Backhaul bridge 0x80 10 none
1 Wireless-BCTech bridge 0x80 10 none
2 Mailserver bridge 0x80 10 none
3 Lock-Haven bridge 0x80 10 none
If I understand this correctly, I should kill the bridge, and make sure 0-3 are switched, correct?