home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols msdp peer-group <group-name> import access-list <access-list-name>

Configures a (S,G) filter for incoming SA messages received from the peers that belong to a peer group.

set protocols msdp peer-group group-name import access-list access-list-name
delete protocols msdp peer-group group-name import access-list access-list-name
show protocols msdp peer-group group-name import access-list
group-name
The name of a peer group.
access-list-name
The name of the access list. The per-peer-group (S,G) entry filter specifies which entries should be accepted.

If a list is not specified, all multicast (S,G) pairs are accepted.

This parameter is a numeric identifier of a previously defined access list and can be a number from either of the following ranges:

100 through 199: IP standard access list.

2000 through 2699: IP standard access list (expanded range).

Note: You cannot configure an empty access-list.

Configuration mode

protocols {
    msdp {
        peer-group group-name {
            import {
              access-list access-list-name
            }
        }
    }
}

This filter helps define which sources are accepted from the members of an MSDP peer group. This filter specifies a source address and mask or group address and mask. If not configured, no pairs are filtered and all pairs are accepted from the members of the MSDP peer group.

Use the set form of this command to configure a filter for incoming SA messages received from the peers that belong to a peer group.

Use the delete form of this command to delete a filter for incoming SA messages received from the peers that belong to a peer group.

Use the show form of this command to display the existing filter for incoming SA messages received from the peers that belong to a peer group.