From 037e05eaa54588fa58b2f5f81401bba6e28c8232 Mon Sep 17 00:00:00 2001 From: maehdros Date: Tue, 29 Dec 2020 15:19:45 +0100 Subject: Update ospf.rst Add a small command to see the OSPFv3 redistribute routes; I plan to write a bit more --- docs/configuration/protocols/ospf.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/protocols/ospf.rst b/docs/configuration/protocols/ospf.rst index ee6753c5..a8293f4d 100644 --- a/docs/configuration/protocols/ospf.rst +++ b/docs/configuration/protocols/ospf.rst @@ -92,6 +92,12 @@ A typical configuration using 2 nodes. set protocols ospfv3 parameters router-id 192.168.2.1 set protocols ospfv3 redistribute connected +**To see the redistributed routes:** + +.. code-block:: none + + show ipv6 ospfv3 redistribute + .. note:: You can not easily redistribute IPv6 routes via OSPFv3 on a WireGuard interface link. This requires you to configure link-local addresses manually on the WireGuard interfaces, see :vytask:`T1483`. -- cgit v1.2.3