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 ospf log nsm

Enables OSPF NSM logs.

set protocols ospf [ process pid ] log nsm { all | interface | redistribute}
delete protocols ospf [ process pid ] log nsm { all | interface | redistribute }
show protocols ospf [ process pid ] log nsm { all | interface | redistribute }

None

process pid
Specifies the PID of an IPv4 OSPF process.
all
Enables all OSPF NSM logs.
interface
Enables only OSPF interface logs.
redistribute
Enables only OSPF redistribute logs.

Configuration mode

protocols {
       ospf {
               process pid {
                       log {
                               nsm {
                                       all
                                       interface
                                       redistribute
                               }
                       }
               }
       }
}

Use the set form of this command to enable OSPF NSM log.

Use the delete form of this command to remove an OSPF NSM log.

Use the show form of this command to remove an OSPF NSM log.