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> range <ipv4net> not-advertise

Directs the router to summarize routes that match a prefix range.

set protocols ospf [ process pid ] area area-id range ipv4net not-advertise
delete protocols ospf [ process pid ] area area-id range ipv4net [ not-advertise ]
show protocols ospf [ process pid ] area area-id range ipv4net

By default, routes are advertised and routes are not substituted.

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
A range to summarize, expressed as an IPv4 network in the format ip-address/prefix.
not-advertise
Directs the router not to advertise routes in the specified range.

Configuration mode

protocols {
       ospf {
               process pid {
                      area area-id {
                              area-type {
                                      range {
                                             not-advertise
                                      }

                              }
                      }
               }
       }
}

Use this command to direct the router to summarize routes that match a prefix range. This command may be used only with an Area Border Router (ABR).

Use the set form of this command to set the area range.

Use the delete form of this command to remove area range configuration.

Use the show form of this command to display area range configuration.