home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service snmp v3 user <username> engineid <engineid>

Specifies the SNMP engine ID of an SNMPv3 user.

set service snmp v3 user username engineid engineid
delete service snmp v3 user username engineid engineid
show service snmp v3 user username engineid engineid
username

The name of an SNMPv3 user.

engineid

The engine ID of an SNMPv3 user. The engine ID consists of 2 to 32 hexadecimal digits.

Configuration mode

service {
    snmp {
        v3 {
            user username {
                engineid engineid
            }
        }
    }
}

Use this command to specify the SNMPv3 engine ID of an SNMPv3 user. This ID is a unique hexadecimal string that is used to identify the SNMPv3 user for administration purposes. The engine ID is used with a hashing function to generate keys for authentication and encryption of SNMP v3 messages.

CAUTION:

If you have SNMPv3 USM users associated with an SNMPv3 engine ID within your SNMPv3 configuration, do not change or delete the value of the SNMPv3 engine ID. The plaintext password that you enter for an SNMPv3 USM user is automatically encrypted using the Message Digest (MD5) encryption. The encrypted password is stored internally for use while the plaintext password is not saved or stored. The encrypted key is based on both the plaintext password and engine ID. If the engine ID is changed or deleted, the stored encrypted keys for the SNMPv3 USM users become invalid. You will then be required to add these users to the SNMPv3 configuration once more to have these SNMPv3 users become valid in the vRouter again.

Use the set form of this command to specify the engine ID of an SNMPv3 user.

Use the delete form of this command to remove the engine ID of an SNMPv3 user.

Use the show form of this command to view the SNMPv3 engine ID configuration of SNMPv3 users.