4 weeks ago I added 4 VLANs to a RB450G that’s running 5.26 and since then it has stopped responding a dozen times. It doesn’t respond to anything. After the first 3 times I replaced the board and the power supply but the problem continues. I added a watchdog to it last week because it’s a 20 minute drive to power cycle it. It’s since rebooted another 4 times.
Could my VLAN config be causing it to stop responding ?
Any advice greatly appreciated…
/interface bridge
add name=loopback
add l2mtu=1516 name=Access-VLAN1000 protocol-mode=rstp
add l2mtu=1516 name=Access-VLAN1001 protocol-mode=rstp
add l2mtu=1520 name=Trunk protocol-mode=rstp
add l2mtu=1516 name=Access-VLAN41 protocol-mode=rstp
add l2mtu=1516 name=Bridge-VLAN42 protocol-mode=rstp
/interface ethernet
set 0 comment=“10.3.1.251/26 To KEN” name=ether1
set 1 comment=“10.3.1.20/26 To FTZ” name=ether2
set 2 comment=“Trunk From RB750GL” name=ether3
set 3 comment=NoVLAN name=ether4
set 4 comment=“10.3.1.120/26 To BRS” name=ether5
/interface vlan
add interface=Trunk l2mtu=1516 name=vlan41 vlan-id=41
add interface=Trunk l2mtu=1516 name=vlan1000 vlan-id=1000
add interface=Trunk l2mtu=1516 name=vlan1001 vlan-id=1001
add interface=Trunk l2mtu=1516 name=vlan42 vlan-id=42
/interface ethernet switch
set 0 switch-all-ports=no
/routing ospf instance
set [ find default=yes ] redistribute-connected=as-type-1 router-id=
10.255.255.20
/interface bridge port
add bridge=Access-VLAN1001 interface=vlan1001
add bridge=Trunk interface=ether1
add bridge=Access-VLAN41 interface=vlan41
add bridge=Access-VLAN1000 interface=vlan1000
add bridge=Bridge-VLAN42 interface=vlan42
add bridge=Trunk interface=ether3
/interface bridge settings
set use-ip-firewall-for-vlan=yes
/interface pptp-server server
set enabled=yes
/ip address
add address=10.3.1.129/26 comment=“VLAN1000” interface=Access-VLAN1000
add address=10.3.1.20/26 comment=“To FTZ” interface=ether2
add address=10.255.255.20/32 comment=Loopback interface=loopback network=
10.255.255.20
add address=10.3.1.120/26 comment=“To BRS” interface=ether5
add address=10.3.1.251/26 interface=Access-VLAN1001
add address=10.241.2.1/16 interface=Access-VLAN41
add address=172.16.132.1/25 interface=Bridge-VLAN42
/ip dns
set allow-remote-requests=yes max-udp-packet-size=512 servers=
8.8.8.8,8.8.4.4
/ip firewall connection tracking
set enabled=no
/ip route
add distance=110 dst-address=172.16.104.0/22 gateway=10.3.1.97
add distance=1 dst-address=172.16.130.0/24 gateway=10.3.1.22
add distance=1 dst-address=172.16.131.0/24 gateway=10.3.1.22
/ip service
set api disabled=no
/queue interface
set ether1 queue=ethernet-default
set ether2 queue=ethernet-default
set ether3 queue=ethernet-default
set ether4 queue=ethernet-default
set ether5 queue=ethernet-default
/radius
add address=172.16..secret=***** service=dhcp src-address=
10.255.255.20 timeout=1s500ms
/radius incoming
set accept=yes
/routing ospf interface
add authentication=simple authentication-key=****** interface=Access-VLAN1001
network-type=ptmp
add authentication=simple authentication-key=****** interface=Access-VLAN1000
network-type=ptmp
add authentication=simple authentication-key=****** cost=11 interface=ether5
network-type=ptmp
/routing ospf network
add area=backbone network=10.3.1.192/26
add area=backbone network=10.3.1.128/26
add area=backbone network=10.3.1.64/26
/snmp
/system clock
/system ntp client
set enabled=yes mode=unicast primary-ntp=10.3.1.254 secondary-ntp=10.3.1.121
/system watchdog
set watch-address=10.3.1.130