Currently i configure OSPF on X870 Switches (recent EXOS 22.2.x).
I am looking for a command for setting all vlan to "passive default" like i do it on EOS or Cisco.
Currently i do manually vlan for vlan only.
configure ospf add vlan VLAN-0111 area 172.16.1.0 passive
configure ospf add vlan VLAN-0113 area 172.16.1.0 passive
configure ospf add vlan VLAN-4001 area 172.16.1.0
Is there no default passive statement ?
No, currently there is not an option to configure EXOS in this way. All VLANs added to OSPF are added as active interfaces unless you specify 'passive' in the command.