Wireless Access

 View Only
last person joined: 4 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

Mobility Controller Access

This thread has been viewed 30 times
  • 1.  Mobility Controller Access

    Posted Mar 01, 2021 07:36 AM
    Afternoon, I'm trying to add a VLAN to the controller's Interface however as far as I know I have to do this from the SSH Console of the mobility master, if I attempt to access the controller direct I get a error.

    (Wifi-Ctrl-N) #configure t
    This controller is managed by a Mobility Master.
    Configuration changes can only be performed on the Mobility Master.

    Can anyone tell me the command to connect to the controller from the MM CLI.

    Thanks Simon

    ------------------------------
    Simon Harbinson
    ------------------------------


  • 2.  RE: Mobility Controller Access

    MVP GURU
    Posted Mar 01, 2021 08:09 AM
    You would want to change directory down to the device and configure the interface from there. Once complete, you would issue a "write memory". You can SSH into the controller form the MM by changing directory to the device, and then issue "md" command. You will now be on the device CLI. See examples below

    Change Controller Interface Settings

    (Aruba-MM01) [mynode] #cd
    /
    /md
    /md/Site-A
    /mm
    /mm/mynode
    ARUBA-MC01                                           Alias for /md/Site-A/00:1a:1e:xx:xx:xx
    ARUBA-MC02                                           Alias for /md/Site-A/00:1a:1e:xx:xx:yy
    <node-path> Path of config node

    (Aruba-MM01) [mynode] #cd ARUBA-MC01
    (Aruba-MM01) [00:1a:1e:xx:xx:xx] #configure t
    Enter Configuration commands, one per line. End with CNTL/Z

    (Aruba-MM01) [00:1a:1e:xx:xx:xx] (config) #interface gigabitethernet 0/0/0
    (Aruba-MM01) [00:1a:1e:xx:xx:xx] (config-submode)#

    CLI to controller from Managed Device Shell

    (Aruba-MM01) [mynode] #cd
    /
    /md
    /md/Site-A
    /mm
    /mm/mynode
    ARUBA-MC01                                           Alias for /md/Site-A/00:1a:1e:xx:xx:xx
    ARUBA-MC02                                           Alias for /md/Site-A/00:1a:1e:xx:xx:yy
    <node-path> Path of config node

    (Aruba-MM01) [mynode] #cd ARUBA-MC01
    (Aruba-MM01) [00:1a:1e:xx:xx:xx] #md


    Redirecting to Managed Device Shell

    (ARUBA-MC01) [MDC] #

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



  • 3.  RE: Mobility Controller Access

    Posted Mar 01, 2021 10:17 AM
    Hi Dustin, thanks, that has done it.

    Simon

    ------------------------------
    Simon Harbinson
    ------------------------------