1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoBgpFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getCiscoBgpFeatureTemplate

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

This data source can read the Cisco BGP feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCiscoBgpFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_bgp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
package main

import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupCiscoBgpFeatureTemplate(ctx, &sdwan.LookupCiscoBgpFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetCiscoBgpFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetCiscoBgpFeatureTemplateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = SdwanFunctions.getCiscoBgpFeatureTemplate(GetCiscoBgpFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoBgpFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getCiscoBgpFeatureTemplate

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCiscoBgpFeatureTemplate(args: GetCiscoBgpFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoBgpFeatureTemplateResult>
function getCiscoBgpFeatureTemplateOutput(args: GetCiscoBgpFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoBgpFeatureTemplateResult>
Copy
def get_cisco_bgp_feature_template(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCiscoBgpFeatureTemplateResult
def get_cisco_bgp_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCiscoBgpFeatureTemplateResult]
Copy
func LookupCiscoBgpFeatureTemplate(ctx *Context, args *LookupCiscoBgpFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoBgpFeatureTemplateResult, error)
func LookupCiscoBgpFeatureTemplateOutput(ctx *Context, args *LookupCiscoBgpFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoBgpFeatureTemplateResultOutput
Copy

> Note: This function is named LookupCiscoBgpFeatureTemplate in the Go SDK.

public static class GetCiscoBgpFeatureTemplate 
{
    public static Task<GetCiscoBgpFeatureTemplateResult> InvokeAsync(GetCiscoBgpFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoBgpFeatureTemplateResult> Invoke(GetCiscoBgpFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCiscoBgpFeatureTemplateResult> getCiscoBgpFeatureTemplate(GetCiscoBgpFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoBgpFeatureTemplateResult> getCiscoBgpFeatureTemplate(GetCiscoBgpFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoBgpFeatureTemplate:getCiscoBgpFeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the feature template
Name string
The name of the feature template
Id string
The id of the feature template
Name string
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template
id string
The id of the feature template
name string
The name of the feature template
id str
The id of the feature template
name str
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template

getCiscoBgpFeatureTemplate Result

The following output properties are available:

AddressFamilies List<GetCiscoBgpFeatureTemplateAddressFamily>
Set BGP address family
AlwaysCompareMed bool
Compare MEDs from all ASs when selecting active BGP paths
AlwaysCompareMedVariable string
Variable name
AsNumber string
Set autonomous system number \n\n or \n\n
AsNumberVariable string
Variable name
CompareRouterId bool
Compare router IDs when selecting active BGP paths
CompareRouterIdVariable string
Variable name
Description string
The description of the feature template
DeterministicMed bool
Compare MEDs from all routes from same AS when selecting active BGP paths
DeterministicMedVariable string
Variable name
DeviceTypes List<string>
List of supported device types
DistanceExternal int
Set administrative distance for external BGP routes
DistanceExternalVariable string
Variable name
DistanceInternal int
Set administrative distance for internal BGP routes
DistanceInternalVariable string
Variable name
DistanceLocal int
Set administrative distance for local BGP routes
DistanceLocalVariable string
Variable name
Holdtime int
Set the interval when BGP considers a neighbor to be down
HoldtimeVariable string
Variable name
Id string
The id of the feature template
Ipv4Neighbors List<GetCiscoBgpFeatureTemplateIpv4Neighbor>
Set BGP neighbors
Ipv4RouteTargets List<GetCiscoBgpFeatureTemplateIpv4RouteTarget>
Router Target for IPV4
Ipv6Neighbors List<GetCiscoBgpFeatureTemplateIpv6Neighbor>
Set BGP IPv6 neighbors
Ipv6RouteTargets List<GetCiscoBgpFeatureTemplateIpv6RouteTarget>
Router Target for IPV6
Keepalive int
Set how often keepalive messages are sent to BGP peer
KeepaliveVariable string
Variable name
MissingMedWorst bool
If path has no MED, consider it to be worst path when selecting active BGP paths
MissingMedWorstVariable string
Variable name
MplsInterfaces List<GetCiscoBgpFeatureTemplateMplsInterface>
MPLS BGP Interface
MultipathRelax bool
Ignore AS for multipath selection
MultipathRelaxVariable string
Variable name
Name string
The name of the feature template
PropagateAspath bool
Propagate AS Path
PropagateAspathVariable string
Variable name
PropagateCommunity bool
Propagate Community
PropagateCommunityVariable string
Variable name
RouterId string
Configure BGP router identifier
RouterIdVariable string
Variable name
Shutdown bool
Enable or disable BGP
ShutdownVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
AddressFamilies []GetCiscoBgpFeatureTemplateAddressFamily
Set BGP address family
AlwaysCompareMed bool
Compare MEDs from all ASs when selecting active BGP paths
AlwaysCompareMedVariable string
Variable name
AsNumber string
Set autonomous system number \n\n or \n\n
AsNumberVariable string
Variable name
CompareRouterId bool
Compare router IDs when selecting active BGP paths
CompareRouterIdVariable string
Variable name
Description string
The description of the feature template
DeterministicMed bool
Compare MEDs from all routes from same AS when selecting active BGP paths
DeterministicMedVariable string
Variable name
DeviceTypes []string
List of supported device types
DistanceExternal int
Set administrative distance for external BGP routes
DistanceExternalVariable string
Variable name
DistanceInternal int
Set administrative distance for internal BGP routes
DistanceInternalVariable string
Variable name
DistanceLocal int
Set administrative distance for local BGP routes
DistanceLocalVariable string
Variable name
Holdtime int
Set the interval when BGP considers a neighbor to be down
HoldtimeVariable string
Variable name
Id string
The id of the feature template
Ipv4Neighbors []GetCiscoBgpFeatureTemplateIpv4Neighbor
Set BGP neighbors
Ipv4RouteTargets []GetCiscoBgpFeatureTemplateIpv4RouteTarget
Router Target for IPV4
Ipv6Neighbors []GetCiscoBgpFeatureTemplateIpv6Neighbor
Set BGP IPv6 neighbors
Ipv6RouteTargets []GetCiscoBgpFeatureTemplateIpv6RouteTarget
Router Target for IPV6
Keepalive int
Set how often keepalive messages are sent to BGP peer
KeepaliveVariable string
Variable name
MissingMedWorst bool
If path has no MED, consider it to be worst path when selecting active BGP paths
MissingMedWorstVariable string
Variable name
MplsInterfaces []GetCiscoBgpFeatureTemplateMplsInterface
MPLS BGP Interface
MultipathRelax bool
Ignore AS for multipath selection
MultipathRelaxVariable string
Variable name
Name string
The name of the feature template
PropagateAspath bool
Propagate AS Path
PropagateAspathVariable string
Variable name
PropagateCommunity bool
Propagate Community
PropagateCommunityVariable string
Variable name
RouterId string
Configure BGP router identifier
RouterIdVariable string
Variable name
Shutdown bool
Enable or disable BGP
ShutdownVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
addressFamilies List<GetCiscoBgpFeatureTemplateAddressFamily>
Set BGP address family
alwaysCompareMed Boolean
Compare MEDs from all ASs when selecting active BGP paths
alwaysCompareMedVariable String
Variable name
asNumber String
Set autonomous system number \n\n or \n\n
asNumberVariable String
Variable name
compareRouterId Boolean
Compare router IDs when selecting active BGP paths
compareRouterIdVariable String
Variable name
description String
The description of the feature template
deterministicMed Boolean
Compare MEDs from all routes from same AS when selecting active BGP paths
deterministicMedVariable String
Variable name
deviceTypes List<String>
List of supported device types
distanceExternal Integer
Set administrative distance for external BGP routes
distanceExternalVariable String
Variable name
distanceInternal Integer
Set administrative distance for internal BGP routes
distanceInternalVariable String
Variable name
distanceLocal Integer
Set administrative distance for local BGP routes
distanceLocalVariable String
Variable name
holdtime Integer
Set the interval when BGP considers a neighbor to be down
holdtimeVariable String
Variable name
id String
The id of the feature template
ipv4Neighbors List<GetCiscoBgpFeatureTemplateIpv4Neighbor>
Set BGP neighbors
ipv4RouteTargets List<GetCiscoBgpFeatureTemplateIpv4RouteTarget>
Router Target for IPV4
ipv6Neighbors List<GetCiscoBgpFeatureTemplateIpv6Neighbor>
Set BGP IPv6 neighbors
ipv6RouteTargets List<GetCiscoBgpFeatureTemplateIpv6RouteTarget>
Router Target for IPV6
keepalive Integer
Set how often keepalive messages are sent to BGP peer
keepaliveVariable String
Variable name
missingMedWorst Boolean
If path has no MED, consider it to be worst path when selecting active BGP paths
missingMedWorstVariable String
Variable name
mplsInterfaces List<GetCiscoBgpFeatureTemplateMplsInterface>
MPLS BGP Interface
multipathRelax Boolean
Ignore AS for multipath selection
multipathRelaxVariable String
Variable name
name String
The name of the feature template
propagateAspath Boolean
Propagate AS Path
propagateAspathVariable String
Variable name
propagateCommunity Boolean
Propagate Community
propagateCommunityVariable String
Variable name
routerId String
Configure BGP router identifier
routerIdVariable String
Variable name
shutdown Boolean
Enable or disable BGP
shutdownVariable String
Variable name
templateType String
The template type
version Integer
The version of the feature template
addressFamilies GetCiscoBgpFeatureTemplateAddressFamily[]
Set BGP address family
alwaysCompareMed boolean
Compare MEDs from all ASs when selecting active BGP paths
alwaysCompareMedVariable string
Variable name
asNumber string
Set autonomous system number \n\n or \n\n
asNumberVariable string
Variable name
compareRouterId boolean
Compare router IDs when selecting active BGP paths
compareRouterIdVariable string
Variable name
description string
The description of the feature template
deterministicMed boolean
Compare MEDs from all routes from same AS when selecting active BGP paths
deterministicMedVariable string
Variable name
deviceTypes string[]
List of supported device types
distanceExternal number
Set administrative distance for external BGP routes
distanceExternalVariable string
Variable name
distanceInternal number
Set administrative distance for internal BGP routes
distanceInternalVariable string
Variable name
distanceLocal number
Set administrative distance for local BGP routes
distanceLocalVariable string
Variable name
holdtime number
Set the interval when BGP considers a neighbor to be down
holdtimeVariable string
Variable name
id string
The id of the feature template
ipv4Neighbors GetCiscoBgpFeatureTemplateIpv4Neighbor[]
Set BGP neighbors
ipv4RouteTargets GetCiscoBgpFeatureTemplateIpv4RouteTarget[]
Router Target for IPV4
ipv6Neighbors GetCiscoBgpFeatureTemplateIpv6Neighbor[]
Set BGP IPv6 neighbors
ipv6RouteTargets GetCiscoBgpFeatureTemplateIpv6RouteTarget[]
Router Target for IPV6
keepalive number
Set how often keepalive messages are sent to BGP peer
keepaliveVariable string
Variable name
missingMedWorst boolean
If path has no MED, consider it to be worst path when selecting active BGP paths
missingMedWorstVariable string
Variable name
mplsInterfaces GetCiscoBgpFeatureTemplateMplsInterface[]
MPLS BGP Interface
multipathRelax boolean
Ignore AS for multipath selection
multipathRelaxVariable string
Variable name
name string
The name of the feature template
propagateAspath boolean
Propagate AS Path
propagateAspathVariable string
Variable name
propagateCommunity boolean
Propagate Community
propagateCommunityVariable string
Variable name
routerId string
Configure BGP router identifier
routerIdVariable string
Variable name
shutdown boolean
Enable or disable BGP
shutdownVariable string
Variable name
templateType string
The template type
version number
The version of the feature template
address_families Sequence[GetCiscoBgpFeatureTemplateAddressFamily]
Set BGP address family
always_compare_med bool
Compare MEDs from all ASs when selecting active BGP paths
always_compare_med_variable str
Variable name
as_number str
Set autonomous system number \n\n or \n\n
as_number_variable str
Variable name
compare_router_id bool
Compare router IDs when selecting active BGP paths
compare_router_id_variable str
Variable name
description str
The description of the feature template
deterministic_med bool
Compare MEDs from all routes from same AS when selecting active BGP paths
deterministic_med_variable str
Variable name
device_types Sequence[str]
List of supported device types
distance_external int
Set administrative distance for external BGP routes
distance_external_variable str
Variable name
distance_internal int
Set administrative distance for internal BGP routes
distance_internal_variable str
Variable name
distance_local int
Set administrative distance for local BGP routes
distance_local_variable str
Variable name
holdtime int
Set the interval when BGP considers a neighbor to be down
holdtime_variable str
Variable name
id str
The id of the feature template
ipv4_neighbors Sequence[GetCiscoBgpFeatureTemplateIpv4Neighbor]
Set BGP neighbors
ipv4_route_targets Sequence[GetCiscoBgpFeatureTemplateIpv4RouteTarget]
Router Target for IPV4
ipv6_neighbors Sequence[GetCiscoBgpFeatureTemplateIpv6Neighbor]
Set BGP IPv6 neighbors
ipv6_route_targets Sequence[GetCiscoBgpFeatureTemplateIpv6RouteTarget]
Router Target for IPV6
keepalive int
Set how often keepalive messages are sent to BGP peer
keepalive_variable str
Variable name
missing_med_worst bool
If path has no MED, consider it to be worst path when selecting active BGP paths
missing_med_worst_variable str
Variable name
mpls_interfaces Sequence[GetCiscoBgpFeatureTemplateMplsInterface]
MPLS BGP Interface
multipath_relax bool
Ignore AS for multipath selection
multipath_relax_variable str
Variable name
name str
The name of the feature template
propagate_aspath bool
Propagate AS Path
propagate_aspath_variable str
Variable name
propagate_community bool
Propagate Community
propagate_community_variable str
Variable name
router_id str
Configure BGP router identifier
router_id_variable str
Variable name
shutdown bool
Enable or disable BGP
shutdown_variable str
Variable name
template_type str
The template type
version int
The version of the feature template
addressFamilies List<Property Map>
Set BGP address family
alwaysCompareMed Boolean
Compare MEDs from all ASs when selecting active BGP paths
alwaysCompareMedVariable String
Variable name
asNumber String
Set autonomous system number \n\n or \n\n
asNumberVariable String
Variable name
compareRouterId Boolean
Compare router IDs when selecting active BGP paths
compareRouterIdVariable String
Variable name
description String
The description of the feature template
deterministicMed Boolean
Compare MEDs from all routes from same AS when selecting active BGP paths
deterministicMedVariable String
Variable name
deviceTypes List<String>
List of supported device types
distanceExternal Number
Set administrative distance for external BGP routes
distanceExternalVariable String
Variable name
distanceInternal Number
Set administrative distance for internal BGP routes
distanceInternalVariable String
Variable name
distanceLocal Number
Set administrative distance for local BGP routes
distanceLocalVariable String
Variable name
holdtime Number
Set the interval when BGP considers a neighbor to be down
holdtimeVariable String
Variable name
id String
The id of the feature template
ipv4Neighbors List<Property Map>
Set BGP neighbors
ipv4RouteTargets List<Property Map>
Router Target for IPV4
ipv6Neighbors List<Property Map>
Set BGP IPv6 neighbors
ipv6RouteTargets List<Property Map>
Router Target for IPV6
keepalive Number
Set how often keepalive messages are sent to BGP peer
keepaliveVariable String
Variable name
missingMedWorst Boolean
If path has no MED, consider it to be worst path when selecting active BGP paths
missingMedWorstVariable String
Variable name
mplsInterfaces List<Property Map>
MPLS BGP Interface
multipathRelax Boolean
Ignore AS for multipath selection
multipathRelaxVariable String
Variable name
name String
The name of the feature template
propagateAspath Boolean
Propagate AS Path
propagateAspathVariable String
Variable name
propagateCommunity Boolean
Propagate Community
propagateCommunityVariable String
Variable name
routerId String
Configure BGP router identifier
routerIdVariable String
Variable name
shutdown Boolean
Enable or disable BGP
shutdownVariable String
Variable name
templateType String
The template type
version Number
The version of the feature template

Supporting Types

GetCiscoBgpFeatureTemplateAddressFamily

DefaultInformationOriginate This property is required. bool
BGP Default Information Originate
DefaultInformationOriginateVariable This property is required. string
Variable name
FamilyType This property is required. string
Set BGP address family
Ipv4AggregateAddresses This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress>
Aggregate prefixes in specific range
Ipv4Networks This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network>
Configure the networks for BGP to advertise
Ipv6AggregateAddresses This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress>
IPv6 Aggregate prefixes in specific range
Ipv6Networks This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network>
Configure the networks for BGP to advertise
MaximumPaths This property is required. int
Set maximum number of parallel IBGP paths for multipath load sharing
MaximumPathsVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
RedistributeRoutes This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute>
Redistribute routes into BGP
TableMapFilter This property is required. bool
Filter
TableMapFilterVariable This property is required. string
Variable name
TableMapPolicy This property is required. string
Map external entry attributes into routing table
TableMapPolicyVariable This property is required. string
Variable name
DefaultInformationOriginate This property is required. bool
BGP Default Information Originate
DefaultInformationOriginateVariable This property is required. string
Variable name
FamilyType This property is required. string
Set BGP address family
Ipv4AggregateAddresses This property is required. []GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress
Aggregate prefixes in specific range
Ipv4Networks This property is required. []GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network
Configure the networks for BGP to advertise
Ipv6AggregateAddresses This property is required. []GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress
IPv6 Aggregate prefixes in specific range
Ipv6Networks This property is required. []GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network
Configure the networks for BGP to advertise
MaximumPaths This property is required. int
Set maximum number of parallel IBGP paths for multipath load sharing
MaximumPathsVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
RedistributeRoutes This property is required. []GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute
Redistribute routes into BGP
TableMapFilter This property is required. bool
Filter
TableMapFilterVariable This property is required. string
Variable name
TableMapPolicy This property is required. string
Map external entry attributes into routing table
TableMapPolicyVariable This property is required. string
Variable name
defaultInformationOriginate This property is required. Boolean
BGP Default Information Originate
defaultInformationOriginateVariable This property is required. String
Variable name
familyType This property is required. String
Set BGP address family
ipv4AggregateAddresses This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress>
Aggregate prefixes in specific range
ipv4Networks This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network>
Configure the networks for BGP to advertise
ipv6AggregateAddresses This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress>
IPv6 Aggregate prefixes in specific range
ipv6Networks This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network>
Configure the networks for BGP to advertise
maximumPaths This property is required. Integer
Set maximum number of parallel IBGP paths for multipath load sharing
maximumPathsVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
redistributeRoutes This property is required. List<GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute>
Redistribute routes into BGP
tableMapFilter This property is required. Boolean
Filter
tableMapFilterVariable This property is required. String
Variable name
tableMapPolicy This property is required. String
Map external entry attributes into routing table
tableMapPolicyVariable This property is required. String
Variable name
defaultInformationOriginate This property is required. boolean
BGP Default Information Originate
defaultInformationOriginateVariable This property is required. string
Variable name
familyType This property is required. string
Set BGP address family
ipv4AggregateAddresses This property is required. GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress[]
Aggregate prefixes in specific range
ipv4Networks This property is required. GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network[]
Configure the networks for BGP to advertise
ipv6AggregateAddresses This property is required. GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress[]
IPv6 Aggregate prefixes in specific range
ipv6Networks This property is required. GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network[]
Configure the networks for BGP to advertise
maximumPaths This property is required. number
Set maximum number of parallel IBGP paths for multipath load sharing
maximumPathsVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
redistributeRoutes This property is required. GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute[]
Redistribute routes into BGP
tableMapFilter This property is required. boolean
Filter
tableMapFilterVariable This property is required. string
Variable name
tableMapPolicy This property is required. string
Map external entry attributes into routing table
tableMapPolicyVariable This property is required. string
Variable name
default_information_originate This property is required. bool
BGP Default Information Originate
default_information_originate_variable This property is required. str
Variable name
family_type This property is required. str
Set BGP address family
ipv4_aggregate_addresses This property is required. Sequence[GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress]
Aggregate prefixes in specific range
ipv4_networks This property is required. Sequence[GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network]
Configure the networks for BGP to advertise
ipv6_aggregate_addresses This property is required. Sequence[GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress]
IPv6 Aggregate prefixes in specific range
ipv6_networks This property is required. Sequence[GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network]
Configure the networks for BGP to advertise
maximum_paths This property is required. int
Set maximum number of parallel IBGP paths for multipath load sharing
maximum_paths_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
redistribute_routes This property is required. Sequence[GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute]
Redistribute routes into BGP
table_map_filter This property is required. bool
Filter
table_map_filter_variable This property is required. str
Variable name
table_map_policy This property is required. str
Map external entry attributes into routing table
table_map_policy_variable This property is required. str
Variable name
defaultInformationOriginate This property is required. Boolean
BGP Default Information Originate
defaultInformationOriginateVariable This property is required. String
Variable name
familyType This property is required. String
Set BGP address family
ipv4AggregateAddresses This property is required. List<Property Map>
Aggregate prefixes in specific range
ipv4Networks This property is required. List<Property Map>
Configure the networks for BGP to advertise
ipv6AggregateAddresses This property is required. List<Property Map>
IPv6 Aggregate prefixes in specific range
ipv6Networks This property is required. List<Property Map>
Configure the networks for BGP to advertise
maximumPaths This property is required. Number
Set maximum number of parallel IBGP paths for multipath load sharing
maximumPathsVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
redistributeRoutes This property is required. List<Property Map>
Redistribute routes into BGP
tableMapFilter This property is required. Boolean
Filter
tableMapFilterVariable This property is required. String
Variable name
tableMapPolicy This property is required. String
Map external entry attributes into routing table
tableMapPolicyVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress

AsSetPath This property is required. bool
Set AS set path information
AsSetPathVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the prefixes to aggregate
PrefixVariable This property is required. string
Variable name
SummaryOnly This property is required. bool
Filter out more specific routes from updates
SummaryOnlyVariable This property is required. string
Variable name
AsSetPath This property is required. bool
Set AS set path information
AsSetPathVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the prefixes to aggregate
PrefixVariable This property is required. string
Variable name
SummaryOnly This property is required. bool
Filter out more specific routes from updates
SummaryOnlyVariable This property is required. string
Variable name
asSetPath This property is required. Boolean
Set AS set path information
asSetPathVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the prefixes to aggregate
prefixVariable This property is required. String
Variable name
summaryOnly This property is required. Boolean
Filter out more specific routes from updates
summaryOnlyVariable This property is required. String
Variable name
asSetPath This property is required. boolean
Set AS set path information
asSetPathVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
prefix This property is required. string
Configure the prefixes to aggregate
prefixVariable This property is required. string
Variable name
summaryOnly This property is required. boolean
Filter out more specific routes from updates
summaryOnlyVariable This property is required. string
Variable name
as_set_path This property is required. bool
Set AS set path information
as_set_path_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
prefix This property is required. str
Configure the prefixes to aggregate
prefix_variable This property is required. str
Variable name
summary_only This property is required. bool
Filter out more specific routes from updates
summary_only_variable This property is required. str
Variable name
asSetPath This property is required. Boolean
Set AS set path information
asSetPathVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the prefixes to aggregate
prefixVariable This property is required. String
Variable name
summaryOnly This property is required. Boolean
Filter out more specific routes from updates
summaryOnlyVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network

Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the prefixes for BGP to announce
PrefixVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the prefixes for BGP to announce
PrefixVariable This property is required. string
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the prefixes for BGP to announce
prefixVariable This property is required. String
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
prefix This property is required. string
Configure the prefixes for BGP to announce
prefixVariable This property is required. string
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
prefix This property is required. str
Configure the prefixes for BGP to announce
prefix_variable This property is required. str
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the prefixes for BGP to announce
prefixVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress

AsSetPath This property is required. bool
Set AS set path information
AsSetPathVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the IPv6 prefixes to aggregate
PrefixVariable This property is required. string
Variable name
SummaryOnly This property is required. bool
Filter out more specific routes from updates
SummaryOnlyVariable This property is required. string
Variable name
AsSetPath This property is required. bool
Set AS set path information
AsSetPathVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the IPv6 prefixes to aggregate
PrefixVariable This property is required. string
Variable name
SummaryOnly This property is required. bool
Filter out more specific routes from updates
SummaryOnlyVariable This property is required. string
Variable name
asSetPath This property is required. Boolean
Set AS set path information
asSetPathVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the IPv6 prefixes to aggregate
prefixVariable This property is required. String
Variable name
summaryOnly This property is required. Boolean
Filter out more specific routes from updates
summaryOnlyVariable This property is required. String
Variable name
asSetPath This property is required. boolean
Set AS set path information
asSetPathVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
prefix This property is required. string
Configure the IPv6 prefixes to aggregate
prefixVariable This property is required. string
Variable name
summaryOnly This property is required. boolean
Filter out more specific routes from updates
summaryOnlyVariable This property is required. string
Variable name
as_set_path This property is required. bool
Set AS set path information
as_set_path_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
prefix This property is required. str
Configure the IPv6 prefixes to aggregate
prefix_variable This property is required. str
Variable name
summary_only This property is required. bool
Filter out more specific routes from updates
summary_only_variable This property is required. str
Variable name
asSetPath This property is required. Boolean
Set AS set path information
asSetPathVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the IPv6 prefixes to aggregate
prefixVariable This property is required. String
Variable name
summaryOnly This property is required. Boolean
Filter out more specific routes from updates
summaryOnlyVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network

Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the prefixes for BGP to announce
PrefixVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Prefix This property is required. string
Configure the prefixes for BGP to announce
PrefixVariable This property is required. string
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the prefixes for BGP to announce
prefixVariable This property is required. String
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
prefix This property is required. string
Configure the prefixes for BGP to announce
prefixVariable This property is required. string
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
prefix This property is required. str
Configure the prefixes for BGP to announce
prefix_variable This property is required. str
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
prefix This property is required. String
Configure the prefixes for BGP to announce
prefixVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute

Optional This property is required. bool
Indicates if list item is considered optional.
Protocol This property is required. string
Set the protocol to redistribute routes from
ProtocolVariable This property is required. string
Variable name
RoutePolicy This property is required. string
Configure policy to apply to prefixes received from BGP neighbor
RoutePolicyVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Protocol This property is required. string
Set the protocol to redistribute routes from
ProtocolVariable This property is required. string
Variable name
RoutePolicy This property is required. string
Configure policy to apply to prefixes received from BGP neighbor
RoutePolicyVariable This property is required. string
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
protocol This property is required. String
Set the protocol to redistribute routes from
protocolVariable This property is required. String
Variable name
routePolicy This property is required. String
Configure policy to apply to prefixes received from BGP neighbor
routePolicyVariable This property is required. String
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
protocol This property is required. string
Set the protocol to redistribute routes from
protocolVariable This property is required. string
Variable name
routePolicy This property is required. string
Configure policy to apply to prefixes received from BGP neighbor
routePolicyVariable This property is required. string
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
protocol This property is required. str
Set the protocol to redistribute routes from
protocol_variable This property is required. str
Variable name
route_policy This property is required. str
Configure policy to apply to prefixes received from BGP neighbor
route_policy_variable This property is required. str
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
protocol This property is required. String
Set the protocol to redistribute routes from
protocolVariable This property is required. String
Variable name
routePolicy This property is required. String
Configure policy to apply to prefixes received from BGP neighbor
routePolicyVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv4Neighbor

Address This property is required. string
Set neighbor address
AddressFamilies This property is required. List<GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily>
Set BGP address family
AddressVariable This property is required. string
Variable name
AllowAsIn This property is required. int
As Number
AllowAsInVariable This property is required. string
Variable name
AsOverride This property is required. bool
As Override
AsOverrideVariable This property is required. string
Variable name
Description This property is required. string
Set description
DescriptionVariable This property is required. string
Variable name
EbgpMultihop This property is required. int
Set TTL value for peers that are not directly connected
EbgpMultihopVariable This property is required. string
Variable name
Holdtime This property is required. int
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
HoldtimeVariable This property is required. string
Variable name
Keepalive This property is required. int
Set how often to advertise keepalive messages to BGP peer
KeepaliveVariable This property is required. string
Variable name
NextHopSelf This property is required. bool
Set router to be next hop for routes advertised to neighbor
NextHopSelfVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Password This property is required. string
Set MD5 password on TCP connection with BGP peer
PasswordVariable This property is required. string
Variable name
RemoteAs This property is required. string
Set remote autonomous system number
RemoteAsVariable This property is required. string
Variable name
SendCommunity This property is required. bool
Send community attribute
SendCommunityVariable This property is required. string
Variable name
SendExtCommunity This property is required. bool
Send extended community attribute
SendExtCommunityVariable This property is required. string
Variable name
SendLabel This property is required. bool
Send label
SendLabelExplicit This property is required. bool
Send label
SendLabelExplicitVariable This property is required. string
Variable name
SendLabelVariable This property is required. string
Variable name
Shutdown This property is required. bool
Enable or disable a BGP neighbor
ShutdownVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set IP address of interface for TCP connection to BGP neighbor
SourceInterfaceVariable This property is required. string
Variable name
Address This property is required. string
Set neighbor address
AddressFamilies This property is required. []GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily
Set BGP address family
AddressVariable This property is required. string
Variable name
AllowAsIn This property is required. int
As Number
AllowAsInVariable This property is required. string
Variable name
AsOverride This property is required. bool
As Override
AsOverrideVariable This property is required. string
Variable name
Description This property is required. string
Set description
DescriptionVariable This property is required. string
Variable name
EbgpMultihop This property is required. int
Set TTL value for peers that are not directly connected
EbgpMultihopVariable This property is required. string
Variable name
Holdtime This property is required. int
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
HoldtimeVariable This property is required. string
Variable name
Keepalive This property is required. int
Set how often to advertise keepalive messages to BGP peer
KeepaliveVariable This property is required. string
Variable name
NextHopSelf This property is required. bool
Set router to be next hop for routes advertised to neighbor
NextHopSelfVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Password This property is required. string
Set MD5 password on TCP connection with BGP peer
PasswordVariable This property is required. string
Variable name
RemoteAs This property is required. string
Set remote autonomous system number
RemoteAsVariable This property is required. string
Variable name
SendCommunity This property is required. bool
Send community attribute
SendCommunityVariable This property is required. string
Variable name
SendExtCommunity This property is required. bool
Send extended community attribute
SendExtCommunityVariable This property is required. string
Variable name
SendLabel This property is required. bool
Send label
SendLabelExplicit This property is required. bool
Send label
SendLabelExplicitVariable This property is required. string
Variable name
SendLabelVariable This property is required. string
Variable name
Shutdown This property is required. bool
Enable or disable a BGP neighbor
ShutdownVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set IP address of interface for TCP connection to BGP neighbor
SourceInterfaceVariable This property is required. string
Variable name
address This property is required. String
Set neighbor address
addressFamilies This property is required. List<GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily>
Set BGP address family
addressVariable This property is required. String
Variable name
allowAsIn This property is required. Integer
As Number
allowAsInVariable This property is required. String
Variable name
asOverride This property is required. Boolean
As Override
asOverrideVariable This property is required. String
Variable name
description This property is required. String
Set description
descriptionVariable This property is required. String
Variable name
ebgpMultihop This property is required. Integer
Set TTL value for peers that are not directly connected
ebgpMultihopVariable This property is required. String
Variable name
holdtime This property is required. Integer
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtimeVariable This property is required. String
Variable name
keepalive This property is required. Integer
Set how often to advertise keepalive messages to BGP peer
keepaliveVariable This property is required. String
Variable name
nextHopSelf This property is required. Boolean
Set router to be next hop for routes advertised to neighbor
nextHopSelfVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
password This property is required. String
Set MD5 password on TCP connection with BGP peer
passwordVariable This property is required. String
Variable name
remoteAs This property is required. String
Set remote autonomous system number
remoteAsVariable This property is required. String
Variable name
sendCommunity This property is required. Boolean
Send community attribute
sendCommunityVariable This property is required. String
Variable name
sendExtCommunity This property is required. Boolean
Send extended community attribute
sendExtCommunityVariable This property is required. String
Variable name
sendLabel This property is required. Boolean
Send label
sendLabelExplicit This property is required. Boolean
Send label
sendLabelExplicitVariable This property is required. String
Variable name
sendLabelVariable This property is required. String
Variable name
shutdown This property is required. Boolean
Enable or disable a BGP neighbor
shutdownVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set IP address of interface for TCP connection to BGP neighbor
sourceInterfaceVariable This property is required. String
Variable name
address This property is required. string
Set neighbor address
addressFamilies This property is required. GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily[]
Set BGP address family
addressVariable This property is required. string
Variable name
allowAsIn This property is required. number
As Number
allowAsInVariable This property is required. string
Variable name
asOverride This property is required. boolean
As Override
asOverrideVariable This property is required. string
Variable name
description This property is required. string
Set description
descriptionVariable This property is required. string
Variable name
ebgpMultihop This property is required. number
Set TTL value for peers that are not directly connected
ebgpMultihopVariable This property is required. string
Variable name
holdtime This property is required. number
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtimeVariable This property is required. string
Variable name
keepalive This property is required. number
Set how often to advertise keepalive messages to BGP peer
keepaliveVariable This property is required. string
Variable name
nextHopSelf This property is required. boolean
Set router to be next hop for routes advertised to neighbor
nextHopSelfVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
password This property is required. string
Set MD5 password on TCP connection with BGP peer
passwordVariable This property is required. string
Variable name
remoteAs This property is required. string
Set remote autonomous system number
remoteAsVariable This property is required. string
Variable name
sendCommunity This property is required. boolean
Send community attribute
sendCommunityVariable This property is required. string
Variable name
sendExtCommunity This property is required. boolean
Send extended community attribute
sendExtCommunityVariable This property is required. string
Variable name
sendLabel This property is required. boolean
Send label
sendLabelExplicit This property is required. boolean
Send label
sendLabelExplicitVariable This property is required. string
Variable name
sendLabelVariable This property is required. string
Variable name
shutdown This property is required. boolean
Enable or disable a BGP neighbor
shutdownVariable This property is required. string
Variable name
sourceInterface This property is required. string
Set IP address of interface for TCP connection to BGP neighbor
sourceInterfaceVariable This property is required. string
Variable name
address This property is required. str
Set neighbor address
address_families This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily]
Set BGP address family
address_variable This property is required. str
Variable name
allow_as_in This property is required. int
As Number
allow_as_in_variable This property is required. str
Variable name
as_override This property is required. bool
As Override
as_override_variable This property is required. str
Variable name
description This property is required. str
Set description
description_variable This property is required. str
Variable name
ebgp_multihop This property is required. int
Set TTL value for peers that are not directly connected
ebgp_multihop_variable This property is required. str
Variable name
holdtime This property is required. int
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtime_variable This property is required. str
Variable name
keepalive This property is required. int
Set how often to advertise keepalive messages to BGP peer
keepalive_variable This property is required. str
Variable name
next_hop_self This property is required. bool
Set router to be next hop for routes advertised to neighbor
next_hop_self_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
password This property is required. str
Set MD5 password on TCP connection with BGP peer
password_variable This property is required. str
Variable name
remote_as This property is required. str
Set remote autonomous system number
remote_as_variable This property is required. str
Variable name
send_community This property is required. bool
Send community attribute
send_community_variable This property is required. str
Variable name
send_ext_community This property is required. bool
Send extended community attribute
send_ext_community_variable This property is required. str
Variable name
send_label This property is required. bool
Send label
send_label_explicit This property is required. bool
Send label
send_label_explicit_variable This property is required. str
Variable name
send_label_variable This property is required. str
Variable name
shutdown This property is required. bool
Enable or disable a BGP neighbor
shutdown_variable This property is required. str
Variable name
source_interface This property is required. str
Set IP address of interface for TCP connection to BGP neighbor
source_interface_variable This property is required. str
Variable name
address This property is required. String
Set neighbor address
addressFamilies This property is required. List<Property Map>
Set BGP address family
addressVariable This property is required. String
Variable name
allowAsIn This property is required. Number
As Number
allowAsInVariable This property is required. String
Variable name
asOverride This property is required. Boolean
As Override
asOverrideVariable This property is required. String
Variable name
description This property is required. String
Set description
descriptionVariable This property is required. String
Variable name
ebgpMultihop This property is required. Number
Set TTL value for peers that are not directly connected
ebgpMultihopVariable This property is required. String
Variable name
holdtime This property is required. Number
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtimeVariable This property is required. String
Variable name
keepalive This property is required. Number
Set how often to advertise keepalive messages to BGP peer
keepaliveVariable This property is required. String
Variable name
nextHopSelf This property is required. Boolean
Set router to be next hop for routes advertised to neighbor
nextHopSelfVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
password This property is required. String
Set MD5 password on TCP connection with BGP peer
passwordVariable This property is required. String
Variable name
remoteAs This property is required. String
Set remote autonomous system number
remoteAsVariable This property is required. String
Variable name
sendCommunity This property is required. Boolean
Send community attribute
sendCommunityVariable This property is required. String
Variable name
sendExtCommunity This property is required. Boolean
Send extended community attribute
sendExtCommunityVariable This property is required. String
Variable name
sendLabel This property is required. Boolean
Send label
sendLabelExplicit This property is required. Boolean
Send label
sendLabelExplicitVariable This property is required. String
Variable name
sendLabelVariable This property is required. String
Variable name
shutdown This property is required. Boolean
Enable or disable a BGP neighbor
shutdownVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set IP address of interface for TCP connection to BGP neighbor
sourceInterfaceVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily

FamilyType This property is required. string
Set BGP address family
MaximumPrefixes This property is required. int
Set maximum number of prefixes accepted from BGP peer
MaximumPrefixesRestart This property is required. int
Set when to restart BGP connection if threshold is exceeded
MaximumPrefixesRestartVariable This property is required. string
Variable name
MaximumPrefixesThreshold This property is required. int
Set threshold at which to generate a warning message
MaximumPrefixesThresholdVariable This property is required. string
Variable name
MaximumPrefixesVariable This property is required. string
Variable name
MaximumPrefixesWarningOnly This property is required. bool
Display only a warning message when threshold is exceeded
MaximumPrefixesWarningOnlyVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
RoutePolicies This property is required. List<GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy>
Select route policy to apply to prefixes received from BGP neighbor
FamilyType This property is required. string
Set BGP address family
MaximumPrefixes This property is required. int
Set maximum number of prefixes accepted from BGP peer
MaximumPrefixesRestart This property is required. int
Set when to restart BGP connection if threshold is exceeded
MaximumPrefixesRestartVariable This property is required. string
Variable name
MaximumPrefixesThreshold This property is required. int
Set threshold at which to generate a warning message
MaximumPrefixesThresholdVariable This property is required. string
Variable name
MaximumPrefixesVariable This property is required. string
Variable name
MaximumPrefixesWarningOnly This property is required. bool
Display only a warning message when threshold is exceeded
MaximumPrefixesWarningOnlyVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
RoutePolicies This property is required. []GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy
Select route policy to apply to prefixes received from BGP neighbor
familyType This property is required. String
Set BGP address family
maximumPrefixes This property is required. Integer
Set maximum number of prefixes accepted from BGP peer
maximumPrefixesRestart This property is required. Integer
Set when to restart BGP connection if threshold is exceeded
maximumPrefixesRestartVariable This property is required. String
Variable name
maximumPrefixesThreshold This property is required. Integer
Set threshold at which to generate a warning message
maximumPrefixesThresholdVariable This property is required. String
Variable name
maximumPrefixesVariable This property is required. String
Variable name
maximumPrefixesWarningOnly This property is required. Boolean
Display only a warning message when threshold is exceeded
maximumPrefixesWarningOnlyVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
routePolicies This property is required. List<GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy>
Select route policy to apply to prefixes received from BGP neighbor
familyType This property is required. string
Set BGP address family
maximumPrefixes This property is required. number
Set maximum number of prefixes accepted from BGP peer
maximumPrefixesRestart This property is required. number
Set when to restart BGP connection if threshold is exceeded
maximumPrefixesRestartVariable This property is required. string
Variable name
maximumPrefixesThreshold This property is required. number
Set threshold at which to generate a warning message
maximumPrefixesThresholdVariable This property is required. string
Variable name
maximumPrefixesVariable This property is required. string
Variable name
maximumPrefixesWarningOnly This property is required. boolean
Display only a warning message when threshold is exceeded
maximumPrefixesWarningOnlyVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
routePolicies This property is required. GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy[]
Select route policy to apply to prefixes received from BGP neighbor
family_type This property is required. str
Set BGP address family
maximum_prefixes This property is required. int
Set maximum number of prefixes accepted from BGP peer
maximum_prefixes_restart This property is required. int
Set when to restart BGP connection if threshold is exceeded
maximum_prefixes_restart_variable This property is required. str
Variable name
maximum_prefixes_threshold This property is required. int
Set threshold at which to generate a warning message
maximum_prefixes_threshold_variable This property is required. str
Variable name
maximum_prefixes_variable This property is required. str
Variable name
maximum_prefixes_warning_only This property is required. bool
Display only a warning message when threshold is exceeded
maximum_prefixes_warning_only_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
route_policies This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy]
Select route policy to apply to prefixes received from BGP neighbor
familyType This property is required. String
Set BGP address family
maximumPrefixes This property is required. Number
Set maximum number of prefixes accepted from BGP peer
maximumPrefixesRestart This property is required. Number
Set when to restart BGP connection if threshold is exceeded
maximumPrefixesRestartVariable This property is required. String
Variable name
maximumPrefixesThreshold This property is required. Number
Set threshold at which to generate a warning message
maximumPrefixesThresholdVariable This property is required. String
Variable name
maximumPrefixesVariable This property is required. String
Variable name
maximumPrefixesWarningOnly This property is required. Boolean
Display only a warning message when threshold is exceeded
maximumPrefixesWarningOnlyVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
routePolicies This property is required. List<Property Map>
Select route policy to apply to prefixes received from BGP neighbor

GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy

Direction This property is required. string
Set direction for applying route policy
Optional This property is required. bool
Indicates if list item is considered optional.
PolicyName This property is required. string
Configure name of route policy
PolicyNameVariable This property is required. string
Variable name
Direction This property is required. string
Set direction for applying route policy
Optional This property is required. bool
Indicates if list item is considered optional.
PolicyName This property is required. string
Configure name of route policy
PolicyNameVariable This property is required. string
Variable name
direction This property is required. String
Set direction for applying route policy
optional This property is required. Boolean
Indicates if list item is considered optional.
policyName This property is required. String
Configure name of route policy
policyNameVariable This property is required. String
Variable name
direction This property is required. string
Set direction for applying route policy
optional This property is required. boolean
Indicates if list item is considered optional.
policyName This property is required. string
Configure name of route policy
policyNameVariable This property is required. string
Variable name
direction This property is required. str
Set direction for applying route policy
optional This property is required. bool
Indicates if list item is considered optional.
policy_name This property is required. str
Configure name of route policy
policy_name_variable This property is required. str
Variable name
direction This property is required. String
Set direction for applying route policy
optional This property is required. Boolean
Indicates if list item is considered optional.
policyName This property is required. String
Configure name of route policy
policyNameVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv4RouteTarget

Exports This property is required. List<GetCiscoBgpFeatureTemplateIpv4RouteTargetExport>
Export Target-VPN community for IPV4
Imports This property is required. List<GetCiscoBgpFeatureTemplateIpv4RouteTargetImport>
Import Target-VPN community for IPV4
Optional This property is required. bool
Indicates if list item is considered optional.
VpnId This property is required. int
VPN ID for IPv4
VpnIdVariable This property is required. string
Variable name
Exports This property is required. []GetCiscoBgpFeatureTemplateIpv4RouteTargetExport
Export Target-VPN community for IPV4
Imports This property is required. []GetCiscoBgpFeatureTemplateIpv4RouteTargetImport
Import Target-VPN community for IPV4
Optional This property is required. bool
Indicates if list item is considered optional.
VpnId This property is required. int
VPN ID for IPv4
VpnIdVariable This property is required. string
Variable name
exports This property is required. List<GetCiscoBgpFeatureTemplateIpv4RouteTargetExport>
Export Target-VPN community for IPV4
imports This property is required. List<GetCiscoBgpFeatureTemplateIpv4RouteTargetImport>
Import Target-VPN community for IPV4
optional This property is required. Boolean
Indicates if list item is considered optional.
vpnId This property is required. Integer
VPN ID for IPv4
vpnIdVariable This property is required. String
Variable name
exports This property is required. GetCiscoBgpFeatureTemplateIpv4RouteTargetExport[]
Export Target-VPN community for IPV4
imports This property is required. GetCiscoBgpFeatureTemplateIpv4RouteTargetImport[]
Import Target-VPN community for IPV4
optional This property is required. boolean
Indicates if list item is considered optional.
vpnId This property is required. number
VPN ID for IPv4
vpnIdVariable This property is required. string
Variable name
exports This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv4RouteTargetExport]
Export Target-VPN community for IPV4
imports This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv4RouteTargetImport]
Import Target-VPN community for IPV4
optional This property is required. bool
Indicates if list item is considered optional.
vpn_id This property is required. int
VPN ID for IPv4
vpn_id_variable This property is required. str
Variable name
exports This property is required. List<Property Map>
Export Target-VPN community for IPV4
imports This property is required. List<Property Map>
Import Target-VPN community for IPV4
optional This property is required. Boolean
Indicates if list item is considered optional.
vpnId This property is required. Number
VPN ID for IPv4
vpnIdVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv4RouteTargetExport

AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
asnIp This property is required. string
asn-ip
asnIpVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
asn_ip This property is required. str
asn-ip
asn_ip_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoBgpFeatureTemplateIpv4RouteTargetImport

AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
asnIp This property is required. string
asn-ip
asnIpVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
asn_ip This property is required. str
asn-ip
asn_ip_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoBgpFeatureTemplateIpv6Neighbor

Address This property is required. string
Set neighbor address
AddressFamilies This property is required. List<GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily>
Set BGP address family
AddressVariable This property is required. string
Variable name
AllowAsIn This property is required. int
As Number
AllowAsInVariable This property is required. string
Variable name
AsOverride This property is required. bool
As Override
AsOverrideVariable This property is required. string
Variable name
Description This property is required. string
Set description
DescriptionVariable This property is required. string
Variable name
EbgpMultihop This property is required. int
Set TTL value for peers that are not directly connected
EbgpMultihopVariable This property is required. string
Variable name
Holdtime This property is required. int
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
HoldtimeVariable This property is required. string
Variable name
Keepalive This property is required. int
Set how often to advertise keepalive messages to BGP peer
KeepaliveVariable This property is required. string
Variable name
NextHopSelf This property is required. bool
Set router to be next hop for routes advertised to neighbor
NextHopSelfVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Password This property is required. string
Set MD5 password on TCP connection with BGP peer
PasswordVariable This property is required. string
Variable name
RemoteAs This property is required. string
Set remote autonomous system number
RemoteAsVariable This property is required. string
Variable name
SendCommunity This property is required. bool
Send community attribute
SendCommunityVariable This property is required. string
Variable name
SendExtCommunity This property is required. bool
Send extended community attribute
SendExtCommunityVariable This property is required. string
Variable name
SendLabel This property is required. bool
Send label
SendLabelExplicit This property is required. bool
Send label Explicit
SendLabelExplicitVariable This property is required. string
Variable name
SendLabelVariable This property is required. string
Variable name
Shutdown This property is required. bool
Enable or disable a BGP neighbor
ShutdownVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set IP address of interface for TCP connection to BGP neighbor
SourceInterfaceVariable This property is required. string
Variable name
Address This property is required. string
Set neighbor address
AddressFamilies This property is required. []GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily
Set BGP address family
AddressVariable This property is required. string
Variable name
AllowAsIn This property is required. int
As Number
AllowAsInVariable This property is required. string
Variable name
AsOverride This property is required. bool
As Override
AsOverrideVariable This property is required. string
Variable name
Description This property is required. string
Set description
DescriptionVariable This property is required. string
Variable name
EbgpMultihop This property is required. int
Set TTL value for peers that are not directly connected
EbgpMultihopVariable This property is required. string
Variable name
Holdtime This property is required. int
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
HoldtimeVariable This property is required. string
Variable name
Keepalive This property is required. int
Set how often to advertise keepalive messages to BGP peer
KeepaliveVariable This property is required. string
Variable name
NextHopSelf This property is required. bool
Set router to be next hop for routes advertised to neighbor
NextHopSelfVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Password This property is required. string
Set MD5 password on TCP connection with BGP peer
PasswordVariable This property is required. string
Variable name
RemoteAs This property is required. string
Set remote autonomous system number
RemoteAsVariable This property is required. string
Variable name
SendCommunity This property is required. bool
Send community attribute
SendCommunityVariable This property is required. string
Variable name
SendExtCommunity This property is required. bool
Send extended community attribute
SendExtCommunityVariable This property is required. string
Variable name
SendLabel This property is required. bool
Send label
SendLabelExplicit This property is required. bool
Send label Explicit
SendLabelExplicitVariable This property is required. string
Variable name
SendLabelVariable This property is required. string
Variable name
Shutdown This property is required. bool
Enable or disable a BGP neighbor
ShutdownVariable This property is required. string
Variable name
SourceInterface This property is required. string
Set IP address of interface for TCP connection to BGP neighbor
SourceInterfaceVariable This property is required. string
Variable name
address This property is required. String
Set neighbor address
addressFamilies This property is required. List<GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily>
Set BGP address family
addressVariable This property is required. String
Variable name
allowAsIn This property is required. Integer
As Number
allowAsInVariable This property is required. String
Variable name
asOverride This property is required. Boolean
As Override
asOverrideVariable This property is required. String
Variable name
description This property is required. String
Set description
descriptionVariable This property is required. String
Variable name
ebgpMultihop This property is required. Integer
Set TTL value for peers that are not directly connected
ebgpMultihopVariable This property is required. String
Variable name
holdtime This property is required. Integer
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtimeVariable This property is required. String
Variable name
keepalive This property is required. Integer
Set how often to advertise keepalive messages to BGP peer
keepaliveVariable This property is required. String
Variable name
nextHopSelf This property is required. Boolean
Set router to be next hop for routes advertised to neighbor
nextHopSelfVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
password This property is required. String
Set MD5 password on TCP connection with BGP peer
passwordVariable This property is required. String
Variable name
remoteAs This property is required. String
Set remote autonomous system number
remoteAsVariable This property is required. String
Variable name
sendCommunity This property is required. Boolean
Send community attribute
sendCommunityVariable This property is required. String
Variable name
sendExtCommunity This property is required. Boolean
Send extended community attribute
sendExtCommunityVariable This property is required. String
Variable name
sendLabel This property is required. Boolean
Send label
sendLabelExplicit This property is required. Boolean
Send label Explicit
sendLabelExplicitVariable This property is required. String
Variable name
sendLabelVariable This property is required. String
Variable name
shutdown This property is required. Boolean
Enable or disable a BGP neighbor
shutdownVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set IP address of interface for TCP connection to BGP neighbor
sourceInterfaceVariable This property is required. String
Variable name
address This property is required. string
Set neighbor address
addressFamilies This property is required. GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily[]
Set BGP address family
addressVariable This property is required. string
Variable name
allowAsIn This property is required. number
As Number
allowAsInVariable This property is required. string
Variable name
asOverride This property is required. boolean
As Override
asOverrideVariable This property is required. string
Variable name
description This property is required. string
Set description
descriptionVariable This property is required. string
Variable name
ebgpMultihop This property is required. number
Set TTL value for peers that are not directly connected
ebgpMultihopVariable This property is required. string
Variable name
holdtime This property is required. number
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtimeVariable This property is required. string
Variable name
keepalive This property is required. number
Set how often to advertise keepalive messages to BGP peer
keepaliveVariable This property is required. string
Variable name
nextHopSelf This property is required. boolean
Set router to be next hop for routes advertised to neighbor
nextHopSelfVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
password This property is required. string
Set MD5 password on TCP connection with BGP peer
passwordVariable This property is required. string
Variable name
remoteAs This property is required. string
Set remote autonomous system number
remoteAsVariable This property is required. string
Variable name
sendCommunity This property is required. boolean
Send community attribute
sendCommunityVariable This property is required. string
Variable name
sendExtCommunity This property is required. boolean
Send extended community attribute
sendExtCommunityVariable This property is required. string
Variable name
sendLabel This property is required. boolean
Send label
sendLabelExplicit This property is required. boolean
Send label Explicit
sendLabelExplicitVariable This property is required. string
Variable name
sendLabelVariable This property is required. string
Variable name
shutdown This property is required. boolean
Enable or disable a BGP neighbor
shutdownVariable This property is required. string
Variable name
sourceInterface This property is required. string
Set IP address of interface for TCP connection to BGP neighbor
sourceInterfaceVariable This property is required. string
Variable name
address This property is required. str
Set neighbor address
address_families This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily]
Set BGP address family
address_variable This property is required. str
Variable name
allow_as_in This property is required. int
As Number
allow_as_in_variable This property is required. str
Variable name
as_override This property is required. bool
As Override
as_override_variable This property is required. str
Variable name
description This property is required. str
Set description
description_variable This property is required. str
Variable name
ebgp_multihop This property is required. int
Set TTL value for peers that are not directly connected
ebgp_multihop_variable This property is required. str
Variable name
holdtime This property is required. int
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtime_variable This property is required. str
Variable name
keepalive This property is required. int
Set how often to advertise keepalive messages to BGP peer
keepalive_variable This property is required. str
Variable name
next_hop_self This property is required. bool
Set router to be next hop for routes advertised to neighbor
next_hop_self_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
password This property is required. str
Set MD5 password on TCP connection with BGP peer
password_variable This property is required. str
Variable name
remote_as This property is required. str
Set remote autonomous system number
remote_as_variable This property is required. str
Variable name
send_community This property is required. bool
Send community attribute
send_community_variable This property is required. str
Variable name
send_ext_community This property is required. bool
Send extended community attribute
send_ext_community_variable This property is required. str
Variable name
send_label This property is required. bool
Send label
send_label_explicit This property is required. bool
Send label Explicit
send_label_explicit_variable This property is required. str
Variable name
send_label_variable This property is required. str
Variable name
shutdown This property is required. bool
Enable or disable a BGP neighbor
shutdown_variable This property is required. str
Variable name
source_interface This property is required. str
Set IP address of interface for TCP connection to BGP neighbor
source_interface_variable This property is required. str
Variable name
address This property is required. String
Set neighbor address
addressFamilies This property is required. List<Property Map>
Set BGP address family
addressVariable This property is required. String
Variable name
allowAsIn This property is required. Number
As Number
allowAsInVariable This property is required. String
Variable name
asOverride This property is required. Boolean
As Override
asOverrideVariable This property is required. String
Variable name
description This property is required. String
Set description
descriptionVariable This property is required. String
Variable name
ebgpMultihop This property is required. Number
Set TTL value for peers that are not directly connected
ebgpMultihopVariable This property is required. String
Variable name
holdtime This property is required. Number
Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
holdtimeVariable This property is required. String
Variable name
keepalive This property is required. Number
Set how often to advertise keepalive messages to BGP peer
keepaliveVariable This property is required. String
Variable name
nextHopSelf This property is required. Boolean
Set router to be next hop for routes advertised to neighbor
nextHopSelfVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
password This property is required. String
Set MD5 password on TCP connection with BGP peer
passwordVariable This property is required. String
Variable name
remoteAs This property is required. String
Set remote autonomous system number
remoteAsVariable This property is required. String
Variable name
sendCommunity This property is required. Boolean
Send community attribute
sendCommunityVariable This property is required. String
Variable name
sendExtCommunity This property is required. Boolean
Send extended community attribute
sendExtCommunityVariable This property is required. String
Variable name
sendLabel This property is required. Boolean
Send label
sendLabelExplicit This property is required. Boolean
Send label Explicit
sendLabelExplicitVariable This property is required. String
Variable name
sendLabelVariable This property is required. String
Variable name
shutdown This property is required. Boolean
Enable or disable a BGP neighbor
shutdownVariable This property is required. String
Variable name
sourceInterface This property is required. String
Set IP address of interface for TCP connection to BGP neighbor
sourceInterfaceVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily

FamilyType This property is required. string
Set BGP address family
MaximumPrefixes This property is required. int
Set maximum number of prefixes accepted from BGP peer
MaximumPrefixesRestart This property is required. int
Set when to restart BGP connection if threshold is exceeded
MaximumPrefixesRestartVariable This property is required. string
Variable name
MaximumPrefixesThreshold This property is required. int
Set threshold at which to generate a warning message
MaximumPrefixesThresholdVariable This property is required. string
Variable name
MaximumPrefixesVariable This property is required. string
Variable name
MaximumPrefixesWarningOnly This property is required. bool
Display only a warning message when threshold is exceeded
MaximumPrefixesWarningOnlyVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
RoutePolicies This property is required. List<GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy>
Select route policy to apply to prefixes received from BGP neighbor
FamilyType This property is required. string
Set BGP address family
MaximumPrefixes This property is required. int
Set maximum number of prefixes accepted from BGP peer
MaximumPrefixesRestart This property is required. int
Set when to restart BGP connection if threshold is exceeded
MaximumPrefixesRestartVariable This property is required. string
Variable name
MaximumPrefixesThreshold This property is required. int
Set threshold at which to generate a warning message
MaximumPrefixesThresholdVariable This property is required. string
Variable name
MaximumPrefixesVariable This property is required. string
Variable name
MaximumPrefixesWarningOnly This property is required. bool
Display only a warning message when threshold is exceeded
MaximumPrefixesWarningOnlyVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
RoutePolicies This property is required. []GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy
Select route policy to apply to prefixes received from BGP neighbor
familyType This property is required. String
Set BGP address family
maximumPrefixes This property is required. Integer
Set maximum number of prefixes accepted from BGP peer
maximumPrefixesRestart This property is required. Integer
Set when to restart BGP connection if threshold is exceeded
maximumPrefixesRestartVariable This property is required. String
Variable name
maximumPrefixesThreshold This property is required. Integer
Set threshold at which to generate a warning message
maximumPrefixesThresholdVariable This property is required. String
Variable name
maximumPrefixesVariable This property is required. String
Variable name
maximumPrefixesWarningOnly This property is required. Boolean
Display only a warning message when threshold is exceeded
maximumPrefixesWarningOnlyVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
routePolicies This property is required. List<GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy>
Select route policy to apply to prefixes received from BGP neighbor
familyType This property is required. string
Set BGP address family
maximumPrefixes This property is required. number
Set maximum number of prefixes accepted from BGP peer
maximumPrefixesRestart This property is required. number
Set when to restart BGP connection if threshold is exceeded
maximumPrefixesRestartVariable This property is required. string
Variable name
maximumPrefixesThreshold This property is required. number
Set threshold at which to generate a warning message
maximumPrefixesThresholdVariable This property is required. string
Variable name
maximumPrefixesVariable This property is required. string
Variable name
maximumPrefixesWarningOnly This property is required. boolean
Display only a warning message when threshold is exceeded
maximumPrefixesWarningOnlyVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
routePolicies This property is required. GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy[]
Select route policy to apply to prefixes received from BGP neighbor
family_type This property is required. str
Set BGP address family
maximum_prefixes This property is required. int
Set maximum number of prefixes accepted from BGP peer
maximum_prefixes_restart This property is required. int
Set when to restart BGP connection if threshold is exceeded
maximum_prefixes_restart_variable This property is required. str
Variable name
maximum_prefixes_threshold This property is required. int
Set threshold at which to generate a warning message
maximum_prefixes_threshold_variable This property is required. str
Variable name
maximum_prefixes_variable This property is required. str
Variable name
maximum_prefixes_warning_only This property is required. bool
Display only a warning message when threshold is exceeded
maximum_prefixes_warning_only_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
route_policies This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy]
Select route policy to apply to prefixes received from BGP neighbor
familyType This property is required. String
Set BGP address family
maximumPrefixes This property is required. Number
Set maximum number of prefixes accepted from BGP peer
maximumPrefixesRestart This property is required. Number
Set when to restart BGP connection if threshold is exceeded
maximumPrefixesRestartVariable This property is required. String
Variable name
maximumPrefixesThreshold This property is required. Number
Set threshold at which to generate a warning message
maximumPrefixesThresholdVariable This property is required. String
Variable name
maximumPrefixesVariable This property is required. String
Variable name
maximumPrefixesWarningOnly This property is required. Boolean
Display only a warning message when threshold is exceeded
maximumPrefixesWarningOnlyVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
routePolicies This property is required. List<Property Map>
Select route policy to apply to prefixes received from BGP neighbor

GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy

Direction This property is required. string
Set direction for applying route policy
Optional This property is required. bool
Indicates if list item is considered optional.
PolicyName This property is required. string
Configure name of route policy
PolicyNameVariable This property is required. string
Variable name
Direction This property is required. string
Set direction for applying route policy
Optional This property is required. bool
Indicates if list item is considered optional.
PolicyName This property is required. string
Configure name of route policy
PolicyNameVariable This property is required. string
Variable name
direction This property is required. String
Set direction for applying route policy
optional This property is required. Boolean
Indicates if list item is considered optional.
policyName This property is required. String
Configure name of route policy
policyNameVariable This property is required. String
Variable name
direction This property is required. string
Set direction for applying route policy
optional This property is required. boolean
Indicates if list item is considered optional.
policyName This property is required. string
Configure name of route policy
policyNameVariable This property is required. string
Variable name
direction This property is required. str
Set direction for applying route policy
optional This property is required. bool
Indicates if list item is considered optional.
policy_name This property is required. str
Configure name of route policy
policy_name_variable This property is required. str
Variable name
direction This property is required. String
Set direction for applying route policy
optional This property is required. Boolean
Indicates if list item is considered optional.
policyName This property is required. String
Configure name of route policy
policyNameVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv6RouteTarget

Exports This property is required. List<GetCiscoBgpFeatureTemplateIpv6RouteTargetExport>
Export Target-VPN community for IPV6
Imports This property is required. List<GetCiscoBgpFeatureTemplateIpv6RouteTargetImport>
Import Target-VPN community for IPV6
Optional This property is required. bool
Indicates if list item is considered optional.
VpnId This property is required. int
VPN ID for IPv6
VpnIdVariable This property is required. string
Variable name
Exports This property is required. []GetCiscoBgpFeatureTemplateIpv6RouteTargetExport
Export Target-VPN community for IPV6
Imports This property is required. []GetCiscoBgpFeatureTemplateIpv6RouteTargetImport
Import Target-VPN community for IPV6
Optional This property is required. bool
Indicates if list item is considered optional.
VpnId This property is required. int
VPN ID for IPv6
VpnIdVariable This property is required. string
Variable name
exports This property is required. List<GetCiscoBgpFeatureTemplateIpv6RouteTargetExport>
Export Target-VPN community for IPV6
imports This property is required. List<GetCiscoBgpFeatureTemplateIpv6RouteTargetImport>
Import Target-VPN community for IPV6
optional This property is required. Boolean
Indicates if list item is considered optional.
vpnId This property is required. Integer
VPN ID for IPv6
vpnIdVariable This property is required. String
Variable name
exports This property is required. GetCiscoBgpFeatureTemplateIpv6RouteTargetExport[]
Export Target-VPN community for IPV6
imports This property is required. GetCiscoBgpFeatureTemplateIpv6RouteTargetImport[]
Import Target-VPN community for IPV6
optional This property is required. boolean
Indicates if list item is considered optional.
vpnId This property is required. number
VPN ID for IPv6
vpnIdVariable This property is required. string
Variable name
exports This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv6RouteTargetExport]
Export Target-VPN community for IPV6
imports This property is required. Sequence[GetCiscoBgpFeatureTemplateIpv6RouteTargetImport]
Import Target-VPN community for IPV6
optional This property is required. bool
Indicates if list item is considered optional.
vpn_id This property is required. int
VPN ID for IPv6
vpn_id_variable This property is required. str
Variable name
exports This property is required. List<Property Map>
Export Target-VPN community for IPV6
imports This property is required. List<Property Map>
Import Target-VPN community for IPV6
optional This property is required. Boolean
Indicates if list item is considered optional.
vpnId This property is required. Number
VPN ID for IPv6
vpnIdVariable This property is required. String
Variable name

GetCiscoBgpFeatureTemplateIpv6RouteTargetExport

AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
asnIp This property is required. string
asn-ip
asnIpVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
asn_ip This property is required. str
asn-ip
asn_ip_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoBgpFeatureTemplateIpv6RouteTargetImport

AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
AsnIp This property is required. string
asn-ip
AsnIpVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
asnIp This property is required. string
asn-ip
asnIpVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
asn_ip This property is required. str
asn-ip
asn_ip_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
asnIp This property is required. String
asn-ip
asnIpVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoBgpFeatureTemplateMplsInterface

InterfaceName This property is required. string
Interface Name
InterfaceNameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
InterfaceName This property is required. string
Interface Name
InterfaceNameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
interfaceName This property is required. String
Interface Name
interfaceNameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
interfaceName This property is required. string
Interface Name
interfaceNameVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
interface_name This property is required. str
Interface Name
interface_name_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
interfaceName This property is required. String
Interface Name
interfaceNameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi