Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi
sdwan.getCiscoBgpFeatureTemplate
Explore with Pulumi AI
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 dictionaryThe following arguments are supported:
getCiscoBgpFeatureTemplate Result
The following output properties are available:
- Address
Families List<GetCisco Bgp Feature Template Address Family>  - Set BGP address family
 - Always
Compare boolMed  - Compare MEDs from all ASs when selecting active BGP paths
 - Always
Compare stringMed Variable  - Variable name
 - As
Number string - Set autonomous system number \n\n or \n\n
 - As
Number stringVariable  - Variable name
 - Compare
Router boolId  - Compare router IDs when selecting active BGP paths
 - Compare
Router stringId Variable  - Variable name
 - Description string
 - The description of the feature template
 - Deterministic
Med bool - Compare MEDs from all routes from same AS when selecting active BGP paths
 - Deterministic
Med stringVariable  - Variable name
 - Device
Types List<string> - List of supported device types
 - Distance
External int - Set administrative distance for external BGP routes
 - Distance
External stringVariable  - Variable name
 - Distance
Internal int - Set administrative distance for internal BGP routes
 - Distance
Internal stringVariable  - Variable name
 - Distance
Local int - Set administrative distance for local BGP routes
 - Distance
Local stringVariable  - Variable name
 - Holdtime int
 - Set the interval when BGP considers a neighbor to be down
 - Holdtime
Variable string - Variable name
 - Id string
 - The id of the feature template
 - Ipv4Neighbors
List<Get
Cisco Bgp Feature Template Ipv4Neighbor>  - Set BGP neighbors
 - Ipv4Route
Targets List<GetCisco Bgp Feature Template Ipv4Route Target>  - Router Target for IPV4
 - Ipv6Neighbors
List<Get
Cisco Bgp Feature Template Ipv6Neighbor>  - Set BGP IPv6 neighbors
 - Ipv6Route
Targets List<GetCisco Bgp Feature Template Ipv6Route Target>  - Router Target for IPV6
 - Keepalive int
 - Set how often keepalive messages are sent to BGP peer
 - Keepalive
Variable string - Variable name
 - Missing
Med boolWorst  - If path has no MED, consider it to be worst path when selecting active BGP paths
 - Missing
Med stringWorst Variable  - Variable name
 - Mpls
Interfaces List<GetCisco Bgp Feature Template Mpls Interface>  - MPLS BGP Interface
 - Multipath
Relax bool - Ignore AS for multipath selection
 - Multipath
Relax stringVariable  - Variable name
 - Name string
 - The name of the feature template
 - Propagate
Aspath bool - Propagate AS Path
 - Propagate
Aspath stringVariable  - Variable name
 - Propagate
Community bool - Propagate Community
 - Propagate
Community stringVariable  - Variable name
 - Router
Id string - Configure BGP router identifier
 - Router
Id stringVariable  - Variable name
 - Shutdown bool
 - Enable or disable BGP
 - Shutdown
Variable string - Variable name
 - Template
Type string - The template type
 - Version int
 - The version of the feature template
 
- Address
Families []GetCisco Bgp Feature Template Address Family  - Set BGP address family
 - Always
Compare boolMed  - Compare MEDs from all ASs when selecting active BGP paths
 - Always
Compare stringMed Variable  - Variable name
 - As
Number string - Set autonomous system number \n\n or \n\n
 - As
Number stringVariable  - Variable name
 - Compare
Router boolId  - Compare router IDs when selecting active BGP paths
 - Compare
Router stringId Variable  - Variable name
 - Description string
 - The description of the feature template
 - Deterministic
Med bool - Compare MEDs from all routes from same AS when selecting active BGP paths
 - Deterministic
Med stringVariable  - Variable name
 - Device
Types []string - List of supported device types
 - Distance
External int - Set administrative distance for external BGP routes
 - Distance
External stringVariable  - Variable name
 - Distance
Internal int - Set administrative distance for internal BGP routes
 - Distance
Internal stringVariable  - Variable name
 - Distance
Local int - Set administrative distance for local BGP routes
 - Distance
Local stringVariable  - Variable name
 - Holdtime int
 - Set the interval when BGP considers a neighbor to be down
 - Holdtime
Variable string - Variable name
 - Id string
 - The id of the feature template
 - Ipv4Neighbors
[]Get
Cisco Bgp Feature Template Ipv4Neighbor  - Set BGP neighbors
 - Ipv4Route
Targets []GetCisco Bgp Feature Template Ipv4Route Target  - Router Target for IPV4
 - Ipv6Neighbors
[]Get
Cisco Bgp Feature Template Ipv6Neighbor  - Set BGP IPv6 neighbors
 - Ipv6Route
Targets []GetCisco Bgp Feature Template Ipv6Route Target  - Router Target for IPV6
 - Keepalive int
 - Set how often keepalive messages are sent to BGP peer
 - Keepalive
Variable string - Variable name
 - Missing
Med boolWorst  - If path has no MED, consider it to be worst path when selecting active BGP paths
 - Missing
Med stringWorst Variable  - Variable name
 - Mpls
Interfaces []GetCisco Bgp Feature Template Mpls Interface  - MPLS BGP Interface
 - Multipath
Relax bool - Ignore AS for multipath selection
 - Multipath
Relax stringVariable  - Variable name
 - Name string
 - The name of the feature template
 - Propagate
Aspath bool - Propagate AS Path
 - Propagate
Aspath stringVariable  - Variable name
 - Propagate
Community bool - Propagate Community
 - Propagate
Community stringVariable  - Variable name
 - Router
Id string - Configure BGP router identifier
 - Router
Id stringVariable  - Variable name
 - Shutdown bool
 - Enable or disable BGP
 - Shutdown
Variable string - Variable name
 - Template
Type string - The template type
 - Version int
 - The version of the feature template
 
- address
Families List<GetCisco Bgp Feature Template Address Family>  - Set BGP address family
 - always
Compare BooleanMed  - Compare MEDs from all ASs when selecting active BGP paths
 - always
Compare StringMed Variable  - Variable name
 - as
Number String - Set autonomous system number \n\n or \n\n
 - as
Number StringVariable  - Variable name
 - compare
Router BooleanId  - Compare router IDs when selecting active BGP paths
 - compare
Router StringId Variable  - Variable name
 - description String
 - The description of the feature template
 - deterministic
Med Boolean - Compare MEDs from all routes from same AS when selecting active BGP paths
 - deterministic
Med StringVariable  - Variable name
 - device
Types List<String> - List of supported device types
 - distance
External Integer - Set administrative distance for external BGP routes
 - distance
External StringVariable  - Variable name
 - distance
Internal Integer - Set administrative distance for internal BGP routes
 - distance
Internal StringVariable  - Variable name
 - distance
Local Integer - Set administrative distance for local BGP routes
 - distance
Local StringVariable  - Variable name
 - holdtime Integer
 - Set the interval when BGP considers a neighbor to be down
 - holdtime
Variable String - Variable name
 - id String
 - The id of the feature template
 - ipv4Neighbors
List<Get
Cisco Bgp Feature Template Ipv4Neighbor>  - Set BGP neighbors
 - ipv4Route
Targets List<GetCisco Bgp Feature Template Ipv4Route Target>  - Router Target for IPV4
 - ipv6Neighbors
List<Get
Cisco Bgp Feature Template Ipv6Neighbor>  - Set BGP IPv6 neighbors
 - ipv6Route
Targets List<GetCisco Bgp Feature Template Ipv6Route Target>  - Router Target for IPV6
 - keepalive Integer
 - Set how often keepalive messages are sent to BGP peer
 - keepalive
Variable String - Variable name
 - missing
Med BooleanWorst  - If path has no MED, consider it to be worst path when selecting active BGP paths
 - missing
