Controllerless Networks

 View Only
  • 1.  Aruba controller 7010 no internet access

    Posted Jun 26, 2023 10:46 AM
    (Aruba7010-WLC1) ^*[mynode] #show vlan
     
    VLAN CONFIGURATION
    ------------------
    VLAN  Description  Ports               AAA Profile  Option-82
    ----  -----------  -----               -----------  ---------
    1     Default      GE0/0/16 Pc0-7      N/A          Disabled
    10    VLAN0010     GE0/0/0-0/14        N/A          Disabled
    11    VLAN0011     GE0/0/15 GE0/0/17   N/A          Disabled
    (Aruba7010-WLC1) ^*[mynode] #show port
    % Incomplete command
    (Aruba7010-WLC1) ^*[mynode] #show port interface
                                           ^
    % Invalid input detected at '^' marker.
    (Aruba7010-WLC1) ^*[mynode] #show port status
     
    Port Status
    -----------
    Slot-Port  PortType  AdminState  OperState  PoE      Trusted  SpanningTree  PortMode  Speed   Duplex  PortError
    ---------  --------  ----------  ---------  ---      -------  ------------  --------  -----   ------  ---------
    0/0/0      GE        Enabled     Down       Enabled  Yes      Disabled      Access    Auto    Auto    -
    0/0/1      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/2      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/3      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/4      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/5      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/6      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/7      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/8      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/9      GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/10     GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/11     GE        Enabled     Up         Enabled  Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/12     GE        Enabled     Up         N/A      Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/13     GE        Enabled     Down       N/A      Yes      Disabled      Access    Auto    Auto    -
    0/0/14     GE        Enabled     Down       N/A      Yes      Disabled      Access    Auto    Auto    -
    0/0/15     GE        Enabled     Up         N/A      Yes      Forwarding    Access    1 Gbps  Full    -
    0/0/16     GE        Enabled     Down       N/A      Yes      Disabled      Access    Auto    Auto    -
    0/0/17     GE        Enabled     Down       N/A      Yes      Disabled      Access    Auto    Auto    -
    (Aruba7010-WLC1) ^*[mynode] #
    (Aruba7010-WLC1) ^*[mynode] #show ip interface
    % Incomplete command
    (Aruba7010-WLC1) ^*[mynode] #show ip interface brief
     
    Interface                   IP Address / IP Netmask        Admin   Protocol   VRRP-IP
    vlan 1                    172.16.0.254 / 255.255.255.0     up      up
    vlan 10                   192.168.10.1 / 255.255.255.0     up      up
    vlan 11                  192.168.1.144 / 255.255.255.0     up      up
    loopback                    unassigned / unassigned        up      up
    mgmt                   192.168.100.254 / 255.255.255.0     up      down

     

    I am new in aruba, hope someone can help me...thank you.



  • 2.  RE: Aruba controller 7010 no internet access

    Posted Jun 26, 2023 09:35 PM

    which one is your Internet bound VLAN? also please paste "show ip route" output.



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: Aruba controller 7010 no internet access

    Posted Jul 03, 2023 07:13 AM

    From which VLAN don't you have internet access? Is your controller the default gateway for your clients? Do you have a return route for the client network from your internet router?



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------



  • 4.  RE: Aruba controller 7010 no internet access

    Posted Jul 03, 2023 12:10 PM
    Hi Sir, sorry for the late reply,
    i want vlan 10 to have internet access,
    (Aruba7010-WLC1) *[mynode] #show ip route
     
    Codes: C - connected, O - OSPF, R - RIP, S - static, B - Bgw peer uplink
           M - mgmt, U - route usable, * - candidate default, V - RAPNG VPN/Branch
           I - Ike-overlay, N - not redistributed
     
    Gateway of last resort is Imported from DHCP to network 0.0.0.0 at cost 10
    Gateway of last resort is Imported from CELL to network 0.0.0.0 at cost 10
    Gateway of last resort is Imported from PPPOE to network 0.0.0.0 at cost 10
    Gateway of last resort is 172.16.0.1 to network 0.0.0.0 at cost 1
    S*    0.0.0.0/0  [0/1] via 172.16.0.1*
    C    172.16.0.0/24 is directly connected, VLAN1
    C    192.168.10.0/24 is directly connected, VLAN10
    (Aruba7010-WLC1) *[mynode] #




  • 5.  RE: Aruba controller 7010 no internet access

    Posted Jul 03, 2023 06:50 PM

    then you should have your static default point to 192.168.10.x not the current setting that points to 172.16.0.1 which is on VLAN1



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 6.  RE: Aruba controller 7010 no internet access

    Posted Jul 19, 2023 08:18 AM

    Hi Sir, 

    still i cant get internet connection from my controller, vlan 10 is connected to ip 192.168.10.0/24  configure in this port GE-0/0/0 - GE-0/0/11 and the vlan 11 GE-0/0/15 is connected to ISP Huawei Router which is the default gateway is 192.168.1.1, how i can establish internet both vlan 10 & vlan 11. hope you can help me. thank you.




  • 7.  RE: Aruba controller 7010 no internet access

    Posted Jul 19, 2023 10:00 AM

    Do you have a route back to vlan 10 configured on your ISP router? You should route 192.168.10.0/24 to 192.168.1.144 (assuming that is the IP of your controller).

    And did you change the default route (0.0.0.0/0) to the ISP router on VLAN 11?



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your Aruba partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact Aruba TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or Aruba Networks.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------