Automic VaultAutomic Vault

brew

使用 Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt 安装 net-snmp

查看 net-snmp 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install net-snmp

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install net-snmp

MacPorts ports tree · net/net-snmp/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add net-snmp

Alpine Linux edge package indexes · net-snmp · 来源: dl-cdn.alpinelinux.org

Fedora dnf已验证 · 92%
sudo dnf install net-snmp

Fedora Rawhide package metadata · net-snmp · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#net-snmp

nixpkgs package indexes · pkgs/by-name/ne/net-snmp/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S net-snmp

Arch Linux sync databases · net-snmp · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install net-snmp

openSUSE Tumbleweed package metadata · net-snmp · 来源: download.opensuse.org

Debian apt已验证 · 92%
sudo apt install libnetsnmptrapd40t64

Debian stable package indexes · libnetsnmptrapd40t64 · 来源: deb.debian.org

概览

软件包摘要

Implements SNMP v1, v2c, and v3, using IPv4 and IPv6

命令和别名

  • agentxtrap
  • checkbandwidth
  • encode_keychange
  • fixproc
  • ipf-mod.pl
  • mib2c
  • mib2c-update
  • net-snmp-cert
  • net-snmp-config
  • net-snmp-create-v3-user
  • snmp-bridge-mib
  • snmpbulkget
  • snmpbulkwalk
  • snmpcheck
  • snmpconf
  • snmpd
  • snmpdelta
  • snmpdf
  • snmpget
  • snmpgetnext
  • snmpinform
  • snmpnetstat
  • snmpping
  • snmpps
  • snmpset
  • snmpstatus
  • snmptable
  • snmptest
  • snmptranslate
  • snmptrap
  • snmptrapd
  • snmpusm

历史

项目历史与用法

Net-SNMP is the classic open source SNMP toolkit: command-line clients, an extensible `snmpd` agent, trap handling, MIB tools, and libraries for building SNMP-aware software.

项目历史

The project starts with CMU-SNMP in 1992, when Carnegie Mellon made an SNMP library, simple management commands, and an agent publicly available. Wes Hardaker extended that code at UC Davis, published it as ucd-snmp v3.0 in 1995, and opened it into a broader collaborative open source project.

The IETF engaged Hardaker in 1998 to work on a reference implementation of SNMPv3. That work fed into ucd-snmp v4.0 in August 1999, adding SNMPv3 capability and early AgentX support. In late 2000 the project moved to SourceForge and changed its name to Net-SNMP; v5.0 followed in April 2002 with a restructured, more modular agent framework.

采用历史

Net-SNMP became infrastructure software because SNMP remained the common denominator for monitoring routers, servers, printers, UPS devices, and appliances. The official history says it was adopted by most Linux and BSD-based systems and ported to Windows and embedded systems.

Homebrew analytics are high relative to the rest of this batch: the formula page showed 127,106 installs over 365 days and 10,635 installs on request, indicating it is often pulled in as a dependency as well as installed directly.

使用方式

Package users reach for `snmpwalk`, `snmpget`, `snmptable`, `snmptranslate`, `snmpset`, `snmptrap`, and `snmpd`. Typical work includes walking a device subtree, translating numeric OIDs through MIB files, testing SNMPv3 credentials, running a local agent, or debugging traps with `snmptrapd`.

The package is keg-only in Homebrew, which matters for users expecting system SNMP tools. On macOS it often gets installed because another build needs Net-SNMP headers/libraries, or because an operator wants modern upstream tools instead of vendor-provided ones.

为什么软件包爱好者会关心

Net-SNMP is one of those packages whose value is not glamour but compatibility. It embodies decades of protocol edge cases, MIB parser behavior, OS-specific agent modules, and CLI conventions that monitoring stacks still assume.

时间线

  • 1992: CMU-SNMP origins at Carnegie Mellon University.
  • 1995: UCD-SNMP v3.0 released publicly.
  • 1998: IETF-sponsored SNMPv3 reference-implementation work begins.
  • August 1999: ucd-snmp v4.0 released with SNMPv3 and early AgentX support.
  • Late 2000: renamed Net-SNMP and moved to SourceForge.
  • April 2002: net-snmp v5.0 released.

Related projects

  • CMU-SNMP
  • UCD-SNMP
  • AgentX
  • SMUX
  • MRTG
  • RRDtool
  • Nagios plugins

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
snmp.confsnmp.local.conf in Net-SNMP configuration directoriessnmpd.confsnmpd.local.conf in Net-SNMP configuration directories~/.snmp/snmp.conf/var/net-snmp/snmpd.conf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.snmp/snmp.conf/var/net-snmp/snmpd.conf

可执行文件

已安装的可执行文件

命令类型暴露范围备注
agentxtrapcli全局可执行文件
checkbandwidthcli全局可执行文件
encode_keychangecli全局可执行文件
fixproccli全局可执行文件
ipf-mod.plcli全局可执行文件
mib2ccli全局可执行文件
mib2c-updatecli全局可执行文件
net-snmp-certcli全局可执行文件
net-snmp-configcli全局可执行文件
net-snmp-create-v3-usercli全局可执行文件
snmp-bridge-mibcli全局可执行文件
snmpbulkgetcli全局可执行文件
snmpbulkwalkcli全局可执行文件
snmpcheckcli全局可执行文件
snmpconfcli全局可执行文件
snmpdcli全局可执行文件
snmpdeltacli全局可执行文件
snmpdfcli全局可执行文件
snmpgetcli全局可执行文件
snmpgetnextcli全局可执行文件
snmpinformcli全局可执行文件
snmpnetstatcli全局可执行文件
snmppingcli全局可执行文件
snmppscli全局可执行文件
snmpsetcli全局可执行文件
snmpstatuscli全局可执行文件
snmptablecli全局可执行文件
snmptestcli全局可执行文件
snmptranslatecli全局可执行文件
snmptrapcli全局可执行文件
snmptrapdcli全局可执行文件
snmpusmcli全局可执行文件
snmpvacmcli全局可执行文件
snmpwalkcli全局可执行文件
tkmibcli全局可执行文件
traptoemailcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本5.9.5.2
管理器更新时间2026-06-22
本地数据OK
上游not checked
检测到的最新版本未检测到

