/
set protocols ospf4 area interface vif address disable

set protocols ospf4 area interface vif address disable

To enable or disable OSPF for an address, use the set protocols ospf4 area interface vif address disable command in L2/L3 configuration mode.

Command Syntax

set protocols ospf4 vrf vrf-name area area-id interface interface-name vif vif-name address ip-address disable { true | false }

Parameters

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-idOSPF area identifier. Use dotted decimal notation. For example, use 0.0.0.0 for area 0.
interface-nameInterface name.
vif-nameVirtual interface name.
ip-addressVirtual interface IP address used for OSPF.
trueDisable OSPF on the interface.
falseDo not disable OSPF on the virtual interface.

Example

The following example disables OSPF on a virtual interface IP address:

admin@Switch# set protocols ospf4 area 0.0.0.0 interface vlan2 vif vlan2 address 10.2.2.1 disable true

Copyright © 2025 Pica8 Inc. All Rights Reserved.