Med StringWorst Variable  - Variable name
 - mpls
Interfaces List<GetCisco Bgp Feature Template Mpls Interface>  - MPLS BGP Interface
 - multipath
Relax Boolean - Ignore AS for multipath selection
 - multipath
Relax StringVariable  - Variable name
 - name String
 - The name of the feature template
 - propagate
Aspath Boolean - Propagate AS Path
 - propagate
Aspath StringVariable  - Variable name
 - propagate
Community Boolean - Propagate Community
 - propagate
Community StringVariable  - Variable name
 - router
Id String - Configure BGP router identifier
 - router
Id StringVariable  - Variable name
 - shutdown Boolean
 - Enable or disable BGP
 - shutdown
Variable String - Variable name
 - template
Type String - The template type
 - version Integer
 - The version of the feature template
 
- address
Families GetCisco Bgp Feature Template Address Family[]  - Set BGP address family
 - always
Compare booleanMed  - Compare MEDs from all ASs when selecting active BGP paths
 - always
Compare stringMed Variable  - Variable name
 - as
Number string - Set autonomous system number \n\n or \n\n
 - as
Number stringVariable  - Variable name
 - compare
Router booleanId  - Compare router IDs when selecting active BGP paths
 - compare
Router stringId Variable  - Variable name
 - description string
 - The description of the feature template
 - deterministic
Med boolean - Compare MEDs from all routes from same AS when selecting active BGP paths
 - deterministic
Med stringVariable  - Variable name
 - device
Types string[] - List of supported device types
 - distance
External number - Set administrative distance for external BGP routes
 - distance
External stringVariable  - Variable name
 - distance
Internal number - Set administrative distance for internal BGP routes
 - distance
Internal stringVariable  - Variable name
 - distance
Local number - Set administrative distance for local BGP routes
 - distance
Local stringVariable  - Variable name
 - holdtime number
 - Set the interval when BGP considers a neighbor to be down
 - holdtime
Variable string - Variable name
 - id string
 - The id of the feature template
 - ipv4Neighbors
Get
Cisco Bgp Feature Template Ipv4Neighbor[]  - Set BGP neighbors
 - ipv4Route
Targets GetCisco Bgp Feature Template Ipv4Route Target[]  - Router Target for IPV4
 - ipv6Neighbors
Get
Cisco Bgp Feature Template Ipv6Neighbor[]  - Set BGP IPv6 neighbors
 - ipv6Route
Targets GetCisco Bgp Feature Template Ipv6Route Target[]  - Router Target for IPV6
 - keepalive number
 - Set how often keepalive messages are sent to BGP peer
 - keepalive
Variable string - Variable name
 - missing
Med booleanWorst  - If path has no MED, consider it to be worst path when selecting active BGP paths
 - missing
Med stringWorst Variable  - Variable name
 - mpls
Interfaces GetCisco Bgp Feature Template Mpls Interface[]  - MPLS BGP Interface
 - multipath
Relax boolean - Ignore AS for multipath selection
 - multipath
Relax stringVariable  - Variable name
 - name string
 - The name of the feature template
 - propagate
Aspath boolean - Propagate AS Path
 - propagate
Aspath stringVariable  - Variable name
 - propagate
Community boolean - Propagate Community
 - propagate
Community stringVariable  - Variable name
 - router
Id string - Configure BGP router identifier
 - router
Id stringVariable  - Variable name
 - shutdown boolean
 - Enable or disable BGP
 - shutdown
Variable string - Variable name
 - template
Type string - The template type
 - version number
 - The version of the feature template
 
- address_
families Sequence[GetCisco Bgp Feature Template Address Family]  - Set BGP address family
 - always_
compare_ boolmed  - Compare MEDs from all ASs when selecting active BGP paths
 - always_
compare_ strmed_ variable  - Variable name
 - as_
number str - Set autonomous system number \n\n or \n\n
 - as_
number_ strvariable  - Variable name
 - compare_
router_ boolid  - Compare router IDs when selecting active BGP paths
 - compare_
router_ strid_ variable  - 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_ strvariable  - Variable name
 - device_
types Sequence[str] - List of supported device types
 - distance_
external int - Set administrative distance for external BGP routes
 - distance_
external_ strvariable  - Variable name
 - distance_
internal int - Set administrative distance for internal BGP routes
 - distance_
internal_ strvariable  - Variable name
 - distance_
local int - Set administrative distance for local BGP routes
 - distance_
local_ strvariable  - 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[GetCisco Bgp Feature Template Ipv4Neighbor]  - Set BGP neighbors
 - ipv4_
route_ Sequence[Gettargets Cisco Bgp Feature Template Ipv4Route Target]  - Router Target for IPV4
 - ipv6_
neighbors Sequence[GetCisco Bgp Feature Template Ipv6Neighbor]  - Set BGP IPv6 neighbors
 - ipv6_
route_ Sequence[Gettargets Cisco Bgp Feature Template Ipv6Route Target]  - Router Target for IPV6
 - keepalive int
 - Set how often keepalive messages are sent to BGP peer
 - keepalive_
variable str - Variable name
 - missing_
med_ boolworst  - If path has no MED, consider it to be worst path when selecting active BGP paths
 - missing_
med_ strworst_ variable  - Variable name
 - mpls_
interfaces Sequence[GetCisco Bgp Feature Template Mpls Interface]  - MPLS BGP Interface
 - multipath_
relax bool - Ignore AS for multipath selection
 - multipath_
relax_ strvariable  - Variable name
 - name str
 - The name of the feature template
 - propagate_
aspath bool - Propagate AS Path
 - propagate_
aspath_ strvariable  - Variable name
 - propagate_
community bool - Propagate Community
 - propagate_
community_ strvariable  - Variable name
 - router_
id str - Configure BGP router identifier
 - router_
id_ strvariable  - 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
 
- address
Families List<Property Map> - Set BGP address family
 - always
Compare BooleanMed  - Compare MEDs from all ASs when selecting active BGP paths
 - always
Compare StringMed Variable  - Variable name
 - as
Number String - Set autonomous system number \n\n or \n\n
 - as
Number StringVariable  - Variable name
 - compare
Router BooleanId  - Compare router IDs when selecting active BGP paths
 - compare
Router StringId Variable  - Variable name
 - description String
 - The description of the feature template
 - deterministic
Med Boolean - Compare MEDs from all routes from same AS when selecting active BGP paths
 - deterministic
Med StringVariable  - Variable name
 - device
Types List<String> - List of supported device types
 - distance
External Number - Set administrative distance for external BGP routes
 - distance
External StringVariable  - Variable name
 - distance
Internal Number - Set administrative distance for internal BGP routes
 - distance
Internal StringVariable  - Variable name
 - distance
Local Number - Set administrative distance for local BGP routes
 - distance
Local StringVariable  - Variable name
 - holdtime Number
 - Set the interval when BGP considers a neighbor to be down
 - holdtime
Variable String - Variable name
 - id String
 - The id of the feature template
 - ipv4Neighbors List<Property Map>
 - Set BGP neighbors
 - ipv4Route
Targets List<Property Map> - Router Target for IPV4
 - ipv6Neighbors List<Property Map>
 - Set BGP IPv6 neighbors
 - ipv6Route
Targets List<Property Map> - Router Target for IPV6
 - keepalive Number
 - Set how often keepalive messages are sent to BGP peer
 - keepalive
Variable String - Variable name
 - missing
Med BooleanWorst  - If path has no MED, consider it to be worst path when selecting active BGP paths
 - missing
Med StringWorst Variable  - Variable name
 - mpls
Interfaces List<Property Map> - MPLS BGP Interface
 - multipath
Relax Boolean - Ignore AS for multipath selection
 - multipath
Relax StringVariable  - Variable name
 - name String
 - The name of the feature template
 - propagate
