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


Conventions for Tag Summaries

The Usage section of the reference entries in this document uses the following text conventions:

The following sample for the <admin-groups> tag illustrates the fonts used in an entry:

<configuration>
    <protocols>
        <mpls>
            <admin-groups>
                <name>name</name> <!-- identifier -->
                <group-value>group-value</group-value>
            </admin-groups>
        </mpls>
    </protocols>
</configuration>

The following example indicates that there are separate entries for the <defaults> and <route> children of the <aggregate> tag:

<aggregate>
    <defaults>...</defaults>
    <route>...</route>
</aggregate>

<name>value</name>       <!--identifier-->

<physical-interface | logical-interface>

If the tag's parents occur at different levels of the hierarchy, there is a separate entry for each instance of the tag. To distinguish them, each entry's header specifies the statement path in parentheses following the tag name.

<junoscript version="version" [hostname="hostname"] [release="release"]>

action="( merge | override | replace )"


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