Created on
03-16-2025
11:40 PM
Edited on
03-28-2025
06:10 AM
By
yitoo_FTNT
Description | This article describes how to configure custom values for the FortiWeb SNMPv3 Engine-ID. |
Scope | FortiWeb. |
Solution |
Prerequisite:
Each message sent from the SNMP engine contains the snmpEngineID values. The snmpEngineID is used to uniquely identify the device's SNMP engine. FortiWeb SNMP agent has the option to configure the engine-id name. The engine-id is part of the snmpEngineID but does not include the Fortinet prefix 0x8000304404.
FortiWeb # config system snmp sysinfo FortiWeb (sysinfo) # set engine-id FortiWeb-Test FortiWeb (sysinfo) # end FortiWeb #
# echo "FortiWeb-Test" | tr -d '\n' | xxd -ps -c 200 466f7274695765622d54657374
8000304404 (FortiNet prefix) & 466f7274695765622d54657374 = 8000304404466f7274695765622d54657374
Related document: system snmp sysinfo |