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


DTD for Forwarding and Routing Table Response Tags

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

<!-- Copyright (c) 2000-2003, Juniper Networks, Inc. -->
<!-- All rights reserved. -->
<!-- junos-rtinfo.dtd -->
<!ELEMENT address-family (#PCDATA)>
<!ELEMENT address-family-number (#PCDATA)>
<!ELEMENT destination-type (#PCDATA)>
<!ELEMENT forwarding-table-information (route-table)*>
<!ELEMENT logical-router-name (#PCDATA)>
<!ELEMENT nh (to | nh-type | nh-index | nh-reference-count | via | nh-weight | nh-balance)*>
<!ELEMENT nh-balance (#PCDATA)>
<!ELEMENT nh-index (#PCDATA)>
<!ELEMENT nh-reference-count (#PCDATA)>
<!ELEMENT nh-type (#PCDATA)>
<!ELEMENT nh-weight (#PCDATA)>
<!ELEMENT route-count (#PCDATA)>
<!ELEMENT route-flags (#PCDATA)>
<!ELEMENT route-interface-index (#PCDATA)>
<!ELEMENT route-reference-count (#PCDATA)>
<!ELEMENT route-table (logical-router-name | table-name | route-table-deleted | address-family | address-family-number | rt-entry | route-table-summary)*>
<!ELEMENT route-table-deleted EMPTY>
<!ELEMENT route-table-summary (route-table-type | route-count)*>
<!ELEMENT route-table-type (#PCDATA)>
<!ELEMENT rpf-information (via)*>
<!ELEMENT rt-destination (#PCDATA)>
<!ELEMENT rt-entry (rt-destination | destination-type | route-reference-count | route-interface-index | route-flags | nh | rpf-information)*>
<!ATTLIST rt-entry junos:style CDATA #IMPLIED>
<!ELEMENT table-name (#PCDATA)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT via (#PCDATA)>

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