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

Specifies that SNMPv3 uses the Transport Security Model (TSM).

set service snmp v3 tsm
delete service snmp v3 tsm
show service snmp v3 tsm

Configuration mode

service {
    snmp {
        v3 {
            tsm
        }
    }
}

Use this command to specify that SNMPv3 uses TSM for encryption.

Use the set form of this command to specify that SNMPv3 uses TSM encryption.

Use the delete form of this command to remove TSM encryption for SNMPv3.

Use the show form of this command to view that SNMPv3 uses TSM encryption.