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.

protocols nsm log

Enables logging for NSM.

set protocols nsm { all | events | ha | kernel | packet }
delete protocols nsm { all | events | ha | kernel | packet }
show protocols nsm { all | events | ha | kernel | packet }

None

all
Enables all NSM logs.
events
Enables only NSM event logs.
ha
Enables only NSM high availability (HA) logs.
kernel
Enables only NSM kernel logs.
packet
Enables only NSM packet logs.

Configuration mode

Configuration mode

protocols {
	 nsm {
	  log {     
          all
       events
           ha
       kernel
       packet
           }
        }
    }

Use the set form of this command to enable NSM logs

Use the delete form of this command to remove NSM logs

Use the show form of this command to view NSM logs