Wired Intelligent Edge

last person joined: 10 hours 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

2nd DHCP scope on 2930f

This thread has been viewed 5 times
  • 1.  2nd DHCP scope on 2930f

    EMPLOYEE
    Posted Jun 26, 2019 06:21 AM

    The following is the running config, where i defined two DHCP scopes on my 8P 2930f.

     

    VLAN 1 works fine and provides client IP's, however VLAN 20 wont provide any client IP's on ports assigned 1-2

    "
    vlan 1
    name "DEFAULT_VLAN"
    no untagged 1-2
    untagged 3-10
    ip address 192.168.8.10 255.255.255.0
    dhcp-server
    exit


    vlan 10
    name "VLAN10"
    tagged 3-6,8-10
    ip address 10.10.10.10 255.255.255.0
    exit


    vlan 20
    name "VLAN20"
    untagged 1-2
    ip address 172.16.20.10 255.255.255.0
    dhcp-server
    exit


    management-vlan 1
    dhcp-server pool "IAP"
    default-router "172.16.20.10"
    dns-server "8.8.8.8"
    network 172.16.20.0 255.255.255.0
    exit


    dhcp-server pool "lab"
    default-router "192.168.8.1"
    dns-server "8.8.8.8"
    network 192.168.8.0 255.255.255.0
    range 192.168.8.50 192.168.8.200
    exit


    dhcp-server enable

    "


    #2930F


  • 2.  RE: 2nd DHCP scope on 2930f
    Best Answer

    EMPLOYEE
    Posted Jun 26, 2019 06:49 AM

    Range was missing on VLA 20, though it was not mandatory and the scope will just start at .1

     

    Its working fine now



  • 3.  RE: 2nd DHCP scope on 2930f

    MVP GURU
    Posted Jun 26, 2019 11:45 AM

    It's good to have a look here too.