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 port <port>

Defines the port used for TSM.

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

The system uses port 10161.

port
The port used for TSM. The range of values is 1 to 65535. The default value is 10161.

Configuration mode

service {
    snmp {
        v3 {
            tsm {
                port port
            }
        }
    }
}

Use this command to define the port used for TSM.

Use the set form of this command to define the port used for TSM.

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

Use the show form of this command to view the port for TSM.