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

Disables the port-monitoring session.

set service portmonitor session id disable
delete service portmonitor session id disable
show service portmonitor session id
id
The number of the port-monitoring session.

By default, the session is enabled if the session type, source interface, and destination interface are configured correctly.

Configuration mode


service {
    portmonitor {
        session id {
            disable 
        }
    }
}

Use the set form of the command to disable the port-monitoring session.

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

Use the show form of the command to show whether the port-monitoring session is disabled.