netconf-console2
Netconf client CLI tool and interactive console
What it is and what it does
netconf-console2 is a command-line interface and interactive shell for interacting with NETCONF servers. It wraps ncclient to provide a user-friendly way to send NETCONF RPC operations—such as get, edit-config, lock, commit, and custom RPCs—either as a batch of commands in one shell invocation or interactively, one command per line with tab-completion support.
The tool is designed for network administrators and developers who need to query or modify network device configurations via NETCONF. It supports both command-line mode (for scripting and one-off operations) and interactive mode (for exploratory or multi-step sessions), with options to control datastores, output formatting, and transport details. The only hard runtime dependency is ncclient; paramiko enables SSH transport.
Use it for:
- Query running configuration from a NETCONF-enabled network device in a shell script or one-liner.
- Interactively lock a candidate datastore, edit configuration, validate, and commit changes in a single session.
- Send custom NETCONF RPC operations from XML files to perform vendor-specific or non-standard device operations.
- Subscribe to NETCONF notifications and display them in real-time during an interactive session.
- Validate configuration changes against a NETCONF server before committing them to production.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A command-line and interactive console tool for sending NETCONF RPC operations to NETCONF servers, built on ncclient and paramiko.
Yes, if you need a lightweight NETCONF client CLI and can tolerate dormant maintenance. The package is stable and has no known vulnerabilities, but expect no active bug fixes or feature updates. Install only if you are comfortable maintaining a frozen dependency or if your use case is simple enough that future breakage is unlikely.
Install
netconf-console2 on PyPI
pip
pip install netconf-console2uv
uv add netconf-console2poetry
poetry add netconf-console2Installing netconf-console2
Before you install
Low install friction: pure Python wheel with only two runtime dependencies (ncclient and paramiko). Maintenance is dormant—last release was 819 days ago—so expect no active support or updates, though the package is marked Production/Stable.
License in practice
MIT license is permissive, allowing commercial and private use with minimal restrictions; you may use and modify the code freely as long as you retain the license notice.
Quickstart
pip install netconf-console2
# Command-line mode:
netconf-console2 --host=example.com --get
# Interactive mode:
netconf-console2 --host=example.com --interactive
Requires a NETCONF server to connect to; SSH transport requires paramiko or cryptography to be available on the system.
Verify before relying
- Whether the package still works reliably with modern versions of ncclient and paramiko, given 819 days without updates.
- Whether Python 2.7 support (listed in classifiers) is still functional or merely historical.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — ncclient, paramiko |
| Maintenance | dormant — 819 days since the last release |
| First released | |
| Downloads | 220,339/month — #9,304 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: netconf_console2-3.0.1-py2.py3-none-any.whl
Keywords: NETCONF, CLI, client
Tags
More Networking packages
h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
psutilpsutil retrieves real-time information about…
permissive · top 1,000 on PyPI
pyOpenSSLpyOpenSSL wraps OpenSSL's SSL/TLS functionality…
permissive · top 1,000 on PyPI
uvloopuvloop is a drop-in replacement for Python's…
permissive · top 1,000 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
pyzmqPyZMQ provides Python bindings for ZeroMQ…
permissive · top 1,000 on PyPI
ncclientncclient is a Python library that implements…
permissive · top 5,000 on PyPI
netconf-clientA NETCONF client library for Python that…
permissive · top 15,000 on PyPI
yang.connectorProvides NETCONF and gRPC/GNMI client…
permissive · top 15,000 on PyPI
paramikoParamiko is a pure-Python SSH protocol library…
copyleft · top 1,000 on PyPI
paramiko-expectParamiko Expect adds expect-like pattern…
permissive · top 15,000 on PyPI
pygnmiPure Python gNMI client for querying and…
permissive · top 15,000 on PyPI
fabric2Fabric executes shell commands remotely over…
permissive · top 15,000 on PyPI
scrapliscrapli is a Python library for connecting to…
permissive · top 15,000 on PyPI
fabricFabric executes shell commands remotely over…
permissive · top 5,000 on PyPI