WirelessWire but no Radio

I have deployed two model = RBwAPG-60ad which have worked on and off. Last month or two, mostly off.

Currently they have been pulled from their remote deployment and brought back to my home office for debugging. they’re plugged into a POE switch and about 20’ apart in our workroom.

They are running ( as of today ) 6.45.7.
I reset them to the ‘as shipped’ configuration,

  • changed admin password.
  • updated the IP for the local net with a fixed IP number,
  • added a DNS server and a route to the gateway.

Each can be addressed via direct browser log-in.

however each is showing no radio running.

Infact each shows that the Interface is present, configured as ‘slave/master’ but not running.

how do I reset the radio component so it’s running? or have these units died.

can you post the full config of the w60 interfaces from both units?

here we go. let me know if you need more, and thank you for looking into this odd situation.

---- unit 1, export starts
[admin@MikroTik-H] > export

nov/20/2019 08:52:17 by RouterOS 6.45.7

software id = 85AT-IR07

model = RBwAPG-60ad

serial number = 8B9308E9B3CE

/interface bridge
add admin-mac=CC:2D:E0:EA:04:12 auto-mac=no comment=defconf name=bridge
/interface w60g
set [ find ] disabled=no mode=bridge name=wlan60-1 password=1e22-ea9c put-stations-in-bridge=bridge ssid=MikroTik-ea412
/interface w60g station
add mac-address=04:D6:AA:76:BA:22 name=wlan60-station-1 parent=wlan60-1 remote-address=04:D6:AA:76:BB:44
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
/interface list member
add interface=wlan60-1 list=WAN
add interface=bridge list=LAN
/ip address
add address=192.168.88.2/24 comment=defconf interface=ether1 network=192.168.88.0
add address=192.168.0.222/24 comment="trying to set this to go out" interface=ether1 network=192.168.0.0
/ip dns
set servers=8.8.8.8
/ip route
add check-gateway=ping distance=1 gateway=192.168.0.1
/system clock
set time-zone-name=America/Los_Angeles
/system identity
set name=MikroTik-H
--- ends

--- unit two starts
[admin@MikroTik-G] > export

nov/20/2019 08:54:22 by RouterOS 6.45.7

software id = 9ZWS-UCAY

model = RBwAPG-60ad

serial number = 8B93080AF87C

/interface bridge
add admin-mac=CC:2D:E0:EA:03:F1 auto-mac=no comment=defconf name=bridge
/interface w60g
set [ find ] disabled=no mode=station-bridge name=wlan60-1 password=1e22-ea9c ssid=MikroTik-ea412
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=wlan60-1
/interface list member
add interface=wlan60-1 list=WAN
add interface=ether1 list=LAN
/ip address
add address=192.168.88.3/24 comment=defconf interface=ether1 network=192.168.88.0
add address=192.168.0.223/24 comment="this is the 'slave' node, trying to reach internet" interface=ether1 network=192.168.0.0
/ip dns
set servers=8.8.8.8
/ip route
add distance=1 gateway=192.168.0.1
add distance=1 gateway=192.168.0.1
/system clock
set time-zone-name=America/Los_Angeles
/system identity
set name=MikroTik-G
[admin@MikroTik-G] >
--- ends

Any ideas for me here?

I just want to try to reboot them enough to get the radios to run, so I can re-deploy this product.