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> tsm-key <key>

Specifies the fingerprint of or the file containing the Transport Security Model (TSM) certificate.

set service snmp v3 user username tsm-key key
delete service snmp v3 user username tsm-key
show service snmp v3 user username tsm-key
username
The name of an SNMPv3 user.
key
The fingerprint of or the file containing the TSM certificate.

Configuration mode

service {
    snmp {
        v3 {
            user username {
                tsm-key key
            }
        }
    }
}

Use this command to specify the fingerprint of or the file containing the TSM certificate for a user.

Use the set form of this command to specify the fingerprint of or the file containing the TSM certificate.

Use the delete form of this command to remove the fingerprint or file name of the TSM certificate.

Use the show form of this command to view the fingerprint or file name of the TSM certificate.