Aspath Boolean - Propagate AS Path
 - propagate
Aspath StringVariable  - Variable name
 - propagate
Community Boolean - Propagate Community
 - propagate
Community StringVariable  - Variable name
 - router
Id String - Configure BGP router identifier
 - router
Id StringVariable  - Variable name
 - shutdown Boolean
 - Enable or disable BGP
 - shutdown
Variable String - Variable name
 - template
Type String - The template type
 - version Number
 - The version of the feature template
 
Supporting Types
GetCiscoBgpFeatureTemplateAddressFamily      
- Default
Information boolOriginate  - BGP Default Information Originate
 - Default
Information stringOriginate Variable  - Variable name
 - Family
Type string - Set BGP address family
 - Ipv4Aggregate
Addresses List<GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address>  - Aggregate prefixes in specific range
 - Ipv4Networks
List<Get
Cisco Bgp Feature Template Address Family Ipv4Network>  - Configure the networks for BGP to advertise
 - Ipv6Aggregate
Addresses List<GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address>  - IPv6 Aggregate prefixes in specific range
 - Ipv6Networks
List<Get
Cisco Bgp Feature Template Address Family Ipv6Network>  - Configure the networks for BGP to advertise
 - Maximum
Paths int - Set maximum number of parallel IBGP paths for multipath load sharing
 - Maximum
Paths stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Redistribute
Routes List<GetCisco Bgp Feature Template Address Family Redistribute Route>  - Redistribute routes into BGP
 - Table
Map boolFilter  - Filter
 - Table
Map stringFilter Variable  - Variable name
 - Table
Map stringPolicy  - Map external entry attributes into routing table
 - Table
Map stringPolicy Variable  - Variable name
 
- Default
Information boolOriginate  - BGP Default Information Originate
 - Default
Information stringOriginate Variable  - Variable name
 - Family
Type string - Set BGP address family
 - Ipv4Aggregate
Addresses []GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address  - Aggregate prefixes in specific range
 - Ipv4Networks
[]Get
Cisco Bgp Feature Template Address Family Ipv4Network  - Configure the networks for BGP to advertise
 - Ipv6Aggregate
Addresses []GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address  - IPv6 Aggregate prefixes in specific range
 - Ipv6Networks
[]Get
Cisco Bgp Feature Template Address Family Ipv6Network  - Configure the networks for BGP to advertise
 - Maximum
Paths int - Set maximum number of parallel IBGP paths for multipath load sharing
 - Maximum
Paths stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Redistribute
Routes []GetCisco Bgp Feature Template Address Family Redistribute Route  - Redistribute routes into BGP
 - Table
Map boolFilter  - Filter
 - Table
Map stringFilter Variable  - Variable name
 - Table
Map stringPolicy  - Map external entry attributes into routing table
 - Table
Map stringPolicy Variable  - Variable name
 
- default
Information BooleanOriginate  - BGP Default Information Originate
 - default
Information StringOriginate Variable  - Variable name
 - family
Type String - Set BGP address family
 - ipv4Aggregate
Addresses List<GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address>  - Aggregate prefixes in specific range
 - ipv4Networks
List<Get
Cisco Bgp Feature Template Address Family Ipv4Network>  - Configure the networks for BGP to advertise
 - ipv6Aggregate
Addresses List<GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address>  - IPv6 Aggregate prefixes in specific range
 - ipv6Networks
List<Get
Cisco Bgp Feature Template Address Family Ipv6Network>  - Configure the networks for BGP to advertise
 - maximum
Paths Integer - Set maximum number of parallel IBGP paths for multipath load sharing
 - maximum
Paths StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - redistribute
Routes List<GetCisco Bgp Feature Template Address Family Redistribute Route>  - Redistribute routes into BGP
 - table
Map BooleanFilter  - Filter
 - table
Map StringFilter Variable  - Variable name
 - table
Map StringPolicy  - Map external entry attributes into routing table
 - table
Map StringPolicy Variable  - Variable name
 
- default
Information booleanOriginate  - BGP Default Information Originate
 - default
Information stringOriginate Variable  - Variable name
 - family
Type string - Set BGP address family
 - ipv4Aggregate
Addresses GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address[]  - Aggregate prefixes in specific range
 - ipv4Networks
Get
Cisco Bgp Feature Template Address Family Ipv4Network[]  - Configure the networks for BGP to advertise
 - ipv6Aggregate
Addresses GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address[]  - IPv6 Aggregate prefixes in specific range
 - ipv6Networks
Get
Cisco Bgp Feature Template Address Family Ipv6Network[]  - Configure the networks for BGP to advertise
 - maximum
Paths number - Set maximum number of parallel IBGP paths for multipath load sharing
 - maximum
Paths stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - redistribute
Routes GetCisco Bgp Feature Template Address Family Redistribute Route[]  - Redistribute routes into BGP
 - table
Map booleanFilter  - Filter
 - table
Map stringFilter Variable  - Variable name
 - table
Map stringPolicy  - Map external entry attributes into routing table
 - table
Map stringPolicy Variable  - Variable name
 
- default_
information_ booloriginate  - BGP Default Information Originate
 - default_
information_ stroriginate_ variable  - Variable name
 - family_
type str - Set BGP address family
 - ipv4_
aggregate_ Sequence[Getaddresses Cisco Bgp Feature Template Address Family Ipv4Aggregate Address]  - Aggregate prefixes in specific range
 - ipv4_
networks Sequence[GetCisco Bgp Feature Template Address Family Ipv4Network]  - Configure the networks for BGP to advertise
 - ipv6_
aggregate_ Sequence[Getaddresses Cisco Bgp Feature Template Address Family Ipv6Aggregate Address]  - IPv6 Aggregate prefixes in specific range
 - ipv6_
networks Sequence[GetCisco Bgp Feature Template Address Family Ipv6Network]  - Configure the networks for BGP to advertise
 - maximum_
paths int - Set maximum number of parallel IBGP paths for multipath load sharing
 - maximum_
paths_ strvariable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 - redistribute_
routes Sequence[GetCisco Bgp Feature Template Address Family Redistribute Route]  - Redistribute routes into BGP
 - table_
map_ boolfilter  - Filter
 - table_
map_ strfilter_ variable  - Variable name
 - table_
map_ strpolicy  - Map external entry attributes into routing table
 - table_
map_ strpolicy_ variable  - Variable name
 
- default
Information BooleanOriginate  - BGP Default Information Originate
 - default
Information StringOriginate Variable  - Variable name
 - family
Type String - Set BGP address family
 - ipv4Aggregate
Addresses List<Property Map> - Aggregate prefixes in specific range
 - ipv4Networks List<Property Map>
 - Configure the networks for BGP to advertise
 - ipv6Aggregate
Addresses List<Property Map> - IPv6 Aggregate prefixes in specific range
 - ipv6Networks List<Property Map>
 - Configure the networks for BGP to advertise
 - maximum
Paths Number - Set maximum number of parallel IBGP paths for multipath load sharing
 - maximum
Paths StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - redistribute
Routes List<Property Map> - Redistribute routes into BGP
 - table
Map BooleanFilter  - Filter
 - table
Map StringFilter Variable  - Variable name
 - table
Map StringPolicy  - Map external entry attributes into routing table
 - table
Map StringPolicy Variable  - Variable name
 
GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress        
- As
Set boolPath  - Set AS set path information
 - As
Set stringPath Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the prefixes to aggregate
 - Prefix
Variable string - Variable name
 - Summary
Only bool - Filter out more specific routes from updates
 - Summary
Only stringVariable  - Variable name
 
- As
Set boolPath  - Set AS set path information
 - As
Set stringPath Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the prefixes to aggregate
 - Prefix
Variable string - Variable name
 - Summary
Only bool - Filter out more specific routes from updates
 - Summary
