Avaya 2600 Switch User Manual


 
TMA; Reviewed:
SPOC 7/21/2008
Solution & Interoperability Test Lab Application Notes
©2008 Avaya Inc. All Rights Reserved.
13 of 21
ProCurve-ACM
3. Create and configure the VLAN for OSPF.
Assign a VLAN ID for the OSPF VLAN.
Assign a name for the OSPF VLAN.
Assign an IP address for the OSPF VLAN.
Assign ports to the OSPF VLAN.
ProCurve Switch 3500yl-24G-PWR# configure
ProCurve Switch 3500yl-24G-PWR(config)# vlan 2000
ProCurve Switch 3500yl-24G-PWR (vlan-2000)# vlan 2000 name vlanOSPF
ProCurve Switch 3500yl-24G-PWR (vlan-2000)#ip address 20.30.40.5/24
ProCurve Switch 3500yl-24G-PWR (vlan-2000)# untagged trk2
ProCurve Switch 3500yl-24G-PWR (vlan-2000)# exit
4. Enable OSPF routing and set VLAN 2000 to ospf area 0.
ProCurve Switch 3500yl-24G-PWR# configure
ProCurve Switch 3500yl-24G-PWR(config)# router ospf
ProCurve Switch 3500yl-24G-PWR(ospf)# area 0
ProCurve Switch 3500yl-24G-PWR(ospf)# redistribute connected
ProCurve Switch 3500yl-24G-PWR(ospf)# vlan 2000
ProCurve Switch 3500yl-24G-PWR (vlan-2000)# ip ospf area 0
ProCurve Switch 3500yl-24G-PWR (vlan-2000)#exit
5. Create and configure the voice VLAN that will run in Lab-A.
Assign a VLAN ID for the voice VLAN.
Assign a name for the voice VLAN.
Make vlan Voice2.
Assign an IP address for the voice VLAN.
Set an IP helper address for DHCP.
Assign ports to the voice VLAN.
ProCurve Switch 3500yl-24G-PWR# configure
ProCurve Switch 3500yl-24G-PWR(config)# vlan 533
ProCurve Switch 3500yl-24G-PWR (vlan-533)# vlan 533 name Voice2
ProCurve Switch 3500yl-24G-PWR (vlan-533)# voice
ProCurve Switch 3500yl-24G-PWR (vlan-533)# ip address 192.168.33.254/24
ProCurve Switch 3500yl-24G-PWR (vlan-533)# ip helper-address 10.20.20.250
ProCurve Switch 3500yl-24G-PWR (vlan-533)# tagged 3-4
ProCurve Switch 3500yl-24G-PWR (vlan-533)# exit