snmpv3-getnext
Get next OID value using SNMPv3.
snmpv3-getnext profile=PROFILE host=HOST oid=OID [timeout=NUM{m|s}] [retry=RETRY]
- profile=PROFILE
- Profile name of SNMPv3
- host=HOST
- Comma-separated host:port list
- oid=OID
- Starting OID
- timeout=NUM{m|s}
- Timeout in seconds (default: 5)
- retry=RETRY
- Retry count (default: 2)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Connect profile code |
| host | String | Host | Target host |
| port | Integer | Port | Target port |
| oid | String | OID | Object Identifier |
| name | String | Name | OID name from MIB |
| value | String | Value | OID value |
| type | String | Type | Value type |
| syntax | String | Syntax | SNMP syntax code |