/
set protocols ospf6 area summaries disable
set protocols ospf6 area summaries disable
User can disable the summary function on ABR.
Command Syntax
set protocols ospf6 vrf <vrf-name> area <area-id> summaries disable <bool>
Parameter
• <vrf-name> Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].
Note that: The configuration is in the default VRF if not explicitly bound to any VRF.
• <area-id> The OSPF area to which the attached network belongs.
• <bool> Disable summaries into stub or not-so-stubby areas. Required select include:
- true
- false
Example
• This example disable the summary function on area 1.1.1.1.
admin@XorPlus# set protocols ospf6 area 1.1.1.1 summaries disable true admin@XorPlus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.