Only stringVariable  - Variable name
 
- as
Set BooleanPath  - Set AS set path information
 - as
Set StringPath Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Configure the prefixes to aggregate
 - prefix
Variable String - Variable name
 - summary
Only Boolean - Filter out more specific routes from updates
 - summary
Only StringVariable  - Variable name
 
- as
Set booleanPath  - Set AS set path information
 - as
Set stringPath Variable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Configure the prefixes to aggregate
 - prefix
Variable string - Variable name
 - summary
Only boolean - Filter out more specific routes from updates
 - summary
Only stringVariable  - Variable name
 
- as_
set_ boolpath  - Set AS set path information
 - as_
set_ strpath_ variable  - 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_ strvariable  - Variable name
 
- as
Set BooleanPath  - Set AS set path information
 - as
Set StringPath Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Configure the prefixes to aggregate
 - prefix
Variable String - Variable name
 - summary
Only Boolean - Filter out more specific routes from updates
 - summary
Only StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network       
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the prefixes for BGP to announce
 - Prefix
Variable string - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the prefixes for BGP to announce
 - Prefix
Variable string - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Configure the prefixes for BGP to announce
 - prefix
Variable String - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Configure the prefixes for BGP to announce
 - prefix
Variable 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
 - prefix
Variable String - Variable name
 
GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress        
- As
Set boolPath  - Set AS set path information
 - As
Set stringPath Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the IPv6 prefixes to aggregate
 - Prefix
Variable string - Variable name
 - Summary
Only bool - Filter out more specific routes from updates
 - Summary
Only stringVariable  - Variable name
 
- As
Set boolPath  - Set AS set path information
 - As
Set stringPath Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the IPv6 prefixes to aggregate
 - Prefix
Variable string - Variable name
 - Summary
Only bool - Filter out more specific routes from updates
 - Summary
Only stringVariable  - Variable name
 
- as
Set BooleanPath  - Set AS set path information
 - as
Set StringPath Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Configure the IPv6 prefixes to aggregate
 - prefix
Variable String - Variable name
 - summary
Only Boolean - Filter out more specific routes from updates
 - summary
Only StringVariable  - Variable name
 
- as
Set booleanPath  - Set AS set path information
 - as
Set stringPath Variable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Configure the IPv6 prefixes to aggregate
 - prefix
Variable string - Variable name
 - summary
Only boolean - Filter out more specific routes from updates
 - summary
Only stringVariable  - Variable name
 
- as_
set_ boolpath  - Set AS set path information
 - as_
set_ strpath_ variable  - 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_ strvariable  - Variable name
 
- as
Set BooleanPath  - Set AS set path information
 - as
Set StringPath Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Configure the IPv6 prefixes to aggregate
 - prefix
Variable String - Variable name
 - summary
Only Boolean - Filter out more specific routes from updates
 - summary
Only StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network       
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the prefixes for BGP to announce
 - Prefix
Variable string - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Configure the prefixes for BGP to announce
 - Prefix
Variable string - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Configure the prefixes for BGP to announce
 - prefix
Variable String - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Configure the prefixes for BGP to announce
 - prefix
Variable 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
 - prefix
Variable String - Variable name
 
GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute        
- Optional bool
 - Indicates if list item is considered optional.
 - Protocol string
 - Set the protocol to redistribute routes from
 - Protocol
Variable string - Variable name
 - Route
Policy string - Configure policy to apply to prefixes received from BGP neighbor
 - Route
Policy stringVariable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Protocol string
 - Set the protocol to redistribute routes from
 - Protocol
Variable string - Variable name
 - Route
Policy string - Configure policy to apply to prefixes received from BGP neighbor
 - Route
Policy stringVariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - protocol String
 - Set the protocol to redistribute routes from
 - protocol
Variable String - Variable name
 - route
Policy String - Configure policy to apply to prefixes received from BGP neighbor
 - route
Policy StringVariable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - protocol string
 - Set the protocol to redistribute routes from
 - protocol
Variable string - Variable name
 - route
Policy string - Configure policy to apply to prefixes received from BGP neighbor
 - route
Policy stringVariable  - 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_ strvariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - protocol String
 - Set the protocol to redistribute routes from
 - protocol
Variable String - Variable name
 - route
Policy String - Configure policy to apply to prefixes received from BGP neighbor
 - route
Policy StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv4Neighbor     
- Address string
 - Set neighbor address
 - Address
Families List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family>  - Set BGP address family
 - Address
Variable string - Variable name
 - Allow
As intIn  - As Number
 - Allow
As stringIn Variable  - Variable name
 - As
Override bool - As Override
 - As
Override stringVariable  - Variable name
 - Description string
 - Set description
 - Description
Variable string - Variable name
 - Ebgp
Multihop int - Set TTL value for peers that are not directly connected
 - Ebgp
Multihop stringVariable  - Variable name
 - Holdtime int
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - Holdtime
Variable string - Variable name
 - Keepalive int
 - Set how often to advertise keepalive messages to BGP peer
 - Keepalive
Variable string - Variable name
 - Next
Hop boolSelf  - Set router to be next hop for routes advertised to neighbor
 - Next
Hop stringSelf Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Password string
 - Set MD5 password on TCP connection with BGP peer
 - Password
Variable string - Variable name
 - Remote
As string - Set remote autonomous system number
 - Remote
As stringVariable  - Variable name
 - Send
Community bool - Send community attribute
 - Send
Community stringVariable  - Variable name
 - Send
Ext boolCommunity  - Send extended community attribute
 - Send
Ext stringCommunity Variable  - Variable name
 - Send
Label bool - Send label
 - Send
Label boolExplicit  - Send label
 - Send
Label stringExplicit Variable  - Variable name
 - Send
Label stringVariable  - Variable name
 - Shutdown bool
 - Enable or disable a BGP neighbor
 - Shutdown
Variable string - Variable name
 - Source
Interface string - Set IP address of interface for TCP connection to BGP neighbor
 - Source
Interface stringVariable  - Variable name
 
- Address string
 - Set neighbor address
 - Address
Families []GetCisco Bgp Feature Template Ipv4Neighbor Address Family  - Set BGP address family
 - Address
Variable string - Variable name
 - Allow
As intIn  - As Number
 - Allow
As stringIn Variable  - Variable name
 - As
Override bool - As Override
 - As
Override stringVariable  - Variable name
 - Description string
 - Set description
 - Description
Variable string - Variable name
 - Ebgp
Multihop int - Set TTL value for peers that are not directly connected
 - Ebgp
Multihop stringVariable  - Variable name
 - Holdtime int
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - Holdtime
Variable string - Variable name
 - Keepalive int
 - Set how often to advertise keepalive messages to BGP peer
 - Keepalive
Variable string - Variable name
 - Next
Hop boolSelf  - Set router to be next hop for routes advertised to neighbor
 - Next
Hop stringSelf Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Password string
 - Set MD5 password on TCP connection with BGP peer
 - Password
Variable string - Variable name
 - Remote
As string - Set remote autonomous system number
 - Remote
As stringVariable  - Variable name
 - Send
Community bool - Send community attribute
 - Send
Community stringVariable  - Variable name
 - Send
Ext boolCommunity  - Send extended community attribute
 - Send
Ext stringCommunity Variable  - Variable name
 - Send
Label bool - Send label
 - Send
Label boolExplicit  - Send label
 - Send
Label stringExplicit Variable  - Variable name
 - Send
Label stringVariable  - Variable name
 - Shutdown bool
 - Enable or disable a BGP neighbor
 - Shutdown
Variable string - Variable name
 - Source
Interface string - Set IP address of interface for TCP connection to BGP neighbor
 - Source
Interface stringVariable  - Variable name
 
- address String
 - Set neighbor address
 - address
