skillfed

netconf-console2

Netconf client CLI tool and interactive console

netconf-console2 v3.0.1 220.3K downloads/30d#9,304 on PyPI
Permissive license MIT DORMANT released

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-console2

uv

uv add netconf-console2

poetry

poetry add netconf-console2

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: System AdministratorsIntended Audience :: Telecommunications IndustryLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 2.7Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Topic :: System :: NetworkingTopic :: System :: Networking :: Monitoring

Tags

netconf client clinetconf console toolnetconf rpc clientnetwork configuration managementnetconf interactive shellnetconf command-linenetwork device configuration
netconf-clientnetwork-managementcli-tool

More Networking packages