ATDHCP-MIB: View SNMP OID List / Download MIB

VENDOR: ALLIED TELESIS


 Home MIB: ATDHCP-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
 atswitchDHCPGroup 1.3.6.1.4.1.207.8.10.11
       atswitchDHCPSysGroup 1.3.6.1.4.1.207.8.10.11.1
           atswitchDHCPCurrentDHCPClientAddress 1.3.6.1.4.1.207.8.10.11.1.1 ipaddress read-only
Current IP address of the client. To start with,it might be null . This is filled by the server when sending a DHCPOFFER and the client uses the most comfortable offer from offers sent by different DHCP servers. A DHCPREQUEST packet is sent with the Client address agreed upon to the selected server ( Broadcast). Server Acks back this packet which is where Client/Server moves to the Bound state. Once reached into Bound state, the client address is made the official address on the client.
           atswitchDHCPSubnetMask 1.3.6.1.4.1.207.8.10.11.1.2 ipaddress read-only
When the client/server reaches the BOUND state, this is one of the parameters set by the server.
           atswitchDHCPCurrentRelayAgentAddress 1.3.6.1.4.1.207.8.10.11.1.3 ipaddress read-only
The IP address of the DHCP relay Agent on the same subnet. Normally there will be no DHCP server on each of the subnet and this Relay Agent will act in sending server accross the subnets. There might not be any relay agent. This depends on the network Toplogy like where is the DHCP server and DHCP client.
           atswitchDHCPNextDHCPServerAddress 1.3.6.1.4.1.207.8.10.11.1.4 ipaddress read-only
The IP address of the next DHCP server to be used during bootstrap. This address is sent by the DHCP server in the messages DHCPOFFER, DHCPACK,DHCPNACK.
       atswitchDHCPTimerGroup 1.3.6.1.4.1.207.8.10.11.2
           atswitchDHCPLeaseTimer 1.3.6.1.4.1.207.8.10.11.2.1 timeticks read-only
When the client/server reaches the BOUND state, this is one of the parameters set by the server. The lease time period in seconds for the DHCP client for using IP address on lease from the server. At the end of 50% of this timer a renewal request is sent by the client . This is the next Object atswitchDHCPRenewalTimer.
           atswitchDHCPReacquisitionTimer 1.3.6.1.4.1.207.8.10.11.2.2 timeticks read-only
When the client/server reaches the BOUND state, this is one of the parameters set by the server. Mentioned in RFC2131 4.4.5 as T1, this renewal time period in secs for the DHCP client is for using IP address on lease from the server Once the Reacquisition Timer period in secs afetr the lease period is reached, the client sends a DHCPREQUEST to the DHCP server reque- -sting for renewal of the lease. Default would be 50% of the Lease timer which is represeneted by the above object. The client moves from BOUND to RENEW state once the DHCPREQUEST is sent after time T1 secs is passed from the start of to release time. T1 is always less than T2 ( see below for 'T2') which is lesss than the lease Timer period.
           atswitchDHCPExpirationTimer 1.3.6.1.4.1.207.8.10.11.2.3 timeticks read-only
When the client/server reaches the BOUND state, this is one of the parameters set by the server. Mentioned in RFC2131 4.4.5 as T2,this Expiration time period in secs is the time period in secs during which DHCP has gone through the BOUND->RENEWAL state. After T1 secs and when the state machine reaches T2 secs, ( T1 < T2 < lease period), DHCP client sends another DHCPREQUEST to the server asking the server to renew the lease for the IP parameters. By default it would be 87.5% of the Lease timer .If there is DHCPACK then the DHCP client moves from REBIND to BOUND. Else it moves to INIT state where it starts all over again sending a request for DHCPDISCOVER.