Families List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family>  - Set BGP address family
 - address
Variable String - Variable name
 - allow
As IntegerIn  - As Number
 - allow
As StringIn Variable  - Variable name
 - as
Override Boolean - As Override
 - as
Override StringVariable  - Variable name
 - description String
 - Set description
 - description
Variable String - Variable name
 - ebgp
Multihop Integer - Set TTL value for peers that are not directly connected
 - ebgp
Multihop StringVariable  - Variable name
 - holdtime Integer
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - holdtime
Variable String - Variable name
 - keepalive Integer
 - Set how often to advertise keepalive messages to BGP peer
 - keepalive
Variable String - Variable name
 - next
Hop BooleanSelf  - Set router to be next hop for routes advertised to neighbor
 - next
Hop StringSelf Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - password String
 - Set MD5 password on TCP connection with BGP peer
 - password
Variable String - Variable name
 - remote
As String - Set remote autonomous system number
 - remote
As StringVariable  - Variable name
 - send
Community Boolean - Send community attribute
 - send
Community StringVariable  - Variable name
 - send
Ext BooleanCommunity  - Send extended community attribute
 - send
Ext StringCommunity Variable  - Variable name
 - send
Label Boolean - Send label
 - send
Label BooleanExplicit  - Send label
 - send
Label StringExplicit Variable  - Variable name
 - send
Label StringVariable  - Variable name
 - shutdown Boolean
 - Enable or disable a BGP neighbor
 - shutdown
Variable String - Variable name
 - source
Interface String - Set IP address of interface for TCP connection to BGP neighbor
 - source
Interface StringVariable  - Variable name
 
- address string
 - Set neighbor address
 - address
Families GetCisco Bgp Feature Template Ipv4Neighbor Address Family[]  - Set BGP address family
 - address
Variable string - Variable name
 - allow
As numberIn  - As Number
 - allow
As stringIn Variable  - Variable name
 - as
Override boolean - As Override
 - as
Override stringVariable  - Variable name
 - description string
 - Set description
 - description
Variable string - Variable name
 - ebgp
Multihop number - Set TTL value for peers that are not directly connected
 - ebgp
Multihop stringVariable  - Variable name
 - holdtime number
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - holdtime
Variable string - Variable name
 - keepalive number
 - Set how often to advertise keepalive messages to BGP peer
 - keepalive
Variable string - Variable name
 - next
Hop booleanSelf  - Set router to be next hop for routes advertised to neighbor
 - next
Hop stringSelf Variable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - password string
 - Set MD5 password on TCP connection with BGP peer
 - password
Variable string - Variable name
 - remote
As string - Set remote autonomous system number
 - remote
As stringVariable  - Variable name
 - send
Community boolean - Send community attribute
 - send
Community stringVariable  - Variable name
 - send
Ext booleanCommunity  - Send extended community attribute
 - send
Ext stringCommunity Variable  - Variable name
 - send
Label boolean - Send label
 - send
Label booleanExplicit  - Send label
 - send
Label stringExplicit Variable  - Variable name
 - send
Label stringVariable  - Variable name
 - shutdown boolean
 - Enable or disable a BGP neighbor
 - shutdown
Variable string - Variable name
 - source
Interface string - Set IP address of interface for TCP connection to BGP neighbor
 - source
Interface stringVariable  - Variable name
 
- address str
 - Set neighbor address
 - address_
families Sequence[GetCisco Bgp Feature Template Ipv4Neighbor Address Family]  - Set BGP address family
 - address_
variable str - Variable name
 - allow_
as_ intin  - As Number
 - allow_
as_ strin_ variable  - Variable name
 - as_
override bool - As Override
 - as_
override_ strvariable  - 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_ strvariable  - 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_ boolself  - Set router to be next hop for routes advertised to neighbor
 - next_
hop_ strself_ variable  - 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_ strvariable  - Variable name
 - send_
community bool - Send community attribute
 - send_
community_ strvariable  - Variable name
 - send_
ext_ boolcommunity  - Send extended community attribute
 - send_
ext_ strcommunity_ variable  - Variable name
 - send_
label bool - Send label
 - send_
label_ boolexplicit  - Send label
 - send_
label_ strexplicit_ variable  - Variable name
 - send_
label_ strvariable  - 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_ strvariable  - Variable name
 
- address String
 - Set neighbor address
 - address
Families List<Property Map> - Set BGP address family
 - address
Variable String - Variable name
 - allow
As NumberIn  - As Number
 - allow
As StringIn Variable  - Variable name
 - as
Override Boolean - As Override
 - as
Override StringVariable  - Variable name
 - description String
 - Set description
 - description
Variable String - Variable name
 - ebgp
Multihop Number - Set TTL value for peers that are not directly connected
 - ebgp
Multihop StringVariable  - Variable name
 - holdtime Number
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - holdtime
Variable String - Variable name
 - keepalive Number
 - Set how often to advertise keepalive messages to BGP peer
 - keepalive
Variable String - Variable name
 - next
Hop BooleanSelf  - Set router to be next hop for routes advertised to neighbor
 - next
Hop StringSelf Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - password String
 - Set MD5 password on TCP connection with BGP peer
 - password
Variable String - Variable name
 - remote
As String - Set remote autonomous system number
 - remote
As StringVariable  - Variable name
 - send
Community Boolean - Send community attribute
 - send
Community StringVariable  - Variable name
 - send
Ext BooleanCommunity  - Send extended community attribute
 - send
Ext StringCommunity Variable  - Variable name
 - send
Label Boolean - Send label
 - send
Label BooleanExplicit  - Send label
 - send
Label StringExplicit Variable  - Variable name
 - send
Label StringVariable  - Variable name
 - shutdown Boolean
 - Enable or disable a BGP neighbor
 - shutdown
Variable String - Variable name
 - source
Interface String - Set IP address of interface for TCP connection to BGP neighbor
 - source
Interface StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily       
- Family
Type string - Set BGP address family
 - Maximum
Prefixes int - Set maximum number of prefixes accepted from BGP peer
 - Maximum
Prefixes intRestart  - Set when to restart BGP connection if threshold is exceeded
 - Maximum
Prefixes stringRestart Variable  - Variable name
 - Maximum
Prefixes intThreshold  - Set threshold at which to generate a warning message
 - Maximum
Prefixes stringThreshold Variable  - Variable name
 - Maximum
Prefixes stringVariable  - Variable name
 - Maximum
Prefixes boolWarning Only  - Display only a warning message when threshold is exceeded
 - Maximum
Prefixes stringWarning Only Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Route
Policies List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy>  - Select route policy to apply to prefixes received from BGP neighbor
 
- Family
Type string - Set BGP address family
 - Maximum
Prefixes int - Set maximum number of prefixes accepted from BGP peer
 - Maximum
Prefixes intRestart  - Set when to restart BGP connection if threshold is exceeded
 - Maximum
Prefixes stringRestart Variable  - Variable name
 - Maximum
Prefixes intThreshold  - Set threshold at which to generate a warning message
 - Maximum
Prefixes stringThreshold Variable  - Variable name
 - Maximum
Prefixes stringVariable  - Variable name
 - Maximum
Prefixes boolWarning Only  - Display only a warning message when threshold is exceeded
 - Maximum
Prefixes stringWarning Only Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Route
Policies []GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy  - Select route policy to apply to prefixes received from BGP neighbor
 
- family
Type String - Set BGP address family
 - maximum
Prefixes Integer - Set maximum number of prefixes accepted from BGP peer
 - maximum
Prefixes IntegerRestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum
Prefixes StringRestart Variable  - Variable name
 - maximum
Prefixes IntegerThreshold  - Set threshold at which to generate a warning message
 - maximum
Prefixes StringThreshold Variable  - Variable name
 - maximum
Prefixes StringVariable  - Variable name
 - maximum
