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 summary-address <address> <action>

Sets the advertise and tag parameters for the summary network and mask.

set protocols ospf [ process pid ] summary-address address [ advertise [ tag address ] | not-advertise ]
delete protocols ospf [ process pid ] summary-address address [ advertise tag address | not-advertise ]
show protocols ospf [ process pid ] summary-address address
process pid
Specifies the PID of an IPv4 OSPF process.
address
The IPv4 address of the summary network and its mask.
advertise
The summary address to be advertised.
not-advertise
The dead-neighbor polling interval. The summary networks within range are not advertised.
tag address
The neighbor priority. The priority number ranges from 0 through 4294967295. There is no default value for tag.

Configuration mode

protocols {
       ospf {
               process pid {
                     summary-address address {
                            advertise {
                                   tag address
                            }
                            not-advertise
                       }
               }
       }
}

Use the set form of this command to set the advertise and tag parameters for the summary network and mask.

Use the delete form of this command to delete the advertise and tag parameters for the summary network and mask.

Use the show form of this command to display the advertise and tag parameters for the summary network and mask.