Avaya 2600 Switch User Manual


 
TMA; Reviewed:
SPOC 7/21/2008
Solution & Interoperability Test Lab Application Notes
©2008 Avaya Inc. All Rights Reserved.
17 of 21
ProCurve-ACM
2. Enable the following features on the ProCurve 2610-24-PWR Switch.
Enable spanning tree.
Set DSCP map setting for priority 6.
Set QoS type of service.
Create trunk trk1 using link aggregation. Trunk trk1 goes to the ProCurve 5406zl Switch.
ProCurve Switch 2610-24-PWR# configure
ProCurve Switch 2610-24-PWR# spanning-tree
ProCurve Switch 2610-24-PWR# qos dscp-map 101110 priority 6
ProCurve Switch 2610-24-PWR(config)# qos type-of-service diff-services
ProCurve Switch 2610-24-PWR(config)# trunk 1-2 trk1 lacp
3. Create and configure the voice VLAN that will run between the control room and the closets.
Assign a VLAN ID for the voice VLAN.
Assign a name for the voice VLAN.
Assign ports to the voice VLAN.
Assign a QoS priority to the voice VLAN.
ProCurve Switch 2610-24-PWR(config)# vlan 33
ProCurve Switch 2610-24-PWR(vlan-33)# vlan 33 name Voice1
ProCurve Switch 2610-24-PWR(vlan-33)# tagged 3,4,24,trk1
ProCurve Switch 2610-24-PWR(vlan-33)# qos priority 6
ProCurve Switch 2610-24-PWR(vlan-33)# exit
4. Create and configure the data VLAN that will run between the control room and the closets..
Assign a VLAN ID for the data VLAN.
Assign a name for the data VLAN.
Assign ports to the data VLAN.
ProCurve Switch 2610-24-PWR# configure
ProCurve Switch 2610-24-PWR(config)# vlan 30
ProCurve Switch 2610-24-PWR(vlan-30)# vlan 30 name Datavlan1
ProCurve Switch 2610-24-PWR(vlan-30)# untagged 3,4,15
ProCurve Switch 2610-24-PWR(vlan-30)# tagged 24,trk1
ProCurve Switch 2610-24-PWR(vlan-30)# exit
5. Save the running configuration to the startup configuration.
ProCurve Switch 2610-24-PWR# configure
ProCurve Switch 2610-24-PWR(config)# write memory