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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re-IP G700/S8300

Status
Not open for further replies.

btrain08

Technical User
Apr 13, 2009
332
US
If I move an lsp'd G700/s8300 to another building what are the procedures to re-ip it?
 
log into the web interface, preferably through the services port of the S8300 (see your documentation for proper procedure), and use (under the Maintenance page) Configure Server.
 
Tnx, what about the actual GW itself
 
under the Maintenance page near the bottom is 'Media Gateways' with 'Configuration'.

or to do it all at one time, via the Services Port, log into the web page and do the 'Installation Wizard'.
 
You may need also to change the MGC list and routing at the P330.
 
Do the S8300 just like PBXTech stated and you can do the G700 with these commands if you don't like the Media Gateway Configuration interface.

Setup G700 Media Gateway with console cable on G700

At the P330-1(super)# prompt, type nvram init to initialize the default values of the media gateway processor.

Reset stack

set interface inband <vlan> <ip_address> <netmask> to assign an IP
address to the P330 stack processor

Reset stack

show interf inband

set ip route 0.0.0.0 <default-gateway> to specify the gateway to handle addresses outside of the local subnet.

Show ip route

session mgp

show system

nvram init

set interf mgp vlan ip mask

reset mgp

show interf mgp

set ip route 0.0.0.0 0.0.0.0 gateway

show ip route mgp

set inter voip v0 xxx.xxx.xxx.xxx

show interface

show voip v0

ping mgp xxx.xxx.xxx.xxx

ping voip v0 xxx.xxx.xxx.xxx

set mgc list xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx

show mgc list

reset
 
rockspop makes a great suggestion - run nvram init and wipe everything out before you start. otherwise you could be up all night trying to figure out some weird issue that's buried in a route or something silly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top