- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- 4800g: balanse DHCP relay
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2015 01:56 AM
09-22-2015 01:56 AM
4800g: balanse DHCP relay
We have a stack with 2 4800g units which act as our 'core'.
The stack serves multiple vlans, and i setup DHCP relay to our (Win 2008 R2) DHCP servers to serve DHCP requests.
Here is a sample configuration:
# dhcp relay server-group 1 ip 10.1.1.1 dhcp relay server-group 1 ip 10.1.1.2 # vlan 300 description Workstations # interface Vlan-interface300 ip address 172.16.7.254 255.255.248.0 dhcp select relay dhcp relay server-select 1 ip forward-broadcast #
In this sample i have a workstaions VLAN in the 172.16.0.0 / 21 scope, and configured a DHCP scope on each DHCP server:
Server 1 (10.1.1.1): 172.16.0.1 - 172.16.3.255
Server 2 (10.1.1.2): 172.16.4.0 - 172.16.7.253
Everything works fine. However: the DHCP leases are not evenly balansed over both servers. Server 1 has approximatly 80% in use, where server 2 only use 20% of the available leases.
Is there a way to balanse this in a better way?
- Tags:
- DHCP