Cloud Managed Networks

 View Only
  • 1.  Switch Migration from Classic Central to New Central

    Posted 2 days ago

    Hello Team,

    I am currently migrating Aruba CX and ArubaOS-Switch devices from Aruba Central Classic to the New Aruba Central platform and I have a couple of questions.

    In my environment, I have:

    • Aruba CX switches configured in VSF.
    • ArubaOS-Switch devices configured in Stack.

    When moving a switch from a Classic Central group to a New Central group, will the switch retain its existing configuration, or will the configuration be removed and replaced by the configuration from the new group?

    As a test, I created two VLANs on an Aruba CX switch while it was assigned to a Classic Central group. After moving the switch to a New Central group, the VLANs remained configured and were not removed.

    Could you please confirm the expected behavior for:

    1. Aruba CX switches operating in VSF.
    2. ArubaOS-Switch devices operating in a stack.

    I would like to understand whether there are any scenarios where the switch configuration could be lost during the migration from Classic Central to New Central, and if there are any recommended precautions or best practices before moving production devices.

    Thank you for your assistance.



  • 2.  RE: Switch Migration from Classic Central to New Central

    Posted 2 days ago

    Short answer:

    When you move a switch from a Classic group to a New Central group, the device keeps its running config; New Central does not factory‑default or wipe it, but it can start layering Central‑managed profiles on top, which may override pieces of your existing config depending on how the new group is defined.

    What actually happens when you move groups

    For both CX and AOS‑Switch, Central treats the device as already provisioned and does not auto‑zeroize or replace the full configuration just because you moved it to another group (Classic → New).

    New Central uses a profile model (sites, site groups, device scopes) and will try to import connectivity‑related config (mgmt VLAN, IP, default route, NTP, etc.) into device‑level profiles rather than overwriting everything wholesale.

    Any settings that are not explicitly managed by the new group's configuration (UI, profiles, or templates) stay as they are on the switch, which is why your test VLANs on CX remained after the move.

    CX VSF stacks

    CX VSF (or VSX) stacks are onboarded and managed as a single logical switch; Central can import an already‑built stack "with its config as‑is" without breaking the stack or forcing a rebuild.

    Moving that stack between groups (Classic UI group → New Central group) keeps the existing running configuration and stack topology; New Central then evaluates drift vs the group's profiles and may flag "not in sync" if your existing config diverges from what the new group expects.

    The main risk is policy/config drift, not config loss: if you later enable/commit a New‑Central profile that defines VLANs, interfaces, or system settings differently, Central may push those down and partially override what is on the stack.

    AOS‑Switch stacks

    AOS‑Switch stacks are similar conceptually: Central treats the stack as one device and does not require you to factory‑default or break the stack to move it between groups.

    Historically, with AOS‑Switch and template/UI groups, you could choose to keep local config and just let Central manage selected pieces (or use templates that largely mirror the running config). That same idea applies here: unless the New Central group is configured to push specific profiles that conflict with your current config, your stack's existing VLANs, trunks, and SVIs remain.

    The risk for AOS‑Switch is again Central overwriting portions of configuration when you start using New‑Central profiles for those features, not an automatic wipe on group move.

    Scenarios where you could "lose" config

    Not true zeroize, but practical config loss can happen in a few ways:

    You define global or group profiles in New Central that own system, VLAN, or interface settings, and then commit them; Central pushes those down and overwrites conflicting local settings.

    Connectivity import on CX can generate device‑level "local profiles" (VLAN 1, NTP, STP, system admin, etc.); if you later clean those up incorrectly (for example, removing the mgmt VLAN/profile before you have a replacement), you can strand the switch or drop important bits of config.

    If you ever choose an explicit "overwrite all configurations"‑type workflow in the future (some migration/reset flows), that can intentionally replace config, but that is an explicit action, not what you're doing by simply moving Classic → New.

    Recommended precautions / best practices

    Before moving production CX VSF or AOS‑Switch stacks from Classic to New Central:

    Full offline backup: Save the running config from the stack commander (CX:  copy running-config sftp: ; AOS‑S:  copy running-config tftp:  or similar) and store off‑device. Do not rely solely on Central's backups.

    Test with a representative pair: You already did this with a CX switch and VLANs; I'd repeat with a non‑critical AOS‑Switch stack that has SVIs, trunks, and ACLs to see how New Central models it and what it wants to import.

    Disable auto‑commit initially: For the target New Central group, disable automatic config commit so that when the device joins, you can review the proposed changes/drift before pushing anything back to the switch.

    Keep group config minimal at first: Start with a mostly "observational" New Central group (no aggressive interface/VLAN profiles) so devices move over without big config changes. Then incrementally introduce profiles and watch the diff against your current configs.

    Verify sites and scopes: In New Central, make sure each device is assigned to a site and that any wired profiles are correctly scoped (global/site/device) so you don't accidentally push a global switch profile to all devices and override local settings.

    Given your test, what you saw is the expected behavior: the VLANs you created while in Classic remain after moving to a New Central group. The same is true for CX VSF and AOS‑Switch stacks; they will retain config unless you deliberately let New Central profiles override it.



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

    Lead Mobility Engineer @Worldcom Exchange, Inc.

    ACCX 1271| ACMX 509| ACSP | ACDA | MVP Guru 2022-2023
    If my post was useful accept solution and/or give kudos
    ------------------------------



  • 3.  RE: Switch Migration from Classic Central to New Central

    Posted 22 hours ago

    Not all configuration is imported. Only stacking and connectivity configuration is imported for AOS CX switches at this time. At the current stage we expect the rest of the configuraiton to be configured on the site so that post move to new central it can work as before. 
    The list of configurations imported is here Quick Start-Onboarding Standalone AOS-CX Switches

    Hpe remove preview
    Quick Start-Onboarding Standalone AOS-CX Switches
    This topic describes how to onboard standalone or non-stacked switches to for centralized management and monitoring. HPE Aruba Networking Central provides a unified platform to configure, manage, and monitor switches effectively. For the list of supported AOS-CX switches, see Supported AOS-CX Switch Platforms. Automatic configuration migration from Classic Central group to HPE Aruba Networking Central group is currently not supported.
    View this on Hpe >


    AOS-S does not import stacking configurations or connectivity config at this time. This capability will be introduced in the next upgrades tentatively in 2-4 weeks .



    ------------------------------
    -Mubeesh
    ------------------------------



  • 4.  RE: Switch Migration from Classic Central to New Central

    Posted 17 hours ago

    Just to share an update from a TAC case I opened regarding migration from Classic Central to New Central.

    The TAC response was:

    For OSCX switches, all connectivity configurations will be retained.

    For AOS switches, configurations will not be retained and may require a factory reset.

    Key Notes:

    Aruba CX VSF: Safe migration; configurations usually persist unless group templates overwrite them.

    ArubaOS‑Switch Stack: Higher risk; factory reset and group‑level overrides can wipe configurations.

    Best Practice: Always take backup configurations, validate group templates, and plan migrations cautiously in production environments.

    However, I also have several Aruba 2930M switches operating as a stack. One thing I noticed is that in New Central I only see support/options related to VSF, and I do not see any specific stack management option for AOS-Switch stacks.

    Has anyone migrated Aruba 2930M stacks from Classic Central to New Central?

    Did the stack configuration remain intact after the migration, or was a factory reset/reconfiguration required?

    Any real-world experience would be greatly appreciated.