All MIBs › ADONIS-DNS-MIB › licenseValid
licenseValid
Module: ADONIS-DNS-MIB
OID (symbolic): ADONIS-DNS-MIB::licenseValid
OID (numeric): 1.3.6.1.4.1.13315.100.101.1.5.1.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description: Current virtual machine license status. 0 - Not valid 1 - Valid
What is licenseValid?
This OID indicates whether the product license is currently valid (0 = expired/invalid, 1 = valid and active). Engineers must monitor this to ensure the system keeps running; an invalid license often causes the software to stop functioning or drop into read-only mode. For example, a value of 1 confirms the license is good and the system will continue providing full DNS and DHCP service, but a value of 0 would require immediate license renewal to prevent service outage.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13315.100.101.1.5.1.1 snmpwalk -v2c -c public <target> ADONIS-DNS-MIB::licenseValid
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13315.100.101.1.5.1.1.1 snmpget -v2c -c public <target> ADONIS-DNS-MIB::licenseValid.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> licenseValid.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::licenseValid 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.5 | lcd | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.5.1 | lcdDaemon | ADONIS-DNS-MIB |
| 1.3.6.1.4.1.13315.100.101.1.5.1.1 | licenseValid | ADONIS-DNS-MIB |