{{ t('Configuration Wizard: Network Basic') }}
{{ t('Host Information') }}
{{ t('Configure SNMP for Network Monitoring') }}

{{ t('SNMP Server Settings') }}

@if (post.snmpVersion === '3') {
@if (post.securityLevel === '1') { {{ t('Communication with authentication and privacy. The protocols used for Authentication are MD5 and SHA and for Privacy, DES (Data Encryption Standard) and AES (Advanced Encryption Standard).') }} } @if (post.securityLevel === '2') { {{ t('Communication with authentication and without privacy. The protocols used for Authentication are MD5 and SHA (Secure Hash Algorithm).') }} } @if (post.securityLevel === '3') { {{ t('Communication without authentication and privacy.') }} }
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion === '3') {
} @if (post.snmpVersion !== '3') {
}

{{ t('SNMP Interfaces') }}

{{ t('To avoiding duplicate service configuration, the existing services with the same name will be automatically deselected') }}
@if (data) { {{ t('Discovering Interfaces for SNMP Services') }} }
{{ t('Scan this device and locate all of the interfaces that reside on the device. Only possible with valid SNMP configuration') }}
    @for (interface of post.interfaces; track interface) {
      @if (!interface.servicecommandargumentvalues.length) { @if (hasName(interface.name)) {
      } } @else { @if (hasName(interface.name)) {
      @for (commandArgument of interface.servicecommandargumentvalues; track $index) {
      {{ commandArgument.commandargument.human_name }}
      }
      } }
    }