Link to home
Start Free TrialLog in
Avatar of paul_rigano
paul_riganoFlag for United States of America

asked on

Help configuring VOIP VLANS on LAN & WAN Using HP Layer 3 Switches, Avaya S8500 & S8300 on MPLS network

I have 2 sites one in NJ and the other in CA that are connected via AT&T MPLS network with AT&T managed Cisco Routers.  Dual T1s in HSRP configuration both sites.  AT&T States that DSCP=48 is set.

NJ site has an HP 5308XL core switch and Avaya S8500 with 9620 IP phones.  2 VLANS: VLAN 1 for data (10.68.36.0/22); VLAN 10 for voice (192.168.2.0/24).   Working great for almost a year. OSPF is not being used (yet).

CA site has dual T1 in HSRP configuration with an HP 5406ZL core switch and will be installing an Avaya G530 gateway with S8300.  3 VLANS: VLAN 1 for data (10.222.82.0/24); VLAN 10 for voice (10.222.83.0/24); VLAN 20 (10.224. for transfer network.  Premium Edge License is installed for OSPF.  All VLAN seems to be working fine.  Phones are booting up into VLAN 20 and getting the proper address from the proper DHCP scope (10.222.82.0).



Situations:

I plug the G350 that is preconfigured with address 10.222.83.2 & 3/25 gw 10.222.83.1 into a VLAN 10 port with a crossover cable and cannot see it.  The switch shows link on Port C20.  No entry in ARP table.

I plug a PC with address 10.222.83.220/24 gw 10.222.83.1 into PORT C19 same thing.


I need to setup a pc in both NJ & CA to to VOIP network analysis.

I need to get the two VLAN 10s talking over the WAN.
Avatar of kyleb84
kyleb84
Flag of Australia image

Stupid question but are you sure the port's untagged?

config
vlan 10
  ip address 10.222.83.1/25
  untagged C19-C20

----------------

"VLAN 10 for voice (10.222.83.0/24); VLAN 20 (10.224. for transfer network."

"Phones are booting up into VLAN 20"

You mean 10?

------------------

"I need to get the two VLAN 10s talking over the WAN."

Since they're in different networks 10.222.83 + 10.222.82 you'll have to route.

HP config:
ip routing
router ospf
 area 0.0.0.0
 redistribute connected
vlan 10
 ip ospf area 0.0.0.0

You'll have to get the routers to match the OSPF config in your HP (and vice versa) or they won't talk.

Avatar of paul_rigano

ASKER

I meant they are booting into VLAN 10 :)

Here is my CA Switch config:


Running configuration:

; J8697A Configuration Editor; Created on release #K.13.25

hostname "NW42273PAT0001"
snmp-server contact "HelpDesk"
snmp-server location "PATterson"
module 1 type J8702A
module 2 type J8702A
module 3 type J8705A
module 4 type J8702A
interface B15
   name "SV42273PAT0210"
exit
interface A1
   name "USDEMTPCQCA03R"
   speed-duplex 100-full
   no power-over-ethernet
exit
interface A2
   name "USDEMTPCQCA04R"
   speed-duplex 100-full
   no power-over-ethernet
exit
interface C19
   name "PC42273PAT3220"
exit
interface C20
   name "Avaya G350"
   speed-duplex 100-full
exit
interface D24
   name "Dlink Access Point"
exit
ip routing
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged A3-A24,B1-B24,C1-C24,D1-D24
   ip address 10.222.82.1 255.255.255.0
   no untagged A1-A2
   exit
vlan 20
   name "Transfer-Network"
   untagged A1-A2
   ip address 10.224.15.114 255.255.255.240
   exit
vlan 10
   name "VoIP-Network"
   qos dscp 101110
   ip helper-address 10.222.82.210
   ip address 10.222.83.1 255.255.255.0
   tagged C1-C20
   voice
   exit
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-HDx sensitivity high
fault-finder duplex-mismatch-FDx sensitivity high
no ip ssh
ip route 0.0.0.0 0.0.0.0 10.224.15.113
router ospf
   area 0.0.0.1
   no rfc1583-compatibility
   exit
spanning-tree
vlan 20
   ip ospf 10.224.15.114 area 0.0.0.1
   exit
