1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getCiscoBgpFeatureTemplate
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getCiscoBgpFeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 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",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_cisco_bgp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
    
    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
    	})
    }
    
    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",
        });
    
    });
    
    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());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getCiscoBgpFeatureTemplate
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
    

    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>
    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]
    func LookupCiscoBgpFeatureTemplate(ctx *Context, args *LookupCiscoBgpFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoBgpFeatureTemplateResult, error)
    func LookupCiscoBgpFeatureTemplateOutput(ctx *Context, args *LookupCiscoBgpFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoBgpFeatureTemplateResultOutput

    > 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)
    }
    public static CompletableFuture<GetCiscoBgpFeatureTemplateResult> getCiscoBgpFeatureTemplate(GetCiscoBgpFeatureTemplateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getCiscoBgpFeatureTemplate:getCiscoBgpFeatureTemplate
      arguments:
        # arguments dictionary

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

    GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress

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

    GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network

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

    GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress

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

    GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network

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

    GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute

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

    GetCiscoBgpFeatureTemplateIpv4Neighbor

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

    GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily

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

    GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy

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

    GetCiscoBgpFeatureTemplateIpv4RouteTarget

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

    GetCiscoBgpFeatureTemplateIpv4RouteTargetExport

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

    GetCiscoBgpFeatureTemplateIpv4RouteTargetImport

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

    GetCiscoBgpFeatureTemplateIpv6Neighbor

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

    GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily

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

    GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy

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

    GetCiscoBgpFeatureTemplateIpv6RouteTarget

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

    GetCiscoBgpFeatureTemplateIpv6RouteTargetExport

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

    GetCiscoBgpFeatureTemplateIpv6RouteTargetImport

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

    GetCiscoBgpFeatureTemplateMplsInterface

    InterfaceName string
    Interface Name
    InterfaceNameVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    InterfaceName string
    Interface Name
    InterfaceNameVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    interfaceName String
    Interface Name
    interfaceNameVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    interfaceName string
    Interface Name
    interfaceNameVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    interface_name str
    Interface Name
    interface_name_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    interfaceName String
    Interface Name
    interfaceNameVariable String
    Variable name
    optional 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.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi