/
set protocols ospf6 area default-lsa disable
set protocols ospf6 area default-lsa disable
User can configure the switch interface whether to originate the default route in stub or not-so-stubby areas.
Command Syntax
set protocols ospf4 vrf <vrf-name> area <area-id> default-lsa 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 the origination of the default route.Required select include:
- true
- false
Example
• This example configure the switch interface to originate the default route.
admin@XorPlus# set protocols ospf6 area 0.0.0.0 default-lsa diaable false admin@XorPlus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.