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> network <ipv4net>

Sets the network address of an OSPF area.

set protocols ospf [ process pid ] area area-id network ipv4net
delete protocols ospf [ process pid ] area area-id network [ ipv4net ]
show protocols ospf [ process pid ] area area-id network
process pid
Specifies the PID of an IPv4 OSPF process.
area-id
The ID of the OSPF area being configured, expressed as an IP address or a decimal value.
ipv4net
Multinode. A network to use for the specified OSPF area. The format is ip-address/prefix.

Configuration mode

protocols {
       ospf {
               process pid {
                      area area-id {
                              network ipv4net 
                      }
               }
       }
}

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

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

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