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


Usage

<configuration>
    <routing-instances>
        <instance>
            <interface>
                <name>name</name> <!-- identifier -->
                <any/>
                <unicast/>
                <multicast/>
            </interface>
        </instance>
    </routing-instances>
</configuration>

Description

Interface name for this routing instance.

Contents

<any>—Interface used for both unicast and multicast traffic.

<multicast>—Interface used for multicast traffic only.

<name>—Interface name.

<unicast>—Interface used for unicast traffic only.


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