All MIBs › LBMSH-MIB › sysContact
sysContact
Module: LBMSH-MIB
OID (symbolic): LBMSH-MIB::sysContact
OID (numeric): 1.3.6.1.2.1.1.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description:
The textual identification of the contact person for this managed node, together with information on how to contact this person.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.1.4 snmpwalk -v2c -c public <target> LBMSH-MIB::sysContact
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.1.4.1 snmpget -v2c -c public <target> LBMSH-MIB::sysContact.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.1.4.1 s <value>
Example output:
SNMPv2-MIB::sysContact.0 = STRING: Me <me@example.org>