Bom dia, estou configurando 3 dhcps servers dentro da RB. Entretanto algo curioso acontece, quando vou na lista dos dhcps server alguns ficam como Invalid. porém quando plugo o cabo na saída o Invalid some e funciona normalmente.
Segue a configuração:
# model = RB750Gr3
# serial number = CC210FEA6F08
/interface bridge
add dhcp-snooping=yes name=dcouro/bruna
/interface ethernet
set [ find default-name=ether1 ] comment="LINK CLARO"
set [ find default-name=ether2 ] comment=APARTAMENTOS
set [ find default-name=ether3 ] comment="BRUNA (BRIDGE)"
set [ find default-name=ether4 ] comment="DCOURO (BRIDGE)"
set [ find default-name=ether5 ] comment=ACADEMIA
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=130.180.0.111-210 ranges=130.180.0.111-130.180.0.210
add name=131.180.0.2-62 ranges=131.180.0.2-131.180.0.62
add name=132.180.0.2-62 ranges=132.180.0.2-132.180.0.62
/ip dhcp-server
add address-pool=131.180.0.2-62 interface=dcouro/bruna lease-time=30m name=\
Dcouro/Bruna
add address-pool=132.180.0.2-62 interface=ether2 lease-time=30m name=\
Apartamentos
/ip pool
add name=130.180.0.10-110 next-pool=130.180.0.111-210 ranges=\
130.180.0.10-130.180.0.110
/ip dhcp-server
add address-pool=130.180.0.10-110 interface=ether5 lease-time=5m name=Academia
/port
set 0 name=serial0
/interface bridge port
add bridge=dcouro/bruna interface=ether3
add bridge=dcouro/bruna interface=ether4
/ip address
add address=130.180.0.1/24 comment=ACADEMIA interface=ether5 network=\
130.180.0.0
add address=131.180.0.1/26 comment=DCOURO/BRUNA interface=dcouro/bruna network=\
131.180.0.0
add address=132.180.0.1/26 comment=APARTAMENTOS interface=ether2 network=\
132.180.0.0
/ip dhcp-server network
add address=130.180.0.0/24 dns-server=8.8.8.8,1.1.1.1,8.8.4.4,1.0.0.1 gateway=\
130.180.0.1 netmask=24
add address=131.180.0.0/26 dns-server=8.8.8.8,1.1.1.1,8.8.4.4,1.0.0.1 gateway=\
131.180.0.1 netmask=26
add address=132.180.0.0/26 dns-server=8.8.8.8,1.1.1.1,8.8.4.4,1.0.0.1 gateway=\
132.180.0.1 netmask=26
/ip dns
set servers=8.8.8.8,1.1.1.1,8.8.4.4,1.0.0.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/system identity
set name=RBDIEGO