Wireless Access

last person joined: 11 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

Problem with DHCP with WLC 7030

This thread has been viewed 2 times
  • 1.  Problem with DHCP with WLC 7030

    Posted Feb 17, 2015 05:21 PM

    I'm trying to use DHCP in my controller, but is not working over the wired connection:

     

    This is the configuration:


    ip dhcp excluded-address 172.16.18.1 172.16.18.5
    ip dhcp pool APs_NET
     default-router 172.16.18.1
     lease 8 0 0 0
     network 172.16.18.0 255.255.255.192
     authoritative
    !
    service dhcp


    interface vlan 1683
            ip address 172.16.18.2 255.255.255.192

    am I missing something?



  • 2.  RE: Problem with DHCP with WLC 7030

    EMPLOYEE
    Posted Feb 17, 2015 06:11 PM

    Type:  "show vlan status" to see if VLAN 1683 is assigned to any physical port.

     

    If it is not assigned, assign it:

     

    config t

    interface gigabitethernet 1/1

    switchport access vlan 1683