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


DTD for Firewall Filter Response Tags

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

<!-- Copyright (c) 2000-2003, 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)>

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