ASKER CERTIFIED SOLUTION
Avatar of kyleb84
kyleb84
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Make sure you use the C19 port for the PC, and C20 for the G350
No problem with using the proper ports, Im doing this all remotely from NJ!

OK So now I have untagged C19-C20

vlan 1
   name "DEFAULT_VLAN"
   untagged A3-A24,B1-B24,C1-C18,C21-C24,D1-D24
   ip address 10.222.82.1 255.255.255.0
   no untagged A1-A2,C19-C20
   exit
vlan 20
   name "Transfer-Network"
   untagged A1-A2
   ip address 10.224.15.114 255.255.255.240
   exit
vlan 10
   name "VoIP-Network"
   untagged C19-C20
   qos dscp 101110
   ip helper-address 10.222.82.210
   ip address 10.222.83.1 255.255.255.0
   tagged C1-C18
   voice
   exit

I can now remote desktop to the PC, which I could not do before.
   I can ping all around the network and the 83.1 thru 83.3

I do ping from the router and get:  Cant ping 10.222.83.220, yet it seems to work!

NW42273PAT0001# ping 10.222.83.1
10.222.83.1 is alive, time = 1 ms
NW42273PAT0001# ping 10.222.83.2
10.222.83.2 is alive, time = 1 ms
NW42273PAT0001# ping 10.222.83.3
10.222.83.3 is alive, time = 1 ms
NW42273PAT0001# ping 10.222.83.220
Request timed out.

From my PC here at home (VPN connection to network)  I get:

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reser

C:\Users\Paul>ping 10.222.83.1

Pinging 10.222.83.1 with 32 bytes of data:
Reply from 10.222.83.1: bytes=32 time=151ms TTL=60
Pinging 10.222.83.2 with 32 bytes of data:
Reply from 10.222.83.2: bytes=32 time=168ms TTL=59
Pinging 10.222.83.3 with 32 bytes of data:
Reply from 10.222.83.3: bytes=32 time=152ms TTL=59
Pinging 10.222.83.220 with 32 bytes of data:
Request timed out.
"I can now remote desktop to the PC, which I could not do before."
"I do ping from the router and get:  Cant ping 10.222.83.220, yet it seems to work!"

Looks like your PC is blocking pings, maybe remote desktop to it and disable the firewall.

OK, so now we establish routing between the two site for VLAN 10, since you can't touch the Leased Cisco Routers we'll just add static routes....

For CA's HP add:

ip route 192.168.2.0 255.255.255.0 [IP ADDRESS OF THE LOCAL CISCO]

For NJ's HP add:

ip route 10.222.83.0 255.255.255.0 [IP ADDRESS OF THE LOCAL CISCO]


=HOPEFULLY= the Cisco's know about the other end's networks. If you can ping from switch to switch, your done. If not, you'll probably have to request for those routes to be added to the Cisco's as well.

Hey man,

The routes are already there.

I can do a show ip route from the CA Switch since OSPF is enabled there
 192.168.2.0/24     10.224.15.115   20   ospf      External1  101        110
I cant from NJ because OSPF is not going there.

There is nothing else that needs to be done on the NJ Switch?
I think I read that OSPF must be going on the NJ side as well.  I need to make sure that the DSCP=46 thing is working.
OSPF needs to be used on both switches...

Is there VLAN 10 connectivity yet? can you ping the VLAN 10 ip of one switch from the alternate switch?
Yes I can ping each other.

from CA:
NW42273PAT0001# ping 192.168.2.1
192.168.2.1 is alive, time = 150 ms
NW42273PAT0001#

From NJ:
NW42273NVL0020# ping 10.222.83.1
10.222.83.1 is alive, time = 75 ms
NW42273NVL0020#
So what's next? You want to confirm QoS?
yeah, but I dont think that OSPF is setup in Jersey yet.  After I confirm what should I do?
"After I confirm what should I do?"

Is there anything that's not working now?
Dont know the AVAYA G350 is not configured yet.  I am concerned about the DSCP=46 working.  I asked AT&T to put in COS2.  I will set up two PCs on my Monday morning to commence the VOIP testing between the sites.  Hang tight while I gather more information, OK?