Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you provision a switch without adding a switch configuration beforehand, the switch will be in Parking status. The switch in Parking status is not listed on the “Switch” page and can’t be staged.

In the AmpCon-DC Campus UI, click Service > Switch. On the “Switch” page, click Parking Lot, and then you can see all switches in Parking status. Locate a parking switch, and then click Create Config to add a switch configuration. After you add the switch configuration, the switch will be listed on the “Switch” page with the Configured status.

...

Adding a Switch Configuration

  1. In the AmpCon-DC Campus UI, click Services > Switch Configuration.

  2. Input the following information:

    • Switch SN/Service Tag: The SN or service tag of the switch.

    • Switch Model: Select the switch model.

    • Deployment Location: The location where the switch exists, such as Beijing.

    • Fabric: Select the fabric that the switch belongs to. The “default” fabric is selected by default.

    • Select Global Config: Select the global configuration file with configurations to push to the switch.

    • Select Site Template: Select the configuration template to use.

    • Option Post-Deployed: Select whether to back up the switch configuration.

      图片-20241224-032638.png

  3. Click Next. You can see an input section, which is related to the selected configuration template. Enter the relevant information.

...

{

"sn": [ "EC1631000063","EC1806001292","732656X2007017"],

"hardware_model": "ag5648",

"location": "Beijing",

"global_config_name": "2024-8-2-glob-ag5648-test1",

"site_template_name": ["test1"],

"agent_config": {

"enable": true,

"vpn_enable": true,

"server_domain": "http://pica8.com ",

"inband_native_vlan": "4094",

"server_vpn_host": "vpn.pica8.com",

"inband_vlan": "4094",

"server_hostname_prefix": "ac",

"inband_lacp": true,

"uplink_ports": "te-1/1/49,te-1/1/50",

"uplink_speed": "1000"

},

"vpn": true,

"retrieve_config": true,

"default_config_param": {

"test1": {

"vlan_id": "12",

"vlan_name": "23"

}

},

"unique_config_param": {

}

}

  1. In the AmpCon-DC Campus UI, click Services > Switch Configuration.

  2. Click Upload by JSON.

  3. Click or drag a file to upload the JSON file.

  4. Click Upload.

...