All MIBs › DASAN-DHCP-MIB
Organization: DASAN Networks, Inc
Last Updated: 2002-09-09
Category: IP Addressing
Description:
Manages DHCP server lease pools, relay configuration, and binding tables on DASAN Networks devices.
Imported Objects
From DASAN-SMI
| dasanMgmt | OBJECT-IDENTITY |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| TimeTicks | |
| enterprises | |
| mib-2 | |
| snmpModules |
From SNMPv2-TC
| DisplayString | |
| TestAndIncr | |
| TimeStamp |
What Is DASAN-DHCP-MIB?
DASAN-DHCP-MIB is a DASAN Networks MIB for managing DHCP server functionality on DASAN switching/access platforms, covering scope and subnet configuration, lease timers, and DNS server assignment. It exposes configuration objects such as default/max lease time, subnet mask, broadcast address, domain name, and a table of configured DNS servers, plus a subnet configuration table defining named subnet policies. As a service-status MIB, its monitoring value lies in confirming the DHCP service configuration is correct and consistent, verifying lease timers and subnet definitions match intended policy, and that DNS server entries are properly populated, rather than reporting physical hardware sensors. It is a vendor-private MIB built on standard SMI/IANA enterprise OID conventions and typically used alongside DASAN's broader device management MIB suite. It is deployed on DASAN access/aggregation switches providing integrated DHCP services in carrier or enterprise access networks. Engineers can download the DASAN-DHCP-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in DASAN-DHCP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- DHCP scope/subnet configuration
- lease time settings
- DNS server assignment
- subnet mask/broadcast address
- domain name configuration
Supported Devices
- DASAN Networks access/aggregation switch
Monitoring Examples
An administrator would check dsSubnetConfTable/dsSubnetConfEntry for a given dsSubnetConfName to verify subnet-specific lease parameters, cross-referencing dsDefaultLeaseTime and dsMaxLeaseTime to confirm client lease policy. dsDomainNameServerTable/dsDomainNameServerEntry (indexed by dsDomainNameServerIpIdx) is polled to confirm the correct DNS servers (dsDomainNameServerIp) are being handed out to DHCP clients. dsSubnetMask, dsBroadcastAddress, and dsDomainName round out the subnet-level configuration audited when troubleshooting client provisioning issues.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| org | 1.3 | |||
| dod | 1.3.6 | |||
| internet | 1.3.6.1 | |||
| directory | 1.3.6.1.1 | |||
| mgmt | 1.3.6.1.2 | |||
| transmission | 1.3.6.1.2.1.10 | |||
| experimental | 1.3.6.1.3 | |||
| private | 1.3.6.1.4 | |||
| dasan | 1.3.6.1.4.1.6296 | |||
| dasanSwitchMIB | 1.3.6.1.4.1.6296.9.1 | |||
| dasanSwitchMIBObjects | 1.3.6.1.4.1.6296.9.1.1 | |||
| dsDhcpMIBObjects | 1.3.6.1.4.1.6296.9.1.1.5 | The MIB module for DASAN DHCP entities. | ||
| dsDhcpDaemonConf | 1.3.6.1.4.1.6296.9.1.1.5.1 | |||
| INT dsDefaultLeaseTime | 1.3.6.1.4.1.6296.9.1.1.5.1.1 | INTEGER | read-only | The default ip-address lease time. |
| INT dsMaxLeaseTime | 1.3.6.1.4.1.6296.9.1.1.5.1.2 | INTEGER | read-only | The maximum ip-address lease time. |
| IP dsSubnetMask | 1.3.6.1.4.1.6296.9.1.1.5.1.3 | IpAddress | read-only | The default sub-net mask. |
| IP dsBroadcastAddress | 1.3.6.1.4.1.6296.9.1.1.5.1.4 | IpAddress | read-only | The default broadcast address. |
| STR dsDomainName | 1.3.6.1.4.1.6296.9.1.1.5.1.5 | DisplayString | read-only | The name of domain. |
| dsDomainNameServerTable | 1.3.6.1.4.1.6296.9.1.1.5.1.6 | not-accessible | This table contains all server ip address | |
| dsDomainNameServerEntry | 1.3.6.1.4.1.6296.9.1.1.5.1.6.1 | not-accessible | This table contains all server ip address | |
| INT dsDomainNameServerIpIdx | 1.3.6.1.4.1.6296.9.1.1.5.1.6.1.1 | INTEGER | read-only | The index of ip address. |
| IP dsDomainNameServerIp | 1.3.6.1.4.1.6296.9.1.1.5.1.6.1.2 | IpAddress | read-only | The ip address of domain name server. |
| dsSubnetConfTable | 1.3.6.1.4.1.6296.9.1.1.5.1.7 | not-accessible | The subnet address table | |
| dsSubnetConfEntry | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1 | not-accessible | The subnet address table. | |
| STR dsSubnetConfName | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.1 | DisplayString | read-only | The subnet of this table entry. |
| IP dsSubnetConfSubnet | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.2 | IpAddress | read-only | The subnet of this table entry. |
| IP dsSubnetConfNetmask | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.3 | IpAddress | read-only | The netmask of this table entry. |
| IP dsSubnetConfBroadcastAddr | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.4 | IpAddress | read-only | The Broadcast address of this table entry. |
| INT dsSubnetConfDefaultLeaseTime | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.5 | INTEGER | read-only | The default ip-address lease time. |
| INT dsSubnetConfMaxLeaseTime | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.6 | INTEGER | read-only | The maximum ip-address lease time. |
| INT dsSubnetConfTotalCount | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.7 | INTEGER | read-only | The total number of ip-addresses in this group. |
| INT dsSubnetConfAllocatedCount | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.8 | INTEGER | read-only | The total number of allocated ip-addresses in this group. |
| IP dsSubnetConfRouters | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.9 | IpAddress | read-only | The router address of this table entry. |
| OCT dsSubnetConfRangeBitmap | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.10 | OCTET STRING | read-only | The bitmap of free addresses. |
| SUB dsSubnetConfIndex | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.11 | SubnetConfIndex | not-accessible | The Index of subnet. |
| OCT dsSubnetConfDomainName | 1.3.6.1.4.1.6296.9.1.1.5.1.7.1.12 | OCTET STRING | read-only | The domain suffix of subnet. |
| dsSubnetConfRangeTable | 1.3.6.1.4.1.6296.9.1.1.5.1.8 | not-accessible | The subnet ip table. | |
| dsSubnetConfRangeEntry | 1.3.6.1.4.1.6296.9.1.1.5.1.8.1 | not-accessible | The subnet ip table. | |
| IP dsSubnetConfRangeStart | 1.3.6.1.4.1.6296.9.1.1.5.1.8.1.1 | IpAddress | read-only | The start ip address allocatable. |
| IP dsSubnetConfRangeEnd | 1.3.6.1.4.1.6296.9.1.1.5.1.8.1.2 | IpAddress | read-only | The end ip address allocatable. |
| SUB dsSubnetConfRangeIndex | 1.3.6.1.4.1.6296.9.1.1.5.1.8.1.3 | SubnetConfRangeIndex | not-accessible | The index of Range Entry. |
| security | 1.3.6.1.5 | |||
| snmpV2 | 1.3.6.1.6 |
RFC description
Manages DASAN DHCP daemon configuration and operation including subnet configuration groups and DHCP server settings.
Start monitoring DASAN Networks access/aggregation switch (DHCP server) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.