Set IP address device via SNMP request

Hi all, can anybody share an OID`s sequences for setting the IP address, subnet mask, and Default Gateway via SNMP for a T1500G-10PS 2.0 device?
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content

Hi @Serhii29
Thanks for posting in our business forum.
Go to the support page, you'll find it.
https://www.tp-link.com/en/support/download/t1500g-10ps/#MIBs_Files
- Copy Link
- Report Inappropriate Content

Hi @Serhii29
Thanks for posting in our business forum.
Go to the support page, you'll find it.
https://www.tp-link.com/en/support/download/t1500g-10ps/#MIBs_Files
- Copy Link
- Report Inappropriate Content
@Clive_A Hi Sir, I have investigated MIB files before writing here and didn't find a solution.
I think I can change IP on oid .1.3.6.1.4.1.11863.6.6.1.1.1.1.4 (information from tplink-ipAddr.mib file.)
example of "walk" command stdout:
snmpwalk -v2c -c public 192.168.0.1 .1.3.6.1.4.1.11863.6.6.1.1.1.1.4
SNMPv2-SMI::enterprises.11863.6.6.1.1.1.1.4.1.192.168.0.1.0 = IpAddress: 192.168.0.1
But in mib file:
tpVlanInterfaceIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the VLAN interface."
::= { tpVlanInterfaceConfigEntry 4 }
This oid has read-only status!!!!
I didn't find any other OID with an opportunity to set IP. That is why I ask about it here.
- Copy Link
- Report Inappropriate Content
Hi @Serhii29
Thanks for posting in our business forum.
Serhii29 wrote
@Clive_A Hi Sir, I have investigated MIB files before writing here and didn't find a solution.
I think I can change IP on oid .1.3.6.1.4.1.11863.6.6.1.1.1.1.4 (information from tplink-ipAddr.mib file.)
example of "walk" command stdout:
snmpwalk -v2c -c public 192.168.0.1 .1.3.6.1.4.1.11863.6.6.1.1.1.1.4
SNMPv2-SMI::enterprises.11863.6.6.1.1.1.1.4.1.192.168.0.1.0 = IpAddress: 192.168.0.1
But in mib file:
tpVlanInterfaceIp OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address of the VLAN interface."
::= { tpVlanInterfaceConfigEntry 4 }
This oid has read-only status!!!!
I didn't find any other OID with an opportunity to set IP. That is why I ask about it here.
Many are read-only. And we don't have plans to offer the option to modify.
If that's the case, unfortunately, there isn't a workaround.
- Copy Link
- Report Inappropriate Content
@Clive_A Can you confirm or deny the information regarding the possibility of establishing an IP address via an SNMP request?
- Copy Link
- Report Inappropriate Content
@Clive_A I`m working on writing scripts to manage TP-Link devices via SNMP, so this information will be useful.
- Copy Link
- Report Inappropriate Content

Information
Helpful: 0
Views: 389
Replies: 5
Voters 0
No one has voted for it yet.