Skip to content

Commit 4411389

Browse files
davi2367David Vølker
andauthored
kea: T6211: add VRF support for KEA dhcp server (#1637)
Co-authored-by: David Vølker <[email protected]>
1 parent 0a63089 commit 4411389

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/configuration/vrf/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,27 @@ routing protocol inside a given vrf:
122122
- :ref:`routing-ospfv3`: ``set vrf name <name> protocols ospfv3 ...``
123123
- :ref:`routing-static`: ``set vrf name <name> protocols static ...``
124124

125+
Services
126+
-------
127+
128+
Currently the following services can be created isolated in VRFs
129+
130+
- :ref:`dhcp-server`
131+
132+
The CLI configuration is same as mentioned in above articles. The only
133+
difference is, that each service used, must be prefixed with the `vrf
134+
name <name>` command.
135+
136+
Example
137+
^^^^^^^
138+
139+
The following commands would be required to set options for a given service
140+
inside a given vrf:
141+
142+
- :ref:`dhcp-server`: ``set vrf name <name> service dhcp-server ...``
143+
- :ref:`dhcp-server`: ``set vrf name <name> service dhcpv6-server ...``
144+
145+
125146
Operation
126147
=========
127148

0 commit comments

Comments
 (0)