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


DTD for Redundant Interfaces Response Tags

This chapter contains the XML Extensible Markup Language (XML) document type definition (DTD) called junos-rdd.dtd, which lists the JUNOS XML tags that contain information about redundant services interfaces. The associated XML namespace is http://xml.juniper.net/junos/9.3R1/junos-rdd. To review reference pages for the tags, see Summary of Redundant Interfaces Response Tags.

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

<!ELEMENT current-status (#PCDATA)>

<!ELEMENT interface-name (#PCDATA)>

<!ELEMENT interface-redundancy (interface-name | state | last-change | primary | 
secondary | current-status)*>

<!ELEMENT interface-redundancy-information (interface-redundancy)*>

<!ELEMENT last-change (#PCDATA)>

<!ELEMENT primary (#PCDATA)>

<!ELEMENT secondary (#PCDATA)>

<!ELEMENT state (#PCDATA)>

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