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

G450/G430 Name Change 1

Status
Not open for further replies.

demanding

IS-IT--Management
Joined
Jan 7, 2008
Messages
631
Location
US
Is it possible to rename a G450 and G430 that is in production? If so, how? When it sends out "information" reports to our tracking software, management is not happy with what they see on the naming scheme as in some instances it does not indicate the location. Any help would be appreciated.
 
hostname
Use the hostname command to change the Command Line Interface (CLI) prompt. The prompt
is written as hostname-registration, where the hostname is the value entered with the
hostname command, and registration is the media gateway registration information. If the
device is registered, the current media gateway number appears. If the device is not registered,
question marks are displayed

although I reckon you may find
set system location
Use the set system location command to set the location information for this media
gateway system.

more use. This sets the standard SNMP location information which shoudl appear in your NMS

Take Care

Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.
 
Do you know if a system (Solarwinds) is set to poll these gateways, why it does not see the name of the gateway?
 
Syntax
set system name [string]

Solarwinds doesn't read the hostname, but it will poll for the system name, system location and system contact

Take Care

Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.
 
Is it possible to do all of the above on a G700? I am not seeing the same commands...
 
MG-001-1(super)# show hostname

Session hostname is 'MG'

MG-001-1(super)# hostname help

hostname command:
-----------------------------------------------------------------------------
Description: Display or set the new host name
Usage: hostname [<string>]

<string> - host prompt name

Example: hostname MG

MG-001-1(super)# hostname fife1
fife1-001-1(super)# hostname MG
MG-001-1(super)#



A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
But that is the hostname and not the System name...is there a way to set the system name?
 
Code:
MG-001-1(super)# show system

Uptime(d,h:m:s): 336, 17:00:53

System Name    : -- Empty --
System Location: -- Empty --
System Contact : -- Empty --
MAC Address    : 00-04-0D-6F-92-17
Serial No      : 057G06217151
Model No       : G700            
HW Vintage     : 04
HW Suffix      : C
FW Vintage     : 25.23.0

Media Gateway Power Supplies
                 VOLTAGE(V) ACTUAL(V)  STATUS
                 ---------- ---------- ----------
DSP Complex      3.4        3.490      OK
MGP              5.1        5.090      OK
Media Modules    -48.0      -48.360    OK
VoIP DSP         1.6        1.590      OK
VoIP CPU         1.5        1.490      OK
MG-001-1(super)# config
MG-001-1(configure)# set system help

set system commands:
-----------------------------------------------------------------------------
set system contact                   Set the site contact name
set system location                  Set the site location name
set system name                      Set the name of the system

MG-001-1(configure)# 
MG-001-1(configure)# set system name g700-MG1
MG-001-1(configure)# set system location Fife
MG-001-1(configure)# show system

Uptime(d,h:m:s): 336, 17:02:58

System Name    : g700-MG1
System Location: Fife
System Contact : -- Empty --
MAC Address    : 00-04-0D-6F-92-17
Serial No      : 057G06217151
Model No       : G700            
HW Vintage     : 04
HW Suffix      : C
FW Vintage     : 25.23.0

Media Gateway Power Supplies
                 VOLTAGE(V) ACTUAL(V)  STATUS
                 ---------- ---------- ----------
DSP Complex      3.4        3.490      OK
MGP              5.1        5.090      OK
Media Modules    -48.0      -48.259    OK
VoIP DSP         1.6        1.580      OK
VoIP CPU         1.5        1.500      OK

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
I knew I should have just dove into the config...thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top