<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuring static IP bindings for WLAN in Comware Wireless / Unified Series</title>
    <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152354#M990</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1265763" target="_self"&gt;&lt;SPAN class=""&gt;jaysta&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;If your point is to just provide dynamic ip addresses and static bind you can use only common pools why you need dynamic. The pool is detemined by the ip address of the receiving interface. Please check the following which is found on page 26:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c04568065" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c04568065&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DHCP address pool DHCP address pools include common and extended address pools:&lt;BR /&gt;•Common address pool—Supports both static binding and dynamic allocation.&lt;BR /&gt;•Extended address pool—Supports only dynamic allocation.&lt;/P&gt;&lt;P&gt;DHCP address pool&lt;BR /&gt;DHCP address pools include common and extended address pools:&lt;BR /&gt;• Common address pool—Supports both static binding and dynamic allocation.&lt;BR /&gt;• Extended address pool—Supports only dynamic allocation.&lt;BR /&gt;Common address pool structure&lt;BR /&gt;The organization of the common address pool database can be compared to a tree. The root of the tree&lt;BR /&gt;is the address pool for natural networks, branches are address pools for subnets, and leaves are&lt;BR /&gt;addresses statically bound to clients. For the same level address pools, a previously configured pool has&lt;BR /&gt;a higher selection priority than a new one.&lt;BR /&gt;At the very beginning, subnets inherit network parameters and clients inherit subnet parameters.&lt;BR /&gt;Therefore, common parameters (for example, a DNS server address) should be configured at the highest&lt;BR /&gt;(network or subnet) level of the tree.&lt;BR /&gt;The new configuration at the higher level (parent) of the tree is:&lt;BR /&gt;• Inherited if the lower level (child) has no such configuration.&lt;BR /&gt;IP address lease durations are not inherited.&lt;BR /&gt;• Overridden if the lower level (child) has such configuration.&lt;BR /&gt;NOTE:&lt;BR /&gt;The extended address pools on a DHCP server are independent of each other, and no inheritance&lt;BR /&gt;relationship exists among them.&lt;BR /&gt;Principles for selecting an address pool&lt;BR /&gt;The DHCP server observes the following principles to select an address pool when assigning an IP&lt;BR /&gt;address to a client:&lt;BR /&gt;1. If there is an address pool where an IP address is statically bound to the MAC address or ID of the&lt;BR /&gt;client, the DHCP server selects this address pool and assigns the statically bound IP address to the&lt;BR /&gt;client. For the configuration of this address pool, see "Configuring static address allocation."&lt;BR /&gt;2. If the receiving interface has an extended address pool referenced, the DHCP server assigns an IP&lt;BR /&gt;address from this address pool. If no IP address is available in the address pool, the DHCP server&lt;BR /&gt;fails to assign an address to the client. For the configuration of such an address pool, see&lt;BR /&gt;"Configuring dynamic address allocation for an extended address pool."&lt;BR /&gt;3. Otherwise, the DHCP server selects the smallest common address pool that contains the IP address&lt;BR /&gt;of the receiving interface (if the client and the server reside on the same subnet), or the smallest&lt;BR /&gt;common address pool that contains the IP address specified in the giaddr field of the client's&lt;BR /&gt;request (if a DHCP relay agent is in-between). If no IP address is available in the address pool, the&lt;BR /&gt;DHCP server fails to assign an address to the client because it cannot assign an IP address from the&lt;BR /&gt;parent address pool to the client. For the configuration of such an address pool, see "Configuring&lt;BR /&gt;dynamic address allocation."&lt;BR /&gt;For example, two common address pools, 1.1.1.0/24 and 1.1.1.0/25, are configured on the DHCP server.&lt;BR /&gt;If the IP address of the interface receiving DHCP requests is 1.1.1.1/25, the DHCP server selects IP&lt;BR /&gt;addresses for clients from address pool 1.1.1.0/25. If no IP address is available in the address pool, the&lt;BR /&gt;DHCP server fails to assign addresses to clients. If the IP address of the interface receiving DHCP requests&lt;BR /&gt;is 1.1.1.130/25, the DHCP server selects IP addresses for clients from the 1.1.1.0/24 address pool.&lt;BR /&gt;NOTE:&lt;BR /&gt;To make sure correct IP address allocation, keep the IP addresses for dynamic allocation within the subnet&lt;BR /&gt;where the interface of the DHCP server or DHCP relay agent resides.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2021 12:44:23 GMT</pubDate>
    <dc:creator>-Alex-</dc:creator>
    <dc:date>2021-10-20T12:44:23Z</dc:date>
    <item>
      <title>Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152192#M985</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to configure three devices with static IP addresses on a wireless network. The VLAN/WLAN already has a DHCP pool configured and the VLAN interface references the DHCP pool as below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interface Vlan-interface708
 description Mobile Wireless
 ip address 10.70.8.2 255.255.255.0
 dhcp server apply ip-pool mobilewireless&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;dhcp server ip-pool mobilewireless extended
 network ip range 10.70.8.11 10.70.8.130
 network mask 255.255.255.0
 gateway-list 10.70.8.1
 dns-list 8.8.8.8 195.216.16.65&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please correct me if I'm wrong but I have tried to digest the Layer 3 Configuration Guide for our HP 830 24 port PoE Unified WiFi Controller and the way I understand it is that I would need to create 3 separate DHCP pools (non extended) to apply to the above VLAN interface, each DHCP pool with a static bind configured. See below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dhcp server ip-pool mobilestat201
 static-bind ip-address 10.70.8.201 mask 255.255.255.0
 static-bind mac-address e896-0601-eda5
 gateway-list 10.70.8.1
 dns-list 8.8.8.8 195.216.16.65
