Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

G700 and S8300 Reconfiguration Help Required

Status
Not open for further replies.

Atisz

IS-IT--Management
May 9, 2013
1
GB
Hello Guys,

we have been given our company's legacy PBX system which formerly served our colleagues.
The config is: 3xG700 and a S8300 server.

We would like to use it for testing purposes without outgoing trunks, just to connect a few phones and test some features.

We have been given a new network range xxx.xxx.xxx.xxx/28 (VLAN etc)
We have the default gateway and the NTP as well also the DNS servers.

We have also put it to the rack also we connected with the redundancy cables.
However the alarm light is on on all the 3 gateways.

Previously it was in another network range and therefore all the IP settings need to be changed to fit to the new one.

We have full control over the equipment.

I am wondering if you could help us guys to reconfigure all the things that we need in order to put it to the new IP network range?
(gw, p330, s8300 IP setting etc..)

Thank you Guys in advance for any information, kind regards,

Atisz
 
This should get you thru the G700:

login
Password

NVRAM INIT

Type configure
The prompt appears as P330-1(configure)#.
set interface inband <vlan> <ip_address> <netmask>
Type reset and press Enter to reset the stack
show interface inband to verify that the Avaya P330 stack has the correct address.
set ip route 0.0.0.0 <default-gateway>
show ip route
type session mgp
Type nvram init
Type configure
type session mgp
set interface mgp <vlan> <ip_address> <mask>
type reset mgp
Type show interface mgp
set ip route 0.0.0.0 0.0.0.0 <gateway_ip_address>
set interface voip <number> <ipaddress> example: set interface voip v0 132.236.73.3
show interface
show voip v0
Ping mgp <ip address>
ping voip v0 <ipaddress>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top