Aruba & ProVision-based
1752565 Members
5837 Online
108788 Solutions
New Discussion

Re: help with ip phones on new system

 
mark-f
Occasional Visitor

help with ip phones on new system

Hello.

i am upgrading our avaya ip office at the corp office, finally.  As part of this we are also branching out to a new site and will be adding IP phones at a remote site which initially will be connected via a VPN for phone connectivity - then a MPLS circuit whenever it's installed.  We purchased a new HP/Aruba 5400zl2 swith which will be running at the new site.  I have never configured any sip of ip phones in the past so i'm at a loss as to how to 'properly' configure it.  Any suggestions or assistance would be helpful.

Basic config info -

corp office - vlan5 - 10.0.5.0/24 - which is where the ip office server is located.

remote site - connected via VPN - network to be used - 10.0.6.0/24.  no other config on the switch at this point.

thanks -

 

 

2 REPLIES 2
mark-f
Occasional Visitor

Re: help with ip phones on new system

here's the config so far ..

Running configuration:

; J9850A Configuration Editor; Created on release #KB.15.17.0008
; Ver #08:02.ff.f7.fc.7f.ff.3f.ef:ae
hostname "HP-5406Rzl2"
module A type j9535a
module B type j9534a
time timezone -5
ip default-gateway 10.0.6.1
snmp-server community "secureop" unrestricted
snmp-server contact "Mark Foster"
oobm
   ip address dhcp-bootp
   exit
vlan 1
   name "DEFAULT_VLAN"
   untagged A1-A24,B1-B24
   ip address 10.0.6.2 255.255.255.0
   exit
spanning-tree
no tftp server
no autorun
no dhcp config-file-update
no dhcp image-file-update
dhcp-server pool "ip-phones"
   dns-server "8.8.8.8"
   lease 00:00:07
   network 10.0.6.0 255.255.255.0
   option 242 ascii "MCIPADD=10.0.5.1,HTTPSRVR=10.0.5.1"
   exit
password manager

HP-5406Rzl2(ip-phones)#

16again
Respected Contributor

Re: help with ip phones on new system

add default gateway to DHCP server settings:

dhcp-server pool "ip-phones"
       default-router 10.0.6.1