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> export access-list <access-list-name>

Configures a (S,G) filter for outgoing SA messages sent to peers that belong to a peer group.

set protocols msdp peer-group group-name export access-list access-list-name
delete protocols msdp peer-group group-name export access-list [ access-list-name ]
show protocols msdp peer-group group-name export 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 advertised.

If a list is not specified, all multicast (S,G) entries are advertised.

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 list.

Configuration mode

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

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

Use the set form of this command to configure a filter for outgoing SA messages sent to members of a group.

Use the delete form of this command to delete the filter for outgoing SA messages sent to members of a group.

Use the show form of this command to display the filter for outgoing SA messages sent to members of a group.