Junos
Enables viewing operational state and modifying configurations on Juniper devices running Junos.
关于
The Junos tool provides utilities to interact with Juniper Networks devices running the Junos operating system. It leverages Juniper's `junos-eznc` Python SDK and `FastMCP` to offer capabilities such as retrieving device facts, executing show commands, applying configuration changes in both 'set' and 'junos' formats, and listing locally configured devices along with their IP addresses.
主要功能
- Lists locally configured devices with their IP addresses.
- Executes arbitrary 'show' commands on Juniper devices.
- 6 GitHub stars
- Supports configuration via YAML file or environment variables.
- Applies configuration changes in 'set' and 'junos' formats.
- Retrieves basic device information like OS version and model.
使用案例
- Remotely executing commands and collecting output from Juniper devices.
- Monitoring the operational state of Juniper network infrastructure.
- Automating configuration changes on Juniper devices.