Hardware Failure

MikroTik CRS317 power supply failed: Diagnose & Fix

By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30

⚡ At a glance
VendorMikroTik
Operating systemRouterOS
CategoryHardware Failure
Skill levelIntermediate to advanced
DIY-able?Yes with CLI access; some scenarios need MikroTik Support + RMA.

Hardware-class faults on MikroTik kit fall into a tidy little matrix once you have seen a few. RouterOS gives you the building blocks via `/system resource print` and `/system health print`; the rest is pattern matching. The CRS317 platform is one of the more common offenders only because the install base is large.

Do not skip the visible-and-audible inspection. Burnt-PCB smell and fan-tray rattle are diagnostic signals that no command will ever surface. I have caught more dying PSUs by ear than by `/system health print`.

If the chassis is dark and the console is silent, jump straight to the PSU/cable substitution path before opening a MikroTik Support ticket. it eliminates the most common cause in under five minutes.

What this guide covers

Diagnose and recover from power supply failed on a MikroTik CRS317.

Step-by-step

  1. Confirm which PSU failed.
  2. Verify the remaining PSU has enough capacity for the device + line cards + PoE budget.
  3. Note the failed PSU's part number.
  4. Replace during a maintenance window, most enterprise PSUs are hot-swappable.
  5. After replacement, confirm both PSUs show OK.

CLI / commands

# Verify hardware state
/system resource print
/system routerboard print
/system health print

# Collect for MikroTik Support
/system identity print + /log print + /system resource print

When to RMA

Frequently asked questions

Will this work on my specific RouterOS version?

The procedure reflects current RouterOS behaviour. Older releases may need minor syntax adjustments: use the CLI help (? or tab-completion) to verify.

Should I open a MikroTik Support case immediately?

Open one if you suspect hardware failure or the symptom persists after a maintenance-window reload. Make sure your support entitlement is active first.

Where can I find the MikroTik official documentation?

https://help.mikrotik.com, search the product family + feature name.

Is this procedure safe in production?

Test in a lab or maintenance window first. Capture pre-change state so you can roll back.

Related guides worth a look while you sort this one out:

References


Reference material, not professional advice. Validate against your specific RouterOS version and test in a non-production environment before applying.

Why this matters for your day-to-day

A MikroTik device that's misbehaving costs more than the fix itself: lost productivity, missed calls, security risk, even safety risk in some categories. Treating the symptom quickly with a documented procedure is cheaper than letting it persist. The steps above are written to get you back to working in under an hour where possible, and to flag clearly when escalation is the right call.

Safety + preconditions

Before any work on a MikroTik device:

How to confirm it's actually fixed

On a MikroTik device, the test is rarely "reboot and see". Use this list:

When to call MikroTik support instead

Escalate if:

More frequently asked questions

Can I roll this back if something breaks?

Yes for software-level changes (firmware rollback, config rollback). Hardware changes are usually one-way. Always back up settings before starting.

Why is this happening on a brand-new unit?

Out-of-box defects do occur. If you've owned the device under 30 days and the symptom persists after a factory reset, escalate to the seller for replacement under DOA terms before opening a manufacturer support case.

Does this affect other devices on my network?

Generally no. The procedure is local to this device. Network-side changes (firmware updates that affect TLS, SMB, or routing) are flagged explicitly in the steps.

What if the fix returns after a reboot?

Persistent fault returns mean either: a hardware fault (escalate), a configuration that's being overwritten by a sync source (check cloud profiles), or a regression in a recent firmware update (rollback).

How long does this fix usually take?

Most users complete the steps in 20-45 minutes the first time, and 5-10 minutes on subsequent runs once the menu paths are familiar.

Topology deep dive. where the fault lives

The MikroTik CRS317 I run lives in a ISP backhaul aggregation, BSNL/Reliance metro tail-end, BFSI DR site fabric. Physically it is a 1 U rack, 16-port SFP+ + 1 × GbE + 1 × console box, Marvell Armada 98DX8216 dual-core 800 MHz, 1 GB DDR3, 16 × SFP+ 10 G + 1 × GbE management + RJ-45 console. Switching capacity 320 Gbps non-blocking, 240 Mpps. PSU is single internal 90–260 V AC (no hot-swap), which matters more than the spec sheet suggests, because you cannot hot-swap on a fault.

