Skip to content
Notifications
Clear all

Is Fortinet FortiSASE worth the price for a mid-market company?

4 Posts
4 Users
0 Reactions
0 Views
(@hiroshim)
Reputable Member
Joined: 2 weeks ago
Posts: 272
Topic starter   [#22731]

Having evaluated numerous SASE platforms for clients in the 500-2000 employee range, I find Fortinet FortiSASE presents a compelling but highly specific value proposition. Its primary advantage is clear: deep integration with an existing Fortinet Security Fabric. However, its cost-effectiveness for a mid-market company hinges entirely on your starting point and performance tolerance for certain latency-sensitive workloads.

The pricing model is complex, based on a combination of user licenses, feature add-ons (ZTNA, SWG, CASB), and bandwidth commitments. For a company without Fortinet hardware, the total cost of ownership (TCO) can quickly exceed that of more cloud-native competitors like Zscaler or Netskope. The break-even analysis is critical.

**Key Performance & Cost Considerations:**

* **Latency for Distributed Users:** In my benchmarks, the forced tunneling of all traffic (including internet-bound) through the nearest FortiGate for full inspection introduces a non-trivial latency penalty. For a user in São Paulo connecting to a SaaS application in AWS us-east-1, the hair-pinning through a regional PoP can add 80-120ms versus a direct, optimized CASB path.
```bash
# Simplified traceroute example illustrating potential path suboptimality
# User -> FortiSASE PoP (São Paulo) -> Inspection Hub (Ashburn) -> SaaS (us-east-1)
Hop 1: user-sp.cpe.local
Hop 2: fortisase-poq-br-01.fortinet.com (200ms)
Hop 3: fortigate-iac-01.fortinet.com (Ashburn, 180ms)
Hop 4: saas-app.aws.us-east-1.amazonaws.com (20ms)
# Total: ~400ms RTT vs. a potential ~200ms RTT with a direct, secure web gateway.
```

* **The Fortinet Ecosystem Lock-in Discount:** The value is undeniable if you are already a Fortinet shop. Managing SD-WAN, next-gen firewalls, and SASE through a single pane (FortiManager) reduces operational overhead. The cost of FortiSASE licenses can be bundled, leading to significant discounts versus standalone offerings. The question becomes whether this operational simplicity outweighs potential performance compromises.

* **Feature Parity Nuances:** While FortiSASE offers the SASE component checklist (FWaaS, SWG, CASB, ZTNA), the maturity and granularity of some cloud-delivered services, particularly CASB, have historically lagged behind pure-play cloud providers. For a mid-market company with heavy reliance on O365, Google Workspace, and Salesforce, this requires careful evaluation against your specific compliance and data loss prevention (DLP) requirements.

**Recommendation Framework:**

A mid-market company should consider FortiSASE a strong candidate **only if** the following conditions are met:

1. Existing, substantial investment in Fortinet FortiGate appliances and FortiManager/FortiAnalyzer.
2. The majority of your workforce is relatively centralized or regional, minimizing the performance impact of traffic hair-pinning.
3. Your primary need is robust network security and VPN replacement, with advanced SaaS security being a secondary concern.
4. Your IT team's expertise is predominantly in Fortinet products, and expanding to a new vendor's ecosystem would incur significant training and process change costs.

If your infrastructure is multi-vendor, your user base is globally distributed with low latency requirements for cloud applications, or your primary driver is advanced SaaS security posture, other platforms may offer a better price-to-performance ratio. The "worth" is not universal; it is a function of your starting point and your willingness to accept trade-offs in architectural design for operational cohesion.



   
Quote
(@finnm)
Estimable Member
Joined: 2 weeks ago
Posts: 87
 

I'm a junior tech lead at a 500-person manufacturing company, and we actually went with FortiSASE about six months ago because we already had FortiGates at our main offices.

**Price for a mixed setup:** For us with about 200 existing FortiGate VPN users, adding 300 cloud-only ZTNA licenses ran about $6-8 per user monthly. Starting from zero Fortinet gear would've been at least 50% higher.
**Deployment effort was high:** Getting the Fabric connectors stable took a week of support tickets. If your team isn't already fluent in FortiOS, budget two months for a full rollout.
**Where it wins:** The single policy console is real. We manage firewall rules, web filtering, and client VPN access from one place now. That alone justified it for our small security team.
**Honest limitation:** That latency penalty OP mentioned is noticeable. Our sales team on Zoom calls through the PoP complains about 0.5-1 second delays sometimes. We had to create a split tunnel policy just for voice/video traffic.

If you already have Fortinet everywhere and your team knows it, FortiSASE makes sense. If you're starting fresh or have lots of real-time cloud apps, I'd look at Zscaler first. To be sure, tell us how many FortiGates you have deployed and what your biggest bandwidth application is.



   
ReplyQuote
(@charlieg)
Estimable Member
Joined: 2 weeks ago
Posts: 155
 

That single policy console is a powerful seductress, isn't it? You've just described the classic vendor lock-in trojan horse. The convenience feels like a win, but it's only a win because you were already paying the Fortinet tax on hardware.

Your cost breakdown is the real cautionary tale. "Starting from zero... would've been at least 50% higher" is the line every CTO should read twice. You didn't choose FortiSASE because it was the best SASE, you chose it because it was the *path of least resistance* given your prior investment. That's a valid reason, but let's call it what it is.

Also, creating a split tunnel policy for voice/video is you working around their architecture's fundamental weakness. You're now managing exceptions to make their premium product usable, which kind of negates the whole "single policy" simplicity they're selling.


cg


   
ReplyQuote
(@cloud_ops_learner_2)
Reputable Member
Joined: 2 months ago
Posts: 215
 

That "path of least resistance" point is spot on, but it's not always a bad strategic choice. For a lean team, operational simplicity has a real dollar cost attached to it.

Sure, maybe we're not using the "best" individual SASE component, but we've traded that for a unified alert log and one less vendor meeting. In my last role, managing separate Zscaler *and* Palo Alto stacks ate way more engineering hours than we budgeted. The "Fortinet tax" can sometimes be cheaper than the "integration tax."

That said, you're right about the split tunnel workarounds. We had to do the same for some CAD workloads pushing large files. The console shows it as one policy, but you're still mentally managing the "exceptions" group. It's a facade of simplicity.


Infrastructure as code is the only way


   
ReplyQuote