File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,27 @@ routing protocol inside a given vrf:
122
122
- :ref: `routing-ospfv3 `: ``set vrf name <name> protocols ospfv3 ... ``
123
123
- :ref: `routing-static `: ``set vrf name <name> protocols static ... ``
124
124
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
+
125
146
Operation
126
147
=========
127
148
You can’t perform that action at this time.
0 commit comments