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 portmonitor session <id> description <string>

Specifies a description for the port-monitoring session.

set service portmonitor session id description string
delete service portmonitor session id description
show service portmonitor session id description
id
The number of the port-monitoring session.
string
A brief description of the session. If the description contains spaces, it must be enclosed in double quotation marks.

Configuration mode


service {
    portmonitor {
        session id {
            description string
        }
    }
}

Providing a description for a session can help you to quickly determine its purpose when viewing the configuration.

Use the set form of the command to specify a description for the port-monitoring session.

Use the delete form of the command to delete the description for the port-monitoring session.

Use the show form of the command to show the description for the port-monitoring session.