ACE Journal

Intent-Based Network Automation in Modern Infrastructure

Abstract
This article explores the principles and implementation of intent-based networking (IBN) for automating infrastructure management at scale. It covers architecture components, policy-driven models, integration with SDN and real-time telemetry, and the operational benefits for agility, compliance, and reliability.

Introduction

As enterprise networks grow in size and complexity, traditional device-centric configuration approaches struggle to keep pace with dynamic business requirements. Intent-Based Networking (IBN) flips this paradigm: rather than manually configuring each switch or router, network operators express high-level “intents” (desired outcomes), and the system automatically translates, validates, and enforces those intents across the fabric. By leveraging policy-driven models, Software-Defined Networking (SDN) controllers, and real-time telemetry, IBN platforms can deliver self-driving, self-healing infrastructures that boost agility, ensure compliance, and improve reliability.

This article examines:

  1. Core principles of intent-based networking
  2. Key architecture components
  3. Policy-driven intent models
  4. Integration with SDN controllers and telemetry
  5. Operational benefits and implementation considerations

1. Principles of Intent-Based Networking

1.1 Definition and Key Concepts

1.2 Intent Lifecycle

  1. Expression: Operator defines intent via a GUI, CLI, or REST API in natural language or structured policy language.
  2. Compilation: Intent compiler parses and enriches the intent, breaking it into actionable sub-intents (e.g., VLAN assignments, QoS policy entries).
  3. Verification: A model checker simulates configurations in a digital twin to detect conflicts (e.g., overlapping IP prefixes).
  4. Deployment: Validated configurations are pushed to the network devices or SDN controllers.
  5. Telemetry and Assurance: Real-time data—interface metrics, flow statistics—are collected to verify SLA compliance; discrepancies trigger alerts or self-healing.

2. Architecture Components

An IBN platform typically comprises the following modules:

2.1 Intent Manager

2.2 Compiler and Validator

2.3 SDN Controller / Orchestration Layer

2.4 Telemetry and Analytics

2.5 Self-Healing and Remediation

3. Policy-Driven Intent Models

3.1 High-Level Policy Definition

Operators author intents using structured policy schemas. Example YAML for intent definition:

intent: low-latency-voice
description: Ensure sub-5ms latency for voice traffic
scope:
  from: DC1
  to: DC2
  traffic_class: voice
constraints:
  max_latency_ms: 5
  priority: high

3.2 Policy Compilation and Verification

4. Integration with SDN and Real-Time Telemetry

4.1 SDN Controllers and Southbound APIs

4.2 Telemetry Collection and Streaming

4.3 Closed-Loop Automation

  1. Monitor: Continuous SLA measurement against intent metrics.
  2. Detect: Threshold or anomaly detection flags degradation.
  3. Diagnose: Analytics pinpoint root cause (link utilization, device failure).
  4. Remediate: Automatically re-compile intent or reroute traffic to satisfy intent.

5. Operational Benefits

5.1 Agility and Rapid Provisioning

5.2 Compliance and Auditability

5.3 Reliability and Self-Healing

6. Implementation Considerations

6.1 Tooling and Open Standards

6.2 Organizational Change and Skill Requirements

Conclusion

Intent-based network automation represents a transformative step toward fully programmable, self-driving infrastructures. By expressing high-level business requirements as intents, organizations can automate configuration, validation, and assurance across multi-vendor networks at scale. Integrating SDN controllers, real-time telemetry, and policy-driven models delivers unmatched agility, compliance, and reliability. As open standards and tooling mature, IBN will become the foundation of modern network operations—enabling teams to focus on strategic innovation rather than manual configuration.

References

  1. Dixit, A., et al. (2019). “An Overview of Intent-Based Networking.” IEEE Communications Magazine.
  2. OpenConfig. (2021). “OpenConfig Telemetry and YANG Models.”
  3. ONF. (2020). “Telco-Grade SDN Architecture and Use Cases.”
  4. Lakshman, T., et al. (2019). “Real-Time Network Telemetry via gNMI.” ACM SIGCOMM.
  5. Cisco. (2022). “Intent-Based Networking with Cisco DNA Center.”
  6. VMware. (2021). “NSX-T Data Center Intent-Based Networking.”