/
set protocols ospf6 area range advertise

set protocols ospf6 area range advertise

Run the command set protocols ospf6 area range advertise to configure a summary route for all the routes in that range. The range parameter is used on the ABRs for the purpose of managing the size of the routing table. Use the parameter not-advertise to remove all the routes in that range. All the destinations in that range will not be reachable afterwards. 

Run the command delete protocols ospf6 area range advertise|not-advertise to remove this configuration from the switch.


Command Syntax

set protocol ospf6 area {<ipv4>|<area-id>} range <ipv6/prefixlen> {advertise|not-advertise}

delete protocol ospf6 area {<ipv4>|<area-id>} range <ipv6/prefixlen> {advertise|not-advertise}


Parameters

ParameterDescription
area {<ipv4>|<area-id>}Specifies the area ID for the OSPFv3 instance. The value is either in IPv4 dotted decimal format or an integer ranging from 0 to 4294967295.
range <ipv6/prefixlen>Specifies the range parameter, the value is in IPv6/prefix length format.
advertiseParameter used to allow route advertisement for the routes in a specific range.
not-advertiseParameter to remove routes in a specific range.

Example

  • This example creates a summary route for all the routes in the range 2001::/64.
admin@XorPlus# set protocols ospf6 area 0.0.0.0 range 2001::/64 advertise

Copyright © 2025 Pica8 Inc. All Rights Reserved.