mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
SNMP changes due to CDP support
This commit is contained in:
parent
c4bcb6a7bd
commit
3c9a9437a0
2 changed files with 25 additions and 25 deletions
|
|
@ -1559,9 +1559,9 @@ local known_parameters = {
|
|||
["snmp_privacy_protocol"] = validateSnmpPrivacyProtocol,
|
||||
["observation_point"] = validateNumber,
|
||||
["snmp_privacy_passphrase"] = validateSingleWord,
|
||||
["lldp_mode"] = validateBool, -- LLDP mode
|
||||
["lldp_cdp_mode"] = validateBool, -- LLDP/CDP mode
|
||||
["default_snmp_community"] = validateSingleWord, -- Default SNMP community for non-SNMP-configured local hosts
|
||||
["snmp_host"] = validateServer, -- Either an IPv4/v6 or a hostname
|
||||
["snmp_host"] = validateServer, -- Either an IPv4/v6 or a hostname
|
||||
["default_snmp_version"] = validateSNMPversion, -- Default SNMP protocol version
|
||||
["snmp_version"] = validateSNMPversion, -- 0:v1 1:v2c 2:v3
|
||||
["snmp_username"] = validateSingleWord, -- SNMP Username
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue