From: Marcin Siodelski Date: Tue, 17 Oct 2017 11:48:39 +0000 (+0200) Subject: [5381] Clarified client classification in shared networks. X-Git-Tag: trac5266_base~3^2~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617a4c9e9ee1ce21733a13c4f4e0bb6aba15ea8e;p=thirdparty%2Fkea.git [5381] Clarified client classification in shared networks. --- diff --git a/doc/guide/dhcp4-srv.xml b/doc/guide/dhcp4-srv.xml index 5af6fb3761..14a21c66a5 100644 --- a/doc/guide/dhcp4-srv.xml +++ b/doc/guide/dhcp4-srv.xml @@ -3761,6 +3761,18 @@ not able to use any subnets will be refused service. Although, this may be a desired outcome if one desires to service only clients of known properties (e.g. only VoIP phones allowed on a given link). + + Note that it is possible to achieve similar effect as presented in this + section without the use of shared networks. If the subnets are placed in + the global subnets scope, rather than in the shared network, the server + will still use classification rules to pick the right subnet for a given + class of devices. The major benefit of placing subnets within the + shared network is that common parameters for the logically grouped + subnets can be specified once, in the shared network scope, e.g. + "interface" or "relay" parameter. All subnets belonging to this shared + network will inherit those parameters. + +
diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index 1905aa26dd..101e985a07 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -3328,6 +3328,18 @@ not able to use any subnets will be refused service. Although, this may be desired outcome if one desires to service only clients of known properties (e.g. only VoIP phones allowed on a given link). + + Note that it is possible to achieve similar effect as presented in this + section without the use of shared networks. If the subnets are placed in + the global subnets scope, rather than in the shared network, the server + will still use classification rules to pick the right subnet for a given + class of devices. The major benefit of placing subnets within the + shared network is that common parameters for the logically grouped + subnets can be specified once, in the shared network scope, e.g. + "interface" or "relay" parameter. All subnets belonging to this shared + network will inherit those parameters. + +