Wired Intelligent Edge

 View Only
last person joined: 5 days ago 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

DHCP at Switch 8320

This thread has been viewed 60 times
  • 1.  DHCP at Switch 8320

    Posted Mar 06, 2021 09:00 AM
    Hello guys again i'm now at new case 
    i have switch 8320 with vlans 
    now i need to make DHCP at vlan 10
    ip address 192.168.3.1/24
    gateway 192.168.3.2
    how i can make this config 
    thanks guys

    ------------------------------
    Ahmed Fares
    ------------------------------


  • 2.  RE: DHCP at Switch 8320

    MVP GURU
    Posted Mar 06, 2021 12:21 PM
    config t
    vlan 10
       name vlan-10
       exit
    interface vlan 10
       ip address 192.168.3.2/24
       exit
    dhcp-server vrf default
       authoritative
       pool vlan-10
          default-router 192.168.3.2
          range 192.168.3.10 192.168.3.254
          dns-server 8.8.8.8 8.8.4.4
          domain-name burns.lab
          lease 01:00:00
          exit
       enable
       end

    ------------------------------
    Dustin Burns
    ------------------------------



  • 3.  RE: DHCP at Switch 8320

    Posted Mar 06, 2021 12:34 PM
    thank you brother 
    but are you sure this cli (dhcp-server vrf default) working with 8320
    i saw only dhcp-relay the only command under dhcp :(



    ------------------------------
    Ahmed Fares
    ------------------------------



  • 4.  RE: DHCP at Switch 8320

    MVP GURU
    Posted Mar 06, 2021 01:05 PM
    Can you show me what your seeing form the cli?

    ------------------------------
    Dustin Burns
    ------------------------------



  • 5.  RE: DHCP at Switch 8320

    MVP GURU
    Posted Mar 06, 2021 01:09 PM
    According to this, it looks like those models may only allow you to configure a DHCP relay address to forward the requests to....

    https://support.hpe.com/hpesc/public/docDisplay?docId=a00042840en_us&docLocale=en_US

    At least you have a CX template for DHCP now :)

    ------------------------------
    Dustin Burns
    ------------------------------



  • 6.  RE: DHCP at Switch 8320

    MVP GURU
    Posted Mar 06, 2021 01:44 PM
    Hello, can you tell us what ArubaOS-CX version your Aruba 8320 is currently running on?





  • 7.  RE: DHCP at Switch 8320

    Posted Mar 07, 2021 04:37 AM
    TL 10.02.00.20

    ------------------------------
    Ahmed Fares
    ------------------------------



  • 8.  RE: DHCP at Switch 8320

    MVP GURU
    Posted Mar 07, 2021 08:37 AM
    it is very old (and it is recommended to update)
    May be the DHCP server feature is not yet available with this release...

    ------------------------------
    PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...

    PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)

    PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..

    ACEP / ACMX #107 / ACDX #1281
    ------------------------------



  • 9.  RE: DHCP at Switch 8320

    MVP GURU
    Posted Mar 07, 2021 11:00 AM
    Ah yes! 10.03.0001 introduced the DHCP server. It can be found in the enhancements section in release notes:

    https://support.hpe.com/hpesc/public/docDisplay?docId=a00098882en_us


    ------------------------------
    Dustin Burns
    ------------------------------