Set router's Router-ID.
-.. clicmd:: interface IFNAME area (0-4294967295)
-
-.. clicmd:: interface IFNAME area A.B.C.D
-
- Bind interface to specified area, and start sending OSPF packets. `area` can
- be specified as 0.
-
.. clicmd:: timers throttle spf (0-600000) (0-600000) (0-600000)
This command sets the initial `delay`, the `initial-holdtime`
OSPF6 interface
===============
+.. clicmd:: ipv6 ospf6 area <A.B.C.D|(0-4294967295)>
+
+ Enable OSPFv3 on the interface and add it to the specified area.
+
.. clicmd:: ipv6 ospf6 cost COST
Sets interface's output cost. Default value depends on the interface
.. code-block:: frr
interface eth0
+ ipv6 ospf6 area 0.0.0.0
ipv6 ospf6 instance-id 0
!
router ospf6
ospf6 router-id 212.17.55.53
area 0.0.0.0 range 2001:770:105:2::/64
- interface eth0 area 0.0.0.0
!
debug ospf6 neighbor state
!
interface fxp0
+ ipv6 ospf6 area 0.0.0.0
ipv6 ospf6 cost 1
ipv6 ospf6 hello-interval 10
ipv6 ospf6 dead-interval 40
router ospf6
router-id 255.1.1.1
redistribute static route-map static-ospf6
- interface fxp0 area 0.0.0.0
!
access-list access4 permit 127.0.0.1/32
!