danhusan@VYFriv# run show configuration commands | match ospf set protocols ospf area 0.0.0.0 network '10.88.87.0/24' set protocols ospf area 0.0.0.0 network '10.88.100.0/24' set protocols ospf area 0.0.0.0 network '10.0.90.0/24' set protocols ospf area 0.0.0.0 network '10.0.100.0/24' set protocols ospf area 0.0.0.0 network '10.88.86.0/24' set protocols ospf area 0.0.0.0 network '10.0.97.0/24' set protocols ospf area 0.0.0.0 network '10.88.85.0/24' set protocols ospf passive-interface 'default' set protocols ospf passive-interface-exclude 'wg1' set protocols ospf redistribute static metric-type '2' [edit] danhusan@VYFriv# delete protocols ospf [edit] danhusan@VYFriv# commit [ protocols ospf passive-interface default ] Error: delete passive-interface-exclude before deleting passive-interface default delete [ protocols ospf ] failed Commit failed [edit] danhusan@VYFriv#
danhusan@VYFriv# delete protocols ospf passive-interface-exclude wg1 [edit] danhusan@VYFriv# commit danhusan@VYFriv# delete protocols ospf [edit] danhusan@VYFriv# commit [ protocols ospf area 0.0.0.0 network 10.88.87.0/24 ] Can't find specified network area configuration. delete [ protocols ospf ] failed Commit failed [edit]