cencliUsage: cencli [OPTIONS] COMMAND [ARGS]...Aruba Central API CLI. A CLI for interacting with Aruba Central APIs.Use --raw which is supported globally, to see the raw unformatted response from Aruba Central.Append --again to any command to re-display the output of the last command from local cache. - This is intended for use with up arrow. It's the equivalent of cencli show last. - Ignores the command on the command line and converts it tocencli show last - Only retains options valid for cencli show last i.e. --json-r ... - Useful if you want to see the same output in a different format or you want to output to file (--out<FILE>) - ⚠ --raw output is not cached for re-display.╭─ Options ─────────────────────────────────────────────────────╮│--version-V,-vShow current cencli ││version, and latest ││available version. ││--debugEnable Additional ││Debug Logging ││[env var: ││ARUBACLI_DEBUG] ││-dUse default central ││account ││--accountTEXTThe Aruba Central ││Account to use (must ││be defined in the ││config) ││[env var: ││ARUBACLI_ACCOUNT] ││[default: ││central_info] ││--install-completionInstall completion for││the current shell. ││--show-completionShow completion for ││the current shell, to ││copy it or customize ││the installation. ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│move Move device(s) to a defined group and/or site. ││bounce Bounce interface(s) or PoE on interface(s) (Valid││on switches) ││remove Remove a device from a site ││reboot Reboot devices or swarms ││reset Reset overlay control connection (OTO/ORO) ││blink Blink LED ││nuke Reset a device to factory default, erase all ││configuration (Valid on ArubaOS-SW or IAP ││Clusters) ││save Save Device Running Config to Startup ││sync Sync/Refresh device config with Aruba Central ││archive Archive devices ││unarchive Unacrchive devices ││convert convert j2 templates ││show Show Details about Aruba Central Objects ││delete Delete Aruba Central Objects ││add Add devices / objects ││assign Assign licenses / labels ││unassign Unassign licenses / labels ││clone Clone Aruba Central Groups ││update Update existing Aruba Central objects ││upgrade Upgrade (or Downgrade) Firmware ││batch Perform batch operations ││refresh Refresh tokens / cache ││test Test Webhook or run a centralcli function ││directly (all Aruba Central API endpoints are ││available) ││ts Run Troubleshooting commands on devices ││rename Rename Aruba Central Objects ││kick Kick (disconnect) WLAN clients ││set Set Firmware Compliance ││export Collect configs in mass ││check Check if firmware version is available ││cancel Cancel previously initiated firmware upgrade │╰───────────────────────────────────────────────────────────────╯
moveUsage: cencli move [OPTIONS] [name|ip|mac|serial] ... (multiple allowed) [site <SITE>] [group <GROUP>]Move device(s) to a defined group and/or site.╭─ Arguments ───────────────────────────────────────────────────╮│device [name|ip|mac|serial] ││... (multiple ││allowed) ││kw1_val[site <SITE>]site keyword followed ││by the site name. ││kw2_val[group <GROUP>]group keyword followed ││by the group name. ││[site and/or group ││required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--reset-groupReset group membership. (move to││the defined default group) ││-kKeep config intact for CX ││switches during move ││--yes-Y,-yBypass confirmation prompts - ││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
bounceUsage: cencli bounce [OPTIONS] WHAT:{poe|interface} [name|ip|mac|serial] PORTS...Bounce interface(s) or PoE on interface(s) (Valid on switches)Ranges are supported:cencli bounce interface edge3 1/1/1-1/1/4 2/1/1-2/1/4 will bounce the 8 interfaces in those rangescencli bounce interface edge3 1/1/1-1/1/4,2/1/1-2/1/4 comma seperated similar to swich CLI is also validResults in 1 API call per interface╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{poe|interface}[required]││*device[name|ip|mac|serial][required]││*ports PORTS... [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
removeUsage: cencli remove [OPTIONS] [name|ip|mac|serial] ... (multiple allowed) [site <SITE>]Remove a device from a site╭─ Arguments ───────────────────────────────────────────────────╮│*devices[name|ip|mac|serial][required]││... (multiple ││allowed) ││*site [site <SITE>][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
rebootUsage: cencli reboot [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Reboot devices or swarmsUse --swarm to reboot the swarm associated with the specified device (The device can be any AP in the swarm)╭─ Arguments ───────────────────────────────────────────────────╮│*devices[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--swarm-sReboot the swarm (IAP cluster)││associated with the provided device ││(AP). ││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
resetUsage: cencli reset [OPTIONS] [WHAT]:[overlay] [name|ip|mac|serial]Reset overlay control connection (OTO/ORO)╭─ Arguments ───────────────────────────────────────────────────╮│what [WHAT]:[overlay]overlay is the only ││option currently ││[default: overlay] ││*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
blinkUsage: cencli blink [OPTIONS] [name|ip|mac|serial] ACTION:{on|off} SECONDSBlink LED╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]││*actionACTION:{on|off} [required]││secs SECONDS Blink for {secs} ││seconds. │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
nukeUsage: cencli nuke [OPTIONS] [name|ip|mac|serial]Reset a device to factory default, erase all configuration (Valid on ArubaOS-SW or IAP Clusters)⚠ For AOS8 IAP this command is only valid for entire cluster, not individual APs -s|--swarm option is required.╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--swarm-sFactory Default the swarm (IAP cluster)││associated with the provided device ││(AP). ││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
saveUsage: cencli save [OPTIONS] [name|ip|mac|serial]╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
syncUsage: cencli sync [OPTIONS] [name|ip|mac|serial]Sync/Refresh device config with Aruba CentralOnly valid for gateways (aka controllers)╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
archiveUsage: cencli archive [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Archive devices. This has less meaning/usefulness with the transition to GreenLake.cencli archive <devices>, followed by cencli unarchive <devices> removes any subscriptionsand the devices assignment to the Aruba Central App in GreenLake.Archive removes the GreenLake assignment, but the device can't be added to a different accountuntil it's unarchived.Just use cencli deleve device ... or cencli batch delete devices╭─ Arguments ───────────────────────────────────────────────────╮│*devices[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
unarchiveUsage: cencli unarchive [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Unacrchive devicesRemove previously archived devices from archive.Specify device by serial. (archived devices will not be in Inventory cache for name lookup)╭─ Arguments ───────────────────────────────────────────────────╮│*serials[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
convertUsage: cencli convert [OPTIONS] TEMPLATE [VAR_FILE]Convert specified j2 template into final form based on variablefile.--var-file is optional, If not provided cencli will look in thesame dir as the templatefor a file with the same name and supported extension.cencli supports most common extension for variable import:'.yaml', '.yml', '.json', '.csv', '.tsv', '.dbf'╭─ Arguments ───────────────────────────────────────────────────╮│*templatePATH j2 template to convert││[required] ││var_file[VAR_FILE]Optional variable file, will ││automatically look for file ││with same name as template and││supported extension/format. │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
showUsage: cencli show [OPTIONS] COMMAND [ARGS]...Show Details about Aruba Central Objects╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│all Show details for All devices ││devices Show details for devices ││aps Show details for APs ││switches Show details for switches ││gateways Show details for gateways ││stacks Show details for switch stacks ││inventory Show device inventory ││subscriptions Show subscription/license details or stats ││swarms Show Swarms (AOS8 IAP Clusters) or settings ││for a specific swarm ││interfaces Show interfaces/details ││poe Show (switch) poe details for an interface ││vlans Show VLANs for device or site ││dhcp Show DHCP pool or lease details (gateways ││only) ││upgrade Show firmware upgrade status (by device) ││groups Show groups/details ││labels Show labels/details ││sites Show sites/details ││templates Show templates/details ││variables Show Variables for all or specific device ││lldp Show lldp neighbor information ││certs Show certificates/details ││task Show status of previously issued task/command││run Show running config for a device ││config Show Effective Group/Device Config (UI ││Group), ap speciffic settings (env) or cencli││config. ││token Show current access token from cache ││routes Show gateway routing table ││wlans Show WLAN(SSID)/details ││cluster Show Cluster mapped to a given group/SSID ││vsx Show VSX details for a CX switch ││clients Show clients/details ││tunnels Show Branch Gateway/VPNC Tunnel details ││uplinks Show Branch Gateway/VPNC Uplink details ││roaming Show wireless client roaming history. ││logs Show device event logs (last 30m by default) ││or show cencli logs. ││alerts Show Alerts/Notifications (for past 24 hours ││by default). ││notifications Show alert/notification configuration. ││last Re-display output from Last command. ││webhooks Show configured webhooks ││archived Show archived devices ││portals Show Configured Guest Portals, details for a ││specific portal, or download logo for a ││specified portal ││guests Show Guests configured for a Portal ││radios Show details for Radios ││insights Show AI Insights or details for a specific ││insight ││version Show current cencli version, and latest ││available version. ││cron Show contents of cron file that can be used ││to automate token refresh weekly. ││firmware Show Firmware / compliance details ││wids Show Wireless Intrusion Detection data ││branch Show branch health ││ospf Show OSPF details ││ts Show troubleshooting session details or ││available commands ││overlay Show Overlay (OTO/ORO) Information ││audit Show Aruba Central audit logs / audit event ││logs ││cloud-auth Show Aruba Cloud-Auth details ││mpsk Show MPSK details ││bandwidth Show bandwidth usage │╰───────────────────────────────────────────────────────────────╯
allUsage: cencli show all [OPTIONS]Show details for All devices╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|stat││e|zip]││--label[LABEL]Filter by Label││--pub-ipTEXT Filter by Public IP││--upFilter by devices ││that are Up ││--downFilter by devices ││that are Down ││--inv-IInclude devices in ││Inventory that have ││yet to connect ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|model|ip|mac|seField to sort by ││rial|group|site|statu(Some fields may ││s|type|clients|labelsrequire -v (verbose) ││|version|uptime|ap|apoption where ││-ip|ap-serial|ap-portsupported)││|switch|switch-ip|swi││tch-serial|switch-por││t|untagged-vlan|tagge││d-vlans|healthy]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
devicesUsage: cencli show devices [OPTIONS] [name|ip|mac|serial|'all'] ... (multiple allowed)Show details for devices╭─ Arguments ───────────────────────────────────────────────────╮│devices[name|ip|mac|serial|'Show details for a ││all'] ... (multiple specific device ││allowed) [default: show details ││for all devices]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|stat││e|zip]││--label[LABEL]Filter by Label││--pub-ipTEXT Filter by Public IP││--upFilter by devices ││that are Up ││--downFilter by devices ││that are Down ││--inv-IInclude devices in ││Inventory that have ││yet to connect ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|model|ip|mac|seField to sort by ││rial|group|site|statu(Some fields may ││s|type|clients|labelsrequire -v (verbose) ││|version|uptime|ap|apoption where ││-ip|ap-serial|ap-portsupported)││|switch|switch-ip|swi││tch-serial|switch-por││t|untagged-vlan|tagge││d-vlans|healthy]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
apsUsage: cencli show aps [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Show details for APsUse cencli show aps -n--site<SITE> to see lldp neighbors for all APs in a site.╭─ Arguments ───────────────────────────────────────────────────╮│aps[name|ip|mac|serial] ││... (multiple allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dirty-DGet Dirty diff ││(config items not ││pushed)[requires: ││--group]││--neighbors-nShow all AP LLDP ││neighbors for a ││site [requires: ││--site]││--inv-IInclude aps in ││Inventory that have││yet to connect ││--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|sta││te|zip]││--label[LABEL]Filter by Label││--pub-ip<Public IP Address>Filter by Public IP││--upFilter by devices ││that are Up ││--downFilter by devices ││that are Down ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|model|ip|mac|seField to sort by ││rial|group|site|statu(Some fields may ││s|type|clients|labelsrequire -v (verbose) ││|version|uptime|ap|apoption where ││-ip|ap-serial|ap-portsupported)││|switch|switch-ip|swi││tch-serial|switch-por││t|untagged-vlan|tagge││d-vlans|healthy]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
switchesUsage: cencli show switches [OPTIONS] [name|ip|mac|serial]Show details for switches╭─ Arguments ───────────────────────────────────────────────────╮│switches[name|ip|mac|serial]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|stat││e|zip]││--label[LABEL]Filter by Label││--pub-ip<Public IP Address>Filter by Public IP││--upFilter by devices ││that are Up ││--downFilter by devices ││that are Down ││--inv-IInclude switches in ││Inventory that have ││yet to connect ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|model|ip|mac|seField to sort by ││rial|group|site|statu(Some fields may ││s|type|clients|labelsrequire -v (verbose) ││|version|uptime|ap|apoption where ││-ip|ap-serial|ap-portsupported)││|switch|switch-ip|swi││tch-serial|switch-por││t|untagged-vlan|tagge││d-vlans|healthy]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
gatewaysUsage: cencli show gateways [OPTIONS] [name|ip|mac|serial]Show details for gateways╭─ Arguments ───────────────────────────────────────────────────╮│gateways[name|ip|mac|serial]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|stat││e|zip]││--label[LABEL]Filter by Label││--pub-ip<Public IP Address>Filter by Public IP││--upFilter by gateways ││that are Up ││--downFilter by gateways ││that are Down ││--inv-IInclude gateways in ││Inventory that have ││yet to connect ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|model|ip|mac|seField to sort by ││rial|group|site|statu(Some fields may ││s|type|clients|labelsrequire -v (verbose) ││|version|uptime|ap|apoption where ││-ip|ap-serial|ap-portsupported)││|switch|switch-ip|swi││tch-serial|switch-por││t|untagged-vlan|tagge││d-vlans|healthy]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
stacksUsage: cencli show stacks [OPTIONS] [name|ip|mac|serial]Show details for switch stacks╭─ Arguments ───────────────────────────────────────────────────╮│switches[name|ip|mac|serial]List of specific ││switches to pull stack ││details for │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--upFilter by devices that are Up││--downFilter by devices that are Down││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[group|id|mac|name|sField to sort by (Some││plit-policy|status|tfields may require -v││opology](verbose) option where││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted ││response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
inventoryUsage: cencli show inventory [OPTIONS] [DEV_TYPE]:[all|ap|gw|vgw|switch]Show device inventory / all devices that have been added to Aruba Central.╭─ Arguments ───────────────────────────────────────────────────╮│dev_type[DEV_TYPE]:[all|ap|gw[default: all]││|vgw|switch]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--sub--no-subShow devices with applied ││subscription/license, or devices with││no subscription/license applied. ││[default: show all]││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[serial|mac|type|modeField to sort by ││l|sku|services|subscr(Some fields may ││iption-key|expires-inrequire -v (verbose) ││]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
subscriptionsUsage: cencli show subscriptions [OPTIONS] [WHAT]:[details|stats| names|auto]Show subscription/license details or stats╭─ Arguments ───────────────────────────────────────────────────╮│what[WHAT]:[details|stats|n[default: details]││ames|auto]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dev-type[ap|gw|switch|sdwan]Filter by device type││--type[advance-70xx|advancFilter by ││e-72xx|advance-90xx-subscription/license ││sec|advanced-91xx|adtype ││vanced-91xx-sec|adva││nced-92xx-sec|advanc││ed-ap|advanced-nw-th││ird-party|advanced-s││witch-6100|advanced-││switch-6200|advanced││-switch-6300|advance││d-switch-6400|advanc││ed-switch-8xxx-9xxx-││10xxx|foundation-700││5|foundation-70xx|fo││undation-72xx|founda││tion-90xx-sec|founda││tion-91xx|foundation││-91xx-sec|foundation││-92xx-sec|foundation││-ap|foundation-base-││90xx-sec|foundation-││nw-third-party|found││ation-sdflex|foundat││ion-switch-6100|foun││dation-switch-6200|f││oundation-switch-630││0|foundation-switch-││6400|foundation-swit││ch-8400|foundation-w││lan-gw|vgw-2g|vgw-4g││|vgw-500m|wlan-advan││ced-90xx-sec|wlan-ad││vanced-91xx|wlan-adv││anced-91xx-sec|wlan-││advanced-92xx-sec]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|sku|status|typField to sort by (Some││e|key|network|start-fields may require -v││date|end-date](verbose) option where││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted ││response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
swarmsUsage: cencli show swarms [OPTIONS] [name|ip|mac|serial]Show Swarms (AOS8 IAP Clusters) or settings for a specific swarm╭─ Arguments ───────────────────────────────────────────────────╮│ap[name|ip|mac|serial]Show settings for the Virtual││Controller/Swarm associated ││with this AP. [default: Show││All Swarms]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--config-cGet Swarm/Virtual ││Controller ││configuration for a ││specific swarm. ││Valid/Applies if AP is││provided││--group[GROUP NAME]Filter by Group││--upFilter by swarms that ││are Up ││--downFilter by swarms that ││are Down ││--pub-ip<Public IP Address>Filter by swarm Public││IP ││--nameTEXT Filter by ││swarm/cluster name ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[version|group|name|iField to sort by ││p|public-ip|status|sw(Some fields may ││arm-id]require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
interfacesUsage: cencli show interfaces [OPTIONS] [name|ip|mac|serial|all] [SLOT]Show interfaces/detailsShow interfaces for a device, or show interfaces for all devices (default if no device is specified) of a provided device type.--site & --group filters only apply when listing all interfacesof a given device type.╭─ Arguments ───────────────────────────────────────────────────╮│device[name|ip|mac|serial|alDevice to fetch ││l]interfaces from ││[default: ALL (must ││provide one of --ap, ││--gw, or --switch)]││slot [SLOT]Slot name of the ports ││to query (chassis only)│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|sta││te|zip]││--gwShow interfaces for││all gateways, (Only││applies with device││'all' or when no ││device is provided)││--apShow interfaces for││all APs (Only ││applies with device││'all' or when no ││device is provided)││--switchShow interfaces for││all switches (Only ││applies with device││'all' or when no ││device is provided)││--upFilter by ││interfaces that are││Up ││--downFilter by ││interfaces that are││Down ││--slow-sFilter by Up ││interfaces that ││have negotiated a ││speed below 1Gbps ││--fast-fFilter by Up ││interfaces that ││have negotiated a ││speed at or above ││2.5Gbps (Smart ││Rate) ││--yes-Y,-yBypass confirmation││prompts - Assume ││Yes ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
poeUsage: cencli show poe [OPTIONS] [name|ip|mac|serial] [PORT]Show (switch) poe details for an interface╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]││port [PORT]Show PoE details for a││specific interface │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--powered-pShow only interfaces currently ││delivering power ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
vlansUsage: cencli show vlans [OPTIONS] [name|ip|mac|serial] (vlans for a device) OR [name|site id|address|city|state|zip] (vlans for a site)Show VLANs for device or siteCommand applies to sites, gateways, or switches╭─ Arguments ───────────────────────────────────────────────────╮│*dev_site[name|ip|mac|serial[required]││] (vlans for a ││device) OR ││[name|site ││id|address|city|sta││te|zip] (vlans for ││a site) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--upFilter by VLANs that are Up││--downFilter by VLANs that are Down││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|pvid|untagged|tField to sort by ││agged|status|mgmt|jum(Some fields may ││bo|voice|igmp|oper-strequire -v (verbose) ││ate-reason]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
dhcpUsage: cencli show dhcp [OPTIONS] WHAT:{clients|pools} [name|ip|mac|serial] (Valid for Gateways Only)Show DHCP pool or lease details (gateways only)-v (verbose) will extract hostnames for defined reservations from GW config╭─ Arguments ───────────────────────────────────────────────────╮│*whatWHAT:{clients|pools} [required]││*dev [name|ip|mac|serial] [required]││(Valid for Gateways ││Only) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--no-resFilter out reservations││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[pool-name|pool-size|Field to sort by ││pvid|subnet|lease-tim(Some fields may ││e|free-ip|client-namerequire -v (verbose) ││|mac|ip|lease-start|loption where ││ease-end|lease-remainsupported)││ing|client-type]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
upgradeUsage: cencli show upgrade [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Show firmware upgrade status (by device)╭─ Arguments ───────────────────────────────────────────────────╮│*devices[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
groupsUsage: cencli show groups [OPTIONS]Show groups/details╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|allowed-types|gField to sort by ││w-role|aos10|microbra(Some fields may ││nch|cnx|template-grourequire -v (verbose) ││p]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
labelsUsage: cencli show labels [OPTIONS]Show labels/details╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[devices|id|name]Field to sort by (Some ││fields may require -v││(verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted ││response from Central API││Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
sitesUsage: cencli show sites [OPTIONS] [name|site id|address|city|state|zip]╭─ Arguments ───────────────────────────────────────────────────╮│site[name|site ││id|address|city|state|z││ip]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│-sCalculate # of sites per state││-cCalculate # of sites per country││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|id|address|cityField to sort by ││|state|zipcode|countr(Some fields may ││y|associated-devices]require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
templatesUsage: cencli show templates [OPTIONS] [NAME] [GROUP]Show templates/details╭─ Arguments ───────────────────────────────────────────────────╮│name [NAME]Template: [name] or Device: ││[name|ip|mac|serial] ││group[GROUP]Get Templates for Group│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--groupTEXT Get Templates for ││Group ││--dev-type[ap|sw|cx|gw|sdwan]Filter by Device Type││--version<version>[Templates] Filter by ││dev version Template ││is assigned to ││--model<model>[Templates] Filter by ││model ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[device-type|group|mField to sort by (Some││odel|name|template-hfields may require -v││ash|version](verbose) option where││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted ││response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
variablesUsage: cencli show variables [OPTIONS] [name|ip|mac|serial|all]╭─ Arguments ───────────────────────────────────────────────────╮│device[name|ip|mac|serial|al[default: all]││l]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
lldpUsage: cencli show lldp [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Show lldp neighbor informationValid on APs and switchesNOTE: AOS-SW will return LLDP neighbors, but only reports neighbors for connected Aruba devices managed in Central╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial] [required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
certsUsage: cencli show certs [OPTIONS] [name|hash]╭─ Arguments ───────────────────────────────────────────────────╮│query[name|hash]Show details for certificates ││matching query name or hash│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--valid--no-validFilter by certificate ││validity expiration status││--svrFilter by certificate type: ││Server Certificate ││--caFilter by certificate type: ││CA ││--crlFilter by certificate type: ││CRL ││--int-caFilter by certificate type: ││Intermediate CA ││--ocsp-respFilter by certificate type: ││OCSP responder ││--ocsp-signerFilter by certificate type: ││OCSP signer ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|type|expirationField to sort by ││|expired|md5-checksum(Some fields may ││|sha1-checksum]require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
taskUsage: cencli show task [OPTIONS] TASK_IDShow status of previously issued task/commandRequires task_id which is provided in the response of the previously issued command.Example: cencli bounce interface idf1-6300-sw 1/1/11 will queuethe command and provide the task_id.╭─ Arguments ───────────────────────────────────────────────────╮│*task_idTEXT[required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--rawShow raw unformatted response from Central API││Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
runUsage: cencli show run [OPTIONS] [name|ip|mac|serial]Show running config for a deviceAPs get the last known running config from CentralSwitches and GWs request the running config from the device╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--rawShow raw unformatted response from Central API││Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
configUsage: cencli show config [OPTIONS] [NAME|IP|MAC|SERIAL|GROUPNAME|cencli] [DEVICE]Show Effective Group/Device Config (UI Group), ap speciffic settings (env) or cencli config.Group level configs are available for APs or GWs.Device level configs are available for all device types, howeverAP and GW, show what Aruba Central has configured at the devicelevel.Switches fetch the running config from the device (Same as cencli show run). or the template if it's in a template group (Same as cenclishow template <SWITCH>)).Examples:cencli show config GROUPNAME --gw Central's Group level config for a GWcencli show config DEVICENAME Central's device level config if GW, per AP settings if AP, template or running config if switch.cencli show config cencli cencli configurationinformation (from config.yaml)╭─ Arguments ───────────────────────────────────────────────────╮│*group_dev[NAME|IP|MAC|SERIALDevice Identifier, ││|GROUPNAME|cencli]Group Name along ││with --ap or --gw││option, or 'cencli' ││to see cencli ││configuration ││details. ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--gwShow group level config for gateways.││--apShow group level config for APs.││--env-eShow AP environment settings. Valid for ││APs only││-fApplies to cencli show config cencli. ││Display raw file contents (i.e. cat the ││file) ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--rawShow raw unformatted response from Central API││Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
tokenUsage: cencli show token [OPTIONS]Show current access token from cache╭─ Options ─────────────────────────────────────────────────────╮│--no-refreshDo not refresh tokens first││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
routesUsage: cencli show routes [OPTIONS] [name|ip|mac|serial]Show gateway routing tableℹ This command is only valid on Gateways╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[destination|interfacField to sort by ││e|nexthop|protocol|fl(Some fields may ││ags|metric|best|learnrequire -v (verbose) ││-time]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
wlansUsage: cencli show wlans [OPTIONS] [WLAN NAME]Show WLAN(SSID)/detailsShows summary of all WLANs in Central by default. Each SSID isonly listed once.Use -v (fetch details for wlans in each group) or specify --group for more details.╭─ Arguments ───────────────────────────────────────────────────╮│name[WLAN NAME]Get Details for a specific WLAN│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|state││|zip]││--label[LABEL]Filter by Label││--swarm-s[name|ip|mac|serial]Filter by the swarm ││associated with ││specified AOS8 IAP ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vget more details for ││SSIDs across all AP ││groups ││--sort[ssid|security|type|cField to sort by ││lients|enabled|rf-ban[default: SSID]││d|mac-auth|access-typ││e|group]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
clusterUsage: cencli show cluster [OPTIONS] GROUP SSIDShow Cluster mapped to a given group/SSID╭─ Arguments ───────────────────────────────────────────────────╮│*groupTEXT[required]││*ssid TEXTSSIDs are not cached. Ensure text/case││is accurate. ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
vsxUsage: cencli show vsx [OPTIONS] [name|ip|mac|serial]Show VSX details for a CX switch╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
clientsUsage: cencli show clients [OPTIONS] [username|ip|mac]Show clients/detailsShows clients that have connected within the last 3 hours by default.╭─ Arguments ───────────────────────────────────────────────────╮│client[username|ip|mac]Show details for a specific ││client. verbose assumed.│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--past-p[3h|1d|1w|1M|3M]Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours i.e.: 3h ││[default: 3h]││--group<Group>Filter by Group││--site<Site>Filter by Site││--label<Label>Filter by Label││--wireless-wShow only wireless ││clients ││--wired-WShow only wired ││clients ││--ssidTEXT Filter by SSID ││(Applies only to ││wireless clients)││--band[2.4|5|6]Filter by Band ││(Applies only to ││wireless clients)││--denylisted-DShow denylisted ││clients [requires: ││--dev (AP only)]││--failed-FShow clients that ││have failed to ││connect ││--dev[name|ip|mac|seriaFilter by device││l]││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|mac|vlan|ip|rolField to sort by ││e|network|dot11|conne(Some fields may ││cted-device|site|grourequire -v (verbose) ││p|last-connected]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
tunnelsUsage: cencli show tunnels [OPTIONS] [name|ip|mac|serial]Show Branch Gateway/VPNC Tunnel details╭─ Arguments ───────────────────────────────────────────────────╮│*gateway[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--past[3h|1d|1w|1m|3m]Time Range for ││usage/trhoughput details ││where 3h = 3 Hours, 1d = 1 ││Day, 1w = 1 Week, 1m = ││1Month, 3m = 3Months. ││[default: 1d] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
uplinksUsage: cencli show uplinks [OPTIONS] [name|ip|mac|serial]Show Branch Gateway/VPNC Uplink details╭─ Arguments ───────────────────────────────────────────────────╮│*gateway[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--past[3h|1d|1w|1m|3m]Time Range for ││usage/trhoughput details ││where 3h = 3 Hours, 1d = 1 ││Day, 1w = 1 Week, 1m = ││1Month, 3m = 3Months. ││[default: 1d] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
roamingUsage: cencli show roaming [OPTIONS] [username|ip|mac]Show wireless client roaming history.If ip or username are provided the client cache is used to lookup the clients mac address.The cache is updated anytime a show clients ... is ran, or automatically if the clientis not found in the cache.The -R flag can be used to force a cache refresh prior to looking up roaming history.╭─ Arguments ───────────────────────────────────────────────────╮│*client[username|ip|mac]Client username, ip, or ││mac ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-End of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours i.e.: 3h ││[default: 3h]││--refresh-RCache is used to ││determine mac if ││username or ip are ││provided. This forces││a cache update prior ││to lookup. ││--drop-D(implies -R): Drop ││all users from ││existing cache, then ││refresh. By default ││any user that has ││ever connected is ││retained in the ││cache. ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|mac|vlan|ip|rolField to sort by ││e|network|dot11|conne(Some fields may ││cted-device|site|grourequire -v (verbose) ││p|last-connected]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
logsUsage: cencli show logs [OPTIONS] [LOG_ID|cencli]Show device event logs (last 30m by default) or show cencli logs.Audit logs have moved to cencli show audit logs╭─ Arguments ───────────────────────────────────────────────────╮│event_id[LOG_ID|cencli]Show details for a specific ││log_id or cencli to show ││cencli logs │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--cencliShow cencli logs││-ffollow tail on log ││file (implies show ││logs cencli) ││--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|s││tate|zip]││--label[LABEL]Filter by Label││--all-aDisplay all ││available event ││logs. Overrides ││default of 30m ││-nINTEGER RANGE Collect Last n logs││[x<=10000]max: 10,000││--start-s[%m/%d/%Y-%H:%M|%Start of time-range││Y-%m-%dT%H:%M|%m/(24hr notation) ││%d/%Y|%Y-%m-%d][default: 30 ││minutes ago]││--end-e[%m/%d/%Y-%H:%M|%End of time-range ││Y-%m-%dT%H:%M|%m/(24hr notation) ││%d/%Y|%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours i.e.: 3h ││[default: 30m]││--dev[name|ip|mac|seriFilter by device││al]││--swarm-sFilter logs for IAP││cluster associated ││with provided ││device --device││required. ││--level[clear|neutral|neFilter events by ││gative|normal|minlog level ││or|positive|info|││warning|error]││--client[username|ip|mac]││--bssidTEXT Filter events by ││bssid ││--hostname-HTEXT Filter events by ││hostname (fuzzy ││match) ││--dev-type[ap|switch|gw|cliFilter events by ││ent]device type ││--descriptionTEXT Filter events by ││description (fuzzy ││match) ││--event-typeTEXT Filter events by ││type (fuzzy match) ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway ││-vVerbose: Show logs with original field││names and minimal formatting ││(vertically) │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
alertsUsage: cencli show alerts [OPTIONS]Show Alerts/Notifications (for past 24 hours by default).ℹ Notification must be Configured.╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city││|state|zip]││--label[LABEL]Filter by Label││--dev[name|ip|mac|seFilter by device││rial]││--severity[critical|majorFilter by alerts││|minor|warning|by severity. ││info]││--searchTEXT Filter by alerts││with supplied ││text in ││name/descriptio…││--ack--no-ackShow only ││acknowledged ││(--ack) or ││unacknowledged ││(--no-ack) ││alerts ││--type[device|client|Filter by alert ││user|ids]type ││--start-s[%m/%d/%Y-%H:%MStart of ││|%Y-%m-%dT%H:%Mtime-range (24hr││|%m/%d/%Y|%Y-%mnotation) ││-%d][default: 24 ││hours ago]││--end-e[%m/%d/%Y-%H:%MEnd of ││|%Y-%m-%dT%H:%Mtime-range (24hr││|%m/%d/%Y|%Y-%mnotation) ││-%d][default: Now]││--past-pTEXT Collect data for││last... ││M=months, ││w=weeks, d=days,││h=hours i.e.: 3h││[default: 24h]││-vShow alerts with││original field ││names and ││minimal ││formatting ││(vertically) ││--helpShow this ││message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[time|severity|type|dField to sort by ││escription|acknowledg(Some fields may ││ed]require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
notificationsUsage: cencli show notifications [OPTIONS]Show alert/notification configuration.Display alerty types, notification targets, and rules.╭─ Options ─────────────────────────────────────────────────────╮│--searchTEXTFilter by alerts with search term in ││name/description/category. ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
lastUsage: cencli show last [OPTIONS]Re-display output from Last command. (No API Calls)╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
webhooksUsage: cencli show webhooks [OPTIONS]Show configured webhooks╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|updated|wid|urField to sort by (Some││ls|retry-policy|tokefields may require -v││n|token-created](verbose) option where││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted ││response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
archivedUsage: cencli show archived [OPTIONS]Show archived devices╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[serial|mac|type|modeField to sort by ││l|sku|resource-id](Some fields may ││require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
portalsUsage: cencli show portals [OPTIONS] [name|id]Show Configured Guest Portals, details for a specific portal, or download logo for a specified portal╭─ Arguments ───────────────────────────────────────────────────╮│portal[name|id]show details for a specific portal ││profile [default: show summary for ││all portals]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--logo-LPATHDownload logo for specified portal to ││specified path. Portal argument is ││requrired[default: ││/home/docs/checkouts/readthedocs.org/u…││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|id|auth|url|reField to sort by (Some││g-by-email|reg-by-phfields may require -v││one](verbose) option where││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted ││response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
guestsUsage: cencli show guests [OPTIONS] [PORTAL]Show Guests configured for a Portal╭─ Arguments ───────────────────────────────────────────────────╮│portal[PORTAL]portal name [default: Guests for all ││defined User/Pass portals]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--refresh-RApplies only if portal is not provided. ││Refresh the portal cache prior to ││fetching guests for all User/Pass ││portals ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
radiosUsage: cencli show radios [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Show details for Radios╭─ Arguments ───────────────────────────────────────────────────╮│aps[name|ip|mac|serial] ││... (multiple allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--groupTEXT Filter by Group││--siteTEXT Filter by Site││--labelTEXT Filter by Label││--pub-ip<Public IP Address>Filter by Public IP││--upFilter by devices that ││are Up ││--downFilter by devices that ││are Down ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
insightsUsage: cencli show insights [OPTIONS] [INSIGHT_ID]Show AI Insights or details for a specific insightShows Global Insights by default, or insights related to a site, device, or client based on provided options.Result of above will include insight id, which can be provided to show details for the insight.╭─ Arguments ───────────────────────────────────────────────────╮│insight_id[INSIGHT_ID]Show details for a specific ││insight id. │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-End of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours i.e.: 3h ││[default: 3h]││--site[name|site Filter by Site││id|address|city|sta││te|zip]││--dev[name|ip|mac|serialShow insights ││]related to a ││specific device ││--client[username|ip|mac]Show insights ││related to a ││specific client ││--severity-s[high|med|low]Filter insights by ││severity ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[insight-id|severity|Field to sort by ││category|insight|impa(Some fields may ││ct|config-insight]require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
versionUsage: cencli show version [OPTIONS]Show current cencli version, and latest available version.╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] │╰───────────────────────────────────────────────────────────────╯
cronUsage: cencli show cron [OPTIONS] [ACCOUNTS]...Show contents of cron file that can be used to automate token refresh weekly.This will keep the tokens valid, even if cencli is not used.╭─ Arguments ───────────────────────────────────────────────────╮│accounts[ACCOUNTS]...│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
firmwareUsage: cencli show firmware [OPTIONS] COMMAND [ARGS]...Show Firmware / compliance details╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│device Show firmware details for device(s) ││swarms Show firmware details for swarm by specifying ││any AP in the swarm ││compliance Show firmware compliance details ││list Show available firmware list for a specific ││device or a type of device │╰───────────────────────────────────────────────────────────────╯
deviceUsage: cencli show firmware device [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Show firmware details for device(s)Either provide one or more devices as arguments or --dev-type--dev-type can be one of cx, sw, gw, apcencli show [all|aps|switches|gateways] includes the firmware version as wellcx, sw and the generic switch are allowed for --dev-type for consistency with other commands.API endpoint treats them all the same and returns all switches.⚠ The APIs used by this command seem to no longer work for Gateways.╭─ Arguments ───────────────────────────────────────────────────╮│device[name|ip|mac|serial] ││... (multiple allowed)│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dev-type[cx|sw|switch|gw|masShow firmware by ││|ap]device type ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
swarmsUsage: cencli show firmware swarms [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Show firmware details for swarm by specifying any AP in the swarmMultiple devices can be specified. Output will include detailsfor each unique swarm.╭─ Arguments ───────────────────────────────────────────────────╮│device[name|ip|mac|serial] Show firmware for the ││... (multiple allowed)swarm the provided ││device(s) belongs to │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
complianceUsage: cencli show firmware compliance [OPTIONS] DEVICE_TYPE:{ap| sw|cx|gw|sdwan} [GROUP- NAME]Show firmware compliance details for a group/device type╭─ Arguments ───────────────────────────────────────────────────╮│*device_typeDEVICE_TYPE:{ap|sw[required]││|cx|gw|sdwan} ││group [GROUP-NAME]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--groupTEXTFilter by group││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
listUsage: cencli show firmware list [OPTIONS] [name|ip|mac|serial]Show available firmware list for a specific device or a type ofdevice╭─ Arguments ───────────────────────────────────────────────────╮│device[name|ip|mac|serial]Device to get firmware ││list for │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dev-type[ap|sw|cx|gw|sdwan]Get firmware list ││for a device type ││--swarm-sGet available ││firmware for IAP ││cluster associated ││with provided device││--swarm-idTEXT Get available ││firmware for ││specified IAP ││cluster ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts -vv││-vvv etc. for increasing verbosity where ││supported ││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
widsUsage: cencli show wids [OPTIONS] COMMAND [ARGS]...Show Wireless Intrusion Detection data╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│rogues Show Detected Rogue APs ││interfering Show interfering APs ││neighbors Show Neighbor APs ││suspect Show Suspected Rogue APs ││all Show All WIDS Classifications │╰───────────────────────────────────────────────────────────────╯
roguesUsage: cencli show wids rogues [OPTIONS]Show Detected Rogue APs╭─ Options ─────────────────────────────────────────────────────╮│--swarm-S[name|ip|mac|serial]Show firmware for the││swarm the provided AP││belongs to ││--group[GROUP NAME] ... Filter by Group(s)││(multiple allowed) ││--site[name|site Filter by Site(s)││id|address|city|state││|zip] ... (multiple ││allowed) ││--label[LABEL] ... (multipleFilter by Label(s)││allowed) ││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 3h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
interferingUsage: cencli show wids interfering [OPTIONS]Show interfering APs╭─ Options ─────────────────────────────────────────────────────╮│--swarm-S[name|ip|mac|serial]Show firmware for the││swarm the provided AP││belongs to ││--group[GROUP NAME] ... Filter by Group(s)││(multiple allowed) ││--site[name|site Filter by Site(s)││id|address|city|state││|zip] ... (multiple ││allowed) ││--label[LABEL] ... (multipleFilter by Label(s)││allowed) ││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 3h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
neighborsUsage: cencli show wids neighbors [OPTIONS]Show Neighbor APs╭─ Options ─────────────────────────────────────────────────────╮│--swarm-S[name|ip|mac|serial]Show firmware for the││swarm the provided AP││belongs to ││--group[GROUP NAME] ... Filter by Group(s)││(multiple allowed) ││--site[name|site Filter by Site(s)││id|address|city|state││|zip] ... (multiple ││allowed) ││--label[LABEL] ... (multipleFilter by Label(s)││allowed) ││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 3h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
suspectUsage: cencli show wids suspect [OPTIONS]Show Suspected Rogue APs╭─ Options ─────────────────────────────────────────────────────╮│--swarm-S[name|ip|mac|serial]Show firmware for the││swarm the provided AP││belongs to ││--group[GROUP NAME] ... Filter by Group(s)││(multiple allowed) ││--site[name|site Filter by Site(s)││id|address|city|state││|zip] ... (multiple ││allowed) ││--label[LABEL] ... (multipleFilter by Label(s)││allowed) ││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 3h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
allUsage: cencli show wids all [OPTIONS]Show All WIDS Classifications╭─ Options ─────────────────────────────────────────────────────╮│--swarm-S[name|ip|mac|serial]Show firmware for the││swarm the provided AP││belongs to ││--group[GROUP NAME] ... Filter by Group(s)││(multiple allowed) ││--site[name|site Filter by Site(s)││id|address|city|state││|zip] ... (multiple ││allowed) ││--label[LABEL] ... (multipleFilter by Label(s)││allowed) ││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 3 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 3h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
branchUsage: cencli show branch [OPTIONS] COMMAND [ARGS]...Show branch health╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│health Show Branch Health statistics │╰───────────────────────────────────────────────────────────────╯
healthUsage: cencli show branch health [OPTIONS] [name|site id|address|city|state|zip]Show Branch Health statistics╭─ Arguments ───────────────────────────────────────────────────╮│site[name|site ││id|address|city|state|z││ip]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--wan-downShow branches with wan uplinks or tunnels││Down. ││--downShow branches with down devices.││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more details, Accepts ││-vv-vvv etc. for increasing verbosity││where supported ││--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
ospfUsage: cencli show ospf [OPTIONS] COMMAND [ARGS]...Show OSPF details╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│neighbors Show OSPF Neighbors for a device ││interfaces Show OSPF Interfaces for a device ││area Show OSPF area information for a device ││database Show OSPF database for a device │╰───────────────────────────────────────────────────────────────╯
neighborsUsage: cencli show ospf neighbors [OPTIONS] [name|ip|mac|serial]Show OSPF Neighbors for a device╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[router-id|ip|prioritField to sort by ││y|interface-name|inte(Some fields may ││rface-state|neighbor-require -v (verbose) ││state|area|options|deoption where ││ad-timer|rexmt-timer]supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
interfacesUsage: cencli show ospf interfaces [OPTIONS] [name|ip|mac|serial]Show OSPF Interfaces for a device╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[name|area|ip|state|oField to sort by ││per-state|type|cost|n(Some fields may ││brs|DR-rtr-id|DR-IP|Brequire -v (verbose) ││DR-rtr-id|BDR-IP|authoption where ││|priority|hello-intersupported)││val|dead-interval|rex││mt-interval]││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
areaUsage: cencli show ospf area [OPTIONS] [name|ip|mac|serial]Show OSPF area information for a device╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[area|area-type|interField to sort by ││face-count|spf-run-co(Some fields may ││unt|default-cost|summrequire -v (verbose) ││ary-enable]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
databaseUsage: cencli show ospf database [OPTIONS] [name|ip|mac|serial]Show OSPF database for a device╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[area|lsa-type|ls-id|Field to sort by ││router-id|age|seq-no|(Some fields may ││checksum|link-count|rrequire -v (verbose) ││oute-tag]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
tsUsage: cencli show ts [OPTIONS] COMMAND [ARGS]...Show troubleshooting session details or available commands╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│results Show Troubleshooting output ││commands Show available troubleshooting commands │╰───────────────────────────────────────────────────────────────╯
resultsUsage: cencli show ts results [OPTIONS] [name|ip|mac|serial] [SESSION_ID]Show Troubleshooting results from a previously run troubleshooting session.Use cencli tshoot... to start a troubleshooting session.╭─ Arguments ───────────────────────────────────────────────────╮│*device [name|ip|mac|seriaAruba Central Device││l]or the session id of││a previously run ││troubleshooting ││session ││[required] ││session_id[SESSION_ID]The troubleshooting ││session id. │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--cleanClean response, don't send through ││any formatters. Useful for ││excessively long output││--pagerEnable Paged Output││--outPATHOutput to file (and terminal)││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
commandsUsage: cencli show ts commands [OPTIONS] [ap|gw|cx|sw|mas]Show available troubleshooting commands for a given device type.Use cencli tshoot... to start a troubleshooting session.╭─ Arguments ───────────────────────────────────────────────────╮│*device_type[ap|gw|cx|sw|mas][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--sort[id|category][default: id]││-rReverse output order││-vvShow raw response (no ││formatting but still ││honors --yaml, --csv ... ││if provided) ││--pagerEnable Paged Output││-dUse default central ││account ││--debugEnable Additional Debug ││Logging ││[env var: ARUBACLI_DEBUG] ││--accountTEXT The Aruba Central Account ││to use (must be defined in││the config) ││[env var: ││ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯
routesUsage: cencli show overlay routes [OPTIONS] [name|ip|mac|serial]Show gateway routes advertised or learned from route/tunnel orchestrator╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--advertised-aShow advertised routes [default: show││learned routes]││--best-bReturn only best/preferred route for ││each destination ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[destination|interfacField to sort by ││e|nexthop|protocol|fl(Some fields may ││ags|metric|best|learnrequire -v (verbose) ││-time]option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
interfacesUsage: cencli show overlay interfaces [OPTIONS] [name|ip|mac|serial]Show overlay interfaces╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|endpoint|state|Field to sort by ││uptime|routes](Some fields may ││require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
connectionUsage: cencli show overlay connection [OPTIONS] [name|ip|mac|serial]Show overlay connection (OTO/ORO) details (Valid on SD-Branch GWs/ VPNCs Only)For additional details use cencli tshoot overlay DEVICE (which also works on APs).╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
logsUsage: cencli show audit logs [OPTIONS] [LOG_ID]Show Audit Event Logs.Other available log commands: - show audit acp-logs to show audit logs related to Central itself. - show logs to show device event logs.🕑 Displays prior 2 days if no time options are provided.╭─ Arguments ───────────────────────────────────────────────────╮│log_id[LOG_ID]Show details for a specific log ││(log_id from previous run of the ││command) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 48 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 48h]││--all-aDisplay all available││audit logs. ││Overrides default of ││48h ││--dev[name|ip|mac|serial]Filter by device││--classTEXT Filter logs by ││classification (fuzzy││match) ││-nINTEGER RANGE Collect Last n logs ││[x<=10000]max: 10,000││-vShow logs with ││original field names ││and minimal ││formatting ││(vertically) ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[time|app|class|type|Field to sort by ││description|target|ip(Some fields may ││|user|id]require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
cloud-authUsage: cencli show cloud-auth [OPTIONS] COMMAND [ARGS]...Show Aruba Cloud-Auth details╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│registered-macs Show Cloud-Auth MAC registrations. ││upload Show Cloud-Auth Upload Status. │╰───────────────────────────────────────────────────────────────╯
registered-macsUsage: cencli show cloud-auth registered-macs [OPTIONS] [SEARCH]Show Cloud-Auth MAC registrations.╭─ Arguments ───────────────────────────────────────────────────╮│search[SEARCH]Optional search string (name/mac ││contains) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sort[name|mac]Field to sort by (Some fields ││may require -v (verbose) option ││where supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response ││from Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
uploadUsage: cencli show cloud-auth upload [OPTIONS] [WHAT]:[mpsk|mac]Show Cloud-Auth Upload Status.This command can be ran after cencli batch add <macs|mpsk> to see the status of the upload.╭─ Arguments ───────────────────────────────────────────────────╮│what[WHAT]:[mpsk|mac][default: mac]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--sortTEXTField to sort by (Some fields may ││require -v (verbose) option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from ││Central API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
mpskUsage: cencli show mpsk [OPTIONS] COMMAND [ARGS]...Show MPSK details╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│networks Show all MPSK networks (SSIDs) ││named Show named MPSK definitions for a provided network││(SSID) │╰───────────────────────────────────────────────────────────────╯
networksUsage: cencli show mpsk networks [OPTIONS]Show all MPSK networks (SSIDs)╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
namedUsage: cencli show mpsk named [OPTIONS] [SSID]Show named MPSK definitions for a provided network (SSID)╭─ Arguments ───────────────────────────────────────────────────╮│ssid[SSID]The SSID to gather named MPSK definitions││for. [default: fetch MPSKs for all MPSK ││SSIDs]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Filtering Options ───────────────────────────────────────────╮│--nameTEXTFilter by MPSK name (name contains)││--roleTEXTFilter by user role associated with││the MPSK (role name contains) ││--enabled-EShow enabled named MPSKs││--disabled-DShow disabled named MPSKs│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--importOutput named MPSKs ││using format required││for import into ││Cloud-Auth implies ││--csv││-vVerbosity: Show more ││details, Accepts -vv││-vvv etc. for ││increasing verbosity ││where supported ││--sort[id|name|role|statusField to sort by ││|mpsk](Some fields may ││require -v (verbose) ││option where ││supported)││-rReverse output order││--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table ││format ││--rawShow raw unformatted ││response from Central││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
bandwidthUsage: cencli show bandwidth [OPTIONS] COMMAND [ARGS]...Show bandwidth usage╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│ap Show AP(s) bandwidth usage graph. ││switch Show Bandwidth usage for a switch or a specific port││on a switch. ││client Show client bandwidth usage graph. ││uplink Show bandwidth usage graph for a switch or gateway ││uplink ││wlan Show bandwidth usage graph for a network/SSID │╰───────────────────────────────────────────────────────────────╯
apUsage: cencli show bandwidth ap [OPTIONS] [name|ip|mac|serial]Show AP(s) bandwidth usage graph.Default output is line graph showing bandwidth usage over the last 3 hours.Use formatting flags for alternative output. --start, --end, --past to adjust time-frame.The larger the time-frame the more unreadable the graph will be.╭─ Arguments ───────────────────────────────────────────────────╮│ap[name|ip|mac|serial]Show Bandwidth details for a ││specific AP [default: All ││APs]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Filter by Group││--site[name|site Filter by Site││id|address|city|sta││te|zip]││--label[LABEL]Filter by Label││--swarm-sShow Bandwidth for ││the swarm/cluster ││the provided AP ││belongs to [AP ││argument must be ││provided. Valid for ││AOS8 IAP]││--band[2.4|5|6]Show Bandwidth for a││specific band [ap ││must be provided]││--ssidTEXT Show Bandwidth for a││specifc ssid [ap ││must be provided]││--interval-i[5m|1h|1d|1w]One of 5m, 1h, 1d, ││1w, where m=minutes,││h=hours, d=days, ││w=weeks M=Months ││[default: 5m] ││--start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: 48 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-End of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins ││i.e.: 3h [default: ││48h]││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
switchUsage: cencli show bandwidth switch [OPTIONS] [name|ip|mac|serial] [PORT]Show Bandwidth usage for a switch or a specific port on a switch.Default output is line graph showing bandwidth usage over the last 3 hours.Use formatting flags for alternative output. --start, --end, --past to adjust time-frame.The larger the time-frame the more unreadable the graph will be.╭─ Arguments ───────────────────────────────────────────────────╮│*switch[name|ip|mac|serial]Switch to show ││Bandwidth details for ││[required] ││port [PORT]Show bandwidth for a ││specific port ││[default: All Ports] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--uplinkShow Bandwidth usage ││for the uplink ││--start-s[%m/%d/%Y-%H:%M|%Y-%Start of time-range ││m-%dT%H:%M|%m/%d/%Y|(24hr notation) ││%Y-%m-%d][default: 48 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%End of time-range ││m-%dT%H:%M|%m/%d/%Y|(24hr notation) ││%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 48h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
clientUsage: cencli show bandwidth client [OPTIONS] [username|ip|mac]Show client bandwidth usage graph.Default output is line graph showing bandwidth usage over the last 3 hours.Use formatting flags for alternative output. --start, --end, --past to adjust time-frame.The larger the time-frame the more unreadable the graph will be.╭─ Arguments ───────────────────────────────────────────────────╮│client[username|ip|mac]Show Bandwidth details for a││specific client [default: ││All clients]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dev[name|ip|mac|seriShow Bandwidth ││al]details for ││clients connected││to a specific ││device ││--group[GROUP NAME]Show Bandwidth ││for clients ││connected to ││devices in a ││specific group ││--label[LABEL]Show Bandwidth ││for clients ││connected to ││devices with a ││specific label ││--swarm,--stack-sShow Bandwidth ││for the swarm or ││stack the ││provided device ││belongs to --dev││argument must be ││provided. ││--start-s[%m/%d/%Y-%H:%M|%Start of ││Y-%m-%dT%H:%M|%m/time-range (24hr ││%d/%Y|%Y-%m-%d]notation) ││[default: 48 ││hours ago]││--end-e[%m/%d/%Y-%H:%M|%End of time-range││Y-%m-%dT%H:%M|%m/(24hr notation) ││%d/%Y|%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months,││w=weeks, d=days, ││h=hours, m=mins ││i.e.: 3h ││[default: 48h]││--helpShow this message││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
uplinkUsage: cencli show bandwidth uplink [OPTIONS] [name|ip|mac|serial] [UPLINK_ NAME]:[uplink101|uplink102|up link103|uplink104|uplink105]Show bandwidth usage graph for a switch or gateway uplinkDefault output is line graph showing uplink bandwidth usage over the last 3 hours.Use formatting flags for alternative output. --start, --end, --past to adjust time-frame.The larger the time-frame the more unreadable the graph will be.Use cencli show uplinks <GATEWAY> to get uplink names╭─ Arguments ───────────────────────────────────────────────────╮│*device [name|ip|mac|seria[required]││l]││uplink_name[UPLINK_NAME]:[upl[Applies to ││ink101|uplink102|uGateway] Name of ││plink103|uplink104the uplink. Use ││|uplink105]cencli show uplinks││<GATEWAY> to get ││uplink names. ││[default: ││uplink101] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--interval-i[5m|1h|1d|1w][Applies to Gateway]││One of 5m, 1h, 1d, ││1w, where m=minutes,││h=hours, d=days, ││w=weeks M=Months ││[default: 5m] ││--start-s[%m/%d/%Y-%H:%M|%Y-Start of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: 48 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-End of time-range ││%m-%dT%H:%M|%m/%d/%(24hr notation) ││Y|%Y-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins ││i.e.: 3h [default: ││48h]││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
wlanUsage: cencli show bandwidth wlan [OPTIONS] [WLAN SSID]Show bandwidth usage graph for a network/SSIDDefault output is line graph showing network bandwidth usage over the last 3 hours.Use formatting flags for alternative output. --start, --end, --past to adjust time-frame.The larger the time-frame the more unreadable the graph will be.Use cencli show wlans <GATEWAY> to get list of available networks.╭─ Arguments ───────────────────────────────────────────────────╮│*network[WLAN SSID]Use cencli show wlans for a ││list of networks ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Show Bandwidth for ││APs in a specific ││group ││--site[name|site Show Bandwidth for ││id|address|city|stateAPs in a specific ││|zip]site ││--label[LABEL]Show Bandwidth for ││APs with a specific ││label ││--swarm-s[name|ip|mac|serial]Show bandwidth for ││the swarm associated ││with provided AP ││[Valid for AOS8 IAP]││--start-s[%m/%d/%Y-%H:%M|%Y-%mStart of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: 48 hours ││ago]││--end-e[%m/%d/%Y-%H:%M|%Y-%mEnd of time-range ││-%dT%H:%M|%m/%d/%Y|%Y(24hr notation) ││-%m-%d][default: Now]││--past-pTEXT Collect data for ││last... M=months, ││w=weeks, d=days, ││h=hours, m=mins i.e.:││3h [default: 48h]││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
certificateUsage: cencli delete certificate [OPTIONS] NAME╭─ Arguments ───────────────────────────────────────────────────╮│*nameTEXT[required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
siteUsage: cencli delete site [OPTIONS] SITES...╭─ Arguments ───────────────────────────────────────────────────╮│*sitesSITES...Site(s) to delete (can provide more││than one). ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
labelUsage: cencli delete label [OPTIONS] [LABEL] ... (multiple allowed)Delete label(s)Label can't have any devices associated with it to delete.╭─ Arguments ───────────────────────────────────────────────────╮│*labels[LABEL] ... [required]││(multiple allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
groupUsage: cencli delete group [OPTIONS] GROUPS...╭─ Arguments ───────────────────────────────────────────────────╮│*groupsGROUPS...Group to delete (can provide more││than one). ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
webhookUsage: cencli delete webhook [OPTIONS] WIDDelete WebhookThis command requires the webhook id, which is not cached.Use cencli show webhooks to get the webhook id (wid).╭─ Arguments ───────────────────────────────────────────────────╮│*widTEXTUse cencli show webhooks to get the ││webhook id (wid) ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
templateUsage: cencli delete template [OPTIONS] [TEMPLATE NAME] [GROUP NAME]Delete a Template╭─ Arguments ───────────────────────────────────────────────────╮│*template[TEMPLATE NAME]The name of the template││[required] ││group [GROUP NAME]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]││--yes-Y,-yBypass confirmation prompts││- Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
deviceUsage: cencli delete device [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Delete device(s).Unassigns any subscriptions and removes the devices assignment with the Aruba Central app in GreenLake.Which makes it possible to add it to a different GreenLake WorkSpace.Devices are also removed from the Central monitoring views/UI (after waiting for them to disconnect).Use --ui-only to remove the device from monitoring views/UI only.cencli unassign license <LICENSE><DEVICES> can also be used tounassign a specific licensefrom a device(s), (device will remain associated with central App in GreenLake).╭─ Arguments ───────────────────────────────────────────────────╮│*devices[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--ui-onlyOnly delete device from UI/Monitoring││views. App assignment and ││subscriptions remain intact. ││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
guestUsage: cencli delete guest [OPTIONS] [PORTAL_NAME] [name|email|phone|id]Add a guest user to a configured portal╭─ Arguments ───────────────────────────────────────────────────╮│*portal[PORTAL_NAME][required]││*guest [name|email|phone|id][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
complianceUsage: cencli delete firmware compliance [OPTIONS] DEVICE_TYPE:{a p|sw|cx|gw|sdwan} [GROUP-NAME]Delete/Clear firmware compliance╭─ Arguments ───────────────────────────────────────────────────╮│*device_typeDEVICE_TYPE:{ap|sw[required]││|cx|gw|sdwan} ││group [GROUP-NAME]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--groupTEXTFilter by group││--yes-Y,-yBypass confirmation prompts - ││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
addUsage: cencli add [OPTIONS] COMMAND [ARGS]...Add devices / objects╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│device Add a Device to Aruba Central ││group Add a group to Aruba Central ││wlan Add WLAN (SSID) ││site Add a site to Aruba Central ││label Add label(s) to Aruba Central ││certificate Add/Upload a Certificate to Aruba Central ││webhook Add a WebHook ││template Add/Upload a new template ││variables Upload variables for a device from file ││guest Add a guest user to a configured portal ││mpsk Add Named MPSK Configuration │╰───────────────────────────────────────────────────────────────╯
deviceUsage: cencli add device [OPTIONS] serial <SERIAL NUM> mac <MAC ADDRESS> group [GROUP]Add a Device to Aruba CentralSerial Number and MAC are required, group is opional.╭─ Arguments ───────────────────────────────────────────────────╮│*serial<SERIAL NUM>[required]││*mac <MAC ADDRESS>[required]││group [GROUP]pre-assign device to group│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--license[advance-70xx|advaAssign license ││nce-72xx|advance-9subscription(s) to ││0xx-sec|advanced-9device ││1xx|advanced-91xx-││sec|advanced-92xx-││sec|advanced-ap|ad││vanced-nw-third-pa││rty|advanced-switc││h-6100|advanced-sw││itch-6200|advanced││-switch-6300|advan││ced-switch-6400|ad││vanced-switch-8xxx││-9xxx-10xxx|founda││tion-7005|foundati││on-70xx|foundation││-72xx|foundation-9││0xx-sec|foundation││-91xx|foundation-9││1xx-sec|foundation││-92xx-sec|foundati││on-ap|foundation-b││ase-90xx-sec|found││ation-nw-third-par││ty|foundation-sdfl││ex|foundation-swit││ch-6100|foundation││-switch-6200|found││ation-switch-6300|││foundation-switch-││6400|foundation-sw││itch-8400|foundati││on-wlan-gw|vgw-2g|││vgw-4g|vgw-500m|wl││an-advanced-90xx-s││ec|wlan-advanced-9││1xx|wlan-advanced-││91xx-sec|wlan-adva││nced-92xx-sec]││--yes-Y,-yBypass confirmation││prompts - Assume ││Yes ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
groupUsage: cencli add group [OPTIONS] [GROUP NAME]Add a group to Aruba Central╭─ Arguments ───────────────────────────────────────────────────╮│*group[GROUP NAME][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--wired-tgManage switch ││configurations ││via templates ││--wlan-tgManage AP ││configurations ││via templates ││--gw-role[branch|vpnc|wlaConfigure Gateway││n]Role [default: ││vpnc if --sdwan││branch if not]││--aos10Create AOS10 ││Group [default: ││AOS8 IAP]││--mbConfigure Group ││for MicroBranch ││APs (AOS10 only) ││--apAllow APs in ││group ││--swAllow ArubaOS-SW ││switches in ││group. ││--cxAllow ArubaOS-CX ││switches in ││group. ││--gwAllow gateways in││group. ││--sdwanAllow EdgeConnect││SD-WAN GWs in ││group. Must be ││the only type ││allowed││--mon-only-swMonitor Only for ││ArubaOS-SW ││--mon-only-cxMonitor Only for ││ArubaOS-CX ││--cnxMake Group ││compatible with ││New Central ││(cnx). ⚠ All ││configurations ││will be pushed ││from New Central ││configuration ││model. ││--yes-Y,-yBypass ││confirmation ││prompts - Assume ││Yes ││--helpShow this message││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
siteUsage: cencli add site [OPTIONS] SITE_NAME [ADDRESS] [CITY] [STATE] [ZIPCODE] [COUNTRY]Add a site to Aruba CentralProvide geo-loc or address details, not both.Google Maps "Plus Codes" are supported for address field.If address is provided assoicated geo coordinates are automatically populated.If geo coordinates are provided, address is not calculated.Wrap Arguments that contain spaces in quotes i.e. "5402 Champions Hill Dr"╭─ Arguments ───────────────────────────────────────────────────╮│*site_nameTEXT [required]││address [ADDRESS]street address, (enclose in ││quotes) ││city [CITY]││state [STATE]││zipcode [ZIPCODE]││country [COUNTRY]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--latLATITUDE ││--lonLONGITUDE││--yes-Y,-yBypass confirmation prompts - ││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
labelUsage: cencli add label [OPTIONS] [LABEL] ... (multiple allowed)Add label(s) to Aruba CentralLabel can't have any devices associated with it to delete.╭─ Arguments ───────────────────────────────────────────────────╮│*labels[LABEL] ... [required]││(multiple allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
certificateUsage: cencli add certificate [OPTIONS] CERT_NAME [CERT_FILE]Add/Upload a Certificate to Aruba Central╭─ Arguments ───────────────────────────────────────────────────╮│*cert_nameTEXT [required]││cert_file[CERT_FILE]If not provided you'll be ││prompted to paste in cert ││text │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--passphraseTEXToptional passphrase││--pemupload certificate in PEM ││format ││--derupload certificate in DER ││format ││--pkcs12upload certificate in pkcs12 ││format ││--svrType: Server Certificate││--caType: CA││--crlType: CRL││--int-caType: Intermediate CA││--ocsp-respType: OCSP responder││--ocsp-signerType: OCSP signer││--yes-Y,-yBypass confirmation prompts -││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
webhookUsage: cencli add webhook [OPTIONS] NAME URLS...Add a WebHook╭─ Arguments ───────────────────────────────────────────────────╮│*nameTEXT [required]││*urlsURLS...webhook urls[required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
templateUsage: cencli add template [OPTIONS] NAME GROUP [TEMPLATE]Add/Upload a new template to a template group╭─ Arguments ───────────────────────────────────────────────────╮│*name TEXT Template name[required]││*group TEXT Group to upload template to││[required] ││template[TEMPLATE]Path to file containing ││template │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dev-type[ap|sw|cx]Device Type Template ││applies to ││[default: cx] ││--modelTEXT Constrain template to ││specific model ││[default: ALL] ││--verTEXT Constrain template to ││specific version ││[default: ALL] ││--yes-Y,-yBypass confirmation ││prompts - Assume Yes ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
variablesUsage: cencli add variables [OPTIONS] VARIABLE_FILEUpload variables for a device from fileVariables: _sys_serial, and _sys_lan_mac are required.╭─ Arguments ───────────────────────────────────────────────────╮│*variable_filePATH[required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
guestUsage: cencli add guest [OPTIONS] [PORTAL_NAME] NAMEAdd a guest user to a configured portal╭─ Arguments ───────────────────────────────────────────────────╮│*portal[PORTAL_NAME][required]││*name TEXT [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--passwordTEXT Should generally be ││provided, wrap in ││single quotes ││--companyTEXT Company Name││--phoneTEXT Phone # of guest; ││Format: ││+[CountryCode][PhoneN…││--emailTEXT email of guest││--notify-to[phone|email]Send password via ││'phone' or 'email' ││--disableadd account, but set ││to disabled ││--yes-Y,-yBypass confirmation ││prompts - Assume Yes ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
mpskUsage: cencli add mpsk [OPTIONS] SSID EMAILAdd Named MPSK Configuration╭─ Arguments ───────────────────────────────────────────────────╮│*ssid TEXTThe MPSK SSID to associate the MPSK ││with ││[required] ││*emailTEXT✉ email address which is used as the ││name for the MPSK ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│*--roleTEXTThe user role to associate ││with devices using this PSK ││[required] ││--disable-DAdd MPSK Configuration, but ││set to disabled││--yes-Y,-yBypass confirmation prompts - ││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
assignUsage: cencli assign [OPTIONS] COMMAND [ARGS]...Assign licenses / labels╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│license Assign Licenses to devices by serial number(s) or ││enable auto-subscribe for the license type. ││label Assign label to device(s) │╰───────────────────────────────────────────────────────────────╯
licenseUsage: cencli assign license [OPTIONS] LICENSE:{advance-70xx|adva nce-72xx|advance-90xx- sec|advanced-91xx|advanced-91xx- sec|advanced-92xx-sec|advanced- ap|advanced-nw-third-party|advanced- switch-6100|advanced- switch-6200|advanced- switch-6300|advanced- switch-6400|advanced-switch-8xxx-9xx x-10xxx|foundation-7005|foundation-7 0xx|foundation-72xx|foundation-90xx- sec|foundation-91xx|foundation-91xx- sec|foundation-92xx-sec|foundation- ap|foundation-base-90xx- sec|foundation-nw-third- party|foundation-sdflex|foundation- switch-6100|foundation- switch-6200|foundation- switch-6300|foundation- switch-6400|foundation- switch-8400|foundation-wlan- gw|vgw-2g|vgw-4g|vgw-500m|wlan- advanced-90xx-sec|wlan- advanced-91xx|wlan-advanced-91xx- sec|wlan-advanced-92xx-sec} SERIAL_NUMS...Assign Licenses to devices by serial number(s) or enable auto-subscribe for the license type.Device must already be added to Central. Use 'cencli show inventory' to see devices that have been added.Use '--license' option with 'cencli add device ...' to add device and assign license in one command.╭─ Arguments ───────────────────────────────────────────────────╮│*license LICENSE:{advance-7[required]││0xx|advance-72xx|a││dvance-90xx-sec|ad││vanced-91xx|advanc││ed-91xx-sec|advanc││ed-92xx-sec|advanc││ed-ap|advanced-nw-││third-party|advanc││ed-switch-6100|adv││anced-switch-6200|││advanced-switch-63││00|advanced-switch││-6400|advanced-swi││tch-8xxx-9xxx-10xx││x|foundation-7005|││foundation-70xx|fo││undation-72xx|foun││dation-90xx-sec|fo││undation-91xx|foun││dation-91xx-sec|fo││undation-92xx-sec|││foundation-ap|foun││dation-base-90xx-s││ec|foundation-nw-t││hird-party|foundat││ion-sdflex|foundat││ion-switch-6100|fo││undation-switch-62││00|foundation-swit││ch-6300|foundation││-switch-6400|found││ation-switch-8400|││foundation-wlan-gw││|vgw-2g|vgw-4g|vgw││-500m|wlan-advance││d-90xx-sec|wlan-ad││vanced-91xx|wlan-a││dvanced-91xx-sec|w││lan-advanced-92xx-││sec} ││*serial_numsSERIAL_NUMS... device serial ││numbers or 'auto' ││to enable ││auto-subscribe. ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
labelUsage: cencli assign label [OPTIONS] [LABEL] [name|ip|mac|serial] ... (multiple allowed)Assign label to device(s)╭─ Arguments ───────────────────────────────────────────────────╮│*label [LABEL]Label to assign to ││device(s) ││[required] ││*devices[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
unassignUsage: cencli unassign [OPTIONS] COMMAND [ARGS]...Unassign licenses / labels╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│license Unssign Licenses from devices by serial number(s) ││or disable auto-subscribe for the license type. ││label Unassign label from device(s) │╰───────────────────────────────────────────────────────────────╯
licenseUsage: cencli unassign license [OPTIONS] LICENSE:{advance-70xx|ad vance-72xx|advance-90xx- sec|advanced-91xx|advanced-91xx- sec|advanced-92xx-sec|advanced- ap|advanced-nw-third- party|advanced- switch-6100|advanced- switch-6200|advanced- switch-6300|advanced- switch-6400|advanced-switch-8xxx-9 xxx-10xxx|foundation-7005|foundati on-70xx|foundation-72xx|foundation-90xx-sec|foundation-91xx|foundati on-91xx-sec|foundation-92xx- sec|foundation-ap|foundation- base-90xx-sec|foundation-nw-third- party|foundation- sdflex|foundation- switch-6100|foundation- switch-6200|foundation- switch-6300|foundation- switch-6400|foundation- switch-8400|foundation-wlan- gw|vgw-2g|vgw-4g|vgw-500m|wlan- advanced-90xx-sec|wlan- advanced-91xx|wlan-advanced-91xx- sec|wlan-advanced-92xx-sec} [name|ip|mac|serial] ... (multiple allowed) or 'auto'Unssign Licenses from devices by serial number(s) or disable auto-subscribe for the license type.╭─ Arguments ───────────────────────────────────────────────────╮│*licenseLICENSE:{advance-70xLicense type to ││x|advance-72xx|advanunassign from ││ce-90xx-sec|advanceddevice(s). ││-91xx|advanced-91xx-[required] ││sec|advanced-92xx-se││c|advanced-ap|advanc││ed-nw-third-party|ad││vanced-switch-6100|a││dvanced-switch-6200|││advanced-switch-6300││|advanced-switch-640││0|advanced-switch-8x││xx-9xxx-10xxx|founda││tion-7005|foundation││-70xx|foundation-72x││x|foundation-90xx-se││c|foundation-91xx|fo││undation-91xx-sec|fo││undation-92xx-sec|fo││undation-ap|foundati││on-base-90xx-sec|fou││ndation-nw-third-par││ty|foundation-sdflex││|foundation-switch-6││100|foundation-switc││h-6200|foundation-sw││itch-6300|foundation││-switch-6400|foundat││ion-switch-8400|foun││dation-wlan-gw|vgw-2││g|vgw-4g|vgw-500m|wl││an-advanced-90xx-sec││|wlan-advanced-91xx|││wlan-advanced-91xx-s││ec|wlan-advanced-92x││x-sec} ││*devices[name|ip|mac|serial]device serial numbers││... (multiple or 'auto' to disable ││allowed) or 'auto' auto-subscribe. ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
labelUsage: cencli unassign label [OPTIONS] LABEL [name|ip|mac|serial] ... (multiple allowed)Unassign label from device(s)╭─ Arguments ───────────────────────────────────────────────────╮│*label TEXT Label to remove from ││device(s) ││[required] ││*devices[name|ip|mac|serial][required]││... (multiple ││allowed) │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
cloneUsage: cencli clone [OPTIONS] COMMAND [ARGS]...Clone Aruba Central Groups╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│group Clone a group │╰───────────────────────────────────────────────────────────────╯
groupUsage: cencli clone group [OPTIONS] [NAME OF GROUP TO CLONE] [NAME OF GROUP TO CREATE]╭─ Arguments ───────────────────────────────────────────────────╮│*clone_group[NAME OF GROUP TO [required]││CLONE]││*new_group [NAME OF GROUP TO [required]││CREATE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--aos10Upgrade new cloned group to AOS10││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
updateUsage: cencli update [OPTIONS] COMMAND [ARGS]...Update existing Aruba Central objects╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│template Update an existing template ││variables Update existing or add new Variables for a ││device/template ││group Update group properties. ││config Update group or device level config (ap or gw). ││cp-cert Update the Captive Portal certificate for APs at ││the group level ││ap Update per-ap-settings (ap env) and/or add/update││gps ap-altitude to ap level config ││webhook Update webhook details ││site Update details for an existing site. ││wlan Update configuration options of an existing ││WLAN/SSID ││guest Update a previously created guest account │╰───────────────────────────────────────────────────────────────╯
templateUsage: cencli update template [OPTIONS] IDENTIFIER [TEMPLATE]Update an existing template╭─ Arguments ───────────────────────────────────────────────────╮│*name IDENTIFIERTemplate: [name] or Device: ││[name|ip|mac|serial] ││[required] ││template[TEMPLATE]Path to file containing new ││template │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--groupTEXT [Templates] The ││template group the ││template belongs to││--dev-type[ap|sw|cx|gw|sdwa[Templates] Filter ││n]by Device Type ││--version<version>[Templates] Filter ││by version ││--model<model>[Templates] Filter ││by model ││--yes-Y,-yBypass confirmation││prompts - Assume ││Yes ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
variablesUsage: cencli update variables [OPTIONS] [name|ip|mac|serial] VAR_VALUE...Update existing or add new Variables for a device/template╭─ Arguments ───────────────────────────────────────────────────╮│*device [name|ip|mac|serial[required]││]││*var_valueVAR_VALUE... comma seperated list││'variable = value, ││variable2 = value2' ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
groupUsage: cencli update group [OPTIONS] [GROUP NAME]Update group properties.╭─ Arguments ───────────────────────────────────────────────────╮│*group[GROUP NAME][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--wired-tgManage switch ││configurations││via templates ││--wlan-tgManage AP ││configurations││via templates ││--gw-role[branch|vpncGateway Role││|wlan]││--aos10Create AOS10 ││Group (default││AOS8/IAP) ││--mbConfigure ││Group for ││MicroBranch ││APs (AOS10 ││only ││--apAllow APs in ││group ││--swAllow ││ArubaOS-SW ││switches in ││group. ││--cxAllow ││ArubaOS-CX ││switches in ││group. ││--gwAllow gateways││in group. If ││No device ││types ││specified all ││are allowed. ││--mo-sw--no-mo-swMonitor Only ││for ArubaOS-SW││--mo-cx--no-mo-cxMonitor Only ││for ArubaOS-CX││--yes-Y,-yBypass ││confirmation ││prompts - ││Assume Yes ││--helpShow this ││message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
configUsage: cencli update config [OPTIONS] [GROUP|DEVICE] CLI_FILE [VAR_FILE]Update group or device level config (ap or gw).╭─ Arguments ───────────────────────────────────────────────────╮│*group_dev[GROUP|DEVICE]Group or device││[required] ││*cli_file PATH File containing desired ││config/template in CLI ││format. ││[required] ││var_file [VAR_FILE]File containing variables││for j2 config template. │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--gwUpdate group level config for gateways.││--apUpdate group level config for APs.││--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
cp-certUsage: cencli update cp-cert [OPTIONS] CERTIFICATEUpdate the Captive Portal certificate for APs at the group levelThis will update the certificate usage (cp-cert-checksum) at the group level (for APs) to reference the specified certificate.The certificate must be uploaded to Aruba Central first. Use cencli add certificate to upload the certificate.and cencli show certs to see the available certificates.⚠ "--group|-Gall" Will update Captive Portal certificate usage for **all** AP groups.ℹ Not supported on Template Groups. (They are filtered out ifall is specified)╭─ Arguments ───────────────────────────────────────────────────╮│*certificateTEXTThe certificate name or md5 ││checksum to use for Captive ││Portal. Certificate must exist││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│*--group-G[GROUP NAME|all]The Group (AP Group)││to be updated to use││the Captive Portal ││certificate. ⚠all││Will push to all AP ││groups ││[required] ││--yes-Y,-yBypass confirmation ││prompts - Assume Yes││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
apUsage: cencli update ap [OPTIONS] [name|ip|mac|serial] ... (multiple allowed)Update per-ap-settings (ap env) and/or add/update gps ap-altitude to ap level configMultiple APs can be provided (same settings would apply)⚠ ⚠ If providing more than one value for the options that support itYou currently have to separate with a comma and ensure there are no spacesi.e.: -E 2.4,5,6You can also wrap the value in quotes and separate with a spacei.e.: --dns '10.0.30.51 10.0.30.52'The current setting is retained for any options that are not provided.Use --ip dhcp to reset an AP that was previously provisioned with a static address to use DHCP This will clear the ip, mask, gateway, dns, and domain if configured.╭─ Arguments ───────────────────────────────────────────────────╮│*aps[name|ip|mac|serial] [required]││... (multiple allowed)│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--hostnameTEXT Rename/Set AP ││hostname ││--ip[IP_ADDRESS|'dhConfigure ││cp']Static IP or ││reset AP to ││dhcp--mask, ││--gateway, and ││--dns must be ││provided if ││configuring ││static IP││--maskTEXT Subnet mask in ││format ││255.255.255.0 ││Required/Appli…││when --ip is ││provided││--gatewayTEXT Default Gateway││Required/Appli…││when --ip is ││provided││--dnsTEXT Comma seperated││list (no ││spaces) of dns ││servers. ││Required/Appli…││when --ip is ││provided││--domainTEXT DNS domain ││name. ││Optional/Appli…││when --ip is ││provided││--disable-radios-DTEXT Comma seperated││list (no ││spaces) of ││radio(s) to ││disable. ││--enable-radios-ETEXT Comma seperated││list (no ││spaces) of ││radio(s) to ││enable. ││--access-ATEXT Comma seperated││list (no ││spaces) of ││radio(s) to set││to access mode││--monitor-MTEXT Comma seperated││list (no ││spaces) of ││radio(s) to set││to air monitor ││mode││--spectrum-STEXT Comma seperated││list (no ││spaces) of ││radio(s) to set││to spectrum ││mode││--flex-exclude-e[2.4|5|6]The radio to be││excluded on ││flex dual band ││APs. i.e. ││--flex-exclude││2.4 means the ││5Ghz and 6Ghz ││radios will be ││used. ││--antenna-width-w[narrow|wide]Dynamic Antenna││Width Only ││applies to AP ││679││--uplink-vlan-uINTEGER Configure ││Uplink VLAN ││(tagged). ││--altitude-aFLOAT The mounting ││height from the││ground in ││meters. Must ││be set for 6Ghz││SP││--reboot-RAutomatically ││reboot device ││if IP or VLAN ││is changed ││[Reboot is ││required for ││changes to take││effect when IP ││or VLAN ││settings are ││changed]││--yes-Y,-yBypass ││confirmation ││prompts - ││Assume Yes ││--helpShow this ││message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
webhookUsage: cencli update webhook [OPTIONS] WID NAME URLS...Update webhook detailsℹ Use show webhooks to get the wid (webhook id)This command requires and overwrites the webhook name and destination urls.So include all urls, even those that are not changing.╭─ Arguments ───────────────────────────────────────────────────╮│*wid TEXT Use show webhooks to get the wid││[required] ││*nameTEXT Update webhook name[required]││*urlsURLS...Update webhook destination URLs││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
siteUsage: cencli update site [OPTIONS] SITE_NAME [ADDRESS] [CITY] [STATE] [ZIP] [COUNTRY]Update details for an existing site.Provide geo-loc or address details, not both.Google Maps "Plus Codes" are supported for address field.If address is provided assoicated geo coordinates are automatically populated.If geo coordinates are provided, any address associated with the site is cleared.Wrap Arguments that contain spaces in quotes i.e. "5402 Champions Hill Dr"╭─ Arguments ───────────────────────────────────────────────────╮│*site_nameTEXT current site name[required]││address [ADDRESS]street address, (enclose in ││quotes)││city [CITY]││state [STATE]││zip [ZIP]zipcode││country [COUNTRY]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--new-nameTEXT Change Site Name││--latLATITUDE ││--lonLONGITUDE││--yes-Y,-yBypass confirmation prompts││- Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
wlanUsage: cencli update wlan [OPTIONS] WLAN [GROUPS]...Update configuration options of an existing WLAN/SSID╭─ Arguments ───────────────────────────────────────────────────╮│*wlan TEXT SSID to update[required]││groups[GROUPS]...Group(s) to update (SSID must ││be defined in each group) ││[default: All Groups that ││contain specified SSIDs will be││updated]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--ssidTEXTUpdate SSID name││--hide--no-hide││--vlanTEXT││--zoneTEXT││--pskTEXT││--yes-Y,-yBypass confirmation prompts││- Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
guestUsage: cencli update guest [OPTIONS] [PORTAL_NAME] NAMEUpdate a previously created guest account╭─ Arguments ───────────────────────────────────────────────────╮│*portal[PORTAL_NAME][required]││*name TEXT [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--passwordTEXT ││--companyTEXT Company Name││--phoneTEXT Phone # of guest; ││Format: ││+[CountryCode][PhoneN…││--emailTEXT email of guest││--notify-to[phone|email]Notify to 'phone' or ││'email' ││--disable-Ddisable the account││--enable-Eenable the account││--yes-Y,-yBypass confirmation ││prompts - Assume Yes ││--helpShow this message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
upgradeUsage: cencli upgrade [OPTIONS] COMMAND [ARGS]...Upgrade (or Downgrade) Firmware╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│device Upgrade (or Downgrade) firmware on a device ││group Upgrade (or Downgrade) firmware on devices by group ││swarm Upgrade (or Downgrade) firmware on devices in an IAP││cluster │╰───────────────────────────────────────────────────────────────╯
deviceUsage: cencli upgrade device [OPTIONS] [name|ip|mac|serial] [VERSION]Upgrade (or Downgrade) firmware on a device╭─ Arguments ───────────────────────────────────────────────────╮│*device [name|ip|mac|serial][required]││version[VERSION]Firmware Version ││[default: recommended││version]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--at[%m/%d/%Y-%H:%M|%Y-Perform operation ││%m-%dT%H:%M]at specified ││date/time (24hr ││notation) [default:││Now]││--inTEXT Upgrade device in ││<delta from now>, ││where d=days, ││h=hours, m=mins ││i.e.: 3h[default: ││Now]││--reboot-RAutomatically ││reboot device after││firmware download ││[default: No reboot││if not AP (APs will││reboot regardless)]││--yes-Y,-yINTEGER Bypass confirmation││prompts use '-yy'││to bypass all ││prompts (perform ││cache update if ││swarm_id is not ││populated yet for ││AP) ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
groupUsage: cencli upgrade group [OPTIONS] [GROUP NAME] [VERSION]Upgrade (or Downgrade) firmware on devices by groupDevice type must be provided. For AOS-SW switches you can filter to a specific model via the --model flag.╭─ Arguments ───────────────────────────────────────────────────╮│*group [GROUP NAME]Upgrade devices by group││[required] ││version[VERSION]Firmware Version [default: ││recommended version]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│*--dev-type[ap|sw|cx|gw|swiUpgrade a ││tch|sdwan]specific device ││type ││[required] ││--at[%m/%d/%Y-%H:%M|Perform operation││%Y-%m-%dT%H:%M]at specified ││date/time (24hr ││notation) ││[default: Now]││--inTEXT Upgrade device in││<delta from now>,││where d=days, ││h=hours, m=mins ││i.e.: 3h││[default: Now]││--modelTEXT Upgrade a ││specific switch ││model [applies to││AOS-SW switches ││only]││--reboot-RAutomatically ││reboot device ││after firmware ││download ││[default: No ││reboot if not AP ││(APs will reboot ││regardless)]││--yes-Y,-yBypass ││confirmation ││prompts - Assume ││Yes ││--helpShow this message││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
swarmUsage: cencli upgrade swarm [OPTIONS] [name|ip|mac|serial] [VERSION]Upgrade (or Downgrade) firmware on devices in an IAP cluster╭─ Arguments ───────────────────────────────────────────────────╮│*device [name|ip|mac|serial]Upgrade will be ││performed on the ││cluster the AP ││belongs to. ││[required] ││version[VERSION]Firmware Version ││[default: recommended││version]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--at[%m/%d/%Y-%H:%M|%Y-Perform operation at ││%m-%dT%H:%M]specified date/time ││(24hr notation) ││[default: Now]││--inTEXT Upgrade device in ││<delta from now>, ││where d=days, ││h=hours, m=mins i.e.:││3h[default: Now]││--yes-Y,-yBypass confirmation ││prompts - Assume Yes ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
batchUsage: cencli batch [OPTIONS] COMMAND [ARGS]...Perform batch operations╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│verify Validate batch Add operations using import data││from file. ││add Perform batch Add operations using import data ││from file ││delete Perform batch delete operations using import ││data from file. ││subscribe Batch subscribe devices ││unsubscribe Batch Unsubscribe devices ││rename Perform AP rename in batch from import file or ││automatically based on LLDP ││update Update per-ap-settings or ap-altitude (at AP ││level) in mass based on settings from import ││file ││move Batch move devices to any or all of group / ││site / label based on import data from file. ││archive Batch archive devices based on import data from││file. ││unarchive Batch unarchive devices based on import data ││from file. │╰───────────────────────────────────────────────────────────────╯
verifyUsage: cencli batch verify [OPTIONS] WHAT:{sites|groups|devices|l abels|macs|mpsk} IMPORT_FILEValidate batch Add operations using import data from file.The same import file used to add/move can be used to validate.╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{sites|groups[required]││|devices|labels|ma││cs|mpsk} ││*import_filePATH [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│-FOutput only a simple list with ││failed serials ││-OKOutput only a simple list with ││serials that validate OK ││--outPATHWrite output to a file (and ││display) ││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
addUsage: cencli batch add [OPTIONS] WHAT:{sites|groups|devices|labe ls|macs|mpsk} [IMPORT_FILE]Perform batch Add operations using import data from file╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{sites|groupsmacs and mpsk are ││|devices|labels|mafor cloud-auth ││cs|mpsk} [required] ││import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--exampleShow Example import file format.││--ssidTEXTSSID to associate mpsk ││definitions with Required and ││valid only with mpsk argument││--yes-Y,-yBypass confirmation prompts - ││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
deleteUsage: cencli batch delete [OPTIONS] WHAT:{sites|groups|devices|labels} [IMPORT_FILE]Perform batch delete operations using import data from file.cencli delete sites <IMPORT_FILE> andcencli delte groups <IMPORT_FILE> Do what you'd expect.cencli batch delete devices <IMPORT_FILE>Delete devices will remove any subscriptions/licenses from the device and disassociate the device with the Aruba Central app in GreenLake. It will then remove the device from the monitoring views, along with the historical data for the device.Note: devices can only be removed from monitoring views if theyare in a down state. This command will delay/wait for any Up devices to go Down after the subscriptions/assignment to Central is removed, but it can also be ran again. It will pickup where it left off, skipping any steps that have already beenperformed.╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{sites|groups[required]││|devices|labels} ││import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--ui-onlyOnly delete device││from UI/Monitoring││views (devices ││must be offline). ││Devices will ││remain in ││inventory with ││subscriptions ││unchanged. ││--dev-type[ap|sw|cx|gw|switcOnly delete ││h|sdwan]devices of a given││type ││--no-subDisassociate from ││the Aruba Central ││Service in GLP all││devices that have ││no subscription ││assigned ││--exampleShow Example ││import file ││format. ││--yes-Y,-yBypass ││confirmation ││prompts - Assume ││Yes ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
subscribeUsage: cencli batch subscribe [OPTIONS] [IMPORT_FILE]Batch subscribe devicesAssign subscription license to devices specified in import file.This command assumes devices have already been added to GreenLake,to add devices and assign subscription use cencli batch add devices <IMPORT_FILE>╭─ Arguments ───────────────────────────────────────────────────╮│import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--exampleShow Example import file format.││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
unsubscribeUsage: cencli batch unsubscribe [OPTIONS] [IMPORT_FILE]Batch Unsubscribe devicesUnsubscribe devices specified in import file or all devices in the inventory thathave never connected to Aruba Central (-N|--never-connected)Use -D|--dis-cen flag to also disassociate the devices from theAruba Central app in Green Lake.╭─ Arguments ───────────────────────────────────────────────────╮│import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--never-connected-NRemove subscriptions from any││devices in inventory that ││have never connected to ││Central ││--dis-cen-DDisassociate the device from ││the Aruba Central App in ││Green Lake ││--exampleShow Example import file ││format. ││--yes-Y,-yBypass confirmation prompts -││Assume Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
renameUsage: cencli batch rename [OPTIONS] WHAT:{aps} [IMPORT_FILE]Perform AP rename in batch from import file or automatically based on LLDP╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{aps} [required]││import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--exampleShow Example ││import file ││format. ││--auto,--lldp-AAutomatic AP ││rename using all,││or portions of, ││info from ││upstream switch, ││site, group, ap ││model... ││--lower[AUTO RENAME] ││Convert LLDP ││result to all ││lower case. ││--space-STEXT [AUTO RENAME] ││Replace spaces ││with provided ││character (best ││to wrap in single││quotes) [default:││'_']││--default-only-D[AUTO RENAME] ││Perform only on ││APs that still ││have default ││name. ││--ap[name|ip|mac|se[AUTO RENAME] ││rial]Perform on ││specified AP ││--labelTEXT [AUTO RENAME] ││Perform on APs ││with specified ││label ││--groupTEXT [AUTO RENAME] ││Perform on APs in││specified group ││--site[name|site [AUTO RENAME] ││id|address|cityPerform on APs in││|state|zip]specified site ││--modelTEXT [AUTO RENAME] ││Perform on APs of││specified model ││--yes-Y,-yBypass ││confirmation ││prompts - Assume ││Yes ││--helpShow this message││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
updateUsage: cencli batch update [OPTIONS] WHAT:{aps} [IMPORT_FILE]Update per-ap-settings or ap-altitude (at AP level) in mass based on settings from import fileUse --example to see expected import file format and required fields.╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{aps} [required]││import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--exampleShow Example import file format.││--reboot-RAutomatically reboot device if IP or ││VLAN is changed [Reboot is required ││for changes to take effect when IP or││VLAN settings are changed]││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
moveUsage: cencli batch move [OPTIONS] [IMPORT_FILE]...Batch move devices to any or all of group / site / label based on import data from file.By default group/site/label assignment will be processed if found in the import file.Use -G|--group, -S|--site, -L|--label flags to only process specified moves, and ignoreothers even if found in the import.If a device has not connected to Central, and has a group assoicated with it in the importdata. It will be pre-provisioned to the group in Central.i.e. if import includes a definition for group, site, and label, and you only want toprocess the site move. Use the -S|--site flag, to ignore the other columns.╭─ Arguments ───────────────────────────────────────────────────╮│import_file[IMPORT_FILE]...│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--group-GOnly process group ││move from import. ││--site-SOnly process site ││move from import. ││--label-LOnly process label ││assignment from ││import. ││-kKeep config intact ││for CX switches ││during group move. ││retain_configin ││import_file takes ││precedence, this flag││enables the option ││without it being ││specified in the ││import_file. ││--cx-retain--no-cx-retainKeep config intact or││not for CX switches ││during group move ││regardless of what is││in the import_file. ││--exampleShow Example import ││file format. ││--yes-Y,-yBypass confirmation ││prompts - Assume Yes ││--helpShow this message and││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
archiveUsage: cencli batch archive [OPTIONS] [IMPORT_FILE]Batch archive devices based on import data from file.This will archive the devices in GreenLake╭─ Arguments ───────────────────────────────────────────────────╮│import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--exampleShow Example import file format.││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
unarchiveUsage: cencli batch unarchive [OPTIONS] [IMPORT_FILE]Batch unarchive devices based on import data from file.This will unarchive the devices (previously archived) in GreenLake╭─ Arguments ───────────────────────────────────────────────────╮│import_file[IMPORT_FILE]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--exampleShow Example import file format.││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--debugvEnable Verbose Debug Logging││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
tokenUsage: cencli refresh token [OPTIONS] [ACCOUNT_LIST]...Refresh Central API access/refresh tokens.This is not necessary under normal circumstances as the cli will automatically refresh the tokens if they are expired.This can be useful for automated runs via cron/task-scheduler. Ensuring the access token does not expire even if thecli is not used.╭─ Arguments ───────────────────────────────────────────────────╮│account_list[ACCOUNT_LIST]...A list of accounts to ││refresh tokens for ││(must be defined in ││the config). This is ││useful automated for ││cron/task-scheduler ││refresh. │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--all-ARefresh Tokens for all defined ││workspaces in config. ││-dUse default central account││--debugEnable Debug Logging ││[env var: ARUBACLI_DEBUG]││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
cacheUsage: cencli refresh cache [OPTIONS]Refresh friendly identifier cache.The cache is the data that is stored locally so you can reference a device by name, ip, or mac vs just serial number.This is not necessary under normal circumstances as the cli will automatically refresh the cache if you provide an identifierthat doesn't have a match.╭─ Options ─────────────────────────────────────────────────────╮│-dUse default central account││--debugEnable Debug Logging ││[env var: ARUBACLI_DEBUG]││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
webhookUsage: cencli refresh webhook [OPTIONS]Refresh WebHook Token (generate a new token).Use `cencli show webhooks` to get the required webhook id (wid).╭─ Options ─────────────────────────────────────────────────────╮│*--widTEXTWebHook ID[required]││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
testUsage: cencli test [OPTIONS] COMMAND [ARGS]...Test Webhook or run a centralcli function directly (all Aruba Central API endpoints are available)╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│webhook Test WebHook Notifications ││method Test Central API methods directly │╰───────────────────────────────────────────────────────────────╯
webhookUsage: cencli test webhook [OPTIONS] WIDTest WebHook Notifications╭─ Arguments ───────────────────────────────────────────────────╮│*widTEXTUse show webhooks to get the wid││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
methodUsage: cencli test method [OPTIONS] METHOD args/kwargsDev testing commands to run CentralApi methods from command line.⚠ This is a development aid. Every API endpoint in Aruba Centralhas a corresponding method/function in Central CLI. The functions aregenerated by a script that parses the OpenAPI specs, and are generallybest-effort/not tested. Once required by a command in Central CLI theyare coppied, tweaked if necessary and renamed (those are tested).The auto generated functions follow a consistent naming format.{swagger drop down text}_{other stuff from spec}_{method ie get}_{more stuff from spec}i.e.: monitoring_external_controller_get_wireless_clients_v1methods get, post, patch, delete are also availableTab completion returns available methods.Args: method (str): CentralAPI method to test. kwargs (List, optional): list of args kwargs to pass to function.format: arg1 arg2 keyword=value keyword2=value2 or arg1, arg2, keyword = value, keyword2 = value2Examples: cencli test method monitoring_external_controller_get_switch_poe_details_for_all_ports_v1 SN24ABC123Use --doc flag to see docstr for for the python method, which provides details on the required args / kwargs.cencli test method METHOD_NAME --docCommand will output all attributes of the Response object, which includes theraw response from the Aruba Central API gateway.ℹ --accountflag must be used to test alternative accounts. It does not honor re-use of last-account even if forget_account_after is set in config╭─ Arguments ───────────────────────────────────────────────────╮│*methodTEXT [required]││kwargsargs/kwargsProvide args/kwargs in format: ││arg1 arg2 keyword=value ││keyword2=value2│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--docGet details on required args/keyword args for││provided method. ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--jsonOutput in JSON││--yamlOutput in YAML││--csvOutput in CSV││--tableOutput in table format││--rawShow raw unformatted response from Central ││API Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯Output is displayed in yaml by default.
tsUsage: cencli ts [OPTIONS] COMMAND [ARGS]...Run Troubleshooting commands on devices╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│overlay Show GW or AP Overlay details (Tunneled SSIDs) or││AOS-SW User Based Tunneling (valid on AP, GW, ││and AOS-SW) ││clients Show output of client related commands (valid on││AP, GW, and AOS-SW) ││dpi Show DPI output (valid on APs and GWs) ││ssid Show output of commands to help troubleshoot ││SSIDs/broadcasting (APs Only) ││show-tech Show Tech Support ││images Show image versions (Valid for AP, GW, and ││AOS-SW) ││inventory Show Inventory (valid on Gateways) ││ping Ping a host from a Central managed device ││command Send troubleshooting command to a device │╰───────────────────────────────────────────────────────────────╯
overlayUsage: cencli ts overlay [OPTIONS] [name|ip|mac|serial]Show GW or AP Overlay details (Tunneled SSIDs) or AOS-SW User Based Tunneling (valid on AP, GW, and AOS-SW)Returns the output of the following commands useful in troubleshooting overlay AP / gateway / ubt tunnels.APs- show ata current-cfg- show overlay tunnel config- show ata endpoint- show crypto ipsec stats- show datapath bridge- show overlay ssid-cluster statusGWs- show aruba-central control-channel- show show aruba-central control-channel-counters- show crypto oto- show crypto ipsec- show crypto-local ipsec-map- show tunnelmgr tunnel-list- show tunnelmgr countersAOS-SW (User Based Tunneling)- show tunneled-node-server- show tunneled node server state- show tunneled node server statistics- show tunneled-node-users all╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
clientsUsage: cencli ts clients [OPTIONS] [name|ip|mac|serial]Show output of client related commands (valid on AP, GW, and AOS-SW)Returns the output of the following client related commands. Valid for AP, GW, and AOS-SW.APs- show clients- show clients debug advanced- show datapath userUse of --wired option will also include- show clients wiredGWs- show user-table verbose- show datapath user tableAOS-SW- show port-access clients- show port-access summary╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--wired-wInclude show clients wired (applies ││to AP) ││--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
dpiUsage: cencli ts dpi [OPTIONS] [name|ip|mac|serial]Show DPI output (valid on APs and GWs)Returns the output of the following DPI related commands.APs- show dpi-stats session- show dpi debug status- show datapath session dpi- show datapath dpi-classification-cache- show dpi-classification-cacheGWs- show datapath session dpi table- show datapath session dpi counters- show dpi application all╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
ssidUsage: cencli ts ssid [OPTIONS] [name|ip|mac|serial]Show output of commands to help troubleshoot SSIDs/broadcasting(APs Only)Returns the output of the following commands.- show aps- show ap bss-table- show cluster bss-table- show ap-env╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
show-techUsage: cencli ts show-tech [OPTIONS] [name|ip|mac|serial]Show Tech SupportReturns the output of show tech.- APs include show tech-support supplemental and show tech-support memory.╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
imagesUsage: cencli ts images [OPTIONS] [name|ip|mac|serial]Show image versions (Valid for AP, GW, and AOS-SW)Returns the output of the following image related commands.APs- show version- show image versionGWs- show version- show image versionAOS-SW- show flash╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
inventoryUsage: cencli ts inventory [OPTIONS] [name|ip|mac|serial]Show Inventory (valid on Gateways)╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
pingUsage: cencli ts ping [OPTIONS] [name|ip|mac|serial] HOST╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial]Aruba Central device ││to ping from ││[required] ││*host TEXT host to ping (IP of ││FQDN) ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│-mping using VRF mgmt, (only ││applies to cx) ││-rINTEGERrepititions (only applies to ││AOS-SW) ││--outPATH Output to file (and terminal)││--pagerEnable Paged Output││-vvShow raw response (no formatting││but still honors --yaml, --csv││... if provided) ││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXT The Aruba Central Account to use││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
commandUsage: cencli ts command [OPTIONS] [name|ip|mac|serial] CMD...Send a user provided troubleshooting commands to a device and wait for results.Returns response (from device) to troubleshooting commands.Commands must be supported by the API, use show tshoot commands<dev-type> to see available commandsExample:cencli tshoot command barn.518.2816-ap show ap-env╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial][required]││*cmd CMD... command to send to ││switch, must be ││supported by API. ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││-dUse default central account││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯
renameUsage: cencli rename [OPTIONS] COMMAND [ARGS]...Rename Aruba Central Objects╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│site 🏢 Rename A Site. 🏢 ││ap Rename an Access Point││group Rename a group.AOS8 Only use clone for AOS10 groups│╰───────────────────────────────────────────────────────────────╯
siteUsage: cencli rename site [OPTIONS] [name|site id|address|city|state|zip] NEW_NAME🏢 Rename A Site. 🏢╭─ Arguments ───────────────────────────────────────────────────╮│*site [name|site [required]││id|address|city|sta││te|zip]││*new_nameTEXT [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
apUsage: cencli rename ap [OPTIONS] [name|ip|mac|serial] NEW_NAMERename an Access Point╭─ Arguments ───────────────────────────────────────────────────╮│*ap [name|ip|mac|serial][required]││*new_nameTEXT [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
groupUsage: cencli rename group [OPTIONS] [GROUP NAME] NEW_NAMERename a group.AOS8 Only use clone for AOS10 groups💩WARNING: the API endpoint has limited scope where this command will work.💩💩Clone (or build a new group) are the only options if it does not work.💩╭─ Arguments ───────────────────────────────────────────────────╮│*group [GROUP NAME][required]││*new_nameTEXT [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--yes-Y,-yBypass confirmation prompts - Assume Yes││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
kickUsage: cencli kick [OPTIONS] COMMAND [ARGS]...Kick (disconnect) WLAN clients╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│all Disconnect all WLAN clients from an AP optionally ││for a specific SSID ││client Disconnect a WLAN client │╰───────────────────────────────────────────────────────────────╯
allUsage: cencli kick all [OPTIONS] [name|ip|mac|serial]Disconnect all WLAN clients from an AP optionally for a specific SSIDThis command currently only applies to APs╭─ Arguments ───────────────────────────────────────────────────╮│*device[name|ip|mac|serial]The AP to disconnect ││clients from ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--ssidTEXTKick all users connected to a ││specific SSID ││--yes-Y,-yBypass confirmation prompts - Assume││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
clientUsage: cencli kick client [OPTIONS] [username|ip|mac]Disconnect a WLAN client.This command relies on cached client data to determine the AP the client is connected to.The cache is updated anytime a show clients ... is ran, or automatically if the clientis not found in the cache.The -R flag can be used to force a cache refresh prior to performing the disconnect.╭─ Arguments ───────────────────────────────────────────────────╮│*client[username|ip|mac][required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--refresh-RCache is used to determine what AP ││the client is connected to, which ││could be stale. This forces a cache ││update. ││--yes-Y,-yBypass confirmation prompts - Assume ││Yes ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
setUsage: cencli set [OPTIONS] COMMAND [ARGS]...Set Firmware Compliance╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│firmware Set Firmware Compliance │╰───────────────────────────────────────────────────────────────╯
complianceUsage: cencli set firmware compliance [OPTIONS] DEVICE_TYPE:{ap|s w|cx|gw|sdwan} [GROUP NAME] [VERSION]Set firmware compiance╭─ Arguments ───────────────────────────────────────────────────╮│*device_typeDEVICE_TYPE:{ap|sw[required]││|cx|gw|sdwan} ││*group [GROUP NAME]group to set ││complaince for ││[required] ││version [VERSION]Version to set ││compliance to │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--at[%m/%d/%Y_%H:%When to schedule││M|%d_%H:%M]upgrade. format:││'mm/dd/yyyy_hh:…││or 'dd_hh:mm' ││(implies current││month) ││--allow-unsuppo…-UAllow ││Unsupported ││(custom) ││version. ││--yes-Y,-yBypass ││confirmation ││prompts - Assume││Yes ││--helpShow this ││message and ││exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
configsUsage: cencli export configs [OPTIONS]Export configs in mass.Collect Group and device level configs for APs, and gateways.Can filter by group and/or site along with device type --ap--gwUse -e|--env to also export per-ap-settings/ap-env for all APsWith no filters all device and group level configs will be exported (supported on APs and Gateways)Configs will be exported to cencli-config-export with subfolders for each group, then device type.⚠ Can result in a lot of API calls.╭─ Options ─────────────────────────────────────────────────────╮│--group[GROUP NAME]Export device ││level configs for││a specific Group ││--site[name|site Export device ││id|address|city|level configs for││state|zip]a specific Site ││--gwExport gateway ││configs. ││--apExport AP ││configs. ││--cxExport CX ││templates. ││(export not ││available for CX ││UI group config)││--swExport AOS-SW ││templates. ││(export not ││available for ││AOS-SW UI group ││config)││--variables-VExport variables ││associated with ││devices in ││Template Groups. ││--switchExport both CX ││and AOS-SW ││templates. ││(export not ││available for ││AOS-SW UI group ││config)││--groups-only-GExport Group ││level configs ││only, not device ││level configs. ││--env-eExport AP ││environment ││settings. All ││ap-env settings ││are exported to a││single file. ││Valid for APs ││only││--show-sDisplay configs ││to terminal along││with exporting to││filesystem. ││[default: Display││only export ││progress]││--dir-DPATH Specify custom ││output dir. ││[default: ││/home/docs/check…││--flat-Fplace all configs││in root of output││directory ││[default: Configs││are exported to ││subfolders ││GROUP/DEV_TYPE/]││--matchTEXT Export Configs ││for groups and ││devices where the││associated group ││contains the ││provided text ││--refresh-ROnly applies if ││device configs ││are being ││exported. By ││default configs ││are pulled for ││devices in the ││cache. Use this ││option to update ││the device cache ││prior to the ││export. ││--yes-Y,-yBypass ││confirmation ││prompts - Assume ││Yes ││--helpShow this message││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Formatting ──────────────────────────────────────────────────╮│--rawShow raw unformatted response from Central API││Gateway │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--outPATHOutput to file (and terminal)││--pagerEnable Paged Output││--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
checkUsage: cencli check [OPTIONS] COMMAND [ARGS]...Check if firmware version is available╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────╮│firmware-available Check if a firmware version is available││for a given device type │╰───────────────────────────────────────────────────────────────╯
firmware-availableUsage: cencli check firmware-available [OPTIONS] DEVICE_TYPE:{ap| sw|cx|gw|sdwan} VERSIONCheck if a firmware version is available for a given device type╭─ Arguments ───────────────────────────────────────────────────╮│*device_typeDEVICE_TYPE:{ap|sw[required]││|cx|gw|sdwan} ││*version TEXT [required]│╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯
upgradeUsage: cencli cancel upgrade [OPTIONS] WHAT:{device|group|swarm} DEV_OR_GROUP...Cancel a previously initiated firmware upgrade╭─ Arguments ───────────────────────────────────────────────────╮│*what WHAT:{device|grou[required]││p|swarm} ││*dev_or_groupDEV_OR_GROUP... device(s) or ││group(s) to cancel ││upgrade ││[required] │╰───────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────╮│--dev-type[ap|sw|cx|gw|sdwa[required] when ││n]Canceling group ││upgrade. ││--yes-Y,-yBypass confirmation││prompts - Assume ││Yes ││--helpShow this message ││and exit. │╰───────────────────────────────────────────────────────────────╯╭─ Common Options ──────────────────────────────────────────────╮│--debugEnable Additional Debug Logging││[env var: ARUBACLI_DEBUG] ││-dUse default central account││--accountTEXTThe Aruba Central Account to use ││(must be defined in the config) ││[env var: ARUBACLI_ACCOUNT] ││[default: central_info] │╰───────────────────────────────────────────────────────────────╯