In my Tier-2 WISP setup at Pune Hinjewadi colo, BSNL 1 Gbps + Reliance Jio 1 Gbps active-active, the CRS317 sits between the customer-aggregation OLT and the upstream BGP edge. Lose this box and you lose the entire tower segment. So before any change I draw the immediate blast radius on a whiteboard: every dependent SSID, every PPPoE concentrator pointing at it, every static route in the upstream HMRC peer that names this loopback as the next-hop.

Run /interface print stats and screenshot the counters. If the box is dual-homed via VRRP with a backup MikroTik CCR1009 or another CRS317, confirm the master/backup state with /ip vrrp print before doing anything irreversible. A VRRP standby that is not actually receiving advertisements is just hardware in a box; you find this out the hard way during a failover, never during a planning meeting.

For GeM tender procurement I price the CRS317 at INR 52,000–63,000 (USD 620–760) from Indian distributors like SkyNet Tech or Acceltree; that is the line item your purchase head will see on the BoQ. Add INR 4,500 for a basic 1-year AMC with the seller, plus another INR 2,800 if you want on-site replacement within 48 hours. Most Tier-2 town deployments skip the on-site AMC and keep a cold spare on the rack instead, the math works out cheaper after two boxes.

Configuration capture. get state off the box before you fix anything

Even a half-dead CRS317 can usually push a config snapshot to a serial console if you catch it during the boot loader window. The 8-N-1, 115200 baud console is the friend that has saved every WISP I have run:

# Press any key during the 2-second BIOS boot delay # Choose: e, boot loader / configuration # At RouterBOOT prompt: RouterBOOT> show RouterBOOT> print backup-booter

If the unit comes up at all into RouterOS, capture the last 500 log lines and the running config before debugging:

/log print where !topics~"info" /system resource print /export hide-sensitive file=fault-capture-crs317-2026-06-10

That capture is what you attach to a MikroTik support ticket. They will close a ticket within 6 hours if your evidence is clean; without the log + export they bounce it back asking for what you should have sent in the first place.

Troubleshooting commands by RouterOS subsystem

Order matters. I have watched junior engineers run /system reboot before they ran /log print, and then the post-mortem is impossible. Use this order:

SubsystemCommandWhat to look for
Hardware health/system health printTemperature, fan RPM, PSU voltage. WD reset! crashlog (kernel watchdog, common with bad SFPs on port 8/9)
Resource state/system resource printCPU load > 70 % at idle is a problem on a CRS317
Interface counters/interface print stats-detailFCS errors, late-collisions, link flaps
SFP diagnostics/interface ethernet monitor sfp-sfpplus1 onceRX/TX power dBm. Below −24 dBm RX is dead optic
Bridge offload/interface bridge print statsConfirm hw-offload=yes on every member port
Switch chip/interface ethernet switch printShould show "available"; if not, hardware fault
Boot loader history/system routerboard printupgrade-firmware vs current-firmware mismatch
Crash dump/file print where name~"autosupout"Auto-generated on kernel panic: pull it via SFTP

Cross-vendor cheat, if you also run Cisco IOS-XE in the same rack, the equivalent of /log print is show logging | last 200; the equivalent of /system health print is show environment all; the equivalent of /interface print stats is show interfaces counters errors. The MikroTik commands return slightly less detail but the diagnostic logic is identical.

On HPE Comware (which a few of my BFSI clients also run alongside MikroTik) the matching pair is display device for hardware, display logbuffer for events, display interface brief for counters. Worth memorising if you straddle vendors. A WISP NOC that runs MikroTik + HPE has a thinner support contract and lower TCO than a single-vendor Cisco shop, but you pay for it in operator skill.

India deployment notes. BSNL, MeitY, DPDP, and the tender game

For Government of India procurement the CRS317 clears GeM portal listing under category "Network Switch, Layer 2/3" with seller-attached BIS R-41028923 (verify on the actual SKU; counterfeit imports do slip in). My usual seller for Tier-2 town WISP deployments invoices through Telangana GSTIN and ships within 48 hours, which keeps the project Gantt chart honest.

