Настройка профилей безопасности SNMP

Для настройки профилей безопасности ля аутентификации SNMP-менеджеров используются команды на уровне monitoring smnp-security-profile:

Admin@nodename# edit monitoring snmp-security-profile <parameters>

Для редактирования доступны следующие параметры:

Name

Description

name

SNMP security profile name

description

SNMP security profile description

username

User name to authenticate the SNMP manager.

auth-type

Select an authentication mode for the SNMP manager. The available options are:

  • none --- без аутентификации, без шифрования.

  • no-encrypt --- с аутентификацией, без шифрования.

  • encrypt --- c аутентификацией, с шифрованием.

The authPriv mode is considered the most secure.

auth-alg

The algorithm used for authentication. Possible to use:

  • sha;

  • md5;

  • sha224;

  • sha256;

  • sha384;

  • sha512.

auth-password

The password used for authentication.

encrypt-alg

The algorithm used for encryption. DES or AES can be used.

encrypt-password

The password used for encryption.