Thursday, August 5, 2021

HPE 5500 HI (JG542A) DHCP Server config

Comware Software, Version 5.20.99, Release 5501P36

Trying to configure the switch as DHCP server for its VLANs. Tried many things, i can't seem to make it work. Here is what i have:

# vlan 101 name LAN 10e # vlan 102 name VoIP-102 # dhcp server ip-pool 101 extended network ip range 172.16.101.17 172.16.101.224 network mask 255.255.255.0 gateway-list 172.16.101.1 dns-list 172.16.16.1 domain-name ingt.local expired day 3 # dhcp server ip-pool 102 extended network ip range 172.16.102.17 172.16.102.224 network mask 255.255.255.0 gateway-list 172.16.102.1 dns-list 172.16.102.1 domain-name ingt.local expired day 3 # interface Vlan-interface101 ip address 172.16.101.1 255.255.255.0 dhcp server apply ip-pool 101 # interface Vlan-interface102 ip address 172.16.102.1 255.255.255.0 dhcp server apply ip-pool 102 # interface GigabitEthernet1/0/1 port link-mode bridge description User Port port link-type trunk undo port trunk permit vlan 1 port trunk permit vlan 101 to 102 port trunk pvid vlan 101 undo voice vlan mode auto voice vlan 102 enable broadcast-suppression pps 3000 undo jumboframe enable poe enable stp edged-port enable lldp compliance admin-status cdp txrx qos trust dscp 

Somebody sees something wrong in this? It is supposed to be easy, as my 1st config with comware, i'm starting to be a bit frustrated (tried for the last 1.5 hours, i RTFM, etc)! I'm used to Cisco, RouterOS and HP (the old one). Any help would be greatly appreciated!



No comments:

Post a Comment