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

Restricts which cache entries are advertised by (S,G).

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

All (S,G) pairs are advertised.

access-list-name
The name of the access list. The global (common) (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 {
        export {
            access-list access-list-name
        }
    }
}

This command controls which cache entries are advertised. This command applies to the SA message origination, and not to SA-message forwarding.

Use the set form of this command to configure which cache entries are advertised are advertised.

Use the delete form of this command to delete the configuration of which cache entries are advertised.

Use the show form of this command to display the configuration of which cache entries are advertised.