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

Restricts which (S,G)s are accepted by (S,G).

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

All (S,G) pairs are accepted.

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

This command controls which (S,G) pairs are accepted. This command applies to the SA message receipt, and not to SA-message forwarding.

Use the set form of this command to configure which (S,G) pairs are accepted.

Use the delete form of this command to delete the configuration of which (S,G) pairs are accepted.

Use the show form of this command to display the configuration that specifies which (S,G) pairs are accepted.