>> MIB - Management Information Base

>> Table: ipDynAddrTable - (.1.3.6.1.4.1.272.4.5.52.5.1)

Description: This table has an entry for each assigned IP address from an dynamic IP address pool. The assignment could be made manual by an operator. But usually the assignment is made by the system when assigning IP address to a client, when detecting the use of a pool address by foreign device or when detecting the use of a pool address by the router itself. Only manual entries are saved in the boot configuration.

ipDynAddrTable
OIDNameTypeAccess
.1AddressIpAddressRW
.2UserTypeENUMRW
.3TypeENUMRW
.4GatewayIpAddressRW
.5DnsServer1IpAddressRW
.6DnsServer2IpAddressRW
.7ClientIdOCTET STRINGRW
.8PhysAddressPhysAddressRW
.9HostNameDisplayStringRW
.10LeaseTimeINTEGERRW
.11AliveIntervalINTEGERRW
.12RadiusAcctENUMRW
.13RadiusGroupIdINTEGERRW
.18TftpServer1IpAddressRW
.19TftpServer2IpAddressRW
.20OfferOptionsGroupIDINTEGERRW
.21AckOptionsGroupIDINTEGERRW

Address
The IP address assigned to the client.
UserType
For dynamic entries this object identifies the user (subsystem) which has created the entry. For manual entries this object specifies the subsystem which is allowed to assign this entry (default dhcp). Entries could also have the UserType 'none'. This means that the entry is not associated with any subsystem

Enumerations:

  • none (1)
  • dhcp (2)
  • ppp (3)
Type
The type of this entry. - dynamic : entry is not saved in boot configuration - manual : entry is saved in boot configuration

Enumerations:

  • dynamic (1)
  • manual (2)
Gateway
The default gateway given to the client via 'router option'. An IP address of 0.0.0.0 uses the local IP address of the interface where the request came in if the server and client are located in the same network. If the server and the client not located in the same network, the address of the BOOTP relay agent forwarding forwarding the request is used. If no gateway is specified (value 255.255.255.255), the value from the related entry in ipDhcpPoolTable determines the gateway IP address. This object is only relevant for entries with UserType dhcp.
DnsServer1
This object specifies the Primary Domain Name Server to be given to the client via 'domain name server option'. If both ipDynAddrDnsServer1 and ipDynAddrDnsServer2 are not specified (value 255.255.255.255), the 'domain name server option' returned to the client will be configured according to the values specified in entries ipDynAddrPoolDnsServer1 and ipDynAddrPoolDnsServer2. If both ipDynAddrDnsServer1 and ipDynAddrDnsServer2 are assigned with 0.0.0.0 the Primary and Secondary DNS IP addresses are taken regarding values ipDnsDhcpAssign, biboAdmNameServer and biboAdmNameServ2. See description of these objects for details.
DnsServer2
This object specifies the Secondary Domain Name Server to be given to the client via 'domain name server option'. If both ipDynAddrDnsServer1 and ipDynAddrDnsServer2 are not specified (value 255.255.255.255), the 'domain name server option' returned to the client will be configured according to the values specified in entries ipDynAddrPoolDnsServer1 and ipDynAddrPoolDnsServer2. If both ipDynAddrDnsServer1 and ipDynAddrDnsServer2 are assigned with 0.0.0.0 the Primary and Secondary DNS IP addresses are taken regarding values ipDnsDhcpAssign, biboAdmNameServer and biboAdmNameServ2. See description of these objects for details.
ClientId
Specifies the client identifier of the DHCP client. For dynamic entries it comes with the request message. For manual entries it is the client identifier the DHCP request must contain to match this entry. Only applicable for DHCP.
PhysAddress
Specifies the hardware (MAC) address of the DHCP client. For dynamic entries it comes with the request message. For manual entries it is the hardware address the DHCP request must contain to match this entry. Only applicable for DHCP.
HostName
The hostname of this client. For dynamic entries it is the hostname as contained in the request message. For manual entries it is the hostname to be used by the client and delivered via the reply. Only applicable for DHCP.

Length: 0 to 255

LeaseTime
Specifies the amount of time (in minutes) the IP address is leased to the client. If no lease time is specified (-1) the value from the related entry in ipDhcpPoolTable determines the lease time. This object is only relevant for entries with UserType dhcp.

Range: -1 to 65535

AliveInterval
This object specifies a time period in seconds for checking whether the client is still alive. The alive check allows the system to purge dynamic entries whose lease is still valid but the client no longer exists. If this object is set to 0, no alive check is performed. If no alive interval is specified (-1) the value from the related entry in ipDhcpPoolTable determines the alive interval. This object is only relevant for entries with UserType dhcp.
RadiusAcct
Enables or disables the radius accounting for this entry. - default : related entry in ipDhcpPoolTable determines the radius accounting - disable : disables radius accounting - enable : enables radius accounting - delete : delete ipDynAddrTable entry. This object is only relevant for entries with UserType dhcp.

Enumerations:

  • default (1)
  • disable (2)
  • enable (3)
  • delete (4)
RadiusGroupId
This object specifies the radius group Id which is used by the radius daemon to find the associated server entry in radiusSrvTable for accounting purposes. See description of radiusSrvGroupId for details. If no value is specified (-1) the value from the related entry in ipDhcpPoolTable determines the radius group Id. This object is only relevant for entries with UserType dhcp.
TftpServer1
The IP address of the first TFTP server given to the client via 'TFTP server option' (DHCP option 150). If this address is 0.0.0.0, then only the IP address specified in ipDynAddrTftpServer2 will be considered. If both addresses are 0.0.0.0, no DHCP option 150 will be returned to the client. If both ipDynAddrTftpServer1 and ipDynAddrTftpServer2 are not specified (value 255.255.255.255), the DHCP option 150 returned to the client will be configured according to the values specified in entries ipDhcpPoolTftpServer1 and ipDhcpPoolTftpServer2.
TftpServer2
The IP address of the second TFTP server given to the client via 'TFTP server option' (DHCP option 150). If this address is 0.0.0.0, then only the IP address specified in ipDynAddrTftpServer1 will be considered. If both addresses are 0.0.0.0, no DHCP option 150 will be returned to the client. If both ipDynAddrTftpServer1 and ipDynAddrTftpServer2 are not specified (value 255.255.255.255), the DHCP option 150 returned to the client will be configured according to the values specified in entries ipDhcpPoolTftpServer1 and ipDhcpPoolTftpServer2.
OfferOptionsGroupID
Identifies the option or set of options which are added to the original DHCP OFFER message issued by the DHCP server before delivering it to the DHCP client. The options are defined in ipDhcpOptionTable. Selecting a null value result in no option being added.

Range: 0 to 65535

AckOptionsGroupID
Identifies the option or set of options which are added to the original DHCP ACK message issued by the DHCP server before delivering it to the DHCP client. The options are defined in ipDhcpOptionTable. Selecting a null value result in no option being added.

Range: 0 to 65535


MIB Reference to Software Version 10.2.12 generated on 2023/08/29. Provided by webmaster@bintec-elmeg.com
Copyright ©2023 by bintec elmeg GmbH