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

G450 IP Address Change

Status
Not open for further replies.

Spudmoooo

Technical User
Apr 12, 2006
34
0
0
AU
Hi,

What is the command to change the IP address on a G450 gateway ?

 
interface vlan 1"
"ip address x.x.x.x y.y.y.y" (x.x.x.x is the IP, y.y.y.y is the subnet mask)

and don't forget:
"ip default-gateway z.z.z.z"

then

"copy running-config startup-config"

"reset"



Mitch

AVAYA Certified Expert
 
Tried the above command and it replies with

IP address xxx.xxx.xxx.xxx already defined on the interface

Is there somewhere else I need to disable first?

Thanks Mitch
 
try "no default-gateway", then "interface vlan 1", then "no ip address", then start the above commands. You need to remove the old IP before you can put in the new IP information. You also need to reboot ("reset chassis") most likely, to make it work. Do that after the "copy"



Mitch

AVAYA Certified Expert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top