Prefixes BooleanWarning Only  - Display only a warning message when threshold is exceeded
 - maximum
Prefixes StringWarning Only Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - route
Policies List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy>  - Select route policy to apply to prefixes received from BGP neighbor
 
- family
Type string - Set BGP address family
 - maximum
Prefixes number - Set maximum number of prefixes accepted from BGP peer
 - maximum
Prefixes numberRestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum
Prefixes stringRestart Variable  - Variable name
 - maximum
Prefixes numberThreshold  - Set threshold at which to generate a warning message
 - maximum
Prefixes stringThreshold Variable  - Variable name
 - maximum
Prefixes stringVariable  - Variable name
 - maximum
Prefixes booleanWarning Only  - Display only a warning message when threshold is exceeded
 - maximum
Prefixes stringWarning Only Variable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - route
Policies GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy[]  - 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_ intrestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum_
prefixes_ strrestart_ variable  - Variable name
 - maximum_
prefixes_ intthreshold  - Set threshold at which to generate a warning message
 - maximum_
prefixes_ strthreshold_ variable  - Variable name
 - maximum_
prefixes_ strvariable  - Variable name
 - maximum_
prefixes_ boolwarning_ only  - Display only a warning message when threshold is exceeded
 - maximum_
prefixes_ strwarning_ only_ variable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 - route_
policies Sequence[GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy]  - Select route policy to apply to prefixes received from BGP neighbor
 
- family
Type String - Set BGP address family
 - maximum
Prefixes Number - Set maximum number of prefixes accepted from BGP peer
 - maximum
Prefixes NumberRestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum
Prefixes StringRestart Variable  - Variable name
 - maximum
Prefixes NumberThreshold  - Set threshold at which to generate a warning message
 - maximum
Prefixes StringThreshold Variable  - Variable name
 - maximum
Prefixes StringVariable  - Variable name
 - maximum
Prefixes BooleanWarning Only  - Display only a warning message when threshold is exceeded
 - maximum
Prefixes StringWarning Only Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - route
Policies 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.
 - Policy
Name string - Configure name of route policy
 - Policy
Name stringVariable  - Variable name
 
- Direction string
 - Set direction for applying route policy
 - Optional bool
 - Indicates if list item is considered optional.
 - Policy
Name string - Configure name of route policy
 - Policy
Name stringVariable  - Variable name
 
- direction String
 - Set direction for applying route policy
 - optional Boolean
 - Indicates if list item is considered optional.
 - policy
Name String - Configure name of route policy
 - policy
Name StringVariable  - Variable name
 
- direction string
 - Set direction for applying route policy
 - optional boolean
 - Indicates if list item is considered optional.
 - policy
Name string - Configure name of route policy
 - policy
Name stringVariable  - 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_ strvariable  - Variable name
 
- direction String
 - Set direction for applying route policy
 - optional Boolean
 - Indicates if list item is considered optional.
 - policy
Name String - Configure name of route policy
 - policy
Name StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv4RouteTarget      
- Exports
List<Get
Cisco Bgp Feature Template Ipv4Route Target Export>  - Export Target-VPN community for IPV4
 - Imports
List<Get
Cisco Bgp Feature Template Ipv4Route Target Import>  - Import Target-VPN community for IPV4
 - Optional bool
 - Indicates if list item is considered optional.
 - Vpn
Id int - VPN ID for IPv4
 - Vpn
Id stringVariable  - Variable name
 
- Exports
[]Get
Cisco Bgp Feature Template Ipv4Route Target Export  - Export Target-VPN community for IPV4
 - Imports
[]Get
Cisco Bgp Feature Template Ipv4Route Target Import  - Import Target-VPN community for IPV4
 - Optional bool
 - Indicates if list item is considered optional.
 - Vpn
Id int - VPN ID for IPv4
 - Vpn
Id stringVariable  - Variable name
 
- exports
List<Get
Cisco Bgp Feature Template Ipv4Route Target Export>  - Export Target-VPN community for IPV4
 - imports
List<Get
Cisco Bgp Feature Template Ipv4Route Target Import>  - Import Target-VPN community for IPV4
 - optional Boolean
 - Indicates if list item is considered optional.
 - vpn
Id Integer - VPN ID for IPv4
 - vpn
Id StringVariable  - Variable name
 
- exports
Get
Cisco Bgp Feature Template Ipv4Route Target Export[]  - Export Target-VPN community for IPV4
 - imports
Get
Cisco Bgp Feature Template Ipv4Route Target Import[]  - Import Target-VPN community for IPV4
 - optional boolean
 - Indicates if list item is considered optional.
 - vpn
Id number - VPN ID for IPv4
 - vpn
Id stringVariable  - Variable name
 
- exports
Sequence[Get
Cisco Bgp Feature Template Ipv4Route Target Export]  - Export Target-VPN community for IPV4
 - imports
Sequence[Get
Cisco Bgp Feature Template Ipv4Route Target Import]  - Import Target-VPN community for IPV4
 - optional bool
 - Indicates if list item is considered optional.
 - vpn_
id int - VPN ID for IPv4
 - vpn_
id_ strvariable  - 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.
 - vpn
Id Number - VPN ID for IPv4
 - vpn
Id StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv4RouteTargetExport       
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- asn
Ip string - asn-ip
 - asn
Ip stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 
- asn_
ip str - asn-ip
 - asn_
ip_ strvariable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoBgpFeatureTemplateIpv4RouteTargetImport       
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- asn
Ip string - asn-ip
 - asn
Ip stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 
- asn_
ip str - asn-ip
 - asn_
ip_ strvariable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoBgpFeatureTemplateIpv6Neighbor     
- Address string
 - Set neighbor address
 - Address
Families List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family>  - Set BGP address family
 - Address
Variable string - Variable name
 - Allow
As intIn  - As Number
 - Allow
As stringIn Variable  - Variable name
 - As
Override bool - As Override
 - As
Override stringVariable  - Variable name
 - Description string
 - Set description
 - Description
Variable string - Variable name
 - Ebgp
Multihop int - Set TTL value for peers that are not directly connected
 - Ebgp
Multihop stringVariable  - Variable name
 - Holdtime int
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - Holdtime
Variable string - Variable name
 - Keepalive int
 - Set how often to advertise keepalive messages to BGP peer
 - Keepalive
Variable string - Variable name
 - Next
Hop boolSelf  - Set router to be next hop for routes advertised to neighbor
 - Next
Hop stringSelf Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Password string
 - Set MD5 password on TCP connection with BGP peer
 - Password
Variable string - Variable name
 - Remote
As string - Set remote autonomous system number
 - Remote
As stringVariable  - Variable name
 - Send
Community bool - Send community attribute
 - Send
Community stringVariable  - Variable name
 - Send
Ext boolCommunity  - Send extended community attribute
 - Send
Ext stringCommunity Variable  - Variable name
 - Send
Label bool - Send label
 - Send
Label boolExplicit  - Send label Explicit
 - Send
Label stringExplicit Variable  - Variable name
 - Send
Label stringVariable  - Variable name
 - Shutdown bool
 - Enable or disable a BGP neighbor
 - Shutdown
Variable string - Variable name
 - Source
Interface string - Set IP address of interface for TCP connection to BGP neighbor
 - Source
Interface stringVariable  - Variable name
 
- Address string
 - Set neighbor address
 - Address
Families []GetCisco Bgp Feature Template Ipv6Neighbor Address Family  - Set BGP address family
 - Address
Variable string - Variable name
 - Allow
As intIn  - As Number
 - Allow
As stringIn Variable  - Variable name
 - As
Override bool - As Override
 - As
Override stringVariable  - Variable name
 - Description string
 - Set description
 - Description
Variable string - Variable name
 - Ebgp
