100% found this document useful (1 vote)
3K views3 pages

HPE Aruba 2930F Switch Configuration Commands

Uploaded by

Rakun Cyber
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
3K views3 pages

HPE Aruba 2930F Switch Configuration Commands

Uploaded by

Rakun Cyber
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

HPE Aruba 2930F Switch Configuration Commands

1. Basic Configuration

1.1. Enable Mode:

enable

1.2. Enter Configuration Mode:

configure terminal

1.3. Set Switch Hostname:

hostname SW-1

1.4. Set Administrator Password:

password manager username admin

2. IP and Gateway Configuration

2.1. Set Default Gateway:

ip default-gateway 192.168.1.1

2.2. Assign IP Address to VLAN:

vlan 1

ip address 192.168.1.10 255.255.255.0

exit

3. VLAN Configuration

3.1. Create and Name VLAN:


vlan 102

name managementVlan

exit

3.2. Assign VLAN to Ports:

vlan 1523

tagged ethernet 1

untagged ethernet 2

exit

4. Port Management

4.1. Disable a Port:

interface ethernet 1/1

disable

4.2. Enable a Port:

interface ethernet 1/1

enable

4.3. Disable/Enable Multiple Ports:

interface range ethernet 1/1-1/4

disable

enable

5. SNMP Configuration

5.1. Set SNMP Community:

snmp-server community BelSnmp123 operator unrestricted


5.2. Enable SNMP Traps:

snmp-server enable traps all

5.3. Set SNMP Host:

snmp-server host 192.168.1.50 community public

6. STP (Spanning Tree Protocol) Configuration

6.1. Enable STP:

spanning-tree

6.2. Set STP Mode:

spanning-tree mode rapid-pvst

6.3. Set Root Bridge Priority:

spanning-tree priority 0

7. LLDP and MAC Address Management

7.1. Show LLDP Info for Remote Devices:

show lldp info remote-device

7.2. Find Port and VLAN by MAC Address:

show mac-address 123456-789000

7.3. Show Antenna Port Connections:

show lldp info remote-device

You might also like