You can configure an active source limit globally, for a group, or for a peer. If active source limits are configured at multiple levels of the hierarchy, all are applied.
The following example applies a limit of 5,000 active sources to MSDP peer 10.0.0.1, a limit of 7,500 active sources to MSDP peer 10.10.10.10 in group MSDP-group, and a limit of 10,000 active sources to all others.
- [edit protocols msdp]
- active-source-limit {
- maximum 10000;
- }
- group MSDP-group {
- peer 10.10.10.10;
-
- active-source-limit {
- maximum 7500;
- }
- peer 10.10.10.11;
- }
- peer 10.0.0.1 {
-
- active-source-limit {
- maximum 5000;
- }
- }