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

Configuring MSDP Peers

An MSDP router must know which routers are its peers. You define the peer relationships explicitly by configuring the neighboring routers that are the MSDP peers of the local router. After peer relationships are established, the MSDP peers exchange messages to advertise active multicast sources. You must configure at least one peer for MSDP to function.

To configure MSDP peers, include the peer statement:

peer address {
active-source-limit {
maximum number;
threshold number;
}
authentication-key peer-key;
default-peer;
disable;
export [ policy-names ];
import [ policy-names ];
local-address address;
traceoptions {
file filename <replace> <size size> <files number> <no-stamp> <world-readable | no-world-readable>;
flag flag <flag-modifier> <disable>;
}
}

The peer and the local-address statements are required.

You can configure MSDP peers globally or in a group.

If you configure MSDP peers in a group, each individual peer in a group inherits all group-level options.


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