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 route

Enables OSPFv3 route logs.

set protocols ospfv3 log route { all | ase | ia | install | spf }
delete protocols ospfv3 log route { all | ase | ia | install | spf }
show protocols ospfv3 log route { all | ase | ia | install | spf }

None

all
Enables all OSPFv3 route all logs.
ase
Enables only OSPFv3 route ASE logs.
ia
Enables only OSPFv3 route IA logs.
install
Enables only OSPFv3 route install logs.
SPF
Enables only OSPFv3 route SPF logs.

Configuration mode


protocols {
    ospf {
        log {
            route {
                all
                ase
                ia
                install
                spf
            }
        }
    }
}

Use the set form of this command to enable OSPFv3 route logs.

Use the delete form of this command to remove OSPFv3 route logs.

Use the show form of this command to view OSPFv3 route logs.