Skip to main content

Python SNMP TUI (Terminal User Interface)

Project description

pysnmptui

Python SNMP TUI (Terminal User Interface)

Configuration

You can use a configuration file instead of command line flags.

Invoke pysnmptui with pysnmptui -c config.yaml if your config file is named "config.yaml" and in the current directory.

Below is an example config.yaml.

Host: 127.0.0.1
Username: v3user
AuthProto: SHA
AuthPassword: password
PrivProto: AES
PrivPassword: password
Version: 3
ExtraMibs:
  - IF-MIB
  - ENTITY-MIB
  - ./mibs/CISCO-SMI
  - ./mibs/CISCO-TC
  - ./mibs/CISCO-IF-EXTENSION-MIB
  - ./mibs/CISCO-VTP-MIB
  - ./mibs/CISCO-CDP-MIB

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

pysnmptui_K0HAX-0.1.2022112704.tar.gz (19.7 kB view hashes)

Uploaded Source

Built Distribution

pysnmptui_K0HAX-0.1.2022112704-py3-none-any.whl (21.1 kB view hashes)

Uploaded Python 3

Supported by

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