Multihop int - Set TTL value for peers that are not directly connected
 - Ebgp
Multihop stringVariable  - Variable name
 - Holdtime int
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - Holdtime
Variable string - Variable name
 - Keepalive int
 - Set how often to advertise keepalive messages to BGP peer
 - Keepalive
Variable string - Variable name
 - Next
Hop boolSelf  - Set router to be next hop for routes advertised to neighbor
 - Next
Hop stringSelf Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Password string
 - Set MD5 password on TCP connection with BGP peer
 - Password
Variable string - Variable name
 - Remote
As string - Set remote autonomous system number
 - Remote
As stringVariable  - Variable name
 - Send
Community bool - Send community attribute
 - Send
Community stringVariable  - Variable name
 - Send
Ext boolCommunity  - Send extended community attribute
 - Send
Ext stringCommunity Variable  - Variable name
 - Send
Label bool - Send label
 - Send
Label boolExplicit  - Send label Explicit
 - Send
Label stringExplicit Variable  - Variable name
 - Send
Label stringVariable  - Variable name
 - Shutdown bool
 - Enable or disable a BGP neighbor
 - Shutdown
Variable string - Variable name
 - Source
Interface string - Set IP address of interface for TCP connection to BGP neighbor
 - Source
Interface stringVariable  - Variable name
 
- address String
 - Set neighbor address
 - address
Families List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family>  - Set BGP address family
 - address
Variable String - Variable name
 - allow
As IntegerIn  - As Number
 - allow
As StringIn Variable  - Variable name
 - as
Override Boolean - As Override
 - as
Override StringVariable  - Variable name
 - description String
 - Set description
 - description
Variable String - Variable name
 - ebgp
Multihop Integer - Set TTL value for peers that are not directly connected
 - ebgp
Multihop StringVariable  - Variable name
 - holdtime Integer
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - holdtime
Variable String - Variable name
 - keepalive Integer
 - Set how often to advertise keepalive messages to BGP peer
 - keepalive
Variable String - Variable name
 - next
Hop BooleanSelf  - Set router to be next hop for routes advertised to neighbor
 - next
Hop StringSelf Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - password String
 - Set MD5 password on TCP connection with BGP peer
 - password
Variable String - Variable name
 - remote
As String - Set remote autonomous system number
 - remote
As StringVariable  - Variable name
 - send
Community Boolean - Send community attribute
 - send
Community StringVariable  - Variable name
 - send
Ext BooleanCommunity  - Send extended community attribute
 - send
Ext StringCommunity Variable  - Variable name
 - send
Label Boolean - Send label
 - send
Label BooleanExplicit  - Send label Explicit
 - send
Label StringExplicit Variable  - Variable name
 - send
Label StringVariable  - Variable name
 - shutdown Boolean
 - Enable or disable a BGP neighbor
 - shutdown
Variable String - Variable name
 - source
Interface String - Set IP address of interface for TCP connection to BGP neighbor
 - source
Interface StringVariable  - Variable name
 
- address string
 - Set neighbor address
 - address
Families GetCisco Bgp Feature Template Ipv6Neighbor Address Family[]  - Set BGP address family
 - address
Variable string - Variable name
 - allow
As numberIn  - As Number
 - allow
As stringIn Variable  - Variable name
 - as
Override boolean - As Override
 - as
Override stringVariable  - Variable name
 - description string
 - Set description
 - description
Variable string - Variable name
 - ebgp
Multihop number - Set TTL value for peers that are not directly connected
 - ebgp
Multihop stringVariable  - Variable name
 - holdtime number
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - holdtime
Variable string - Variable name
 - keepalive number
 - Set how often to advertise keepalive messages to BGP peer
 - keepalive
Variable string - Variable name
 - next
Hop booleanSelf  - Set router to be next hop for routes advertised to neighbor
 - next
Hop stringSelf Variable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - password string
 - Set MD5 password on TCP connection with BGP peer
 - password
Variable string - Variable name
 - remote
As string - Set remote autonomous system number
 - remote
As stringVariable  - Variable name
 - send
Community boolean - Send community attribute
 - send
Community stringVariable  - Variable name
 - send
Ext booleanCommunity  - Send extended community attribute
 - send
Ext stringCommunity Variable  - Variable name
 - send
Label boolean - Send label
 - send
Label booleanExplicit  - Send label Explicit
 - send
Label stringExplicit Variable  - Variable name
 - send
Label stringVariable  - Variable name
 - shutdown boolean
 - Enable or disable a BGP neighbor
 - shutdown
Variable string - Variable name
 - source
Interface string - Set IP address of interface for TCP connection to BGP neighbor
 - source
Interface stringVariable  - Variable name
 
- address str
 - Set neighbor address
 - address_
families Sequence[GetCisco Bgp Feature Template Ipv6Neighbor Address Family]  - Set BGP address family
 - address_
variable str - Variable name
 - allow_
as_ intin  - As Number
 - allow_
as_ strin_ variable  - Variable name
 - as_
override bool - As Override
 - as_
override_ strvariable  - 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_ strvariable  - 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_ boolself  - Set router to be next hop for routes advertised to neighbor
 - next_
hop_ strself_ variable  - 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_ strvariable  - Variable name
 - send_
community bool - Send community attribute
 - send_
community_ strvariable  - Variable name
 - send_
ext_ boolcommunity  - Send extended community attribute
 - send_
ext_ strcommunity_ variable  - Variable name
 - send_
label bool - Send label
 - send_
label_ boolexplicit  - Send label Explicit
 - send_
label_ strexplicit_ variable  - Variable name
 - send_
label_ strvariable  - 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_ strvariable  - Variable name
 
- address String
 - Set neighbor address
 - address
Families List<Property Map> - Set BGP address family
 - address
Variable String - Variable name
 - allow
As NumberIn  - As Number
 - allow
As StringIn Variable  - Variable name
 - as
Override Boolean - As Override
 - as
Override StringVariable  - Variable name
 - description String
 - Set description
 - description
Variable String - Variable name
 - ebgp
Multihop Number - Set TTL value for peers that are not directly connected
 - ebgp
Multihop StringVariable  - Variable name
 - holdtime Number
 - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
 - holdtime
Variable String - Variable name
 - keepalive Number
 - Set how often to advertise keepalive messages to BGP peer
 - keepalive
Variable String - Variable name
 - next
Hop BooleanSelf  - Set router to be next hop for routes advertised to neighbor
 - next
Hop StringSelf Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - password String
 - Set MD5 password on TCP connection with BGP peer
 - password
Variable String - Variable name
 - remote
As String - Set remote autonomous system number
 - remote
As StringVariable  - Variable name
 - send
Community Boolean - Send community attribute
 - send
Community StringVariable  - Variable name
 - send
Ext BooleanCommunity  - Send extended community attribute
 - send
Ext StringCommunity Variable  - Variable name
 - send
Label Boolean - Send label
 - send
Label BooleanExplicit  - Send label Explicit
 - send
Label StringExplicit Variable  - Variable name
 - send
Label StringVariable  - Variable name
 - shutdown Boolean
 - Enable or disable a BGP neighbor
 - shutdown
Variable String - Variable name
 - source
Interface String - Set IP address of interface for TCP connection to BGP neighbor
 - source
Interface StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily       
- Family
Type string - Set BGP address family
 - Maximum
Prefixes int - Set maximum number of prefixes accepted from BGP peer
 - Maximum
Prefixes intRestart  - Set when to restart BGP connection if threshold is exceeded
 - Maximum
Prefixes stringRestart Variable  - Variable name
 - Maximum
Prefixes intThreshold  - Set threshold at which to generate a warning message
 - Maximum
Prefixes stringThreshold Variable  - Variable name
 - Maximum
Prefixes stringVariable  - Variable name
 - Maximum
