Intent Translation
Learn how AI-powered intent translation engines convert high-level business objectives into precise network configurations, policies, and automated deployment workflows.
The Translation Pipeline
Intent translation is the process of converting abstract business requirements into concrete network actions. This pipeline involves multiple AI techniques working in concert.
Intent Capture
Administrators express intent through natural language, GUI wizards, or structured policy templates. NLP models parse and disambiguate the request.
Policy Decomposition
The high-level intent is broken into atomic policy elements: access rules, QoS parameters, segmentation boundaries, and security constraints.
Configuration Synthesis
AI generates device-specific configurations by mapping policy elements to vendor syntax, considering network topology and existing state.
Conflict Resolution
ML models detect conflicts between new intent and existing policies, suggesting resolutions or escalating to administrators.
Deployment Planning
The system determines optimal deployment order, rollback points, and validation checkpoints for safe configuration delivery.
NLP for Intent Understanding
| NLP Technique | Application in IBN | Example |
|---|---|---|
| Entity Recognition | Identifying network objects | Extracting "VLAN 100", "10.0.0.0/8", "Marketing group" |
| Intent Classification | Categorizing the type of request | Access control, QoS change, segmentation |
| Semantic Parsing | Understanding relationships | "Allow Marketing to access CRM but not Finance servers" |
| Disambiguation | Resolving ambiguous terms | Clarifying "fast access" means bandwidth or latency |
Policy Abstraction Layers
Business Layer
High-level objectives expressed in business terms: "Ensure video conferencing quality for remote workers during business hours."
Application Layer
Application-specific policies: prioritize Zoom/Teams traffic, allocate minimum bandwidth, set DSCP markings.
Infrastructure Layer
Device-level configurations: QoS queuing policies, interface shaping, routing preferences, firewall rules.
Device Layer
Vendor-specific CLI or API commands pushed to individual switches, routers, firewalls, and access points.
Lilly Tech Systems