Last Order [WIP]
Description
A Rust library for managing network devices.
Like the administrator of the Misaka Network
Features
- Multiple vendors
- Disable screen-length to avoid pagination
- Raw command execution
- Enter config mode
TODO
Vendors
- Aruba
- Cisco
- H3C
- Huawei
- Ruijie
- MikroTik
Commands:
- version
- logbuffer
- ping
Example
Refer to vendor::*::tests::test_*_device
XXX
- Maybe use
russhfor handling massive(Ciphers, Key exchanges, MACs...) SSH connections?