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 ishttp://xml.juniper.net/junos/5.5R1/junos-rtinfo. To review reference pages for the tags, see Summary of Forwarding and Routing Table Response Tags.<!-- Copyright (c) 2000-2002, 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 nh (to | nh-type | nh-index | nh-reference-count | via | nh-weight)*><!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-reference-count (#PCDATA)><!ELEMENT route-table (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-flags | nh | rpf-information)*><!ATTLIST rt-entry junos:style CDATA #IMPLIED><!ELEMENT table-name (#PCDATA)><!ELEMENT to (#PCDATA)><!ELEMENT via (#PCDATA)>