Yealink Forums

Full Version: SNMP edit contents : hostname, location, contact ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I use your Firmware (9.70.0.103) on my T20P because SNMP is enable. And it is easy to make an inventory.
All phones have the same hostname. Is it possible to edit some contents ? Please.

Or

This release note annonce that the firmware 9.70.0.120 added some fields to the snmp section :
YealinkSIPPhoneReleaseNoteofVersion70-19394038218.pdf
Is it possible to have a dowload link for this firmware 9.70.0.120 or 9.70.0.100 ? Please.

Thanks

---
<CONTENT>
<CONTACT>Sysadmin (root@localhost)</CONTACT>
<DESCRIPTION>Linux IPPHONE 2.6.10n #8 Fri Jan 13 18:23:27 CST 2012 mips</DESCRIPTION>
<LOCATION>Server Room</LOCATION>
<MANUFACTURER>Yealink</MANUFACTURER>
<MODEL>T20P</MODEL>
<SNMPHOSTNAME>IPPHONE</SNMPHOSTNAME>
<TYPE>PHONE</TYPE>
<UPTIME>17 hours, 58:53.33</UPTIME>
</DEVICE>
<MODULEVERSION>2.7</MODULEVERSION>
<PROCESSNUMBER>1</PROCESSNUMBER>
</CONTENT>
Hi,
I find that MIB have a readwrite access, great !!!
sysContact .1.3.6.1.2.1.1.4
sysName .1.3.6.1.2.1.1.5
sysLocation .1.3.6.1.2.1.1.6

So i try a snmpset like this :
snmpset -v 2c -c private 10.169.19.83 .1.3.6.1.2.1.1.5 s dsiun@univxx.f
But i have a timeout error because the community private is wrong
Timeout: No Response from 10.169.19.83
snmpwalk -v2c -c private 10.169.19.83
Timeout: No Response from 10.169.19.83

snmpwalk public is ok
snmpwalk -v2c -c public 10.169.19.83

What is the community to write contents MIB ????
Tanks for your help.
Reference URL's