[Contents] [Prev] [Next] [Index] [Report an Error]


<dhcp-binding>

Usage

<dhcp-server-binding-information>
    <dhcp-binding>
        <allocated-address>allocated-address</allocated-address>
        <mac-address>mac-address</mac-address>
        <dhcp-lease-binding-type>dhcp-lease-binding-type</dhcp-lease-binding-type>
        <lease-start-time>lease-start-time</lease-start-time>
        <lease-end-time>lease-end-time</lease-end-time>
        <lease-state>lease-state</lease-state>
        <dhcp-lease-type>dhcp-lease-type</dhcp-lease-type>
        <interface-name>interface-name</interface-name>
        <bootp-relay-address>bootp-relay-address</bootp-relay-address>
        <client-identifier>...</client-identifier>
    </dhcp-binding>
</dhcp-server-binding-information>

Description

Information about the address assigned to a Dynamic Host Configuration Protocol client.

Contents

<allocated-address>—IPv4 address assigned to the DHCP client.

<bootp-relay-address>—IP address of the bootstrap protocol server that relayed the address assigned by the DHCP server.

<client-identifier>—Identifier that the DHCP client provided for itself when it requested an address assignment.

<dhcp-lease-binding-type>—Type of the address assignment.

<dhcp-lease-type>—Lease type.

<interface-name>—Name of the interface via which the DHCP server transmitted the address assignment.

<lease-end-time>—Time when the address assignment will expire, in the format YYYY-MM-DD hh:mm:ss TZ (year, month, date, hour in 24-hour format, minute, second, time zone). The value 'never' indicates that the lease does not expire.

<lease-start-time>—Time when the client obtained the address assignment, in the format YYYY-MM-DD hh:mm:ss TZ (year, month, date, hour in 24-hour format, minute, second, time zone).

<lease-state>—Status of the address assignment.

<mac-address>—Media access control (hardware) address of the DHCP client.


[Contents] [Prev] [Next] [Index] [Report an Error]