All MIBs › XYPLEX-CONCATENATED-MIB › sysLocation
sysLocation
Module: XYPLEX-CONCATENATED-MIB
OID (symbolic): XYPLEX-CONCATENATED-MIB::sysLocation
OID (numeric): 1.3.6.1.2.1.1.6
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description:
The physical location of this node (e.g., `telephone closet, 3rd floor').
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.1.6 snmpwalk -v2c -c public <target> XYPLEX-CONCATENATED-MIB::sysLocation
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.1.6.1 snmpget -v2c -c public <target> XYPLEX-CONCATENATED-MIB::sysLocation.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.1.6.1 s <value>
Example output:
SNMPv2-MIB::sysLocation.0 = STRING: Sitting on the Dock of the Bay
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> sysLocation.1