If you need to disable the querier feature, you can do so using the IGMP configuration CLI commands, see Configuring the querier function on page 21. NOTE: IGMP configuration on the switches operates at the VLAN context level. IGMP operating features Basic ...
Re: Aruba 2930F Vlans Hi! I'm not used to Web GUI...so I'll explain as CLI commands. You need first to untag (where untag = made a particular interface untagged member of a specific VLAN) ports used to connect your hosts (indeed your hosts are VLAN unaware <- you just conf...
Install the module #Automated installation (Powershell 5 or later):Install-ModulePowerArubaSW#Import the moduleImport-ModulePowerArubaSW#Get commands in the moduleGet-Command-Module PowerArubaSW#Get helpGet-HelpGet-ArubaSWVlans-Full Examples Connecting to the Aruba Switch The first thing to do is...
- name: Create VLAN 300 arubaoss_vlan: vlan_id: 300 name: "vlan300" config: "create" command: config_vlan - hosts: switch-01 collections: - arubanetworks.aos_switch vars: ansible_connection: network_cli tasks: - name: Execute show run on the switch arubaoss_command: commands: ['show...
Upgrade procedure: it depends...you can use the GUI or you can use the CLI (via SSH/Telnet access, if any)...provided that you already have played a little bit with the console and you're already familiar with some basic management commands. The GUI way is simpl...