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

How to get ip phone serial numbers

Status
Not open for further replies.

walruses

Technical User
Apr 1, 2016
68
MX
Hi everyone, I'm trying to get the serial number of my ip phones but I don´t see any way to get it. ASA does not give me that information. I've tried running query phone tool but didn´t work either.

Have anyone any idea?

Thank you in advance.
 
Thanks for your answer, I did this in CM:

change system-parameters ip-options

set download flag to "y"
community string "avaya"
source address "the hostname of my CM"

But I still not receiving any information from my ip phones.

Best regards.
 
Here's an Avaya Doc. 1- Go to “ change system-parameters ip-options” Page 3 of 3
2- Change “ Download Flag ” to “ Y “
3- Add a community string such as “ public “
4- Add in the “ SOURCE ADDRESSES “ field “ procr “ ( the node name you will use to SNMP query phones )
5- F3 (save new settings)
6- Log off & log back in phones (anyway, this new parameters should be uploaded to the phones during nightly maintenanceas well)

7- As an alternate method, SNMP community can be set from the 46xxsettings.txt file by the variable: SET SNMPSTRING mystring

8- Run the command from CM shell: “ snmpwalk -v 1 -c community string -Os -Cc phone ip address enterprises.6889.2.69.5.1.79

The previous OID (enterprises.6889.2.69.5.1.79) is valid for 9641G phone models only.

Here is attached the string list you should run to get phones Serial Numbers:



snmpwalk -v 1 -c avaya -Os -Cc x.x.x.x add here the string related to the specific phone model



96x1 h.323 series

9641G : enterprises.6889.2.69.5.1.79



96xx h.323 series : enterprises.6889.2.69.2.1.46

9670

9620

9630



46xx series : enterprises.6889.2.69.1.1.6

4602

4621
In case is not recognized enterprises = .1.3.6.1.4.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top