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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <from>
                    <multicast-scope>
                        <node-local/>
                        <link-local/>
                        <site-local/>
                        <organization-local/>
                        <global/>
                        <scope_value>scope_value</scope_value>
                        <orhigher/>
                        <orlower/>
                    </multicast-scope>
                </from>
            </policy-statement>
        </policy-options>
    </logical-systems>
</configuration>

Description

Multicast scope to match.

Contents

<global>—Global scope.

<link-local>—Link-local scope.

<node-local>—Node-local scope.

<organization-local>—Organization-local scope.

<orhigher>—Match higher values.

<orlower>—Match lower values.

<scope_value>—Scope value.

<site-local>—Site-local scope.


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