- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: Hp 5500 Dhcp by Port?
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
11-26-2018 10:48 AM
11-26-2018 10:48 AM
Hp 5500 Dhcp by Port?
hello word!
i need to configure device that requerd dhcp, but in my case i need that if some device connect to port it always taking that ip addres that i config
example:
in port 1/0/1- that ip will be 192.168.1.1
in port 1/0/2- that ip will be 192.168.1.2
(dhcp static in not a reallty option) , i usead Hp 5500 comware 7
thanks for help (:
- Tags:
- DHCP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 02:13 PM
11-26-2018 02:13 PM
Re: Hp 5500 Dhcp by Port?
Since (MAC Address) DHCP Static Binding is out of question...a way to apply a dynamic (but which doesn't change over time) IP Address allocation on a Interface is to do a trick: probably two different IP Pools (each one with just one IP Address, respectively, 192.168.1.1 and 192.168.1.2 referenced by two differents DHCP IP Pools) assigned, each one, to required interface.
interface 1/0/1
dhcp server apply ip-pool pool-for-1-0-1
interface 1/0/2
dhcp server apply ip-pool pool-for-1-0-2
where pool-for-1-0-1 and pool-for-1-0-2 have two differents one-IP-Address addresses ranges (if possible):
pool-for-1-0-1: address range 192.168.1.1 192.168.1.1
pool-for-1-0-2: address range 192.168.1.2 192.168.1.2
That's teorethical...to be verified.
I'm not an HPE Employee
