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


DTD for Autoinstallation Response Tags

This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called junos-autoinstallation.dtd, which lists the JUNOS XML tags that contain autoinstallation information for J-series platforms. The associated XML namespace is http://xml.juniper.net/junos/9.4R1/junos-autoinstallation. To review reference pages for the tags, see Summary of Autoinstallation Response Tags.

<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. -->
<!-- All rights reserved. -->
<!-- junos-autoinstallation.dtd -->

<!ELEMENT autoinstallation-status-information (master-state | 
last-configuration-filename | last-configuration-server | 
autoinstallation-status-interface-information)*>

<!ELEMENT autoinstallation-status-interface-address-information (protocol-name | 
protocol-address)*>

<!ELEMENT autoinstallation-status-interface-information (interface-name | 
interface-state | interface-acquired-address | interface-acquired-hostname | 
interface-acquired-hostname-source | interface-acquired-configuration-filename | 
interface-acquired-configuration-server | 
autoinstallation-status-interface-address-information)*>

<!ELEMENT interface-acquired-address (#PCDATA)>

<!ELEMENT interface-acquired-configuration-filename (#PCDATA)>

<!ELEMENT interface-acquired-configuration-server (#PCDATA)>

<!ELEMENT interface-acquired-hostname (#PCDATA)>

<!ELEMENT interface-acquired-hostname-source (#PCDATA)>

<!ELEMENT interface-name (#PCDATA)>

<!ELEMENT interface-state (#PCDATA)>

<!ELEMENT last-configuration-filename (#PCDATA)>

<!ELEMENT last-configuration-server (#PCDATA)>

<!ELEMENT master-state (#PCDATA)>

<!ELEMENT protocol-address (#PCDATA)>

<!ELEMENT protocol-name (#PCDATA)>

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