- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- help with ip phones on new system
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2015 06:58 AM
12-29-2015 06:58 AM
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 -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2015 09:29 AM
12-29-2015 09:29 AM
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)#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2015 10:52 AM
12-29-2015 10:52 AM
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