DTD for ARP Response Tags
This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called
junos-arp.dtd, which lists the JUNOS XML tags that contain Address Resolution Protocol (ARP) information. The associated XML namespace ishttp://xml.juniper.net/junos/9.3R1/junos-arp. To review reference pages for the tags, see Summary of ARP Response Tags.<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. --><!-- All rights reserved. --><!-- junos-arp.dtd --><!ELEMENT arp-entry-count (#PCDATA)><!ELEMENT arp-table-entry (mac-address | ip-address | hostname | interface-name | arp-table-entry-flags | time-to-expire)*><!ELEMENT arp-table-entry-flags (none | permanent | published | dead | free)*><!ELEMENT arp-table-information (arp-table-entry | arp-entry-count)*><!ATTLIST arp-table-information junos:style CDATA #IMPLIED><!ELEMENT clear-arp-table-result (ip-address | clear-success)*><!ELEMENT clear-arp-table-results (clear-arp-table-result)*><!ELEMENT clear-success EMPTY><!ELEMENT dead EMPTY><!ELEMENT free EMPTY><!ELEMENT hostname (#PCDATA)><!ELEMENT interface-name (#PCDATA)><!ELEMENT ip-address (#PCDATA)><!ELEMENT mac-address (#PCDATA)><!ELEMENT none EMPTY><!ELEMENT permanent EMPTY><!ELEMENT published EMPTY><!ELEMENT time-to-expire (#PCDATA)>