/
protocols ospf4 area interface vif address passive disable

protocols ospf4 area interface vif address passive disable

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

Command Syntax

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

 Parameters

area-idOSPF area identifier. Use the 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.
trueDo not make the OSPF interface passive.
falseMake the OSPF interface passive.

Example

The following example makes the OSPF interface passive:

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

Copyright © 2025 Pica8 Inc. All Rights Reserved.