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

Enables OSPFv3 NSM logs.

set protocols ospfv3 nsm { all | interface | redistribute }
delete protocols ospfv3 nsm { all | interface | redistribute }
show protocols ospfv3 nsm { all | interface | redistribute }

None

all
Enables all OSPF NSM logs.
interface
Enables only OSPF interface logs.
redistribute
Enables only OSPF redistribute logs.

Configuration mode


protocols {
    ospfv3 {
        log {
            nsm {
                all
                interface
                redistribute
            }
        }
    }
}

Use the set form of this command to enable Open Shortest Path First v3 (OSPFv3) network services module (NSM) log.

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

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