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


MSDP Configuration Guidelines

To configure the Multicast Source Discovery Protocol (MSDP), include statements at the [edit protocols msdp] or [edit logical-routers logical-router-name protocols msdp] hierarchy level of the configuration:

[edit]
protocols {
    msdp {
        active-source-limits {

            maximum number;

            threshold number;

        }
        data-encapsulation <(disable | enable)>;
        disable;
        export [ policy-names ]; 
        import [ policy-names ];
        local-address address ;
        rib-group group-name ;
        traceoptions {
            file name <replace> <size size> <files number > <no-stamp> 
                <(world-readable | no-world-readable)>;
            flag flag <flag-modifier > <disable>; 
        }
        peer address {

        authentication-key peer-key;
            disable;
            export [ policy-names ]; 
            import [ policy-names ];
            local-address address ;

            traceoptions {
                file name <replace> <size size> <files number > <no-stamp> 
                    <(world-readable | no-world-readable)>;
                flag flag <flag-modifier > <disable>; 
            }
        }
        group group-name {
            disable;
            export [ policy-names ]; 
            import [ policy-names ];
            local-address address ;
            mode <( mesh-group | standard )>; 
            traceoptions {
                file name <replace> <size size> <files number > <no-stamp> 
                    <(world-readable | no-world-readable)>;
                flag flag <flag-modifier > <disable>; 
            }
            peer address ; {
                authentication-key peer-key;
                disable;
                export [ policy-names ]; 
                import [ policy-names ];
                local-address address ;
                traceoptions {
                    file name <replace> <size size> <files number > <no-stamp> 
                        <(world-readable | no-world-readable)>;
                    flag flag <flag-modifier > <disable>; 
                }
            }
        }
    }
}

[edit logical-routers logical-router-name]
protocols {
    msdp {
        active-source-limits {

            maximum number;

            threshold number;

        }
        data-encapsulation <(disable | enable)>;
        disable;
        export [ policy-names ]; 
        import [ policy-names ];
        local-address address ;
        rib-group group-name ;
        traceoptions {
            file name <replace> <size size> <files number > <no-stamp> 
                <(world-readable | no-world-readable)>;
            flag flag <flag-modifier > <disable>; 
        }
        peer address {
            authentication-key peer-key;
            disable;
            export [ policy-names ]; 
            import [ policy-names ];
            local-address address ;

            traceoptions {
                file name <replace> <size size> <files number > <no-stamp> 
                    <(world-readable | no-world-readable)>;
                flag flag <flag-modifier > <disable>; 
            }
        }
        group group-name {
            disable;
            export [ policy-names ]; 
            import [ policy-names ];
            local-address address ;
            mode <( mesh-group | standard )>; 
            traceoptions {
                file name <replace> <size size> <files number > <no-stamp> 
                    <(world-readable | no-world-readable)>;
                flag flag <flag-modifier > <disable>; 
            }
            peer address ; {
                authentication-key peer-key;
                disable;
                export [ policy-names ]; 
                import [ policy-names ];
                local-address address ;
                traceoptions {
                    file name <replace> <size size> <files number > <no-stamp> 
                        <(world-readable | no-world-readable)>;
                    flag flag <flag-modifier > <disable>; 
                }
            }
        }
    }
}

For an overview of logical routers and a detailed example of logical router configuration, see the logical routers chapter of the JUNOS Internet Software Feature Guide.

By default, MSDP is disabled.

This chapter describes the following tasks for configuring MSDP:

For a configuration example, see Example: Configure MSDP.


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