#
dhcp server ip-pool mobilestat202
 static-bind ip-address 10.70.8.202 mask 255.255.255.0
 static-bind mac-address e896-0602-1d9e
 gateway-list 10.70.8.1
 dns-list 8.8.8.8 195.216.16.65
#
dhcp server ip-pool mobilestat203
 static-bind ip-address 10.70.8.203 mask 255.255.255.0
 static-bind mac-address e896-0602-1e0c
 gateway-list 10.70.8.1
 dns-list 8.8.8.8 195.216.16.65&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I try to apply the above DHCP pools to the VLAN interface I get:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WiFiCon1-Vlan-interface708]dhcp server apply ip-pool mobilestat201
 Info: The pool applied by the interface is not an extended mode pool.
[WiFiCon1-Vlan-interface708]dhcp server apply ip-pool mobilestat202
 Info: The pool applied by the interface is not an extended mode pool.
[WiFiCon1-Vlan-interface708]dhcp server apply ip-pool mobilestat203
 Info: The pool applied by the interface is not an extended mode pool.
[WiFiCon1-Vlan-interface708]dis this
#
interface Vlan-interface708
 description Mobile Wireless
 ip address 10.70.8.2 255.255.255.0
 dhcp server apply ip-pool mobilewireless&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is either a) I can't create static bind in an extended DHCP pool and/or b) I'm misunderstanding something here. Please can someone guide me, where I'm going wrong?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jaysta&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 18:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152192#M985</guid>
      <dc:creator>jaysta</dc:creator>
      <dc:date>2021-10-20T18:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152235#M986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is the SKU/Product number of your device?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 04:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152235#M986</guid>
      <dc:creator>akg7</dc:creator>
      <dc:date>2021-10-20T04:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152245#M987</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1265763" target="_self"&gt;&lt;SPAN class=""&gt;jaysta&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You have to apply extended address pool to the vlan as it is mentioned under the L3 command guide for HP830 on page 21:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c04568105" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c04568105&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"I&lt;SPAN&gt;f you execute the &lt;/SPAN&gt;&lt;SPAN&gt;dhcp server apply ip-pool&lt;/SPAN&gt;&lt;SPAN&gt; command on an interface, when a client's request arrives at &lt;/SPAN&gt;&lt;SPAN&gt;the interface, the server attempts to assign the client &lt;/SPAN&gt;&lt;SPAN&gt;the statically bound IP address first, and then an IP &lt;/SPAN&gt;&lt;SPAN&gt;address from this extended address pool. &lt;/SPAN&gt;&lt;SPAN&gt;Only an extended address pool can be applied on an interface. The address pool to be referenced must &lt;/SPAN&gt;&lt;SPAN&gt;already exist.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 07:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152245#M987</guid>
      <dc:creator>-Alex-</dc:creator>
      <dc:date>2021-10-20T07:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152277#M988</link>
      <description>&lt;P&gt;Thanks for your reply &lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1904730"&gt;@akg7&lt;/a&gt;&amp;nbsp;. It's JG640A&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 08:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152277#M988</guid>
      <dc:creator>jaysta</dc:creator>
      <dc:date>2021-10-20T08:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152279#M989</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1996647"&gt;@-Alex-&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;There is an extended pool already attached to the VLAN, see my first post. I tried to add a static IP bind to this but no joy as the 'static-bind' commands are not available. See below, I created another extended DHCP pool and that 'static-bind' command is still not there. This is why I thought I should create non-extended DHCP pools, each with static IP bindings but then those pools can't be referenced in the VLAN interface because they're not extended DHCP pools. What is the way to achieve a VLAN with DHCP pool or pools that has a range of IP addresses to lease and some DHCP reservations?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WiFiCon1-dhcp-pool-mobilewireless]dhcp ser ip mobilestattest extended
