For many network and security teams, operational efficiency isn’t just desirable—it’s essential. Unfortunately, outdated CLI-based workflows often hinder teams from achieving agility, scalability, and accuracy.
Enter Forward Networks’ NQE. This powerful tool enables operators to automate routine checks, streamline data extraction, and access actionable insights across the entire network. It’s not just a time-saver—it’s a transformation.
NQE aligns with business-critical goals by delivering:
NQE allows teams to shift from reactive troubleshooting to proactive network management, turning operations into a competitive advantage.
Before NQE, engineers ran repetitive show commands across countless devices, copying and pasting data into spreadsheets.
With NQE, a single query unlocks structured, real-time data from your entire network. For example, checking access VLANs:
pattern = '''
interface {name:string}
switchport access vlan {vlan:number}
''';
foreach device in network.devices
foreach interface in blockMatches (device.files.config, pattern}
select {
interface: interface.data.name,
"Access Vlan": interface./data.vlan
}
The result? Instant visibility—no spreadsheets, no logins, no errors. And with API integration, you can connect results directly to Power BI, Splunk, or custom dashboards.
You don’t need to be a query expert to start using NQE effectively. Many teams begin with simple but impactful tasks like:
Forward’s community and Customer Success team are here to help. With step by step training videos, community walkthroughs and practical examples, your team can confidently migrate from CLI to NQE.