snmpwalk_scan
Enumerate SNMP information from network devices to retrieve configuration, interface, routing, and system data for security assessments.
Instructions
Enumerate SNMP information from a network device using snmpwalk.
SNMP (Simple Network Management Protocol) exposes device configuration, interface info, routing tables, and system information on routers, switches, printers, and other network devices.
Args: target: Target IP address or hostname. community: SNMP community string (default "public"). version: SNMP version — "1", "2c" (default), or "3". oid: OID to walk (default "." for entire MIB). timeout: Override scan timeout in seconds.
Returns: SNMP walk results with OID-value pairs and system information.
Note: - Target must be in tengu.toml [targets].allowed_hosts. - SNMP version 3 requires additional authentication parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | . | |
| target | Yes | ||
| timeout | No | ||
| version | No | 2c | |
| community | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||