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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <msdp>
                <group>
                    <peer>
                        <name>name</name> <!-- identifier -->
                        <disable/>
                        <export>...</export>
                        <import>...</import>
                        <local-address>local-address</local-address>
                        <traceoptions>...</traceoptions>
                        <active-source-limit>...</active-source-limit>
                        <default-peer/>
                        <authentication-key>authentication-key</authentication-key>
                    </peer>
                </group>
            </msdp>
        </protocols>
    </logical-systems>
</configuration>

Description

Configure an MSDP peer.

Contents

<active-source-limit>—Limit the number of active sources accepted.

<authentication-key>—MD5 authentication key.

<default-peer>—Default RPF peer.

<disable>—Disable MSDP.

<export>—Export policy.

<import>—Import policy.

<local-address>—Local address.

<name>—Peer address.

<traceoptions>—Trace options for MSDP.


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