set protocols ospf6 area stub no-summary

Run the command set protocols ospf6 area stub no-summary to configure a stub area with no-summary option. The no-summary option disallows the injection of summary routes into an area and thus makes the area a totally-stubby area. 

Run the command delete protocols ospf6 area stub no-summary to delete this configuration from the switch.


Command Syntax

set protocols ospf6 [vrf <vrf-name>area {<ipv4>|<area-id>} stub no-summary

delete protocols ospf6 [vrf <vrf-name>area {<ipv4>|<area-id>} stub no-summary


Parameters

ParameterDescription
vrf <vrf-name>Optional. Specifies the name of the VRF for the OSPFv3 instance.
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.

Example

  • This example configures area 1.1.1.1 as a totally-stubby area  of the OSPFv3 instance in the default VRF.
admin@XorPlus# set protocols ospf6 area 1.1.1.1 stub no-summary

Copyright © 2024 Pica8 Inc. All Rights Reserved.