IWithBgpCommunities Interface

Definition

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

public interface IWithBgpCommunities
type IWithBgpCommunities = interface
Public Interface IWithBgpCommunities
Derived

Methods

WithBgpCommunities(String[])

The collection for bgp community values to filter on. e.g. ['12076:5010','12076:5020']. Note: this method will overwrite existing communities.

WithBgpCommunity(String)

The bgp community values to filter on. e.g. '12076:5010'. This method has additive effect.

WithoutBgpCommunity(String)

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

Applies to