Telnet to your 2920 switch.
telnet 10.10.110.1
Log in and enter the switch configuration context
2920-1(config)#
config t
Enable IP Routing
2920-2(config)#
ip routing
Create a Data VLAN. Configure an IP interface and DHCP helper. Make port 2/1 an untagged
access port on this VLAN.
2920-1(config)#
vlan 111
2920-1(vlan-111)#
name Data111
2920-1(vlan-111)#
untagged 2/1
2920-1(vlan-111)#
ip address 10.10.111.1/24
2920-1(vlan-111)#
ip helper-address 10.10.1.10
2920-1(vlan-111)#
exit
Create a Voice VLAN. Configure an IP interface and DHCP helper. Make port 2/2 an untagged
access port on this VLAN..
2920-1(config)#
vlan 112
2920-1(vlan-112)#
name Voice112
2920-1(vlan-112)#
untagged 2/2
2920-1(vlan-111)#
ip address 10.10.112.1/24
2920-1(vlan-111)#
ip helper-address 10.10.1.10
2920-1(vlan-112)#
exit
Create a Video VLAN. Configure an IP interface and DHCP helper. Make port 2/3 an untagged
access port on this VLAN.
2920-1(config)#
vlan 113
2920-1(vlan-113)#
name Video113
2920-1(vlan-113)#
untagged 2/3
2920-1(vlan-111)#
ip address 10.10.113.1/24
2920-1(vlan-111)#
ip helper-address 10.10.1.10
2920-1(vlan-113)#
exit
2920-1(config)#
save

Technical white paper
For HPE and Channel Partner internal use only.
Verify proper IP Configuration
2920-2(config)#
show ip
Internet (IP) Service
IP Routing : Enabled
Default TTL
: 64
Arp Age
: 20
Domain Suffix
:
DNS server
:
|
Proxy ARP
VLAN
| IP Config
IP Address
Subnet Mask
Std
Local
-------------------- + ---------- --------------- --------------- ----------
DEFAULT_VLAN
| Manual
10.10.110.1
255.255.255.0
No
No
Data111
| Manual
10.10.111.1
255.255.255.0
No
No
Voice112
| Manual
10.10.112.1
255.255.255.0
No
No
Video113
| Manual
10.10.113.1
255.255.255.0
No
No
Validate your configuration by testing connectivity to each VLAN by alternately connecting your
laptop to ports 2/1, 2/2 & 2/3 on your 2920 switches. Note that each of these ports is assigned to
a different VLAN. IP services on your 2920 switches will provide DHCP relay to obtain an IP
address for the specific VLAN/Subnet from the lab’s DHCP server. Ping the Lab’s server to insure
you have connectivity through the network.
Were you able to connect to each VLAN & Subnet? ______________
Verify proper operation of each VLAN:
Ping 10.10.111.1
Ping 10.10.112.1
Ping 10.10.113.1
Were you able to ping each VLAN’s interface?
Whether you were successful or not, procede to the next lab.

Technical white paper
For HPE and Channel Partner internal use only.
Lab 6: VLAN Tagging
In this lab we will configure VLAN tagging. 802.1q VLAN tagging allows us to carry multiple
VLANs across a single physical link. In this case we will configure port 1/7 as a tagged port that
will carry all our VLANs. You could connect any device that supports VLAN tagging to this port.
For example, you could connect an Aruba Mobility Controller, another Aruba Switch or a server.

Technical white paper
For HPE and Channel Partner internal use only.
Aruba O/S-Switch VLAN Port Tagging Configuration
Telnet to your 2920-1 switch:
telnet 10.10.110.1
Enter the system configuration context:
2920-1#
config t
Make port 1/7 a tagged member of VLANs 111, 112 & 113.
2920-1(config)#
vlan 111
2920-1(vlan-111)#
tagged 1/7
2920-1(config)#
vlan 112
2920-1(vlan-112)#
tagged 1/7
2920-1(config)#
vlan 113
2920-1(vlan-113)#
tagged 1/7
Verify proper VLAN configuration on Port 1/7:
2920-1#
show vlan ports 1/7 detail
Status and Counters - VLAN Information - for ports 1/7
VLAN ID Name
| Status
Voice Jumbo Mode
------- -------------------- + ---------- ----- ----- --------
1
DEFAULT_VLAN
| Port-based No
No
Untagged
111
VLAN111
| Port-based No
No
Tagged
112
VLAN112
| Port-based No
No
Tagged
113


You've reached the end of your free preview.
Want to read all 26 pages?
- Fall '19
- IP address, Network switch