Prefixes boolWarning Only  - Display only a warning message when threshold is exceeded
 - Maximum
Prefixes stringWarning Only Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Route
Policies List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy>  - Select route policy to apply to prefixes received from BGP neighbor
 
- Family
Type string - Set BGP address family
 - Maximum
Prefixes int - Set maximum number of prefixes accepted from BGP peer
 - Maximum
Prefixes intRestart  - Set when to restart BGP connection if threshold is exceeded
 - Maximum
Prefixes stringRestart Variable  - Variable name
 - Maximum
Prefixes intThreshold  - Set threshold at which to generate a warning message
 - Maximum
Prefixes stringThreshold Variable  - Variable name
 - Maximum
Prefixes stringVariable  - Variable name
 - Maximum
Prefixes boolWarning Only  - Display only a warning message when threshold is exceeded
 - Maximum
Prefixes stringWarning Only Variable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Route
Policies []GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy  - Select route policy to apply to prefixes received from BGP neighbor
 
- family
Type String - Set BGP address family
 - maximum
Prefixes Integer - Set maximum number of prefixes accepted from BGP peer
 - maximum
Prefixes IntegerRestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum
Prefixes StringRestart Variable  - Variable name
 - maximum
Prefixes IntegerThreshold  - Set threshold at which to generate a warning message
 - maximum
Prefixes StringThreshold Variable  - Variable name
 - maximum
Prefixes StringVariable  - Variable name
 - maximum
Prefixes BooleanWarning Only  - Display only a warning message when threshold is exceeded
 - maximum
Prefixes StringWarning Only Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - route
Policies List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy>  - Select route policy to apply to prefixes received from BGP neighbor
 
- family
Type string - Set BGP address family
 - maximum
Prefixes number - Set maximum number of prefixes accepted from BGP peer
 - maximum
Prefixes numberRestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum
Prefixes stringRestart Variable  - Variable name
 - maximum
Prefixes numberThreshold  - Set threshold at which to generate a warning message
 - maximum
Prefixes stringThreshold Variable  - Variable name
 - maximum
Prefixes stringVariable  - Variable name
 - maximum
Prefixes booleanWarning Only  - Display only a warning message when threshold is exceeded
 - maximum
Prefixes stringWarning Only Variable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - route
Policies GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy[]  - 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_ intrestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum_
prefixes_ strrestart_ variable  - Variable name
 - maximum_
prefixes_ intthreshold  - Set threshold at which to generate a warning message
 - maximum_
prefixes_ strthreshold_ variable  - Variable name
 - maximum_
prefixes_ strvariable  - Variable name
 - maximum_
prefixes_ boolwarning_ only  - Display only a warning message when threshold is exceeded
 - maximum_
prefixes_ strwarning_ only_ variable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 - route_
policies Sequence[GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy]  - Select route policy to apply to prefixes received from BGP neighbor
 
- family
Type String - Set BGP address family
 - maximum
Prefixes Number - Set maximum number of prefixes accepted from BGP peer
 - maximum
Prefixes NumberRestart  - Set when to restart BGP connection if threshold is exceeded
 - maximum
Prefixes StringRestart Variable  - Variable name
 - maximum
Prefixes NumberThreshold  - Set threshold at which to generate a warning message
 - maximum
Prefixes StringThreshold Variable  - Variable name
 - maximum
Prefixes StringVariable  - Variable name
 - maximum
Prefixes BooleanWarning Only  - Display only a warning message when threshold is exceeded
 - maximum
Prefixes StringWarning Only Variable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - route
Policies 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.
 - Policy
Name string - Configure name of route policy
 - Policy
Name stringVariable  - Variable name
 
- Direction string
 - Set direction for applying route policy
 - Optional bool
 - Indicates if list item is considered optional.
 - Policy
Name string - Configure name of route policy
 - Policy
Name stringVariable  - Variable name
 
- direction String
 - Set direction for applying route policy
 - optional Boolean
 - Indicates if list item is considered optional.
 - policy
Name String - Configure name of route policy
 - policy
Name StringVariable  - Variable name
 
- direction string
 - Set direction for applying route policy
 - optional boolean
 - Indicates if list item is considered optional.
 - policy
Name string - Configure name of route policy
 - policy
Name stringVariable  - 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_ strvariable  - Variable name
 
- direction String
 - Set direction for applying route policy
 - optional Boolean
 - Indicates if list item is considered optional.
 - policy
Name String - Configure name of route policy
 - policy
Name StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv6RouteTarget      
- Exports
List<Get
Cisco Bgp Feature Template Ipv6Route Target Export>  - Export Target-VPN community for IPV6
 - Imports
List<Get
Cisco Bgp Feature Template Ipv6Route Target Import>  - Import Target-VPN community for IPV6
 - Optional bool
 - Indicates if list item is considered optional.
 - Vpn
Id int - VPN ID for IPv6
 - Vpn
Id stringVariable  - Variable name
 
- Exports
[]Get
Cisco Bgp Feature Template Ipv6Route Target Export  - Export Target-VPN community for IPV6
 - Imports
[]Get
Cisco Bgp Feature Template Ipv6Route Target Import  - Import Target-VPN community for IPV6
 - Optional bool
 - Indicates if list item is considered optional.
 - Vpn
Id int - VPN ID for IPv6
 - Vpn
Id stringVariable  - Variable name
 
- exports
List<Get
Cisco Bgp Feature Template Ipv6Route Target Export>  - Export Target-VPN community for IPV6
 - imports
List<Get
Cisco Bgp Feature Template Ipv6Route Target Import>  - Import Target-VPN community for IPV6
 - optional Boolean
 - Indicates if list item is considered optional.
 - vpn
Id Integer - VPN ID for IPv6
 - vpn
Id StringVariable  - Variable name
 
- exports
Get
Cisco Bgp Feature Template Ipv6Route Target Export[]  - Export Target-VPN community for IPV6
 - imports
Get
Cisco Bgp Feature Template Ipv6Route Target Import[]  - Import Target-VPN community for IPV6
 - optional boolean
 - Indicates if list item is considered optional.
 - vpn
Id number - VPN ID for IPv6
 - vpn
Id stringVariable  - Variable name
 
- exports
Sequence[Get
Cisco Bgp Feature Template Ipv6Route Target Export]  - Export Target-VPN community for IPV6
 - imports
Sequence[Get
Cisco Bgp Feature Template Ipv6Route Target Import]  - Import Target-VPN community for IPV6
 - optional bool
 - Indicates if list item is considered optional.
 - vpn_
id int - VPN ID for IPv6
 - vpn_
id_ strvariable  - 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.
 - vpn
Id Number - VPN ID for IPv6
 - vpn
Id StringVariable  - Variable name
 
GetCiscoBgpFeatureTemplateIpv6RouteTargetExport       
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- asn
Ip string - asn-ip
 - asn
Ip stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 
- asn_
ip str - asn-ip
 - asn_
ip_ strvariable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoBgpFeatureTemplateIpv6RouteTargetImport       
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Asn
Ip string - asn-ip
 - Asn
Ip stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- asn
Ip string - asn-ip
 - asn
Ip stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 
- asn_
ip str - asn-ip
 - asn_
ip_ strvariable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 
- asn
Ip String - asn-ip
 - asn
Ip StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoBgpFeatureTemplateMplsInterface      
- Interface
Name string - Interface Name
 - Interface
Name stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Interface
Name string - Interface Name
 - Interface
Name stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- interface
Name String - Interface Name
 - interface
Name StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- interface
Name string - Interface Name
 - interface
Name stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 
- interface_
name str - Interface Name
 - interface_
name_ strvariable  - Variable name
 - optional bool
 - Indicates if list item is considered optional.
 
- interface
Name String - Interface Name
 - interface
Name StringVariable  - 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 
sdwanTerraform Provider.