CTRON-DHCP-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CTRON-DHCP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ctDhcp | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2 | |||
ctDhcpServerStats | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1 | |||
ctDhcpAdminStatus | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.1 | integer | read-write |
This object is used to enable or disable the DHCP server function for the entire device. This object must be set to enabled for the server to function on this device. Enumeration: 'disabled': 1, 'enabled': 2. |
ctDhcpOperStatus | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.2 | integer | read-only |
Indicates the current operating status of the DHCP server function on this device. The value of ctDhcpIfOperStatus for at least one interface must be set to enabled for this object to be enabled. Enumeration: 'disabled': 1, 'enabled': 2. |
ctDhcpDiscovers | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.3 | counter | read-only |
This value is the number of discover messages received by the DHCP server since the last reset. |
ctDhcpOffers | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.4 | counter | read-only |
This value is the number of offer messages sent by the DHCP server since the last reset. |
ctDhcpRequests | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.5 | counter | read-only |
This value is the number of request messages received by the DHCP server since the last reset. |
ctDhcpDeclines | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.6 | counter | read-only |
This value is the number of decline messages received by the DHCP server since the last reset. |
ctDhcpReleases | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.7 | counter | read-only |
This value is the number of release messages received by the DHCP server since the last reset. |
ctDhcpAcks | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.8 | counter | read-only |
This value is the number of ack messages sent by the DHCP server since the last reset. |
ctDhcpNaks | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.9 | counter | read-only |
This value is the number of nak messages sent by the DHCP server since the last reset. |
ctDhcpOtherServers | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.10 | counter | read-only |
This value is the number of messages received by the DHCP server since the last reset which were directed to other servers. |
ctDhcpProtocolErrors | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.11 | counter | read-only |
This value is the number of protocol errors detected by the DHCP server since the last reset. |
ctDhcpServerTime | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.12 | integer | read-only |
This value is the number of seconds that this DHCP server has been in operation since its non-volatile memory was last cleared. |
ctDhcpNoOfActiveClients | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.13 | integer | read-only |
This value is the number of clients who currently have network addresses assigned by this DHCP server. |
ctDhcpReclaimIP | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.1.14 | ipaddress | read-write |
This object is a method of reclaiming abandoned IP addresses. The value reads as 0.0.0.0. Writing to it with an IP address of a client on the active list will remove the entry from the list. It is used to recover addresses with long leases from clients who have left the network without sending a release notice. |
ctDhcpInterfaceConfig | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2 | |||
ctDhcpServerIfTable | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1 | no-access |
This table contains an entry for each port of a DHCP server which is eligible to perform DHCP functions. The table is indexed by ctDhcpIfIndex, which indicates the value of the MIB 2 ifindex which identifies the device's interface for which the entry exists. |
|
1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1 | no-access |
A description of the configuration parameters for a single interface on the DHCP server. |
||
ctDhcpIfIndex | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.1 | integer | read-only |
A unique value identifying an element in a sequence of entries which belong to the DHCP server interface list. This value ranges from 1 to 2. |
ctDhcpIfAdminStatus | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.2 | integer | read-write |
Used to enable and disable the DHCP functions on this interface only. This object must be set to enabled for the DHCP functions to occur on this interface. Enumeration: 'disabled': 1, 'enabled': 2. |
ctDhcpIfOperStatus | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.3 | integer | read-only |
Indicates the current operating status of the DHCP server function on this interface. Enumeration: 'disabled': 1, 'invalid-config': 3, 'enabled': 2. |
ctDhcpIfServerAddress | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.4 | ipaddress | read-only |
This is the IP address of the interface which is providing access to the DHCP server for clients which are connected to this network. |
ctDhcpIfNetworkAddress | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.5 | ipaddress | read-write |
This is the IP subnet which is being served by this interface of the DHCP server. |
ctDhcpIfSubnetMask | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.6 | ipaddress | read-write |
This is the subnet mask of the IP subnet which is being served by this interface of the DHCP server. |
ctDhcpIfLowestaddress | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.7 | ipaddress | read-write |
This is the lowest numerical value of the IP address range that will be assigned to clients by this interface of the DHCP server. Its value must be greater or equal to ctDhcpIfNetworkAddress and less than or equal to ctDhcpIfHighestAddress. |
ctDhcpIfHighestAddress | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.8 | ipaddress | read-write |
This is the highest numerical value of the IP address range that will be assigned to clients by this interface of the DHCP server. Its value must be greater or equal to ctDhcpIfLowestaddress but remain within ctDhcpIfNetworkAddress. |
ctDhcpIfAddressesUsed | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.9 | integer | read-only |
This value is the number of clients which are currently using IP addresses assigned by this interface of the DHCP server. |
ctDhcpIfAddressesFree | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.10 | integer | read-only |
This value is the number of IP addresses that are currently available for distribution by this interface of the DHCP server. |
ctDhcpIfLeasePeriod | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.11 | integer | read-write |
This value is the time period for which an IP address assigned by this interface is valid. The units are seconds. A value of 0 signifys that the lease will never expire. |
ctDhcpIfDefaultGateway | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.12 | ipaddress | read-write |
This value is an DHCP option that can be passed to a client by this interface if it is requested as part of the DHCP process. This value is the IP address of the default gateway to be used by the client. |
ctDhcpIfDomainNameServer | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.13 | ipaddress | read-write |
This value is an DHCP option that can be passed to a client by this interface if it is requested as part of the DHCP process. This value is the IP address of the domain name server to be used by the client. |
ctDhcpIfDomainName | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.14 | octet string | read-write |
This value is an DHCP option that can be passed to a client by this interface if it is requested as part of the DHCP process. This value is the domain name to be used by the client. |
ctDhcpIfWINServer | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.2.1.1.15 | ipaddress | read-write |
This value is an DHCP option that can be passed to a client by this interface if it is requested as part of the DHCP process. This value is the IP address of the NetBIOS overTCP/IP name server to be used by the client. |
ctDhcpClientStatusTable | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3 | |||
ctDhcpClientStatsTable | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1 | no-access |
This table contains an entry for each DHCP client. The table is indexed by ctDhcpClientStatsID, which indicates an arbitrary order of entries. |
|
1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1.1 | no-access |
A description of a single client, which could be on any of the subnets being served by participating interfaces. |
||
ctDhcpClientStatsID | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1.1.1 | integer | read-only |
A unique value identifying an element in a sequence of active clients which have been given network addresses by this DHCP server. |
ctDhcpClientName | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1.1.2 | octet string | read-only |
This is the name of the client as listed by the client in a DHCP request packet. |
ctDhcpClientIP | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1.1.3 | ipaddress | read-only |
This is the assigned IP address of the client during this active connection. |
ctDhcpClientID | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1.1.4 | octet string | read-only |
This is the ID of the client as listed by the client in a DHCP request packet. It is normally the client's Ethernet MAC address. |
ctDhcpEndOfLease | 1.3.6.1.4.1.52.4.2.2.2.3.1.2.12.2.3.1.1.5 | integer | read-only |
This value is the time at which the lease of the IP address will expire. The units are seconds and the value is relative to the same starting point as ctDhcpIfServerTime. |