All MIBs › ADONIS-DNS-MIB › dhcpLeaseHostname
dhcpLeaseHostname
Module: ADONIS-DNS-MIB
OID (symbolic): ADONIS-DNS-MIB::dhcpLeaseHostname
OID (numeric): 1.3.6.1.4.1.13315.100.101.1.2.2.1.1.7
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The client hostname of this lease
What is dhcpLeaseHostname?
This OID stores the hostname that the client provided when requesting the lease as an OCTET STRING. A network engineer checks this to map IP addresses to friendly names, particularly useful when the DHCP server also manages DNS. For example, a value of 'workstation-42' or 'printer-2nd-floor' helps quickly identify which device owns an IP.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13315.100.101.1.2.2.1.1.7 snmpwalk -v2c -c public <target> ADONIS-DNS-MIB::dhcpLeaseHostname
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13315.100.101.1.2.2.1.1.7.1 snmpget -v2c -c public <target> ADONIS-DNS-MIB::dhcpLeaseHostname.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dhcpLeaseHostname.1
Start monitoring BlueCat Networks Adonis DNS/DHCP appliances with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADONIS-DNS-MIB::dhcpLeaseHostname OID value, configure state conditions and alerts, and monitor any BlueCat Networks Adonis DNS/DHCP appliances from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.13315 | bluecatnetworks | BLUECATNETWORKS-MIB |
| 1.3.6.1.4.1.13315.100 | appliances | BLUECATNETWORKS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.13315.100.101 | adonis | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1 | adonisObjects | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.2 | dhcp | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.2.2 | dhcpStats | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.2.2.1 | dhcpLeaseTable | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.2.2.1.1 | dhcpLeaseEntry | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.2.2.1.1.7 | dhcpLeaseHostname | ADONIS-DNS-MIB |