home

Supported platforms

Vyatta NOS documentation

Learn how to install, configure, and operate Vyatta Network Operating System (Vyatta NOS), which helps to drive our virtual networking and physical platforms portfolio.

protocols ospfv3 log rib

Enables OSPFv3 RIB logs.

set protocols ospfv3 log rib { all | interface | redistribute }
delete protocols ospfv3 log rib { all | interface | redistribute }
show protocols ospfv3 log rib { all | interface | redistribute }

None

all
Enables all OSPFv3 RIB logs.
interface
Enables only OSPFv3 RIB interface logs.
redistribute
Enables only OSPFv3 RIB redistribute logs.

Configuration mode


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

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

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

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