Specifications

VLANs
Rev. 9.41 Module 2 – 47
Lab — Configure VLANs on a 5406zl switch
You can perform the below mentioned steps to configure VLANs on a 5406zl
switch. For this simulation, a serial connection has been established with the 5406zl
switch, and you are at the manager-level context.
1. Move to the global configuration context.
ProCurve Switch 5406zl# configure terminal
2. Create VLAN 10.
ProCurve Switch 5406zl(config)# vlan 10
3. Assign VLAN 10 the IP address 10.1.10.1/24.
ProCurve Switch 5406zl(vlan-10)# ip address 10.1.10.1/24
4. Make port A10 a tagged member of VLAN 10.
ProCurve Switch 5406zl(vlan-10)# tagged a10
5. From the VLAN 10 context, create VLAN 20.
ProCurve Switch 5406zl(vlan-10)# vlan 20
6. Assign VLAN 20 the IP address 10.1.20.1/24.
ProCurve Switch 5406zl(vlan-20)# ip address 10.1.20.1/24
7. Make port A10 a tagged member of VLAN 20.
ProCurve Switch 5406zl(vlan-20)# tagged a10
8. Make port A2 an untagged member of VLAN 20.
ProCurve Switch 5406zl(vlan-20)# untagged a2
9. Exit to the global configuration context.
ProCurve Switch 5406zl(vlan-20)# exit
10. Use the vlan command to assign VLAN 30 the IP address 10.1.30.1/24.
ProCurve Switch 5406zl(config)# vlan 30 ip address 10.1.30.1/24
11. Use the vlan command to make port A10 a tagged member of VLAN 30.
ProCurve Switch 5406zl(config)# vlan 30 tagged a10
12. Check the VLAN memberships you created by viewing the running-config (the
current configuration).
ProCurve Switch 5406zl(config)# show running-config
13. Save your configuration changes.
ProCurve Switch 5406zl(config)# write memory
For HP Internal Use Only