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

Applies a (S,G) filter to outgoing SA messages that are sent to an MSDP peer.

set protocols msdp peer peer-address export access-list access-list-name
delete protocols msdp peer peer-address export access-list [ access-list-name ]
show protocols msdp peer peer-address export access-list

No pairs are filtered.

peer-address
An IPv4 MSDP peer address.
access-list-name
The name of the access list. The per-peer (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 access list.

Configuration mode

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

Use the set form of this command to apply an outgoing filter to SA messages that are sent to an MSDP peer.

Use the delete form of this command to delete the filter on SA messages that are sent to an MSDP peer.

Use the show form of this command to display the existing filter on SA messages that are sent an MSDP peer.