https://github.com/smarkm/snmptool
a simple snmp tool as an assistant of net-snmp
https://github.com/smarkm/snmptool
go golang snmp snmptool
Last synced: 9 months ago
JSON representation
a simple snmp tool as an assistant of net-snmp
- Host: GitHub
- URL: https://github.com/smarkm/snmptool
- Owner: smarkm
- License: apache-2.0
- Created: 2019-05-19T11:02:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T14:48:32.000Z (over 3 years ago)
- Last Synced: 2024-06-20T09:18:02.183Z (over 1 year ago)
- Topics: go, golang, snmp, snmptool
- Language: Go
- Homepage: http://smark.freecoop.net/snmptool
- Size: 3.53 MB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Snmptool
[](https://app.codacy.com/app/smarkm/snmptool?utm_source=github.com&utm_medium=referral&utm_content=smarkm/snmptool&utm_campaign=Badge_Grade_Dashboard)
[](https://github.com/smarkm/snmptool/blob/master/LICENSE)
[](https://travis-ci.org/smarkm/snmptool)
[](https://www.katacoda.com/smark/scenarios/snmptool)
[](https://goreportcard.com/report/github.com/smarkm/snmptool)
## Download
download the last version
* Linux : [snmp](https://github.com/smarkm/snmptool/releases/download/v0.0.3/snmp)
* Window : [snmp.exe](https://github.com/smarkm/snmptool/releases/download/v0.0.3/snmp.exe)
## Usage

```
Simple snmp tool
Usage:
snmptool [command]
Available Commands:
bgp Show BGP brief information
cdp Show CDP brief infromation
get Execute SNMP GET function
help Help about any command
iftable Show Iftable brief information
interface Show interface biref information
ipaddress Show ip address table
lldp Show LLDP brief information
oids Show Name-OID mapping
ospf Show OSPF biref information
storage Show storage biref information
sys Show system brief information
trap Start trap receiver
version Show version
walk Execute SNMP WALK
Flags:
-c, --community string community (default "public")
-h, --help help for snmptool
-i, --ip string target ip (default "127.0.0.1")
Use "snmptool [command] --help" for more information about a command.
```
* you can [play online](https://www.katacoda.com/smark/scenarios/snmptool)
## Road map