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 mpls-ldp address-family ipv4 label-policy advertise prefix-list

Applies the prefix list name to filter outgoing label advertisements.

set protocols mpls-ldp address-family ipv4 label-policy advertise prefix-list name
delete protocols mpls-ldp address-family ipv4 label-policy advertise prefix-list name
show protocols mpls-ldp address-family ipv4 label-policy advertise prefix-list name
name
The prefix list name.

Configuration mode

protocols {
    mpls-ldp {
        address-family {
            ipv4  {
                label-policy {
                    advertise {
                        prefix-list <name> 
                    }
                }
            }
        }
    }
}

Use this command to apply the prefix list name to filter outgoing label advertisements.

Use the set form of this command to apply the prefix list name to filter outgoing label advertisements.

Use the delete form of this command to delete the configuration that applies the prefix list name to filter outgoing label advertisements.

Use the show form of this command to display the configuration that applies the prefix list name to filter outgoing label advertisements.

Example

The following example shows how to apply the prefix list named list1 to filter outgoing label advertisements.

vyatta@R1# set protocols mpls-ldp address-family ipv4 label-policy advertise prefix-list list1