Set empty context for snmp v3 issues with bandwidth

This commit is contained in:
José González 2022-05-05 15:35:32 +02:00
parent c7b94c8538
commit 68b4f23a7b
1 changed files with 2 additions and 2 deletions

View File

@ -4827,8 +4827,8 @@ class AgentWizard extends HTML
// SecurityName. // SecurityName.
$macros[6]['value'] = $this->authUserV3; $macros[6]['value'] = $this->authUserV3;
// SecurityContext. // SecurityContext. Empty by default.
$macros[7]['value'] = $this->community; $macros[7]['value'] = '';
// SecurityLevel. // SecurityLevel.
$macros[8]['value'] = $this->securityLevelV3; $macros[8]['value'] = $this->securityLevelV3;