I have this configuration on an hAP ac² for OSPF (6.45.6) :
Code: Select all
/routing ospf instance set [ find default=yes ] redistribute-connected=as-type-1 redistribute-static=as-type-1 router-id=0.0.0.2
/routing ospf interface add dead-interval=40s hello-interval=10s interface=BRIDGE network-type=broadcast retransmit-interval=3s use-bfd=no
/routing ospf area set [ find default=yes ] disabled=yes
/routing ospf area add area-id=0.0.0.99 name=area99
/routing ospf network add area=area99 network=192.168.1.0/24
Any idea on how to convert this to ROS7 (7.1beta6)?