All MIBs › Unisphere-Data-DHCP-MIB
Organization: Unisphere Networks, Inc.
Last Updated: 2002-05-10
Category: Juniper Unisphere ERX Routing
Description:
Manages Unisphere ERX DHCP relay and local server configuration, address pools, and lease tracking.
Imported Objects
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| OBJECT-TYPE |
From SNMPv2-TC
| PhysAddress | |
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TimeInterval | |
| TruthValue |
From Unisphere-Data-MIBs
| usDataMibs | MODULE-IDENTITY |
From Unisphere-Data-TC
| UsdEnable |
What Is Unisphere-Data-DHCP-MIB?
Unisphere-Data-DHCP-MIB is the DHCP relay and local-server MIB for Unisphere Networks' ERX broadband edge routers (Unisphere was acquired by Juniper Networks, and this module is the historical basis for the later Juniper-DHCP-MIB). It exposes configuration for DHCP relay agent option-82 insertion (circuit ID, remote ID), a table of configured DHCP relay server addresses, and error counters for bad/unknown relay messages and gateway-address spoofing attempts, alongside proxy-client statistics such as unknown-server counts. This is a software/protocol-service monitoring MIB: it tracks the operational health of the router's DHCP relay and proxy service, letting an operator confirm relay servers are correctly provisioned and detect malformed or spoofed DHCP traffic at the network edge, rather than exposing any hardware sensors. It builds on standard DHCP concepts (RFC 2131, option-82/RFC 3046) but defines Unisphere-proprietary object identifiers. It was typically deployed by broadband/ISP operators on Unisphere ERX routers for subscriber DHCP relay at the network edge. Engineers can download the Unisphere-Data-DHCP-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in Unisphere-Data-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 relay server address configuration
- bad/unknown DHCP messages
- gateway address spoofing counter
- option-82 circuit/remote ID settings
- proxy client unknown-server counter
Supported Devices
- Unisphere Networks ERX broadband edge routers (later Juniper E-series)
Monitoring Examples
An operator would walk usdDhcpRelayServerTable/usdDhcpRelayServerEntry to confirm each configured usdDhcpRelayServerAddress has usdDhcpRelayServerRowStatus active, and monitor usdDhcpRelayBadMessages/usdDhcpRelayUnknownMessages for signs of malformed DHCP traffic reaching a relay interface. A rising usdDhcpRelayGatewayAddrSpoofs counter would flag spoofing attempts on subscriber ports, while usdDhcpProxyClientUnknownServers highlights DHCP proxy requests referencing servers the router doesn't recognize.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| usdDhcpMIB | 1.3.6.1.4.1.4874.2.2.22 | The DHCP MIB for the Unisphere Networks enterprise. | ||
| usdDhcpObjects | 1.3.6.1.4.1.4874.2.2.22.1 | |||
| usdDhcpRelay | 1.3.6.1.4.1.4874.2.2.22.1.1 | |||
| usdDhcpRelayScalars | 1.3.6.1.4.1.4874.2.2.22.1.1.1 | |||
| USD usdDhcpRelayAgentInfoEnable | 1.3.6.1.4.1.4874.2.2.22.1.1.1.1 | UsdEnable | read-write | Enable/disable use of the DHCP relay agent information option. |
| C32 usdDhcpRelayBadMessages | 1.3.6.1.4.1.4874.2.2.22.1.1.1.2 | Counter32 | read-only | Number of DHCP relay messages received by this agent, that were discarded because of apparent corruption. |
| C32 usdDhcpRelayUnknownMessages | 1.3.6.1.4.1.4874.2.2.22.1.1.1.3 | Counter32 | read-only | Number of DHCP relay messages received by this agent, that were discarded because they contained information or options not recognized by this agent. |
| C32 usdDhcpRelayAgentInfoAlreadyPresents | 1.3.6.1.4.1.4874.2.2.22.1.1.1.4 | Counter32 | read-only | Number of DHCP requests discarded because they already contained the Agent Info option when this agent expected to insert it. |
| C32 usdDhcpRelayGatewayAddrSpoofs | 1.3.6.1.4.1.4874.2.2.22.1.1.1.5 | Counter32 | read-only | Number of DHCP requests discarded because the gateway IP address field already contained this agent's address. |
| USD usdDhcpRelayAgentCircuitIdEnable | 1.3.6.1.4.1.4874.2.2.22.1.1.1.6 | UsdEnable | read-write | Enable/disable use of the DHCP Relay Agent Circuit Id suboption. |
| USD usdDhcpRelayAgentRemoteIdEnable | 1.3.6.1.4.1.4874.2.2.22.1.1.1.7 | UsdEnable | read-write | Enable/disable use of the DHCP Relay Agent Remote Id suboption. |
| usdDhcpRelayServerTable | 1.3.6.1.4.1.4874.2.2.22.1.1.2 | not-accessible | The (conceptual) table listing the DHCP Relay servers. | |
| usdDhcpRelayServerEntry | 1.3.6.1.4.1.4874.2.2.22.1.1.2.1 | not-accessible | An entry (conceptual row) representing a DHCP Relay server. | |
| IP usdDhcpRelayServerAddress | 1.3.6.1.4.1.4874.2.2.22.1.1.2.1.1 | IpAddress | not-accessible | The IP address of the DHCP server to which DHCP requests received from attached DHCP clients are forwarded. |
| ROW usdDhcpRelayServerRowStatus | 1.3.6.1.4.1.4874.2.2.22.1.1.2.1.2 | RowStatus | read-create | Supports 'createAndGo' and 'destroy' only. |
| usdDhcpProxy | 1.3.6.1.4.1.4874.2.2.22.1.2 | |||
| usdDhcpProxyClient | 1.3.6.1.4.1.4874.2.2.22.1.2.1 | |||
| usdDhcpProxyClientScalars | 1.3.6.1.4.1.4874.2.2.22.1.2.1.1 | |||
| C32 usdDhcpProxyClientUnknownServers | 1.3.6.1.4.1.4874.2.2.22.1.2.1.1.1 | Counter32 | read-only | Total number of DHCP Proxy messages received from servers not listed in the usdDhcpProxyClientServerTable. |
| usdDhcpProxyClientServerTable | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2 | not-accessible | The (conceptual) table listing the DHCP Proxy servers known to the client. | |
| usdDhcpProxyClientServerEntry | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1 | not-accessible | An entry (conceptual row) representing a DHCP Proxy server known to the client. | |
| IP usdDhcpProxyClientServerAddress | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.1 | IpAddress | not-accessible | The IP address of a DHCP server with which DHCP transactions are conducted by this client. |
| ROW usdDhcpProxyClientServerRowStatus | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.2 | RowStatus | read-create | Supports 'createAndGo' and 'destroy' only. |
| INT usdDhcpProxyClientServerAdminStatus | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.3 | INTEGER | read-create | Permits configuration of the client's operation status with respect to this server: disable Bar the client from using this server to obtain new address leases; and cause any leases from that server, that are currently in use by the client, to be released. drain Bar the client from using this server to obtain new address leases; but permit any leases from that server, that are currently in use by the client, to remain in use until they expire naturally. enabled Allow the client to use the server to obtain new address leases. Implementations that don't support administrative control of the server always report the value of enable(2), and disallow setting this object to any other value. |
| INT usdDhcpProxyClientServerOperStatus | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.4 | INTEGER | read-only | Reports the client's current operation status with respect to this server: disabled The client is barred from using this server to obtain new address leases; and any leases from that server, that were in use by the client, have been released. draining The client is barred from using this server to obtain new address leases, but one or more leases from that server, that are in use by the client, will remain in use until they expire naturally. enabled The client may use the server to obtain new address leases, and may have one or more leases currently in use. Implementations that don't support administrative control of the server always report the value enabled(2). |
| C32 usdDhcpProxyClientServerLeases | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.5 | Counter32 | read-only | Total number of address leases granted to the client by this server (including those that have expired). The number of active leases from this server is determined by subtracting the value of usdDhcpProxyClientServerReleases from the value of this object. |
| C32 usdDhcpProxyClientServerDiscovers | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.6 | Counter32 | read-only | Number of DHCP Discovers directed (i.e. nonbroadcast) by the client to this server. |
| C32 usdDhcpProxyClientServerOffers | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.7 | Counter32 | read-only | Number of DHCP Offers received by the client from this server. |
| C32 usdDhcpProxyClientServerRequests | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.8 | Counter32 | read-only | Number of DHCP Requests sent by the client to this server. |
| C32 usdDhcpProxyClientServerAcks | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.9 | Counter32 | read-only | Number of DHCP ACKS received by the client from this server. |
| C32 usdDhcpProxyClientServerNaks | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.10 | Counter32 | read-only | Number of DHCP NAKS received by the client from this server. |
| C32 usdDhcpProxyClientServerDeclines | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.11 | Counter32 | read-only | Number of DHCP Declines sent by the client to this server. |
| C32 usdDhcpProxyClientServerReleases | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.12 | Counter32 | read-only | Number of DHCP Releases sent by the client to this server. |
| C32 usdDhcpProxyClientServerInforms | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.13 | Counter32 | read-only | Number of DHCP Informs sent by the client to this server. |
| C32 usdDhcpProxyClientServerBadMessages | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.14 | Counter32 | read-only | Number of DHCP Proxy messages received by the client from this server, that were discarded because of apparent corruption. |
| C32 usdDhcpProxyClientServerUnknownMessages | 1.3.6.1.4.1.4874.2.2.22.1.2.1.2.1.15 | Counter32 | read-only | Number of DHCP Proxy messages received by the client from this server, that were discarded because they contained information or options not recognized by the client. |
| usdDhcpProxyServer | 1.3.6.1.4.1.4874.2.2.22.1.2.2 | |||
| usdDhcpLocalServerObjects | 1.3.6.1.4.1.4874.2.2.22.1.3 | |||
| usdDhcpLocalServerStatistics | 1.3.6.1.4.1.4874.2.2.22.1.3.1 | |||
| C32 usdDhcpLocalServerMemUsage | 1.3.6.1.4.1.4874.2.2.22.1.3.1.1 | Counter32 | read-only | The amount (in bytes) of memory currently allocated to this local server. |
| C32 usdDhcpLocalServerNumBindings | 1.3.6.1.4.1.4874.2.2.22.1.3.1.2 | Counter32 | read-only | The number of address bindings maintained by this local server. |
| C32 usdDhcpLocalServerRxDiscovers | 1.3.6.1.4.1.4874.2.2.22.1.3.1.3 | Counter32 | read-only | The number of discover messages received by this local server. |
| C32 usdDhcpLocalServerRxAccepts | 1.3.6.1.4.1.4874.2.2.22.1.3.1.4 | Counter32 | read-only | The number of accept messages received by this local server. |
| C32 usdDhcpLocalServerRxRenews | 1.3.6.1.4.1.4874.2.2.22.1.3.1.5 | Counter32 | read-only | The number of renew messages received by this local server. |
| C32 usdDhcpLocalServerRxDeclines | 1.3.6.1.4.1.4874.2.2.22.1.3.1.6 | Counter32 | read-only | The number of decline messages received by this local server. |
| C32 usdDhcpLocalServerRxReleases | 1.3.6.1.4.1.4874.2.2.22.1.3.1.7 | Counter32 | read-only | The number of release messages received by this local server. |
| C32 usdDhcpLocalServerRxInforms | 1.3.6.1.4.1.4874.2.2.22.1.3.1.8 | Counter32 | read-only | The number of inform messages received by this local server. |
| C32 usdDhcpLocalServerTxOffers | 1.3.6.1.4.1.4874.2.2.22.1.3.1.9 | Counter32 | read-only | The number of offer messages sent by this local server. |
| C32 usdDhcpLocalServerTxAcks | 1.3.6.1.4.1.4874.2.2.22.1.3.1.10 | Counter32 | read-only | The number of ack messages sent by this local server. |
| C32 usdDhcpLocalServerTxNaks | 1.3.6.1.4.1.4874.2.2.22.1.3.1.11 | Counter32 | read-only | The number of nak messages sent by this local server. |
| C32 usdDhcpLocalServerUnknownMessages | 1.3.6.1.4.1.4874.2.2.22.1.3.1.12 | Counter32 | read-only | The number of unknown messages processed by this local server. |
| C32 usdDhcpLocalServerBadMessages | 1.3.6.1.4.1.4874.2.2.22.1.3.1.13 | Counter32 | read-only | The number of bad messages processed by this local server. |
| C32 usdDhcpLocalServerPacketsIn | 1.3.6.1.4.1.4874.2.2.22.1.3.1.14 | Counter32 | read-only | The number of input packets processed by this local server. |
| C32 usdDhcpLocalServerPacketsOut | 1.3.6.1.4.1.4874.2.2.22.1.3.1.15 | Counter32 | read-only | The number of output packets processed by this local server. |
| usdDhcpLocalServerBindings | 1.3.6.1.4.1.4874.2.2.22.1.3.2 | |||
| usdDhcpLocalServerBindingsTable | 1.3.6.1.4.1.4874.2.2.22.1.3.2.1 | not-accessible | A table of address bindings maintained by this DHCP Local Server. | |
| usdDhcpLocalServerBindingsEntry | 1.3.6.1.4.1.4874.2.2.22.1.3.2.1.1 | not-accessible | An entry (conceptual row) representing an address binding maintained by this DHCP Local Server. | |
| IP usdDhcpLocalServerBindingsIpAddress | 1.3.6.1.4.1.4874.2.2.22.1.3.2.1.1.1 | IpAddress | not-accessible | The IP Address associated with this entry in the bindings table. |
| PHY usdDhcpLocalServerBindingsPhysAddress | 1.3.6.1.4.1.4874.2.2.22.1.3.2.1.1.2 | PhysAddress | read-only | The Physical (MAC) Address associated with this entry in the bindings table and corresponding to the IP Address denoted by the table index. |
| T/F usdDhcpLocalServerBindingsInfinite | 1.3.6.1.4.1.4874.2.2.22.1.3.2.1.1.3 | TruthValue | read-only | If true, then this binding will be maintained indefinitely. If false, then this binding will expire in accordance with the value of usdDhcpLocalServerBindingsExpireTime. |
| NUM usdDhcpLocalServerBindingsExpireTime | 1.3.6.1.4.1.4874.2.2.22.1.3.2.1.1.4 | TimeInterval | read-only | If usdDhcpLocalServerBindingsInfinite is false, then this is the time remaining prior to expiration of the address binding associated with this entry. |
| usdDhcpLocalServerPool | 1.3.6.1.4.1.4874.2.2.22.1.3.3 | |||
| usdDhcpLocalServerPoolTable | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1 | not-accessible | A table of address pools associated this DHCP Local Server. A DHCP Local Server may have multiple uniquely-named pools configured; however, only a single pool (with the name 'default') may have a network address and mask assigned. | |
| usdDhcpLocalServerPoolEntry | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1 | not-accessible | An entry (conceptual row) representing an address pool associated this DHCP Local Server. | |
| USD usdDhcpLocalServerPoolName | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.1 | UsdDhcpLocalServerPoolName | not-accessible | The name of the local server pool to which this entry belongs. Only an entry with the name 'default' may have a network address and mask assigned. |
| USD usdDhcpLocalServerPoolDomainName | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.2 | UsdDhcpLocalServerPoolDomainName | read-create | The domain name assigned to this local server pool. Modification of extant values for this object require that it first be cleared (via set to null string) and then modified (via set to new string). |
| IP usdDhcpLocalServerPoolNetworkIpAddress | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.3 | IpAddress | read-create | The IP Address assigned to this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolNetworkMask. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). Only configurable/valid for entries with the index name (usdDhcpLocalServerPoolName) 'default'. |
| IP usdDhcpLocalServerPoolNetworkMask | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.4 | IpAddress | read-create | The network mask assigned to this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolNetworkIpAddress. Modification of extant values for this object require that it first be cleared (via set to null IP mask) and then modified (via set to new IP mask). Only configurable/valid for entries with the index name (usdDhcpLocalServerPoolName) 'default'. |
| USD usdDhcpLocalServerPoolNetBiosNodeType | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.5 | UsdDhcpLocalServerPoolNetBiosNodeType | read-create | The NetBios node type assigned to this local server pool. |
| NUM usdDhcpLocalServerPoolLeaseTime | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.6 | TimeInterval | read-create | The time interval for address renewal required of a client using the address associated with this local server pool entry. Setting a zero value will effect an infinite lease, which in turn is indicated by the value -1 returned via a get. |
| IP usdDhcpLocalServerPoolPrimaryDnsServer | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.7 | IpAddress | read-create | The address of the primary DNS Server associated with this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolSecondaryDnsServer. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). |
| IP usdDhcpLocalServerPoolSecondaryDnsServer | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.8 | IpAddress | read-create | The address of the secondary DNS Server associated with this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolPrimaryDnsServer. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). |
| IP usdDhcpLocalServerPoolPrimaryNetBiosNameServer | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.9 | IpAddress | read-create | The address of the primary NetBios Name Server associated with this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolSecondaryNetBiosNameServer. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). |
| IP usdDhcpLocalServerPoolSecondaryNetBiosNameServer | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.10 | IpAddress | read-create | The address of the secondary NetBios Name Server associated with this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolPrimaryNetBiosNameServer. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). |
| IP usdDhcpLocalServerPoolPrimaryDefaultRouter | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.11 | IpAddress | read-create | The address of the primary Default Router associated with this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolSecondaryDefaultRouter. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). |
| IP usdDhcpLocalServerPoolSecondaryDefaultRouter | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.12 | IpAddress | read-create | The address of the secondary Default Router associated with this local server pool. This object must be set in conjunction with usdDhcpLocalServerPoolPrimaryDefaultRouter. Modification of extant values for this object require that it first be cleared (via set to null IP address) and then modified (via set to new IP address). |
| ROW usdDhcpLocalServerPoolRowStatus | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.13 | RowStatus | read-create | Supports 'createAndGo' and 'destroy' only. |
| USD usdDhcpLocalServerPoolLinkName | 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.14 | UsdDhcpLocalServerPoolName | read-create | The name of this local server pool's backup pool. |
| usdDhcpLocalServerAttributes | 1.3.6.1.4.1.4874.2.2.22.1.3.4 | |||
| USD usdDhcpLocalServerAttributesMode | 1.3.6.1.4.1.4874.2.2.22.1.3.4.1 | UsdDhcpLocalServerModeType | read-only | An object representing the mode in which the DHCP Local Server is operating. |
| usdDhcpLocalServerReserves | 1.3.6.1.4.1.4874.2.2.22.1.3.5 | |||
| usdDhcpLocalServerReservesTable | 1.3.6.1.4.1.4874.2.2.22.1.3.5.1 | not-accessible | A table of pool name, MAC address, and IP address reservation groups that are maintained by this DHCP Local Server. | |
| usdDhcpLocalServerReservesEntry | 1.3.6.1.4.1.4874.2.2.22.1.3.5.1.1 | not-accessible | An entry (conceptual row) representing an MAC address, IP address, pool name reservation maintained by this DHCP Local Server. | |
| IP usdDhcpLocalServerReservesEntryIpAddress | 1.3.6.1.4.1.4874.2.2.22.1.3.5.1.1.1 | IpAddress | not-accessible | The IP Address associated with this entry in reserves table. |
| USD usdDhcpLocalServerReservesEntryPoolName | 1.3.6.1.4.1.4874.2.2.22.1.3.5.1.1.2 | UsdDhcpLocalServerPoolName | read-create | The name of the local server pool associated with this entry in the reserves table and corresponding to the IP Address denoted by the table index. |
| STR usdDhcpLocalServerReservesEntryPhysAddress | 1.3.6.1.4.1.4874.2.2.22.1.3.5.1.1.3 | UsdDhcpLocalServerPhysAddressString | read-create | The physical (MAC) address string associated with this entry in the reserves table and corresponding to the IP Address denoted by the table index. |
| ROW usdDhcpLocalServerReservesEntryRowStatus | 1.3.6.1.4.1.4874.2.2.22.1.3.5.1.1.4 | RowStatus | read-create | Supports 'createAndGo' and 'destroy' only. |
| usdDhcpLocalServerCableModemServers | 1.3.6.1.4.1.4874.2.2.22.1.3.6 | |||
| usdDhcpLocalServerCableModemServerTable | 1.3.6.1.4.1.4874.2.2.22.1.3.6.1 | not-accessible | The (conceptual) table listing the DHCP Cable Modem Relay servers. | |
| usdDhcpLocalServerCableModemServerEntry | 1.3.6.1.4.1.4874.2.2.22.1.3.6.1.1 | not-accessible | An entry (conceptual row) representing a DHCP Cable Modem DHCP server. | |
| IP usdDhcpLocalServerCableModemServerEntryAddress | 1.3.6.1.4.1.4874.2.2.22.1.3.6.1.1.1 | IpAddress | not-accessible | The IP address of the DHCP server to which DHCP requests received from attached Cable Modem DHCP clients are forwarded. |
| ROW usdDhcpLocalServerCableModemServerEntryRowStatus | 1.3.6.1.4.1.4874.2.2.22.1.3.6.1.1.2 | RowStatus | read-create | Supports 'createAndGo' and 'destroy' only. |
| usdDhcpLocalServerCableModemStatistics | 1.3.6.1.4.1.4874.2.2.22.1.3.7 | |||
| C32 usdDhcpLocalServerCableModemRequestIn | 1.3.6.1.4.1.4874.2.2.22.1.3.7.1 | Counter32 | read-only | The number of Cable Modem DHCP Client Requests that are received. |
| C32 usdDhcpLocalServerCableModemResponseIn | 1.3.6.1.4.1.4874.2.2.22.1.3.7.2 | Counter32 | read-only | The number of Cable Modem DHCP Server Responses that are received. |
| C32 usdDhcpLocalServerCableModemRequestOut | 1.3.6.1.4.1.4874.2.2.22.1.3.7.3 | Counter32 | read-only | The number of Cable Modem DHCP Client Request that are transmitted. |
| C32 usdDhcpLocalServerCableModemResponseOut | 1.3.6.1.4.1.4874.2.2.22.1.3.7.4 | Counter32 | read-only | The number of Cable Modem DHCP Server Responses that are transmitted. |
| C32 usdDhcpLocalServerCableModemRequestDropped | 1.3.6.1.4.1.4874.2.2.22.1.3.7.5 | Counter32 | read-only | The number of Cable Modem DHCP Client Request that are dropped. |
| C32 usdDhcpLocalServerCableModemResponseDropped | 1.3.6.1.4.1.4874.2.2.22.1.3.7.6 | Counter32 | read-only | The number of Cable Modem DHCP Server Responses that are dropped. |
| C32 usdDhcpLocalServerCableModemRequestBad | 1.3.6.1.4.1.4874.2.2.22.1.3.7.7 | Counter32 | read-only | The number of Cable Modem DHCP Client Request that are bad. |
| C32 usdDhcpLocalServerCableModemResponseBad | 1.3.6.1.4.1.4874.2.2.22.1.3.7.8 | Counter32 | read-only | The number of Cable Modem DHCP Server Responses that are bad. |
| C32 usdDhcpLocalServerCableModemRequestDeleted | 1.3.6.1.4.1.4874.2.2.22.1.3.7.9 | Counter32 | read-only | The number of Cable Modem DHCP Requests that were deleted because they were stale. |
| C32 usdDhcpLocalServerCableModemPacketsIn | 1.3.6.1.4.1.4874.2.2.22.1.3.7.10 | Counter32 | read-only | The number of Cable Modem DHCP Packets received. |
| C32 usdDhcpLocalServerCableModemPacketsOut | 1.3.6.1.4.1.4874.2.2.22.1.3.7.11 | Counter32 | read-only | The number of Cable Modem DHCP Packets transmitted. |
| C32 usdDhcpLocalServerCableModemPacketsDropped | 1.3.6.1.4.1.4874.2.2.22.1.3.7.12 | Counter32 | read-only | The number of Cable Modem DHCP Packets dropped. |
| usdDhcpMIBConformance | 1.3.6.1.4.1.4874.2.2.22.4 | |||
| usdDhcpMIBCompliances | 1.3.6.1.4.1.4874.2.2.22.4.1 | |||
| usdDhcpRelayCompliance | 1.3.6.1.4.1.4874.2.2.22.4.1.1 | Obsolete compliance statement for systems supporting DHCP Relay. This statement became obsolete when Local Server support objects were added. | ||
| usdDhcpProxyCompliance | 1.3.6.1.4.1.4874.2.2.22.4.1.2 | Obsolete compliance statement for systems supporting DHCP Proxy. This statement became obsolete when Local Server support objects were added. | ||
| usdDhcpCompliance | 1.3.6.1.4.1.4874.2.2.22.4.1.3 | Obsolete compliance statement for systems supporting DHCP. This compliance statement became obsolete when support was added for reservations and cable modem servers. | ||
| usdDhcpCompliance2 | 1.3.6.1.4.1.4874.2.2.22.4.1.4 | The compliance statement for systems supporting DHCP. | ||
| usdDhcpMIBGroups | 1.3.6.1.4.1.4874.2.2.22.4.2 | |||
| usdDhcpRelayGroup | 1.3.6.1.4.1.4874.2.2.22.4.2.1 | Deprecated basic collection of objects providing management of DHCP Relay functionality. This group became deprecated when the agent info enable was divided into agent circuit ID enable and agent remote ID enable. | ||
| usdDhcpProxyGroup | 1.3.6.1.4.1.4874.2.2.22.4.2.2 | The basic collection of objects providing management of DHCP Proxy functionality. | ||
| usdDhcpLocalServerGroup | 1.3.6.1.4.1.4874.2.2.22.4.2.3 | Obsolete basic collection of objects providing management of DHCP Local Server functionality. This group became obsolete when support was added for reservations and cable modem servers. | ||
| usdDhcpLocalServerGroup2 | 1.3.6.1.4.1.4874.2.2.22.4.2.4 | The basic collection of objects providing management of DHCP Local Server functionality. | ||
| usdDhcpRelayGroup2 | 1.3.6.1.4.1.4874.2.2.22.4.2.5 | The basic collection of objects providing management of DHCP Relay functionality. |
RFC description
DHCP MIB for Unisphere Networks enterprise routing and access devices.
Start monitoring Unisphere Networks ERX broadband edge routers, later Juniper E-series (DHCP relay option-82/error-counter status) 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.