Skip to main content

Simulated Network Operating System

Project description

English | 日本語

Downloads PyPI PyPI versions GitHub Discussion Ruff Tests

Simulated Network Operating Systems - SIMNOS

"Reality is merely an illusion, albeit a very persistent one."

~ Albert Einstein

SIMNOS simulates Network Operating Systems interactions. You can simulate network devices like Cisco IOS or Huawei SmartAX interactions over SSH with little effort. This project is mainly intended for testing and development purposes.

Documentation | Examples | Platforms

Origin

SIMNOS is an independent project derived from FakeNOS, created by Denis Mulyalin and maintained by Enric Perpinyà Pitarch. After significant divergence in tooling, platforms, and architecture, it was rebranded as SIMNOS to avoid confusion with the upstream project.

AI Transparency: AI-assisted development (Claude Code, Codex, Gemini, etc.) is actively used in this project. All AI-generated changes are reviewed by a human maintainer before merging.

Key differences from FakeNOS:

  • Package name: simnos (on PyPI)
  • Package manager: uv (migrated from Poetry)
  • Linter/Formatter: Ruff (migrated from Black/Pylint)
  • Python support: 3.13 / 3.14
  • CI: Modernized GitHub Actions workflow
  • NOS platforms: 5 additional platforms enabled (brocade_fastiron, ciena_saos, fortinet, juniper_screenos, ruckus_fastiron)
  • Paramiko: upgraded to 4.0 with DH Group Exchange server-mode workaround

Why?

Crucial aspect of writing applications or scripts for Network Automation is testing, often testing done using physical or virtual instances of network appliances running certain version of Network Operating System (NOS). That approach, while gives best integration results, in many cases carries a lot of overhead to setup, run and tear down as well as putting significant burden on compute and storage resource utilization.

Other approach is to mock underlying libraries methods to fool applications under testing into believing that it is getting output from real devices. That approach works very well for unit testing, but fails to simulate such aspects as connection establishment and handling.

SIMNOS positions itself somewhere in the middle between full integration testing and testing that mocks device interactions. SIMNOS allows to create NOS plugins to produce pre-defined output to test applications behavior while running servers to establish connections with.

What?

SIMNOS can:

  • Run thousands of servers to stress test applications
  • Simulate Network Operating Systems Command Line Interface (CLI) interactions
  • Provide high-level API to create custom NOS plugins
  • Run in docker container to simplify integration with your infrastructure
  • Make use of SIMNOS CLI tool for quick run and prototype simulations
  • Works on Windows, Mac and Linux under Python 3.13 and 3.14

How?

Send input and get the output - this is how we interact with many Network Operating Systems, SIMNOS allows to pre-define the output to sent in response to certain input commands, making it ideal for isolated feature testing.

SIMNOS is a micro-kernel framework that can be extended using plugins. The core is kept small and optimized while most of the functionality offloaded to plugins.

SIMNOS has these pluggable systems:

  • Server Plugins - plugins responsible for running various servers to connect with
  • Shell Plugins - plugins to simulate command line interface shell
  • NOS plugins - plugins to simulate Network Operating System commands

What not?

SIMNOS is a simulator, it does not emulate any of Network Control, Data or Management planes, it merely takes the commands as input and responds with predefined output.

Acknowledgments

SIMNOS is built upon the work of FakeNOS. We are grateful to the original creators and contributors:

Inspired by and borrowed from

  • sshim - library for testing and debugging SSH automation clients
  • PythonSSHServerTutorial - tutorial on creating paramiko based SSH server
  • fake-switches - pluggable switch/router command-line simulator
  • ncs-netsim - tool to simulate a network of devices
  • cisshgo - concurrent SSH server to emulate network equipment for testing purposes
  • scrapli-replay - tools to enable easy testing of SSH programs and to create semi-interactive SSH servers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simnos-2.1.0.tar.gz (359.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simnos-2.1.0-py3-none-any.whl (388.3 kB view details)

Uploaded Python 3

File details

Details for the file simnos-2.1.0.tar.gz.

File metadata

  • Download URL: simnos-2.1.0.tar.gz
  • Upload date:
  • Size: 359.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simnos-2.1.0.tar.gz
Algorithm Hash digest
SHA256 447b5fe5106086f1506bd4d128a98e9ca1cd694f26a08c9ff13cb71f709aecba
MD5 c39e69f96aac996436524820723ba6b8
BLAKE2b-256 613931d1bbe592d280e9af39d70c96d945ec1527d66319793f8b232e8a330525

See more details on using hashes here.

Provenance

The following attestation bundles were made for simnos-2.1.0.tar.gz:

Publisher: pypi-publish.yml on Route-Reflector/simnos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file simnos-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: simnos-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 388.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for simnos-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb8b9594241254db765d9b21763eef7ca4f64220c17e27d4f6679eeb61b9d36e
MD5 9439c2281a18f7f3c14a7d6f0fa85071
BLAKE2b-256 d70b31db88d440124ca403f01bbad6b038631d6391178bf260d9ba60baf3e74a

See more details on using hashes here.

Provenance

The following attestation bundles were made for simnos-2.1.0-py3-none-any.whl:

Publisher: pypi-publish.yml on Route-Reflector/simnos

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page