EdgeSwitch-DHCPCLIENT-PRIVATE-MIB: View SNMP OID List / Download MIB

VENDOR: BROADCOM LIMITED


 Home MIB: EdgeSwitch-DHCPCLIENT-PRIVATE-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 fastPathDHCPClientPrivate 1.3.6.1.4.1.4413.1.1.100
The Ubiquiti Private MIB for EdgeSwitch DHCP Client
         agentdhcp4ClientLeaseParameters 1.3.6.1.4.1.4413.1.1.100.1
             agentdhcp4ClientLeaseParametersTable 1.3.6.1.4.1.4413.1.1.100.1.1 no-access
Displays DHCP Client Lease Information.
                 agentdhcp4ClientLeaseParametersEntry 1.3.6.1.4.1.4413.1.1.100.1.1.1 no-access
Information about a table entry.
                     agentdhcp4ClientInterfaceIndex 1.3.6.1.4.1.4413.1.1.100.1.1.1.1 interfaceindex no-access
The Interface index on which the IP address was leased by the DHCP Server.
                     agentdhcp4ClientIpAddress 1.3.6.1.4.1.4413.1.1.100.1.1.1.2 ipaddress read-only
The IP Address leased by the DHCP Server .
                     agentdhcp4ClientSubnetMask 1.3.6.1.4.1.4413.1.1.100.1.1.1.3 ipaddress read-only
The Subnet mask of the IP Address leased by the DHCP Server .
                     agentdhcp4ClientDhcpServerAddress 1.3.6.1.4.1.4413.1.1.100.1.1.1.4 ipaddress read-only
The IP Address of the DHCP Server that leased the IP Address .
                     agentdhcp4ClientState 1.3.6.1.4.1.4413.1.1.100.1.1.1.5 integer read-only
The State of the DHCP Client on this interface . Enumeration: 'bootp-fallback': 10, 'rebinding': 8, 'not-bound': 11, 'do-release': 13, 'failed': 12, 'selecting': 2, 'renew-recv': 7, 'bound': 5, 'requesting': 3, 'renewing': 6, 'init': 1, 'request-recv': 4, 'rebind-recv': 9.
                     agentdhcp4ClientTransactionID 1.3.6.1.4.1.4413.1.1.100.1.1.1.6 displaystring read-only
The transaction ID of the DHCP Client .
                     agentdhcp4ClientLeaseTime 1.3.6.1.4.1.4413.1.1.100.1.1.1.7 timeticks read-only
The time remaining since the IP address is leased by the DHCP Server.It is displayed in days, hours, minutes and seconds.
                     agentdhcp4ClientRenewTime 1.3.6.1.4.1.4413.1.1.100.1.1.1.8 timeticks read-only
The time remaining to send the next DHCP Renew Request by DHCP Client to renew the leased IP address. It is displayed in days, hours, minutes and seconds.
                     agentdhcp4ClientRebindTime 1.3.6.1.4.1.4413.1.1.100.1.1.1.9 timeticks read-only
The time remaining to start the DHCP Rebind process. It is displayed in days, hours, minutes and seconds.
                     agentdhcp4ClientRetryCount 1.3.6.1.4.1.4413.1.1.100.1.1.1.10 counter32 read-only
The number of times the DHCP Client sends a DHCP REQUEST message before the server responds .