Skip to the content.

Snmptool

Codacy Badge ASL 2.0 Build Status Go Report Card

Download

download the last version

Usage

Show case

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.

Road map