Share via


IWithBgpCommunities<ParentT> Interface

Definition

The stage of the route filter rule definition allowing bgp service communities to be specified.

public interface IWithBgpCommunities<ParentT>
type IWithBgpCommunities<'ParentT> = interface
Public Interface IWithBgpCommunities(Of ParentT)

Type Parameters

ParentT
Derived

Methods

WithBgpCommunities(String[])

Set the collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020'].

WithBgpCommunity(String)

Set bgp community value to filter on. e.g. '12076:5020'.

WithoutBgpCommunity(String)

Remove the bgp community value to filter on. e.g. '12076:5010'.

Applies to