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


<dhcp-binding>

Usage

<dhcp-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-end-time>lease-end-time</lease-end-time>
        <lease-state>lease-state</lease-state>
        <dhcp-option-table>...</dhcp-option-table>
        <address-pool-name>address-pool-name</address-pool-name>
        <interface-name>interface-name</interface-name>
        <bootp-relay-address>bootp-relay-address</bootp-relay-address>
        <dhcp-lease-information>...</dhcp-lease-information>
        <client-identifier>...</client-identifier>
    </dhcp-binding>
</dhcp-binding-information>

Description

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

Contents

<address-pool-name>—Name of the address pool.

<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-information>—Information about an address assignment.

<dhcp-option-table>—Information about one or more Dynamic Host Configuration Protocol options that are associated with the address assignment.

<interface-name>—Name of the interface via which the DHCP relay process 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-state>—Status of the address assignment.

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


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