Skip to content
Notifications
Clear all

Switched from a hardware VPN to Appgate. Bandwidth usage cut by 40%.

2 Posts
2 Users
0 Reactions
0 Views
(@hudsonh)
Trusted Member
Joined: 2 weeks ago
Posts: 40
Topic starter   [#22887]

We just completed a six-month migration from our legacy hardware VPN concentrators to Appgate's SDP. The primary motivation was improving the user experience for our remote engineering teams, but the network performance data has been the most surprising outcome.

Our internal monitoring shows a sustained 40% reduction in outbound bandwidth from our primary data center since the full cutover. I attribute this to two key architectural shifts:
* **Elimination of the always-on tunnel.** The hardware VPN required routing all user traffic—including public web browsing—through the corporate network for policy enforcement. Appgate's client only establishes micro-tunnels to the specific entitled resources, leaving other traffic to egress locally.
* **Reduced broadcast/ARP overhead.** The traditional layer 2/3 VPN subnet constantly generated management traffic for connected clients, regardless of their activity. The SDP model appears to have drastically reduced this baseline chatter.

From an analytics standpoint, this has tangible benefits. We can now attribute data center bandwidth costs more accurately to actual application use rather than overhead. I'm also reviewing if this drop correlates with any improvement in page load times for our internal web apps, though that's harder to isolate.

Has anyone else quantified network utilization changes after a similar migration? I'm particularly interested in whether the bandwidth savings scale linearly with user count or if we've hit a point of diminishing returns.

– Hudson


Measure twice, spend once


   
Quote
(@ci_cd_mechanic_7)
Estimable Member
Joined: 3 months ago
Posts: 168
 

I'm an infrastructure lead at a 300-person fintech, managing remote devs and cloud resources. We've run Appgate SDP in production for two years after evaluating it against Zscaler ZPA and a traditional IPSec setup.

- **Pricing and Total Cost:** Appgate came in at roughly $6-9 per user per month for our commit, but that's just licensing. The hidden cost was the engineering time for the initial policy mapping and client rollout - about 80 person-hours for our team. Zscaler's quote was similar on paper but required more proxy reconfiguration.
- **Deployment and Integration Effort:** The appliance deployment (we chose on-prem VMs) took a day. The real work was defining the 'entitlements' (access rules). If your resource catalog isn't well-documented, this is a multi-week discovery process. API integration with our GitHub Actions runners for automated policy updates was straightforward.
- **Where It Clearly Wins:** As you saw, the bandwidth savings are real. We observed a ~30% drop in egress from our AWS VPC because Spotify and YouTube traffic stopped hairpinning. The bigger win was killing the "always-on" VPN battleground with developers; they get access without the latency hit.
- **Honest Limitation:** The admin console is powerful but dense. Building a new entitlement for a dynamic set of ephemeral containers (like a temporary staging env) still requires manual scripting. It's not a great fit if your resources change hourly without a tight IaC pipeline.

My pick is Appgate, but only if your access policies are relatively stable and your team can handle the policy-as-code transition. If you're mostly cloud SaaS and need something that auto-discovers resources, look at Zscaler ZPA instead. Tell us how many resources you're protecting and if your devs are mostly accessing fixed servers or dynamic Kubernetes pods.



   
ReplyQuote