DTD for Firewall Filter Response Tags
This chapter contains the Extensible Markup Language (XML) document type definition (DTD) called
junos-filter.dtd, which lists the JUNOS XML tags that contain firewall filter information. The associated XML namespace ishttp://xml.juniper.net/junos/9.3R1/junos-filter. To review reference pages for the tags, see Summary of Firewall Filter Response Tags.<!-- Copyright (c) 2000-2008, Juniper Networks, Inc. --><!-- All rights reserved. --><!-- junos-filter.dtd --><!ELEMENT action-name (#PCDATA)><!ELEMENT byte-count (#PCDATA)><!ELEMENT counter (counter-name | byte-count | packet-count)*><!ELEMENT counter-name (#PCDATA)><!ELEMENT destination-address (#PCDATA)><!ELEMENT filter-information (filter-name | counter | policer)*><!ELEMENT filter-name (#PCDATA)><!ELEMENT firewall-information (filter-information)*><!ELEMENT firewall-log-information (log-information)*><!ELEMENT firewall-prefix-action-information (filter-name | counter | policer)*><!ELEMENT icmp-code (#PCDATA)><!ELEMENT icmp-type (#PCDATA)><!ELEMENT interface-name (#PCDATA)><!ELEMENT log-information (time | filter-name | action-name | interface-name | protocol-name | source-address | destination-address | packet-length | icmp-type | icmp-code)*><!ATTLIST log-information junos:style CDATA #IMPLIED><!ELEMENT packet-count (#PCDATA)><!ELEMENT packet-length (#PCDATA)><!ELEMENT policer (policer-name | packet-count)*><!ELEMENT policer-name (#PCDATA)><!ELEMENT protocol-name (#PCDATA)><!ELEMENT source-address (#PCDATA)><!ELEMENT time (#PCDATA)>