diff options
Diffstat (limited to 'docs/configuration/service')
-rw-r--r-- | docs/configuration/service/dhcp-relay.rst | 8 | ||||
-rw-r--r-- | docs/configuration/service/dhcp-server.rst | 9 | ||||
-rw-r--r-- | docs/configuration/service/dns.rst | 4 | ||||
-rw-r--r-- | docs/configuration/service/snmp.rst | 2 |
4 files changed, 23 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-relay.rst b/docs/configuration/service/dhcp-relay.rst index 5355a0fd..c0394dff 100644 --- a/docs/configuration/service/dhcp-relay.rst +++ b/docs/configuration/service/dhcp-relay.rst @@ -99,6 +99,8 @@ Operation IPv6 relay ********** +.. _dhcp-relay:ipv6_configuration: + Configuration ============= @@ -114,6 +116,8 @@ Configuration Specifies an upstream network `<interface>` from which replies from `<server>` and other relay agents will be accepted. +.. _dhcp-relay:ipv6_options: + Options ------- @@ -126,6 +130,8 @@ Options If this is set the relay agent will insert the interface ID. This option is set automatically if more than one listening interfaces are in use. +.. _dhcp-relay:ipv6_example: + Example ======= @@ -151,6 +157,8 @@ The generated configuration will look like: address 2001:db8::4 } +.. _dhcp-relay:ipv6_op_cmd: + Operation ========= diff --git a/docs/configuration/service/dhcp-server.rst b/docs/configuration/service/dhcp-server.rst index 3f435605..0e0d82c6 100644 --- a/docs/configuration/service/dhcp-server.rst +++ b/docs/configuration/service/dhcp-server.rst @@ -317,6 +317,8 @@ Example Please see the :ref:`dhcp-dns-quick-start` configuration. +.. _dhcp-server:v4_example_failover: + Failover -------- @@ -357,6 +359,7 @@ Common configuration, valid for both primary and secondary node. set service dhcp-server shared-network-name NET-VYOS subnet 192.0.2.0/24 failover peer-address '192.168.189.252' set service dhcp-server shared-network-name NET-VYOS subnet 192.0.2.0/24 failover status 'primary' +.. _dhcp-server:v4_example_raw: Raw Parameters -------------- @@ -456,6 +459,8 @@ IPv6 server VyOS also provides DHCPv6 server functionality which is described in this section. +.. _dhcp-server:v6_config: + Configuration ============= @@ -557,6 +562,8 @@ The configuration will look as follows: } } +.. _dhcp-server:v6_static_mapping: + Static mappings --------------- @@ -603,6 +610,8 @@ The configuration will look as follows: .. start_vyoslinter +.. _dhcp-server:v6_op_cmd: + Operation Mode ============== diff --git a/docs/configuration/service/dns.rst b/docs/configuration/service/dns.rst index 5ee17490..ccf5a7d0 100644 --- a/docs/configuration/service/dns.rst +++ b/docs/configuration/service/dns.rst @@ -177,6 +177,8 @@ one involves a third party service, like DynDNS.com or any other similar website. This method uses HTTP requests to transmit the new IP address. You can configure both in VyOS. +.. _dns:dynmaic_config: + Configuration ============= @@ -218,6 +220,8 @@ Configuration Configure optional TTL value on the given resource record. This defaults to 600 seconds. +.. _dns:dynmaic_example: + Example ^^^^^^^ diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/snmp.rst index 4a5a2780..36dc1787 100644 --- a/docs/configuration/service/snmp.rst +++ b/docs/configuration/service/snmp.rst @@ -139,6 +139,8 @@ The securityapproach in v3 targets: * Authentication – to verify that the message is from a valid source. +.. _snmp:v3_example: + Example ^^^^^^^ |