From 0d1faa3231ea4f72935b330eba51dc898b1c4e60 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 27 Nov 2020 19:55:19 +0100 Subject: interface: add documentation about interface 'ip' configuration node --- docs/_include/interface-ipv6-address.txt | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 docs/_include/interface-ipv6-address.txt (limited to 'docs/_include/interface-ipv6-address.txt') diff --git a/docs/_include/interface-ipv6-address.txt b/docs/_include/interface-ipv6-address.txt deleted file mode 100644 index d57cecde..00000000 --- a/docs/_include/interface-ipv6-address.txt +++ /dev/null @@ -1,35 +0,0 @@ -.. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} - {{ var5 }} {{ var6 }} ipv6 address autoconf - - :abbr:`SLAAC (Stateless Address Autoconfiguration)` :rfc:`4862`. IPv6 hosts - can configure themselves automatically when connected to an IPv6 network using - the Neighbor Discovery Protocol via :abbr:`ICMPv6 (Internet Control Message - Protocol version 6)` router discovery messages. When first connected to a - network, a host sends a link-local router solicitation multicast request for - its configuration parameters; routers respond to such a request with a router - advertisement packet that contains Internet Layer configuration parameters. - - .. note:: This method automatically disables IPv6 traffic forwarding on the - interface in question. - - Example: - - .. code-block:: none - - set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ipv6 address autoconf - - -.. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} - {{ var5 }} {{ var6 }} ipv6 address eui64 - - :abbr:`EUI-64 (64-Bit Extended Unique Identifier)` as specified in - :rfc:`4291` allows a host to assign iteslf a unique 64-Bit IPv6 address. - - .. code-block:: none - - set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} ipv6 address eui64 2001:db8:beef::/64 - -.. cfgcmd:: set interfaces {{ var0 }} {{ var2 }} {{ var3 }} - {{ var5 }} {{ var6 }} ipv6 address no-default-link-local - - Do not assign a link-local IPv6 address to this interface -- cgit v1.2.3