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 area <area-id>

Defines an OSPF area.

set protocols ospf [ process pid ] area area-id
delete protocols ospf [ process pid ] area area-id
show protocols ospf [ process pid ] area area-id
process pid
Specifies the PID of an IPv4 OSPF process.
area-id
The identifier of the OSPF area that is being created, expressed either as an IP address or a decimal value.

Configuration mode

protocols {
	ospf {
		area area-id
	}
}

Use this command to create an area within an OSPF Autonomous System (AS).

Use the set form of this command to create an OSPF area.

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

Use the show form of this command to display an OSPF area.