Posts

Showing posts from April, 2022

HPE Aruba Switch DHCP Server Setup Commands.

I will try to put the commands for Two vlans, One is a normal vlan - Test1 and the other a voice vlan so that I can include the voice command as well.  Bold characters are the commands and rest are descriptions.  vlan 3   (vlan number)    name "Test1" (vlan name)     untagged 20-30 (untagged/access ports should be unique, 2 ports cannot be in same vlan as untagged)    tagged 1  (Tagged ports/trunk for the vlan)     ip address 10.10.10.1 255.255.255.0   (Ip address and subnet for the vlan)     dhcp-server  (To enable DHCP Server for the VLAN)    exit vlan 5 (Vlan number)    name "Test2" (Vlan name- Voice vlan)     untagged 10-20 (Unatgged Ports)     tagged 1-10 (Tagged Ports)     ip address 10.20.20.0 255.255.255.0   (Ip address and subnet for the vlan)    dhcp-server   (To enable DHCP Server for the VLAN)     voice...