http://www.net-snmp.org/

安装元数据

软件包元数据

软件包键brew:net-snmp
版本5.9.5.2
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/net-snmp
主页http://www.net-snmp.org/
仓库https://github.com/net-snmp/net-snmp
上游文档https://www.net-snmp.org/dev/agent
许可证MIT-CMU AND MIT AND BSD-3-Clause
源码归档https://downloads.sourceforge.net/project/net-snmp/net-snmp/5.9.5.2/net-snmp-5.9.5.2.tar.gz
最后更新2026-06-22T14:05:36-07:00
Pulseupdated
依赖openssl@3
构建依赖autoconf, automake, libtool
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenet-snmp
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libnetsnmptrapd40t64 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) trap library

https://net-snmp.sourceforge.net/

sudo apt install libnetsnmptrapd40t64
  • Section: libs
  • Architecture: amd64
  • Source Package: net-snmp
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libnetsnmptrapd40t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsnmp-base 5.9.4+dfsg-2+deb13u1

SNMP configuration script, MIBs and documentation

https://net-snmp.sourceforge.net/

sudo apt install libsnmp-base
  • Section: libs
  • Architecture: all
  • Source Package: net-snmp
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsnmp-base from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsnmp-dev 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) development files

https://net-snmp.sourceforge.net/

sudo apt install libsnmp-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: net-snmp
  • 8 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsnmp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsnmp-perl 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) Perl5 support

https://net-snmp.sourceforge.net/

sudo apt install libsnmp-perl
  • Section: perl
  • Architecture: amd64
  • Source Package: net-snmp
  • 5 依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsnmp-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsnmp40t64 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) library

https://net-snmp.sourceforge.net/

sudo apt install libsnmp40t64
  • Section: libs
  • Architecture: amd64
  • Source Package: net-snmp
  • 7 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsnmp40t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

snmp 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) applications

https://net-snmp.sourceforge.net/

sudo apt install snmp
  • Section: net
  • Architecture: amd64
  • Source Package: net-snmp
  • 4 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: snmp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

snmpd 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) agents

https://net-snmp.sourceforge.net/

sudo apt install snmpd
  • Section: net
  • Architecture: amd64
  • Source Package: net-snmp
  • 6 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: snmpd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

snmptrapd 5.9.4+dfsg-2+deb13u1

Net-SNMP notification receiver

https://net-snmp.sourceforge.net/

sudo apt install snmptrapd
  • Section: net
  • Architecture: amd64
  • Source Package: net-snmp
  • 6 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: snmptrapd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

tkmib 5.9.4+dfsg-2+deb13u1

SNMP (Simple Network Management Protocol) MIB browser

https://net-snmp.sourceforge.net/

sudo apt install tkmib
  • Section: net
  • Architecture: all
  • Source Package: net-snmp
  • 2 依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: tkmib from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

net-snmp

nix profile install nixpkgs#net-snmp
  • normalized package name match
  • 匹配方式:Net Snmp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ne/net-snmp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libnetsnmptrapd40t64 5.9.4+dfsg-1.1ubuntu3

SNMP (Simple Network Management Protocol) trap library

https://net-snmp.sourceforge.net/

sudo apt install libnetsnmptrapd40t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: net-snmp
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Net Snmp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libnetsnmptrapd40t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libsnmp-base 5.9.4+dfsg-1.1ubuntu3

SNMP configuration script, MIBs and documentation

https://net-snmp.sourceforge.net/

sudo apt install libsnmp-base
  • Section: libs
  • Architecture: all
  • Source Package: net-snmp
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsnmp-base from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libsnmp-dev 5.9.4+dfsg-1.1ubuntu3

SNMP (Simple Network Management Protocol) development files

https://net-snmp.sourceforge.net/

sudo apt install libsnmp-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: net-snmp
  • 8 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsnmp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libsnmp-perl 5.9.4+dfsg-1.1ubuntu3

SNMP (Simple Network Management Protocol) Perl5 support

https://net-snmp.sourceforge.net/

sudo apt install libsnmp-perl
  • Section: universe/perl
  • Architecture: amd64
  • Source Package: net-snmp
  • 5 依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsnmp-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libsnmp40t64 5.9.4+dfsg-1.1ubuntu3

SNMP (Simple Network Management Protocol) library

https://net-snmp.sourceforge.net/

sudo apt install libsnmp40t64
  • Section: libs
  • Architecture: amd64
  • Source Package: net-snmp
  • 7 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Net Snmp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsnmp40t64 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

snmp 5.9.4+dfsg-1.1ubuntu3

SNMP (Simple Network Management Protocol) applications

https://net-snmp.sourceforge.net/

sudo apt install snmp
  • Section: net
  • Architecture: amd64
  • Source Package: net-snmp
  • 4 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Net Snmp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: snmp from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment