Hi Chris thank you for replying
/ip dhcp-server network
add address=192.168.60.0/24 gateway=192.168.60.1
add address=192.168.90.0/24 comment=“hotspot network” gateway=192.168.90.1
add address=192.168.100.0/24 gateway=192.168.100.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip firewall address-list
add address=192.168.90.100 list=“allow webproxy”
add address=192.168.90.100 disabled=yes list=“Socia Media-Accept”
add address=192.168.90.101 disabled=yes list=“Social Media Drop”
add address=192.168.90.102 disabled=yes list=“Social Media Drop”
add address=192.168.90.253 disabled=yes list=Streaming-Drop
add address=192.168.90.253 disabled=yes list=“Socia Media-Accept”
add address=192.168.90.253 disabled=yes list=Streaming-Allow
add address=192.168.100.86-192.168.100.200 list=“same comment”
add address=192.168.100.0/24 list=DelMonte
add address=192.168.80.0/24 list=Banawe
add address=10.0.0.0/30 comment=“IP Radio” list=“IP Radio”
add address=192.168.0.0/24 comment=“IP Radio” disabled=yes list=“IP Radio”
add address=192.168.90.150-192.168.90.200 comment=“::For Hotspot ISP2” list=HotspotISP2
add address=192.168.90.2-192.168.90.149 comment=“:HP ISP1” list=HP-ISP1
add address=10.0.0.2 list=Fail-over
add address=192.168.80.0/24 list=Fail-over
add address=192.168.60.0/24 list=Accounting
add address=192.168.60.3 list=ACCT
/ip firewall filter
add action=accept chain=forward comment=“Social Media Allow” layer7-protocol=“Social Media” src-address-list=“Socia Media-Accept”
add action=drop chain=forward comment=“Social Media Drop” layer7-protocol=“Social Media” src-address-list=“Social Media Drop”
add action=drop chain=forward comment=“Social Media Drop” disabled=yes layer7-protocol=“Social Media” src-address-list=“Social Media Drop PLDT2”
add action=accept chain=forward comment=Streaming-Allow layer7-protocol=Streaming src-address-list=Streaming-allow
add action=drop chain=forward comment=“Streaming Drop” layer7-protocol=Streaming src-address-list=Streaming-Drop
add action=accept chain=input disabled=yes in-interface=LAN protocol=icmp
add action=accept chain=forward dst-address-list=ACCT out-interface=LAN2
add action=drop chain=forward dst-address-list=Accounting out-interface=LAN2
/ip firewall mangle
add action=mark-routing chain=prerouting comment=“Going to ISP2” new-routing-mark=Hospot_to_ISP2 passthrough=no src-address-list=HotspotISP2
add action=mark-routing chain=prerouting comment=“Going to ISP1” new-routing-mark=Hospot_to_ISP1 passthrough=no src-address-list=HP-ISP1
add action=accept chain=prerouting disabled=yes dst-address-list=“IP Radio” log=yes log-prefix=radio src-address-list=DelMonte
add action=accept chain=prerouting comment=“Connected Networks” dst-address-list=DelMonte src-address-list=“IP Radio”
add action=accept chain=prerouting comment=“Connected Networks” dst-address-list=“IP Radio” src-address-list=DelMonte
add action=accept chain=prerouting comment=“Connected Networks” dst-address-list=Banawe src-address-list=DelMonte
add action=accept chain=prerouting comment=“Connected Networks” dst-address-list=DelMonte src-address-list=Banawe
add action=mark-connection chain=input in-interface=ether6-WAN2 new-connection-mark=ether6-WAN2 passthrough=yes
add action=mark-routing chain=output connection-mark=ether6-WAN2_conn new-routing-mark=to_ether6-WAN2 passthrough=yes
add action=accept chain=prerouting dst-address=1**...0/24 in-interface=LAN
add action=mark-connection chain=prerouting dst-address-type=!local in-interface=LAN new-connection-mark=ether6-WAN2_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0
add action=mark-connection chain=input in-interface=ether1-WAN new-connection-mark=ether1-WAN passthrough=yes
add action=mark-routing chain=output connection-mark=ether1-WAN_conn new-routing-mark=to_ether1-WAN passthrough=yes
add action=accept chain=prerouting dst-address=192.168.10.0/24 in-interface=LAN
add action=mark-connection chain=prerouting dst-address-type=!local in-interface=LAN new-connection-mark=ether1-WAN_conn passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1
add action=mark-routing chain=prerouting connection-mark=ether1-WAN_conn in-interface=LAN new-routing-mark=to_ether1-WAN passthrough=yes
add action=mark-routing chain=prerouting connection-mark=ether6-WAN2_conn in-interface=LAN new-routing-mark=to_ether6-WAN2 passthrough=yes
add action=mark-routing chain=prerouting new-routing-mark=to_ether6-WAN2 passthrough=yes src-address-list=“same comment”
add action=mark-routing chain=prerouting connection-mark=ether6-WAN2_conn in-interface=LAN new-routing-mark=to_ether6-WAN2 passthrough=no
add action=mark-routing chain=prerouting connection-mark=ether1-WAN_conn in-interface=LAN new-routing-mark=to_ether1-WAN passthrough=no
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-WAN
add action=masquerade chain=srcnat out-interface=ether6-WAN2 to-addresses=192.168.100.160-192.168.100.170
add action=masquerade chain=srcnat out-interface=ether6-WAN2 src-address=192.168.100.0/24 src-address-list=“same comment”
add action=masquerade chain=srcnat comment=“Turn on to Failover NOW INTERNET” disabled=yes out-interface=ether6-WAN2 to-addresses=192.168.100.160-192.168.100.170
add action=masquerade chain=srcnat comment=“masquerade hotspot network” src-address=192.168.90.0/24
add action=masquerade chain=srcnat comment=“Fail Over NAT Banawe” disabled=yes out-interface=ether1-WAN src-address-list=Banawe
add action=masquerade chain=srcnat comment=“Fail-over NAT” out-interface=ether6-WAN2 src-address-list=Fail-over
/ip route
add check-gateway=ping comment=“For Hotspot to ISP2 main” distance=1 gateway=1**...** routing-mark=Hospot_to_ISP2
add check-gateway=ping comment=“For Hotspot to ISP2 backup” distance=10 gateway=192.168.10.1 routing-mark=Hospot_to_ISP2
add check-gateway=ping comment=“For Hotspot to ISP1 main” distance=1 gateway=192.168.10.1 routing-mark=Hospot_to_ISP1
add check-gateway=ping comment=“For Hotspot to ISP1 Backup” distance=10 gateway=1**...** routing-mark=Hospot_to_ISP1
add check-gateway=ping distance=1 gateway=1**...** routing-mark=to_ether6-WAN2
add check-gateway=ping distance=1 gateway=192.168.10.1 routing-mark=to_ether1-WAN
add check-gateway=ping disabled=yes distance=1 gateway=192.168.10.1 routing-mark=to_ether1-WAN
add disabled=yes distance=1 gateway=192.168.10.1 routing-mark=to_
add check-gateway=ping distance=2 gateway=1**...**
add check-gateway=ping distance=10 gateway=10.0.0.2
add check-gateway=ping disabled=yes distance=2 gateway=192.168.10.1
add check-gateway=ping disabled=yes distance=1 gateway=192.168.10.1,1**...**,Hotspot
add disabled=yes distance=1 gateway=192.168.10.1
add check-gateway=ping distance=10 dst-address=192.168.80.0/24 gateway=10.0.0.2
add disabled=yes distance=1 dst-address=192.168.88.0/24 gateway=10.0.0.2
/interface bridge
add fast-forward=no name=Hotspot
add fast-forward=no name=LAN
add name=LAN2
/interface ethernet
set [ find default-name=ether1 ] comment=“Connected to PLDT” name=ether1-WAN
set [ find default-name=ether2 ] name=ether2-LAN
set [ find default-name=ether3 ] name=ether3-LAN
set [ find default-name=ether4 ] name=ether4-LAN
set [ find default-name=ether5 ] advertise=100M-half,100M-full,1000M-half,1000M-full name=ether5-IPRadio
set [ find default-name=ether6 ] comment=“Connected to NOW” name=ether6-WAN2
set [ find default-name=ether9 ] name=ether9-LanTest
/ip pool
add name=dhcp_pool3 ranges=192.168.100.201-192.168.100.254
add name=hs-pool-13 ranges=192.168.90.2-192.168.90.254
add name=dhcp_pool12 ranges=192.168.60.100-192.168.60.150
/ip dhcp-server
add address-pool=dhcp_pool3 authoritative=after-2sec-delay disabled=no interface=LAN lease-time=1d name=dhcp3
add address-pool=hs-pool-13 authoritative=after-2sec-delay disabled=no interface=Hotspot lease-time=1h name=dhcp1
add address-pool=dhcp_pool12 disabled=no interface=LAN2 name=dhcp2
/interface bridge port
add bridge=LAN interface=ether2-LAN
add bridge=LAN interface=ether3-LAN
add bridge=LAN interface=ether4-LAN
add bridge=Hotspot interface=ether7
add bridge=Hotspot interface=ether8
add bridge=LAN interface=ether10
add bridge=LAN2 interface=ether9-LanTest
/ip address
add address=192.168.100.1/24 comment=“LAN NETWORK” interface=LAN network=192.168.100.0
add address=192.168.80.1/24 comment=“Mezanine Network” disabled=yes interface=ether2-LAN network=192.168.80.0
add address=192.168.90.1/24 comment=“3rd Floor Network” disabled=yes interface=ether3-LAN network=192.168.90.0
add address=1**...0/24 interface=ether6-WAN2 network=1...*
add address=192.168.90.1/24 comment=“Hotspot Network” interface=Hotspot network=192.168.90.0
add address=10.0.0.1/30 comment=“IPRadio Point to Point IP” interface=ether5-IPRadio network=10.0.0.0
add address=192.168.60.1/24 interface=ether9-LanTest network=192.168.60.0
1**.. is our public IP. im noob in network please correct if there are some missing or needs to be change.