{% extends "network/base.html" %} {% block title %}NDC — Config Review{% endblock %} {% block head %} {% endblock %} {% block content %}

Network Configuration Review

Upload or paste a device configuration, select your role, answer a few yes/no questions, and get AI-guided security, optimization, and remediation guidance.

1. Device Configuration

📁

Drag & drop a .cfg / .conf / .txt file here

or click to browse

2. Select Your Role

{% for key, role in roles.items() %}
{{ role.icon }}
{{ role.label }}
{{ role.focus }}
{% endfor %}

3. Context Questions (answers shape the AI recommendations)

4. Guided Prompts (click the focus you want, then run the review)

Select a role and provide a configuration to begin.
{% set iqe_canvas = 'ndc' %} {% set iqe_api_route = '/network/api/iqe-query' %} {% set iqe_title = 'Query Network Canvas' %} {% set iqe_examples = [ {'label': 'Config reviews', 'query': 'show config reviews created today'}, {'label': 'CAT1 findings', 'query': 'show config review findings with severity CAT1'}, {'label': 'Recent devices', 'query': 'show network devices'}, ] %} {% include 'includes/iqe_query_widget.html' %}
{% endblock %}