← 返回命令列表

Linux command

braa 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Walk the SNMP tree

braa public@[ip_address]:[.1.3.6.*]

Query a subnet

braa public@[ip_range]:[.1.3.6.1.2.1.1.6.0]

Set a value

braa private@[ip_address]:[.1.3.6.1.2.1.1.6.0]=s'[workgroup]'

说明

braa is an ultra-fast mass SNMP scanner that can query multiple hosts simultaneously. Unlike traditional SNMP tools that process hosts sequentially, braa sends queries asynchronously, dramatically improving scan speed for large networks. It implements its own SNMP stack and requires numerical OIDs rather than symbolic names. The tool supports SNMP GET, SET, and WALK operations across multiple hosts in a single command.

参数

-2
Use SNMPv2C (supports Counter64).
-t _SECS_
Response wait time in seconds (default: 2).
-a _SECS_
Deadline/overall timeout.
-r _N_
Retry count before giving up (default: 3).
-d _USECS_
Microsecond delay between packets.
-f _FILE_
Load queries from file.
-v
Verbose output.

FAQ

What is the braa command used for?

braa is an ultra-fast mass SNMP scanner that can query multiple hosts simultaneously. Unlike traditional SNMP tools that process hosts sequentially, braa sends queries asynchronously, dramatically improving scan speed for large networks. It implements its own SNMP stack and requires numerical OIDs rather than symbolic names. The tool supports SNMP GET, SET, and WALK operations across multiple hosts in a single command.

How do I run a basic braa example?

Run `braa public@[ip_address]:[.1.3.6.*]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -2 do in braa?

Use SNMPv2C (supports Counter64).