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

Specifies the fingerprint of a Transport Security Model (TSM) certificate for a server.

set service snmp v3 tsm local-key local-key
delete service snmp v3 tsm local-key
show service snmp v3 tsm local-key
local-key

The fingerprint of a TSM certificate or the filename of a key file.

Configuration mode

service {
    snmp {
        v3 {
            tsm {
                local-key local-key
            }
        }
    }
}

Use this command to specify the fingerprint of a TSM certificate for a server. The fingerprint can be specified either directly through a TSM certificate or indirectly through the name of the file containing the fingerprint.

Use the set form of this command to specify the fingerprint of a TSM certificate for a server.

Use the delete form of this command to remove the fingerprint of a TSM certificate for a server.

Use the show form of this command to view the fingerprint of a TSM certificate for a server.