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


<arp-table-entry>

Usage

<arp-table-information>
    <arp-table-entry>
        <mac-address>mac-address</mac-address>
        <ip-address>ip-address</ip-address>
        <hostname>hostname</hostname>
        <interface-name>interface-name</interface-name>
        <arp-table-entry-flags>...</arp-table-entry-flags>
        <time-to-expire>time-to-expire</time-to-expire>
    </arp-table-entry>
</arp-table-information>

Description

Information about an entry in the ARP table.

Contents

<arp-table-entry-flags>—One or more status flags for the ARP entry.

<hostname>—Resolved hostname of the ARP entry.

<interface-name>—Name of the interface associated with the ARP entry.

<ip-address>—IP address of the ARP entry.

<mac-address>—Hardware MAC address associated with the ARP entry.

<time-to-expire>—Seconds remaining until the entry expires.


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