The following statement hierarchy can also be included at the [edit logical-systems logical-system-name] hierarchy level.
- protocols {
-
- msdp {
- disable;
-
- active-source-limit {
- maximum number;
- threshold number;
- }
- data-encapsulation (disable | enable);
- export [ policy-names ];
-
- group group-name {
- ... group-configuration ...
- }
- import [ policy-names ];
- local address address;
-
- peer address {
- ... peer-configuration ...
- }
- rib-group group-name;
- source ip-prefix</prefix-length>;
-
- traceoptions {
- file filename <files number> <size maximum-file-size> <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);
-
- peer address {
- ... same statements as at the [edit
protocols msdp peer address] hierarchy
level shown just below ...
- }
-
- traceoptions {
- file filename <files number> <size maximum-file-size> <world-readable | no-world-readable>;
- flag flag <flag-modifier> <disable>;
- }
- }
-
- peer address {
- disable;
-
- active-source-limit {
- maximum number;
- threshold number;
- }
- authentication-key peer-key;
- default-peer;
- export [ policy-names ];
- import [ policy-names ];
- local-address address;
-
- traceoptions {
- file filename <files number> <size maximum-file-size> <world-readable | no-world-readable>;
- flag flag <flag-modifier> <disable>;
- }
- }
- }
- }