mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
kea: T6211: add VRF support for KEA dhcp server (#1637)
Co-authored-by: David Vølker <davvol@davvol.dk>
This commit is contained in:
parent
0a63089c38
commit
44113897d3
@ -122,6 +122,27 @@ routing protocol inside a given vrf:
|
|||||||
- :ref:`routing-ospfv3`: ``set vrf name <name> protocols ospfv3 ...``
|
- :ref:`routing-ospfv3`: ``set vrf name <name> protocols ospfv3 ...``
|
||||||
- :ref:`routing-static`: ``set vrf name <name> protocols static ...``
|
- :ref:`routing-static`: ``set vrf name <name> protocols static ...``
|
||||||
|
|
||||||
|
Services
|
||||||
|
-------
|
||||||
|
|
||||||
|
Currently the following services can be created isolated in VRFs
|
||||||
|
|
||||||
|
- :ref:`dhcp-server`
|
||||||
|
|
||||||
|
The CLI configuration is same as mentioned in above articles. The only
|
||||||
|
difference is, that each service used, must be prefixed with the `vrf
|
||||||
|
name <name>` command.
|
||||||
|
|
||||||
|
Example
|
||||||
|
^^^^^^^
|
||||||
|
|
||||||
|
The following commands would be required to set options for a given service
|
||||||
|
inside a given vrf:
|
||||||
|
|
||||||
|
- :ref:`dhcp-server`: ``set vrf name <name> service dhcp-server ...``
|
||||||
|
- :ref:`dhcp-server`: ``set vrf name <name> service dhcpv6-server ...``
|
||||||
|
|
||||||
|
|
||||||
Operation
|
Operation
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user