Wireless Access

 View Only
  • 1.  How to configure management interface on a Conductor managed Virtual Controller

    Posted Sep 25, 2024 10:50 AM

    Hello,

    I have setup a virtual testlab that looks like below. I am trying to add a management interface. Through disaster recovery mode I can do it but I haven't been able to find if it is also possible through the conductor gui.

    Does anyone know? My setup is as below.



    ------------------------------
    Martijn van Overbeek
    Architect, Netcraftsmen a BlueAlly Company
    ------------------------------


  • 2.  RE: How to configure management interface on a Conductor managed Virtual Controller

    Posted Sep 25, 2024 07:05 PM

    Pretty sure that the only option for configuring the management interface is through CLI.  The management interface has, historically, been fairly useless and unused.



    ------------------------------
    Carson Hulcher, ACEX#110
    ------------------------------



  • 3.  RE: How to configure management interface on a Conductor managed Virtual Controller
    Best Answer

    Posted Sep 26, 2024 06:27 AM

    Use CLI on the conductor. Set default to VMC and configure mgmt interface from there.

    Best, Gorazd



    ------------------------------
    Gorazd Kikelj
    MVP Guru 2024
    ------------------------------



  • 4.  RE: How to configure management interface on a Conductor managed Virtual Controller

    Posted Sep 26, 2024 10:19 AM

    Thanks that worked when I issued:

    (MM1) [00:0c:29:46:88:ba] #cd VMC1
    (MM1) [00:0c:29:13:d8:8e] #configure t
    Enter Configuration commands, one per line. End with CNTL/Z

    (MM1) [00:0c:29:13:d8:8e] (config) #interface mgmt
    (MM1) [00:0c:29:13:d8:8e] (config-submode)#ip address 10.0.0.247 255.255.255.0
    WARNING: Management VLAN Interface will be updated.Connectivity to the management interface will be lost for a moment.
    (MM1) ^[00:0c:29:13:d8:8e] (config-submode)#end
    (MM1) ^[00:0c:29:13:d8:8e] #wr



    ------------------------------
    Martijn van Overbeek
    Architect, Netcraftsmen a BlueAlly Company
    ------------------------------