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 trap-target <addr> engineid <engineid>

Specifies the SNMP engine identifier (ID) of the SNMPv3 trap target.

set service snmp v3 trap-target addr engineid engineid
delete service snmp v3 trap-target addr engineid
show service snmp v3 trap-target addr engineid
addr
The IPv4 or IPv6 address of the SNMPv3 trap target.
engineid
The engine ID of the SNMPv3 trap target. The engineid consists of 2 to 32 hexadecimal digits.

Configuration mode


service {
	snmp {
		v3 {
			trap-target addr {
				engineid engineid
			}
		}
	}
}

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

Note: If the service snmp trap-target addr addr command has been set to trap, you must also specify the engine ID of the SNMPv3 trap target using this command.

Use the set form of this command to specify the engine ID of the SNMPv3 trap target.

Use the delete form of this command to remove the engine ID of the SNMPv3 trap target.

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