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


DTD for ARP Response Tags

This chapter contains the document type definition (DTD) called junos-arp.dtd, which lists the tags returned by the JUNOScript server to describe ARP constructs. The associated Extensible Markup Language (XML) namespace is http://xml.juniper.net/junos/6.1R1/junos-arp. To review reference pages for the tags, see Summary of ARP Response Tags.

<!-- Copyright (c) 2000-2003, 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)*>
<!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>

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