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.

show ip ospf routing-instance

Displays the mapping between routing instance and OSPF process and identifies which processes are running in a given routing instance.

show ip ospf [ process pid ] routing instance { all | default | instance-name }
process pid
Specifies the PID of an IPv4 OSPF process.

Operational mode

Use this comment to identify the routing instance that a given process runs in.

The following example displays the mapping between each routing instance and OSPF process.

vyatta@vyatta:~$ show ip ospf routing-instance all
OSPFv2 processes bound to routing-instance GREEN:
None
OSPFv2 processes bound to routing-instance BLUE:
OSPF process id:100
OSPFv2 processes bound to routing-instance default:
OSPF process id:0vyatta@vyatta:~$