[WiFiCon1-dhcp-pool-mobilestattest]?
Dhcp-pool view commands:
  bims-server              BIMS server
  bootfile-name            Specify boot file names
  dialer                   Dialer disconnect
  display                  Display current system information
  dns-list                 DNS servers
  domain-name              Domain name
  expired                  Address lease time for dynamic users
  forbidden-ip             Define addresses DHCP server can not assign
  gateway-list             Default routers
  nbns-list                NetBIOS (WINS) name servers
  netbios-type             NetBIOS node type
  network                  Network number and mask
  next-server              Specify the next server in boot process
  option                   Raw DHCP options
  ping                     Ping function
  quit                     Exit from current command view
  reset                    Reset operation
  return                   Exit to User View
  save                     Save current configuration
  tftp-server              TFTP servers
  tracert                  Trace route function
  undo                     Cancel current setting
  vendor-class-identifier  Vendor class identifier
  voice-config             Option 184
[WiFiCon1-dhcp-pool-mobilestattest]&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Oct 2021 08:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152279#M989</guid>
      <dc:creator>jaysta</dc:creator>
      <dc:date>2021-10-20T08:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152354#M990</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1265763" target="_self"&gt;&lt;SPAN class=""&gt;jaysta&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;If your point is to just provide dynamic ip addresses and static bind you can use only common pools why you need dynamic. The pool is detemined by the ip address of the receiving interface. Please check the following which is found on page 26:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c04568065" target="_blank" rel="noopener"&gt;https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&amp;amp;docId=c04568065&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DHCP address pool DHCP address pools include common and extended address pools:&lt;BR /&gt;•Common address pool—Supports both static binding and dynamic allocation.&lt;BR /&gt;•Extended address pool—Supports only dynamic allocation.&lt;/P&gt;&lt;P&gt;DHCP address pool&lt;BR /&gt;DHCP address pools include common and extended address pools:&lt;BR /&gt;• Common address pool—Supports both static binding and dynamic allocation.&lt;BR /&gt;• Extended address pool—Supports only dynamic allocation.&lt;BR /&gt;Common address pool structure&lt;BR /&gt;The organization of the common address pool database can be compared to a tree. The root of the tree&lt;BR /&gt;is the address pool for natural networks, branches are address pools for subnets, and leaves are&lt;BR /&gt;addresses statically bound to clients. For the same level address pools, a previously configured pool has&lt;BR /&gt;a higher selection priority than a new one.&lt;BR /&gt;At the very beginning, subnets inherit network parameters and clients inherit subnet parameters.&lt;BR /&gt;Therefore, common parameters (for example, a DNS server address) should be configured at the highest&lt;BR /&gt;(network or subnet) level of the tree.&lt;BR /&gt;The new configuration at the higher level (parent) of the tree is:&lt;BR /&gt;• Inherited if the lower level (child) has no such configuration.&lt;BR /&gt;IP address lease durations are not inherited.&lt;BR /&gt;• Overridden if the lower level (child) has such configuration.&lt;BR /&gt;NOTE:&lt;BR /&gt;The extended address pools on a DHCP server are independent of each other, and no inheritance&lt;BR /&gt;relationship exists among them.&lt;BR /&gt;Principles for selecting an address pool&lt;BR /&gt;The DHCP server observes the following principles to select an address pool when assigning an IP&lt;BR /&gt;address to a client:&lt;BR /&gt;1. If there is an address pool where an IP address is statically bound to the MAC address or ID of the&lt;BR /&gt;client, the DHCP server selects this address pool and assigns the statically bound IP address to the&lt;BR /&gt;client. For the configuration of this address pool, see "Configuring static address allocation."&lt;BR /&gt;2. If the receiving interface has an extended address pool referenced, the DHCP server assigns an IP&lt;BR /&gt;address from this address pool. If no IP address is available in the address pool, the DHCP server&lt;BR /&gt;fails to assign an address to the client. For the configuration of such an address pool, see&lt;BR /&gt;"Configuring dynamic address allocation for an extended address pool."&lt;BR /&gt;3. Otherwise, the DHCP server selects the smallest common address pool that contains the IP address&lt;BR /&gt;of the receiving interface (if the client and the server reside on the same subnet), or the smallest&lt;BR /&gt;common address pool that contains the IP address specified in the giaddr field of the client's&lt;BR /&gt;request (if a DHCP relay agent is in-between). If no IP address is available in the address pool, the&lt;BR /&gt;DHCP server fails to assign an address to the client because it cannot assign an IP address from the&lt;BR /&gt;parent address pool to the client. For the configuration of such an address pool, see "Configuring&lt;BR /&gt;dynamic address allocation."&lt;BR /&gt;For example, two common address pools, 1.1.1.0/24 and 1.1.1.0/25, are configured on the DHCP server.&lt;BR /&gt;If the IP address of the interface receiving DHCP requests is 1.1.1.1/25, the DHCP server selects IP&lt;BR /&gt;addresses for clients from address pool 1.1.1.0/25. If no IP address is available in the address pool, the&lt;BR /&gt;DHCP server fails to assign addresses to clients. If the IP address of the interface receiving DHCP requests&lt;BR /&gt;is 1.1.1.130/25, the DHCP server selects IP addresses for clients from the 1.1.1.0/24 address pool.&lt;BR /&gt;NOTE:&lt;BR /&gt;To make sure correct IP address allocation, keep the IP addresses for dynamic allocation within the subnet&lt;BR /&gt;where the interface of the DHCP server or DHCP relay agent resides.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 12:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152354#M990</guid>
      <dc:creator>-Alex-</dc:creator>
      <dc:date>2021-10-20T12:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152542#M992</link>
      <description>&lt;P&gt;Thanks for your help again&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1996647"&gt;@-Alex-&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I get the feeling we need to disturb our existing DHCP setup, which our HPE gold partner consultant advised us to setup. This was only to help configure a more tightened firewall rule. If someone can tell me simply what I need to be doing that would be great. As I don't have a lot of time to spend on this I'm just going to put the whole subnet in the firewall rule.&lt;/P&gt;&lt;P&gt;Thanks again to all. and have a good weekend.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 14:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152542#M992</guid>
      <dc:creator>jaysta</dc:creator>
      <dc:date>2021-10-22T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring static IP bindings for WLAN</title>
      <link>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152549#M993</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1265763" target="_self"&gt;&lt;SPAN class=""&gt;jaysta,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I do not know the other part of the network and the firewall but you may just create pools - not extended and they will work without assigning them to the interface the most specific one will be chosen and this is based on the interface which receives the request. Please check my previous post which includes the following example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;"For example, two common address pools, 1.1.1.0/24 and 1.1.1.0/25, are configured on the DHCP server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the IP address of the interface receiving DHCP requests is 1.1.1.1/25, the DHCP server selects IP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;addresses for clients from address pool 1.1.1.0/25. If no IP address is available in the address pool, the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DHCP server fails to assign addresses to clients. If the IP address of the interface receiving DHCP requests&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is 1.1.1.130/25, the DHCP server selects IP addresses for clients from the 1.1.1.0/24 address pool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To make sure correct IP address allocation, keep the IP addresses for dynamic allocation within the subnet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where the interface of the DHCP server or DHCP relay agent resides."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;You already know how to create the rules just create dynamic for the range but not extended.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Please note that there could be some specifics in your network which we do not know.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 14:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/comware-wireless-unified-series/configuring-static-ip-bindings-for-wlan/m-p/7152549#M993</guid>
      <dc:creator>-Alex-</dc:creator>
      <dc:date>2021-10-22T14:43:18Z</dc:date>
    </item>
  </channel>
</rss>

