Wireless Access

last person joined: 18 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
This thread has been viewed 3 times
  • 1.  AP-203R

    Posted May 27, 2019 07:48 AM

    AP-203R is connected to aruba 7005 as remote AP. How can I enable eth 1 and 2 ports on AP?



  • 2.  RE: AP-203R
    Best Answer

    MVP EXPERT
    Posted May 28, 2019 06:36 AM
    Example:
    !
    ap wired-ap-profile "weebox-wiredap"
    wired-ap-enable
    trusted
    switchport access vlan 10
    !
    ap wired-port-profile "weebox-wired"
    wired-ap-profile "weebox-wiredap"
    bridge-role "logon"
    !
    ap-group [AP GROUP]
    enet1-port-profile "weebox-wired"
    !

    https://www.arubanetworks.com/techdocs/ArubaOS_801_Web_Help/Content/ArubaFrameStyles/1CommandList/ap_wired_port_profile.htm

     



  • 3.  RE: AP-203R

    Posted May 29, 2019 12:38 AM

    Thank you Craig.

    I must execute command on AP or controller? Please note that I use standalone controller



  • 4.  RE: AP-203R

    MVP EXPERT
    Posted May 29, 2019 12:57 AM
    On the controller, you’ll same the same options in the GUI if you expand the AP Group configuration.


  • 5.  RE: AP-203R
    Best Answer

    Posted May 29, 2019 01:11 AM

    Thank you very much