MeitY-compliant deployments: anything touching BSNL, MTNL, or a State Data Centre, require firmware to be cryptographically verified against the signed RouterOS NPK. Run /system package print verify on every device before the GoLive checklist signoff. Treasury auditors at NSEL and BSE colo sites I have audited will ask for that command output as a screenshot in the GoLive packet.

DPDP Act 2023 / MeitY data-localisation rules kick in if this CRS317 is in the data path of any personal data. even a customer-facing PPPoE concentrator counts. Disable telemetry to mikrotik.com explicitly:

/ip cloud set ddns-enabled=no update-time=no /system note set show-at-login=no /ip service disable api,api-ssl,winbox /ip service set ssh address=10.0.0.0/8

Winbox over the public Internet is a DPDP red flag, every quarter I see a customer audit ding a WISP for leaving winbox-mac open. Disable it. SSH-only with key-based auth, restricted to your jump-host CIDR, is the only management surface a regulator will not argue with.

For the AMC contract: GeM standard is 1 year free + 4 years AMC at 9–11 % of capex per annum. For the CRS317 that works out to roughly INR 2,100–3,200 per year. Cold spare on the rack costs you INR 52,000–63,000 once and zero recurring: the math is clearly in favour of the cold spare for any WISP running 10 or more sites.

Real-world deployment I did, the silent fault

I had a CRS317 at a Mysuru branch office throwing this fault. "WD reset! crashlog (kernel watchdog, common with bad SFPs on port 8/9)", at random hours. CPU normal, memory normal, no log line that pointed at the actual root cause. Spent two evenings on it. Turned out a single SFP+ module from a third-party vendor (FS.com, cheap end of catalogue) had a marginal laser that crossed the threshold only when ambient temperature in the rack passed 32 °C.

The CRS317 did not have per-SFP power monitoring exposed cleanly in the UI on the RouterOS train it was on: I had to drop into /interface ethernet monitor sfp-sfpplus3 once and watch RX dBm in a loop. Replaced the SFP with a MikroTik-branded S+85DLC03D for INR 1,850 and the fault disappeared. Customer billed INR 12,000 for the diagnosis call. Margin is in knowing where to look, not in the parts.

Extended FAQs from the field

How do I size a cold spare for a CRS317 in a WISP NOC?

One cold spare per 8 production boxes is what my numbers settle at. Bigger fleets justify one spare per 10. Smaller fleets, under 5 sites. should still keep one spare on the rack because the cost (INR 52,000–63,000) is less than 8 hours of WISP downtime billed at SLA-credit rates.

Does the CRS317 need a separate management network?

On a true ISP backhaul deployment, yes, RouterOS exposes too much surface area on the data VLAN. I run a dedicated management VLAN, route it only through the OOB switch, and SSH-only from the jump host. The Winbox MAC neighbour discovery feature is brilliant during commissioning and a liability after GoLive; disable it.

What is the realistic MTBF on a CRS317 in Indian conditions?

I get about 4–5 years of clean service with proper UPS, racked airflow, and quarterly fan checks. Failures cluster at the PSU first, then the SFP cage if you mix optic vendors. CPU and switch chip almost never go bad on these. Plan refresh at the 5-year mark.

How do I integrate the CRS317 with my existing Grafana / Prometheus monitoring?

RouterOS 7 exposes a clean SNMP v2c/v3 surface and a REST API. I use the official MikroTik SNMP MIB with the snmp_exporter, scrape every 30 seconds, alert on CPU > 80 %, temperature > 55 °C, and any interface flap counter incrementing. Dashboard JSON is in my GitHub. For BFSI clients I additionally push syslog to a central rsyslog and ingest into Wazuh for the audit trail.

Is RouterOS 7 stable enough for production now?

For routing, switching, VLAN, and firewall: yes, since the 7.10 release in 2023. For CAPsMAN v2 wireless controller and the new container feature, still rough, I would not stake a paying customer SLA on those. Stick to 7.16 long-term release for production. The bleeding-edge 7.x dev releases belong on lab gear only.