Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 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)
public static Output<GetCiscoBgpFeatureTemplateResult> getCiscoBgpFeatureTemplate(GetCiscoBgpFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getCiscoBgpFeatureTemplate:getCiscoBgpFeatureTemplate
arguments:
# arguments dictionary
The 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 Originate This property is required. bool - BGP Default Information Originate
- Default
Information Originate Variable This property is required. string - Variable name
- Family
Type This property is required. string - Set BGP address family
- Ipv4Aggregate
Addresses This property is required. List<GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address> - Aggregate prefixes in specific range
- Ipv4Networks
This property is required. List<GetCisco Bgp Feature Template Address Family Ipv4Network> - Configure the networks for BGP to advertise
- Ipv6Aggregate
Addresses This property is required. List<GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address> - IPv6 Aggregate prefixes in specific range
- Ipv6Networks
This property is required. List<GetCisco Bgp Feature Template Address Family Ipv6Network> - Configure the networks for BGP to advertise
- Maximum
Paths This property is required. int - Set maximum number of parallel IBGP paths for multipath load sharing
- Maximum
Paths Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Redistribute
Routes This property is required. List<GetCisco Bgp Feature Template Address Family Redistribute Route> - Redistribute routes into BGP
- Table
Map Filter This property is required. bool - Filter
- Table
Map Filter Variable This property is required. string - Variable name
- Table
Map Policy This property is required. string - Map external entry attributes into routing table
- Table
Map Policy Variable This property is required. string - Variable name
- Default
Information Originate This property is required. bool - BGP Default Information Originate
- Default
Information Originate Variable This property is required. string - Variable name
- Family
Type This property is required. string - Set BGP address family
- Ipv4Aggregate
Addresses This property is required. []GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address - Aggregate prefixes in specific range
- Ipv4Networks
This property is required. []GetCisco Bgp Feature Template Address Family Ipv4Network - Configure the networks for BGP to advertise
- Ipv6Aggregate
Addresses This property is required. []GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address - IPv6 Aggregate prefixes in specific range
- Ipv6Networks
This property is required. []GetCisco Bgp Feature Template Address Family Ipv6Network - Configure the networks for BGP to advertise
- Maximum
Paths This property is required. int - Set maximum number of parallel IBGP paths for multipath load sharing
- Maximum
Paths Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Redistribute
Routes This property is required. []GetCisco Bgp Feature Template Address Family Redistribute Route - Redistribute routes into BGP
- Table
Map Filter This property is required. bool - Filter
- Table
Map Filter Variable This property is required. string - Variable name
- Table
Map Policy This property is required. string - Map external entry attributes into routing table
- Table
Map Policy Variable This property is required. string - Variable name
- default
Information Originate This property is required. Boolean - BGP Default Information Originate
- default
Information Originate Variable This property is required. String - Variable name
- family
Type This property is required. String - Set BGP address family
- ipv4Aggregate
Addresses This property is required. List<GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address> - Aggregate prefixes in specific range
- ipv4Networks
This property is required. List<GetCisco Bgp Feature Template Address Family Ipv4Network> - Configure the networks for BGP to advertise
- ipv6Aggregate
Addresses This property is required. List<GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address> - IPv6 Aggregate prefixes in specific range
- ipv6Networks
This property is required. List<GetCisco Bgp Feature Template Address Family Ipv6Network> - Configure the networks for BGP to advertise
- maximum
Paths This property is required. Integer - Set maximum number of parallel IBGP paths for multipath load sharing
- maximum
Paths Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- redistribute
Routes This property is required. List<GetCisco Bgp Feature Template Address Family Redistribute Route> - Redistribute routes into BGP
- table
Map Filter This property is required. Boolean - Filter
- table
Map Filter Variable This property is required. String - Variable name
- table
Map Policy This property is required. String - Map external entry attributes into routing table
- table
Map Policy Variable This property is required. String - Variable name
- default
Information Originate This property is required. boolean - BGP Default Information Originate
- default
Information Originate Variable This property is required. string - Variable name
- family
Type This property is required. string - Set BGP address family
- ipv4Aggregate
Addresses This property is required. GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address[] - Aggregate prefixes in specific range
- ipv4Networks
This property is required. GetCisco Bgp Feature Template Address Family Ipv4Network[] - Configure the networks for BGP to advertise
- ipv6Aggregate
Addresses This property is required. GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address[] - IPv6 Aggregate prefixes in specific range
- ipv6Networks
This property is required. GetCisco Bgp Feature Template Address Family Ipv6Network[] - Configure the networks for BGP to advertise
- maximum
Paths This property is required. number - Set maximum number of parallel IBGP paths for multipath load sharing
- maximum
Paths Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- redistribute
Routes This property is required. GetCisco Bgp Feature Template Address Family Redistribute Route[] - Redistribute routes into BGP
- table
Map Filter This property is required. boolean - Filter
- table
Map Filter Variable This property is required. string - Variable name
- table
Map Policy This property is required. string - Map external entry attributes into routing table
- table
Map Policy Variable This property is required. string - Variable name
- default_
information_ originate This property is required. bool - BGP Default Information Originate
- default_
information_ originate_ variable This property is required. str - Variable name
- family_
type This property is required. str - Set BGP address family
- ipv4_
aggregate_ addresses This property is required. Sequence[GetCisco Bgp Feature Template Address Family Ipv4Aggregate Address] - Aggregate prefixes in specific range
- ipv4_
networks This property is required. Sequence[GetCisco Bgp Feature Template Address Family Ipv4Network] - Configure the networks for BGP to advertise
- ipv6_
aggregate_ addresses This property is required. Sequence[GetCisco Bgp Feature Template Address Family Ipv6Aggregate Address] - IPv6 Aggregate prefixes in specific range
- ipv6_
networks This property is required. Sequence[GetCisco Bgp Feature Template Address Family Ipv6Network] - Configure the networks for BGP to advertise
- maximum_
paths This property is required. int - Set maximum number of parallel IBGP paths for multipath load sharing
- maximum_
paths_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- redistribute_
routes This property is required. Sequence[GetCisco Bgp Feature Template Address Family Redistribute Route] - Redistribute routes into BGP
- table_
map_ filter This property is required. bool - Filter
- table_
map_ filter_ variable This property is required. str - Variable name
- table_
map_ policy This property is required. str - Map external entry attributes into routing table
- table_
map_ policy_ variable This property is required. str - Variable name
- default
Information Originate This property is required. Boolean - BGP Default Information Originate
- default
Information Originate Variable This property is required. String - Variable name
- family
Type This property is required. String - Set BGP address family
- ipv4Aggregate
Addresses This property is required. List<Property Map> - Aggregate prefixes in specific range
- ipv4Networks
This property is required. List<Property Map> - Configure the networks for BGP to advertise
- ipv6Aggregate
Addresses This property is required. List<Property Map> - IPv6 Aggregate prefixes in specific range
- ipv6Networks
This property is required. List<Property Map> - Configure the networks for BGP to advertise
- maximum
Paths This property is required. Number - Set maximum number of parallel IBGP paths for multipath load sharing
- maximum
Paths Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- redistribute
Routes This property is required. List<Property Map> - Redistribute routes into BGP
- table
Map Filter This property is required. Boolean - Filter
- table
Map Filter Variable This property is required. String - Variable name
- table
Map Policy This property is required. String - Map external entry attributes into routing table
- table
Map Policy Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateAddressFamilyIpv4AggregateAddress
- As
Set Path This property is required. bool - Set AS set path information
- As
Set Path Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the prefixes to aggregate
- Prefix
Variable This property is required. string - Variable name
- Summary
Only This property is required. bool - Filter out more specific routes from updates
- Summary
Only Variable This property is required. string - Variable name
- As
Set Path This property is required. bool - Set AS set path information
- As
Set Path Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the prefixes to aggregate
- Prefix
Variable This property is required. string - Variable name
- Summary
Only This property is required. bool - Filter out more specific routes from updates
- Summary
Only Variable This property is required. string - Variable name
- as
Set Path This property is required. Boolean - Set AS set path information
- as
Set Path Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the prefixes to aggregate
- prefix
Variable This property is required. String - Variable name
- summary
Only This property is required. Boolean - Filter out more specific routes from updates
- summary
Only Variable This property is required. String - Variable name
- as
Set Path This property is required. boolean - Set AS set path information
- as
Set Path Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- prefix
This property is required. string - Configure the prefixes to aggregate
- prefix
Variable This property is required. string - Variable name
- summary
Only This property is required. boolean - Filter out more specific routes from updates
- summary
Only Variable This property is required. string - Variable name
- as_
set_ path This property is required. bool - Set AS set path information
- as_
set_ path_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- prefix
This property is required. str - Configure the prefixes to aggregate
- prefix_
variable This property is required. str - Variable name
- summary_
only This property is required. bool - Filter out more specific routes from updates
- summary_
only_ variable This property is required. str - Variable name
- as
Set Path This property is required. Boolean - Set AS set path information
- as
Set Path Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the prefixes to aggregate
- prefix
Variable This property is required. String - Variable name
- summary
Only This property is required. Boolean - Filter out more specific routes from updates
- summary
Only Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateAddressFamilyIpv4Network
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the prefixes for BGP to announce
- Prefix
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the prefixes for BGP to announce
- Prefix
Variable This property is required. string - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the prefixes for BGP to announce
- prefix
Variable This property is required. String - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- prefix
This property is required. string - Configure the prefixes for BGP to announce
- prefix
Variable This property is required. string - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- prefix
This property is required. str - Configure the prefixes for BGP to announce
- prefix_
variable This property is required. str - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the prefixes for BGP to announce
- prefix
Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateAddressFamilyIpv6AggregateAddress
- As
Set Path This property is required. bool - Set AS set path information
- As
Set Path Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the IPv6 prefixes to aggregate
- Prefix
Variable This property is required. string - Variable name
- Summary
Only This property is required. bool - Filter out more specific routes from updates
- Summary
Only Variable This property is required. string - Variable name
- As
Set Path This property is required. bool - Set AS set path information
- As
Set Path Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the IPv6 prefixes to aggregate
- Prefix
Variable This property is required. string - Variable name
- Summary
Only This property is required. bool - Filter out more specific routes from updates
- Summary
Only Variable This property is required. string - Variable name
- as
Set Path This property is required. Boolean - Set AS set path information
- as
Set Path Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the IPv6 prefixes to aggregate
- prefix
Variable This property is required. String - Variable name
- summary
Only This property is required. Boolean - Filter out more specific routes from updates
- summary
Only Variable This property is required. String - Variable name
- as
Set Path This property is required. boolean - Set AS set path information
- as
Set Path Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- prefix
This property is required. string - Configure the IPv6 prefixes to aggregate
- prefix
Variable This property is required. string - Variable name
- summary
Only This property is required. boolean - Filter out more specific routes from updates
- summary
Only Variable This property is required. string - Variable name
- as_
set_ path This property is required. bool - Set AS set path information
- as_
set_ path_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- prefix
This property is required. str - Configure the IPv6 prefixes to aggregate
- prefix_
variable This property is required. str - Variable name
- summary_
only This property is required. bool - Filter out more specific routes from updates
- summary_
only_ variable This property is required. str - Variable name
- as
Set Path This property is required. Boolean - Set AS set path information
- as
Set Path Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the IPv6 prefixes to aggregate
- prefix
Variable This property is required. String - Variable name
- summary
Only This property is required. Boolean - Filter out more specific routes from updates
- summary
Only Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateAddressFamilyIpv6Network
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the prefixes for BGP to announce
- Prefix
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Prefix
This property is required. string - Configure the prefixes for BGP to announce
- Prefix
Variable This property is required. string - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the prefixes for BGP to announce
- prefix
Variable This property is required. String - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- prefix
This property is required. string - Configure the prefixes for BGP to announce
- prefix
Variable This property is required. string - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- prefix
This property is required. str - Configure the prefixes for BGP to announce
- prefix_
variable This property is required. str - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- prefix
This property is required. String - Configure the prefixes for BGP to announce
- prefix
Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateAddressFamilyRedistributeRoute
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Protocol
This property is required. string - Set the protocol to redistribute routes from
- Protocol
Variable This property is required. string - Variable name
- Route
Policy This property is required. string - Configure policy to apply to prefixes received from BGP neighbor
- Route
Policy Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Protocol
This property is required. string - Set the protocol to redistribute routes from
- Protocol
Variable This property is required. string - Variable name
- Route
Policy This property is required. string - Configure policy to apply to prefixes received from BGP neighbor
- Route
Policy Variable This property is required. string - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- protocol
This property is required. String - Set the protocol to redistribute routes from
- protocol
Variable This property is required. String - Variable name
- route
Policy This property is required. String - Configure policy to apply to prefixes received from BGP neighbor
- route
Policy Variable This property is required. String - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- protocol
This property is required. string - Set the protocol to redistribute routes from
- protocol
Variable This property is required. string - Variable name
- route
Policy This property is required. string - Configure policy to apply to prefixes received from BGP neighbor
- route
Policy Variable This property is required. string - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- protocol
This property is required. str - Set the protocol to redistribute routes from
- protocol_
variable This property is required. str - Variable name
- route_
policy This property is required. str - Configure policy to apply to prefixes received from BGP neighbor
- route_
policy_ variable This property is required. str - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- protocol
This property is required. String - Set the protocol to redistribute routes from
- protocol
Variable This property is required. String - Variable name
- route
Policy This property is required. String - Configure policy to apply to prefixes received from BGP neighbor
- route
Policy Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv4Neighbor
- Address
This property is required. string - Set neighbor address
- Address
Families This property is required. List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family> - Set BGP address family
- Address
Variable This property is required. string - Variable name
- Allow
As In This property is required. int - As Number
- Allow
As In Variable This property is required. string - Variable name
- As
Override This property is required. bool - As Override
- As
Override Variable This property is required. string - Variable name
- Description
This property is required. string - Set description
- Description
Variable This property is required. string - Variable name
- Ebgp
Multihop This property is required. int - Set TTL value for peers that are not directly connected
- Ebgp
Multihop Variable This property is required. string - Variable name
- Holdtime
This property is required. int - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- Holdtime
Variable This property is required. string - Variable name
- Keepalive
This property is required. int - Set how often to advertise keepalive messages to BGP peer
- Keepalive
Variable This property is required. string - Variable name
- Next
Hop Self This property is required. bool - Set router to be next hop for routes advertised to neighbor
- Next
Hop Self Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Password
This property is required. string - Set MD5 password on TCP connection with BGP peer
- Password
Variable This property is required. string - Variable name
- Remote
As This property is required. string - Set remote autonomous system number
- Remote
As Variable This property is required. string - Variable name
- Send
Community This property is required. bool - Send community attribute
- Send
Community Variable This property is required. string - Variable name
- Send
Ext Community This property is required. bool - Send extended community attribute
- Send
Ext Community Variable This property is required. string - Variable name
- Send
Label This property is required. bool - Send label
- Send
Label Explicit This property is required. bool - Send label
- Send
Label Explicit Variable This property is required. string - Variable name
- Send
Label Variable This property is required. string - Variable name
- Shutdown
This property is required. bool - Enable or disable a BGP neighbor
- Shutdown
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set IP address of interface for TCP connection to BGP neighbor
- Source
Interface Variable This property is required. string - Variable name
- Address
This property is required. string - Set neighbor address
- Address
Families This property is required. []GetCisco Bgp Feature Template Ipv4Neighbor Address Family - Set BGP address family
- Address
Variable This property is required. string - Variable name
- Allow
As In This property is required. int - As Number
- Allow
As In Variable This property is required. string - Variable name
- As
Override This property is required. bool - As Override
- As
Override Variable This property is required. string - Variable name
- Description
This property is required. string - Set description
- Description
Variable This property is required. string - Variable name
- Ebgp
Multihop This property is required. int - Set TTL value for peers that are not directly connected
- Ebgp
Multihop Variable This property is required. string - Variable name
- Holdtime
This property is required. int - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- Holdtime
Variable This property is required. string - Variable name
- Keepalive
This property is required. int - Set how often to advertise keepalive messages to BGP peer
- Keepalive
Variable This property is required. string - Variable name
- Next
Hop Self This property is required. bool - Set router to be next hop for routes advertised to neighbor
- Next
Hop Self Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Password
This property is required. string - Set MD5 password on TCP connection with BGP peer
- Password
Variable This property is required. string - Variable name
- Remote
As This property is required. string - Set remote autonomous system number
- Remote
As Variable This property is required. string - Variable name
- Send
Community This property is required. bool - Send community attribute
- Send
Community Variable This property is required. string - Variable name
- Send
Ext Community This property is required. bool - Send extended community attribute
- Send
Ext Community Variable This property is required. string - Variable name
- Send
Label This property is required. bool - Send label
- Send
Label Explicit This property is required. bool - Send label
- Send
Label Explicit Variable This property is required. string - Variable name
- Send
Label Variable This property is required. string - Variable name
- Shutdown
This property is required. bool - Enable or disable a BGP neighbor
- Shutdown
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set IP address of interface for TCP connection to BGP neighbor
- Source
Interface Variable This property is required. string - Variable name
- address
This property is required. String - Set neighbor address
- address
Families This property is required. List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family> - Set BGP address family
- address
Variable This property is required. String - Variable name
- allow
As In This property is required. Integer - As Number
- allow
As In Variable This property is required. String - Variable name
- as
Override This property is required. Boolean - As Override
- as
Override Variable This property is required. String - Variable name
- description
This property is required. String - Set description
- description
Variable This property is required. String - Variable name
- ebgp
Multihop This property is required. Integer - Set TTL value for peers that are not directly connected
- ebgp
Multihop Variable This property is required. String - Variable name
- holdtime
This property is required. Integer - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime
Variable This property is required. String - Variable name
- keepalive
This property is required. Integer - Set how often to advertise keepalive messages to BGP peer
- keepalive
Variable This property is required. String - Variable name
- next
Hop Self This property is required. Boolean - Set router to be next hop for routes advertised to neighbor
- next
Hop Self Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- password
This property is required. String - Set MD5 password on TCP connection with BGP peer
- password
Variable This property is required. String - Variable name
- remote
As This property is required. String - Set remote autonomous system number
- remote
As Variable This property is required. String - Variable name
- send
Community This property is required. Boolean - Send community attribute
- send
Community Variable This property is required. String - Variable name
- send
Ext Community This property is required. Boolean - Send extended community attribute
- send
Ext Community Variable This property is required. String - Variable name
- send
Label This property is required. Boolean - Send label
- send
Label Explicit This property is required. Boolean - Send label
- send
Label Explicit Variable This property is required. String - Variable name
- send
Label Variable This property is required. String - Variable name
- shutdown
This property is required. Boolean - Enable or disable a BGP neighbor
- shutdown
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set IP address of interface for TCP connection to BGP neighbor
- source
Interface Variable This property is required. String - Variable name
- address
This property is required. string - Set neighbor address
- address
Families This property is required. GetCisco Bgp Feature Template Ipv4Neighbor Address Family[] - Set BGP address family
- address
Variable This property is required. string - Variable name
- allow
As In This property is required. number - As Number
- allow
As In Variable This property is required. string - Variable name
- as
Override This property is required. boolean - As Override
- as
Override Variable This property is required. string - Variable name
- description
This property is required. string - Set description
- description
Variable This property is required. string - Variable name
- ebgp
Multihop This property is required. number - Set TTL value for peers that are not directly connected
- ebgp
Multihop Variable This property is required. string - Variable name
- holdtime
This property is required. number - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime
Variable This property is required. string - Variable name
- keepalive
This property is required. number - Set how often to advertise keepalive messages to BGP peer
- keepalive
Variable This property is required. string - Variable name
- next
Hop Self This property is required. boolean - Set router to be next hop for routes advertised to neighbor
- next
Hop Self Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- password
This property is required. string - Set MD5 password on TCP connection with BGP peer
- password
Variable This property is required. string - Variable name
- remote
As This property is required. string - Set remote autonomous system number
- remote
As Variable This property is required. string - Variable name
- send
Community This property is required. boolean - Send community attribute
- send
Community Variable This property is required. string - Variable name
- send
Ext Community This property is required. boolean - Send extended community attribute
- send
Ext Community Variable This property is required. string - Variable name
- send
Label This property is required. boolean - Send label
- send
Label Explicit This property is required. boolean - Send label
- send
Label Explicit Variable This property is required. string - Variable name
- send
Label Variable This property is required. string - Variable name
- shutdown
This property is required. boolean - Enable or disable a BGP neighbor
- shutdown
Variable This property is required. string - Variable name
- source
Interface This property is required. string - Set IP address of interface for TCP connection to BGP neighbor
- source
Interface Variable This property is required. string - Variable name
- address
This property is required. str - Set neighbor address
- address_
families This property is required. Sequence[GetCisco Bgp Feature Template Ipv4Neighbor Address Family] - Set BGP address family
- address_
variable This property is required. str - Variable name
- allow_
as_ in This property is required. int - As Number
- allow_
as_ in_ variable This property is required. str - Variable name
- as_
override This property is required. bool - As Override
- as_
override_ variable This property is required. str - Variable name
- description
This property is required. str - Set description
- description_
variable This property is required. str - Variable name
- ebgp_
multihop This property is required. int - Set TTL value for peers that are not directly connected
- ebgp_
multihop_ variable This property is required. str - Variable name
- holdtime
This property is required. int - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime_
variable This property is required. str - Variable name
- keepalive
This property is required. int - Set how often to advertise keepalive messages to BGP peer
- keepalive_
variable This property is required. str - Variable name
- next_
hop_ self This property is required. bool - Set router to be next hop for routes advertised to neighbor
- next_
hop_ self_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- password
This property is required. str - Set MD5 password on TCP connection with BGP peer
- password_
variable This property is required. str - Variable name
- remote_
as This property is required. str - Set remote autonomous system number
- remote_
as_ variable This property is required. str - Variable name
- send_
community This property is required. bool - Send community attribute
- send_
community_ variable This property is required. str - Variable name
- send_
ext_ community This property is required. bool - Send extended community attribute
- send_
ext_ community_ variable This property is required. str - Variable name
- send_
label This property is required. bool - Send label
- send_
label_ explicit This property is required. bool - Send label
- send_
label_ explicit_ variable This property is required. str - Variable name
- send_
label_ variable This property is required. str - Variable name
- shutdown
This property is required. bool - Enable or disable a BGP neighbor
- shutdown_
variable This property is required. str - Variable name
- source_
interface This property is required. str - Set IP address of interface for TCP connection to BGP neighbor
- source_
interface_ variable This property is required. str - Variable name
- address
This property is required. String - Set neighbor address
- address
Families This property is required. List<Property Map> - Set BGP address family
- address
Variable This property is required. String - Variable name
- allow
As In This property is required. Number - As Number
- allow
As In Variable This property is required. String - Variable name
- as
Override This property is required. Boolean - As Override
- as
Override Variable This property is required. String - Variable name
- description
This property is required. String - Set description
- description
Variable This property is required. String - Variable name
- ebgp
Multihop This property is required. Number - Set TTL value for peers that are not directly connected
- ebgp
Multihop Variable This property is required. String - Variable name
- holdtime
This property is required. Number - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime
Variable This property is required. String - Variable name
- keepalive
This property is required. Number - Set how often to advertise keepalive messages to BGP peer
- keepalive
Variable This property is required. String - Variable name
- next
Hop Self This property is required. Boolean - Set router to be next hop for routes advertised to neighbor
- next
Hop Self Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- password
This property is required. String - Set MD5 password on TCP connection with BGP peer
- password
Variable This property is required. String - Variable name
- remote
As This property is required. String - Set remote autonomous system number
- remote
As Variable This property is required. String - Variable name
- send
Community This property is required. Boolean - Send community attribute
- send
Community Variable This property is required. String - Variable name
- send
Ext Community This property is required. Boolean - Send extended community attribute
- send
Ext Community Variable This property is required. String - Variable name
- send
Label This property is required. Boolean - Send label
- send
Label Explicit This property is required. Boolean - Send label
- send
Label Explicit Variable This property is required. String - Variable name
- send
Label Variable This property is required. String - Variable name
- shutdown
This property is required. Boolean - Enable or disable a BGP neighbor
- shutdown
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set IP address of interface for TCP connection to BGP neighbor
- source
Interface Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamily
- Family
Type This property is required. string - Set BGP address family
- Maximum
Prefixes This property is required. int - Set maximum number of prefixes accepted from BGP peer
- Maximum
Prefixes Restart This property is required. int - Set when to restart BGP connection if threshold is exceeded
- Maximum
Prefixes Restart Variable This property is required. string - Variable name
- Maximum
Prefixes Threshold This property is required. int - Set threshold at which to generate a warning message
- Maximum
Prefixes Threshold Variable This property is required. string - Variable name
- Maximum
Prefixes Variable This property is required. string - Variable name
- Maximum
Prefixes Warning Only This property is required. bool - Display only a warning message when threshold is exceeded
- Maximum
Prefixes Warning Only Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Route
Policies This property is required. List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy> - Select route policy to apply to prefixes received from BGP neighbor
- Family
Type This property is required. string - Set BGP address family
- Maximum
Prefixes This property is required. int - Set maximum number of prefixes accepted from BGP peer
- Maximum
Prefixes Restart This property is required. int - Set when to restart BGP connection if threshold is exceeded
- Maximum
Prefixes Restart Variable This property is required. string - Variable name
- Maximum
Prefixes Threshold This property is required. int - Set threshold at which to generate a warning message
- Maximum
Prefixes Threshold Variable This property is required. string - Variable name
- Maximum
Prefixes Variable This property is required. string - Variable name
- Maximum
Prefixes Warning Only This property is required. bool - Display only a warning message when threshold is exceeded
- Maximum
Prefixes Warning Only Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Route
Policies This property is required. []GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy - Select route policy to apply to prefixes received from BGP neighbor
- family
Type This property is required. String - Set BGP address family
- maximum
Prefixes This property is required. Integer - Set maximum number of prefixes accepted from BGP peer
- maximum
Prefixes Restart This property is required. Integer - Set when to restart BGP connection if threshold is exceeded
- maximum
Prefixes Restart Variable This property is required. String - Variable name
- maximum
Prefixes Threshold This property is required. Integer - Set threshold at which to generate a warning message
- maximum
Prefixes Threshold Variable This property is required. String - Variable name
- maximum
Prefixes Variable This property is required. String - Variable name
- maximum
Prefixes Warning Only This property is required. Boolean - Display only a warning message when threshold is exceeded
- maximum
Prefixes Warning Only Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- route
Policies This property is required. List<GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy> - Select route policy to apply to prefixes received from BGP neighbor
- family
Type This property is required. string - Set BGP address family
- maximum
Prefixes This property is required. number - Set maximum number of prefixes accepted from BGP peer
- maximum
Prefixes Restart This property is required. number - Set when to restart BGP connection if threshold is exceeded
- maximum
Prefixes Restart Variable This property is required. string - Variable name
- maximum
Prefixes Threshold This property is required. number - Set threshold at which to generate a warning message
- maximum
Prefixes Threshold Variable This property is required. string - Variable name
- maximum
Prefixes Variable This property is required. string - Variable name
- maximum
Prefixes Warning Only This property is required. boolean - Display only a warning message when threshold is exceeded
- maximum
Prefixes Warning Only Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- route
Policies This property is required. GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy[] - Select route policy to apply to prefixes received from BGP neighbor
- family_
type This property is required. str - Set BGP address family
- maximum_
prefixes This property is required. int - Set maximum number of prefixes accepted from BGP peer
- maximum_
prefixes_ restart This property is required. int - Set when to restart BGP connection if threshold is exceeded
- maximum_
prefixes_ restart_ variable This property is required. str - Variable name
- maximum_
prefixes_ threshold This property is required. int - Set threshold at which to generate a warning message
- maximum_
prefixes_ threshold_ variable This property is required. str - Variable name
- maximum_
prefixes_ variable This property is required. str - Variable name
- maximum_
prefixes_ warning_ only This property is required. bool - Display only a warning message when threshold is exceeded
- maximum_
prefixes_ warning_ only_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- route_
policies This property is required. Sequence[GetCisco Bgp Feature Template Ipv4Neighbor Address Family Route Policy] - Select route policy to apply to prefixes received from BGP neighbor
- family
Type This property is required. String - Set BGP address family
- maximum
Prefixes This property is required. Number - Set maximum number of prefixes accepted from BGP peer
- maximum
Prefixes Restart This property is required. Number - Set when to restart BGP connection if threshold is exceeded
- maximum
Prefixes Restart Variable This property is required. String - Variable name
- maximum
Prefixes Threshold This property is required. Number - Set threshold at which to generate a warning message
- maximum
Prefixes Threshold Variable This property is required. String - Variable name
- maximum
Prefixes Variable This property is required. String - Variable name
- maximum
Prefixes Warning Only This property is required. Boolean - Display only a warning message when threshold is exceeded
- maximum
Prefixes Warning Only Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- route
Policies This property is required. List<Property Map> - Select route policy to apply to prefixes received from BGP neighbor
GetCiscoBgpFeatureTemplateIpv4NeighborAddressFamilyRoutePolicy
- Direction
This property is required. string - Set direction for applying route policy
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Policy
Name This property is required. string - Configure name of route policy
- Policy
Name Variable This property is required. string - Variable name
- Direction
This property is required. string - Set direction for applying route policy
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Policy
Name This property is required. string - Configure name of route policy
- Policy
Name Variable This property is required. string - Variable name
- direction
This property is required. String - Set direction for applying route policy
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- policy
Name This property is required. String - Configure name of route policy
- policy
Name Variable This property is required. String - Variable name
- direction
This property is required. string - Set direction for applying route policy
- optional
This property is required. boolean - Indicates if list item is considered optional.
- policy
Name This property is required. string - Configure name of route policy
- policy
Name Variable This property is required. string - Variable name
- direction
This property is required. str - Set direction for applying route policy
- optional
This property is required. bool - Indicates if list item is considered optional.
- policy_
name This property is required. str - Configure name of route policy
- policy_
name_ variable This property is required. str - Variable name
- direction
This property is required. String - Set direction for applying route policy
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- policy
Name This property is required. String - Configure name of route policy
- policy
Name Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv4RouteTarget
- Exports
This property is required. List<GetCisco Bgp Feature Template Ipv4Route Target Export> - Export Target-VPN community for IPV4
- Imports
This property is required. List<GetCisco Bgp Feature Template Ipv4Route Target Import> - Import Target-VPN community for IPV4
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Vpn
Id This property is required. int - VPN ID for IPv4
- Vpn
Id Variable This property is required. string - Variable name
- Exports
This property is required. []GetCisco Bgp Feature Template Ipv4Route Target Export - Export Target-VPN community for IPV4
- Imports
This property is required. []GetCisco Bgp Feature Template Ipv4Route Target Import - Import Target-VPN community for IPV4
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Vpn
Id This property is required. int - VPN ID for IPv4
- Vpn
Id Variable This property is required. string - Variable name
- exports
This property is required. List<GetCisco Bgp Feature Template Ipv4Route Target Export> - Export Target-VPN community for IPV4
- imports
This property is required. List<GetCisco Bgp Feature Template Ipv4Route Target Import> - Import Target-VPN community for IPV4
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- vpn
Id This property is required. Integer - VPN ID for IPv4
- vpn
Id Variable This property is required. String - Variable name
- exports
This property is required. GetCisco Bgp Feature Template Ipv4Route Target Export[] - Export Target-VPN community for IPV4
- imports
This property is required. GetCisco Bgp Feature Template Ipv4Route Target Import[] - Import Target-VPN community for IPV4
- optional
This property is required. boolean - Indicates if list item is considered optional.
- vpn
Id This property is required. number - VPN ID for IPv4
- vpn
Id Variable This property is required. string - Variable name
- exports
This property is required. Sequence[GetCisco Bgp Feature Template Ipv4Route Target Export] - Export Target-VPN community for IPV4
- imports
This property is required. Sequence[GetCisco Bgp Feature Template Ipv4Route Target Import] - Import Target-VPN community for IPV4
- optional
This property is required. bool - Indicates if list item is considered optional.
- vpn_
id This property is required. int - VPN ID for IPv4
- vpn_
id_ variable This property is required. str - Variable name
- exports
This property is required. List<Property Map> - Export Target-VPN community for IPV4
- imports
This property is required. List<Property Map> - Import Target-VPN community for IPV4
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- vpn
Id This property is required. Number - VPN ID for IPv4
- vpn
Id Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv4RouteTargetExport
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- asn
Ip This property is required. string - asn-ip
- asn
Ip Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- asn_
ip This property is required. str - asn-ip
- asn_
ip_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
GetCiscoBgpFeatureTemplateIpv4RouteTargetImport
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- asn
Ip This property is required. string - asn-ip
- asn
Ip Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- asn_
ip This property is required. str - asn-ip
- asn_
ip_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
GetCiscoBgpFeatureTemplateIpv6Neighbor
- Address
This property is required. string - Set neighbor address
- Address
Families This property is required. List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family> - Set BGP address family
- Address
Variable This property is required. string - Variable name
- Allow
As In This property is required. int - As Number
- Allow
As In Variable This property is required. string - Variable name
- As
Override This property is required. bool - As Override
- As
Override Variable This property is required. string - Variable name
- Description
This property is required. string - Set description
- Description
Variable This property is required. string - Variable name
- Ebgp
Multihop This property is required. int - Set TTL value for peers that are not directly connected
- Ebgp
Multihop Variable This property is required. string - Variable name
- Holdtime
This property is required. int - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- Holdtime
Variable This property is required. string - Variable name
- Keepalive
This property is required. int - Set how often to advertise keepalive messages to BGP peer
- Keepalive
Variable This property is required. string - Variable name
- Next
Hop Self This property is required. bool - Set router to be next hop for routes advertised to neighbor
- Next
Hop Self Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Password
This property is required. string - Set MD5 password on TCP connection with BGP peer
- Password
Variable This property is required. string - Variable name
- Remote
As This property is required. string - Set remote autonomous system number
- Remote
As Variable This property is required. string - Variable name
- Send
Community This property is required. bool - Send community attribute
- Send
Community Variable This property is required. string - Variable name
- Send
Ext Community This property is required. bool - Send extended community attribute
- Send
Ext Community Variable This property is required. string - Variable name
- Send
Label This property is required. bool - Send label
- Send
Label Explicit This property is required. bool - Send label Explicit
- Send
Label Explicit Variable This property is required. string - Variable name
- Send
Label Variable This property is required. string - Variable name
- Shutdown
This property is required. bool - Enable or disable a BGP neighbor
- Shutdown
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set IP address of interface for TCP connection to BGP neighbor
- Source
Interface Variable This property is required. string - Variable name
- Address
This property is required. string - Set neighbor address
- Address
Families This property is required. []GetCisco Bgp Feature Template Ipv6Neighbor Address Family - Set BGP address family
- Address
Variable This property is required. string - Variable name
- Allow
As In This property is required. int - As Number
- Allow
As In Variable This property is required. string - Variable name
- As
Override This property is required. bool - As Override
- As
Override Variable This property is required. string - Variable name
- Description
This property is required. string - Set description
- Description
Variable This property is required. string - Variable name
- Ebgp
Multihop This property is required. int - Set TTL value for peers that are not directly connected
- Ebgp
Multihop Variable This property is required. string - Variable name
- Holdtime
This property is required. int - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- Holdtime
Variable This property is required. string - Variable name
- Keepalive
This property is required. int - Set how often to advertise keepalive messages to BGP peer
- Keepalive
Variable This property is required. string - Variable name
- Next
Hop Self This property is required. bool - Set router to be next hop for routes advertised to neighbor
- Next
Hop Self Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Password
This property is required. string - Set MD5 password on TCP connection with BGP peer
- Password
Variable This property is required. string - Variable name
- Remote
As This property is required. string - Set remote autonomous system number
- Remote
As Variable This property is required. string - Variable name
- Send
Community This property is required. bool - Send community attribute
- Send
Community Variable This property is required. string - Variable name
- Send
Ext Community This property is required. bool - Send extended community attribute
- Send
Ext Community Variable This property is required. string - Variable name
- Send
Label This property is required. bool - Send label
- Send
Label Explicit This property is required. bool - Send label Explicit
- Send
Label Explicit Variable This property is required. string - Variable name
- Send
Label Variable This property is required. string - Variable name
- Shutdown
This property is required. bool - Enable or disable a BGP neighbor
- Shutdown
Variable This property is required. string - Variable name
- Source
Interface This property is required. string - Set IP address of interface for TCP connection to BGP neighbor
- Source
Interface Variable This property is required. string - Variable name
- address
This property is required. String - Set neighbor address
- address
Families This property is required. List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family> - Set BGP address family
- address
Variable This property is required. String - Variable name
- allow
As In This property is required. Integer - As Number
- allow
As In Variable This property is required. String - Variable name
- as
Override This property is required. Boolean - As Override
- as
Override Variable This property is required. String - Variable name
- description
This property is required. String - Set description
- description
Variable This property is required. String - Variable name
- ebgp
Multihop This property is required. Integer - Set TTL value for peers that are not directly connected
- ebgp
Multihop Variable This property is required. String - Variable name
- holdtime
This property is required. Integer - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime
Variable This property is required. String - Variable name
- keepalive
This property is required. Integer - Set how often to advertise keepalive messages to BGP peer
- keepalive
Variable This property is required. String - Variable name
- next
Hop Self This property is required. Boolean - Set router to be next hop for routes advertised to neighbor
- next
Hop Self Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- password
This property is required. String - Set MD5 password on TCP connection with BGP peer
- password
Variable This property is required. String - Variable name
- remote
As This property is required. String - Set remote autonomous system number
- remote
As Variable This property is required. String - Variable name
- send
Community This property is required. Boolean - Send community attribute
- send
Community Variable This property is required. String - Variable name
- send
Ext Community This property is required. Boolean - Send extended community attribute
- send
Ext Community Variable This property is required. String - Variable name
- send
Label This property is required. Boolean - Send label
- send
Label Explicit This property is required. Boolean - Send label Explicit
- send
Label Explicit Variable This property is required. String - Variable name
- send
Label Variable This property is required. String - Variable name
- shutdown
This property is required. Boolean - Enable or disable a BGP neighbor
- shutdown
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set IP address of interface for TCP connection to BGP neighbor
- source
Interface Variable This property is required. String - Variable name
- address
This property is required. string - Set neighbor address
- address
Families This property is required. GetCisco Bgp Feature Template Ipv6Neighbor Address Family[] - Set BGP address family
- address
Variable This property is required. string - Variable name
- allow
As In This property is required. number - As Number
- allow
As In Variable This property is required. string - Variable name
- as
Override This property is required. boolean - As Override
- as
Override Variable This property is required. string - Variable name
- description
This property is required. string - Set description
- description
Variable This property is required. string - Variable name
- ebgp
Multihop This property is required. number - Set TTL value for peers that are not directly connected
- ebgp
Multihop Variable This property is required. string - Variable name
- holdtime
This property is required. number - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime
Variable This property is required. string - Variable name
- keepalive
This property is required. number - Set how often to advertise keepalive messages to BGP peer
- keepalive
Variable This property is required. string - Variable name
- next
Hop Self This property is required. boolean - Set router to be next hop for routes advertised to neighbor
- next
Hop Self Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- password
This property is required. string - Set MD5 password on TCP connection with BGP peer
- password
Variable This property is required. string - Variable name
- remote
As This property is required. string - Set remote autonomous system number
- remote
As Variable This property is required. string - Variable name
- send
Community This property is required. boolean - Send community attribute
- send
Community Variable This property is required. string - Variable name
- send
Ext Community This property is required. boolean - Send extended community attribute
- send
Ext Community Variable This property is required. string - Variable name
- send
Label This property is required. boolean - Send label
- send
Label Explicit This property is required. boolean - Send label Explicit
- send
Label Explicit Variable This property is required. string - Variable name
- send
Label Variable This property is required. string - Variable name
- shutdown
This property is required. boolean - Enable or disable a BGP neighbor
- shutdown
Variable This property is required. string - Variable name
- source
Interface This property is required. string - Set IP address of interface for TCP connection to BGP neighbor
- source
Interface Variable This property is required. string - Variable name
- address
This property is required. str - Set neighbor address
- address_
families This property is required. Sequence[GetCisco Bgp Feature Template Ipv6Neighbor Address Family] - Set BGP address family
- address_
variable This property is required. str - Variable name
- allow_
as_ in This property is required. int - As Number
- allow_
as_ in_ variable This property is required. str - Variable name
- as_
override This property is required. bool - As Override
- as_
override_ variable This property is required. str - Variable name
- description
This property is required. str - Set description
- description_
variable This property is required. str - Variable name
- ebgp_
multihop This property is required. int - Set TTL value for peers that are not directly connected
- ebgp_
multihop_ variable This property is required. str - Variable name
- holdtime
This property is required. int - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime_
variable This property is required. str - Variable name
- keepalive
This property is required. int - Set how often to advertise keepalive messages to BGP peer
- keepalive_
variable This property is required. str - Variable name
- next_
hop_ self This property is required. bool - Set router to be next hop for routes advertised to neighbor
- next_
hop_ self_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- password
This property is required. str - Set MD5 password on TCP connection with BGP peer
- password_
variable This property is required. str - Variable name
- remote_
as This property is required. str - Set remote autonomous system number
- remote_
as_ variable This property is required. str - Variable name
- send_
community This property is required. bool - Send community attribute
- send_
community_ variable This property is required. str - Variable name
- send_
ext_ community This property is required. bool - Send extended community attribute
- send_
ext_ community_ variable This property is required. str - Variable name
- send_
label This property is required. bool - Send label
- send_
label_ explicit This property is required. bool - Send label Explicit
- send_
label_ explicit_ variable This property is required. str - Variable name
- send_
label_ variable This property is required. str - Variable name
- shutdown
This property is required. bool - Enable or disable a BGP neighbor
- shutdown_
variable This property is required. str - Variable name
- source_
interface This property is required. str - Set IP address of interface for TCP connection to BGP neighbor
- source_
interface_ variable This property is required. str - Variable name
- address
This property is required. String - Set neighbor address
- address
Families This property is required. List<Property Map> - Set BGP address family
- address
Variable This property is required. String - Variable name
- allow
As In This property is required. Number - As Number
- allow
As In Variable This property is required. String - Variable name
- as
Override This property is required. Boolean - As Override
- as
Override Variable This property is required. String - Variable name
- description
This property is required. String - Set description
- description
Variable This property is required. String - Variable name
- ebgp
Multihop This property is required. Number - Set TTL value for peers that are not directly connected
- ebgp
Multihop Variable This property is required. String - Variable name
- holdtime
This property is required. Number - Set how long to wait since receiving a keepalive message to consider BGP peer unavailable
- holdtime
Variable This property is required. String - Variable name
- keepalive
This property is required. Number - Set how often to advertise keepalive messages to BGP peer
- keepalive
Variable This property is required. String - Variable name
- next
Hop Self This property is required. Boolean - Set router to be next hop for routes advertised to neighbor
- next
Hop Self Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- password
This property is required. String - Set MD5 password on TCP connection with BGP peer
- password
Variable This property is required. String - Variable name
- remote
As This property is required. String - Set remote autonomous system number
- remote
As Variable This property is required. String - Variable name
- send
Community This property is required. Boolean - Send community attribute
- send
Community Variable This property is required. String - Variable name
- send
Ext Community This property is required. Boolean - Send extended community attribute
- send
Ext Community Variable This property is required. String - Variable name
- send
Label This property is required. Boolean - Send label
- send
Label Explicit This property is required. Boolean - Send label Explicit
- send
Label Explicit Variable This property is required. String - Variable name
- send
Label Variable This property is required. String - Variable name
- shutdown
This property is required. Boolean - Enable or disable a BGP neighbor
- shutdown
Variable This property is required. String - Variable name
- source
Interface This property is required. String - Set IP address of interface for TCP connection to BGP neighbor
- source
Interface Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamily
- Family
Type This property is required. string - Set BGP address family
- Maximum
Prefixes This property is required. int - Set maximum number of prefixes accepted from BGP peer
- Maximum
Prefixes Restart This property is required. int - Set when to restart BGP connection if threshold is exceeded
- Maximum
Prefixes Restart Variable This property is required. string - Variable name
- Maximum
Prefixes Threshold This property is required. int - Set threshold at which to generate a warning message
- Maximum
Prefixes Threshold Variable This property is required. string - Variable name
- Maximum
Prefixes Variable This property is required. string - Variable name
- Maximum
Prefixes Warning Only This property is required. bool - Display only a warning message when threshold is exceeded
- Maximum
Prefixes Warning Only Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Route
Policies This property is required. List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy> - Select route policy to apply to prefixes received from BGP neighbor
- Family
Type This property is required. string - Set BGP address family
- Maximum
Prefixes This property is required. int - Set maximum number of prefixes accepted from BGP peer
- Maximum
Prefixes Restart This property is required. int - Set when to restart BGP connection if threshold is exceeded
- Maximum
Prefixes Restart Variable This property is required. string - Variable name
- Maximum
Prefixes Threshold This property is required. int - Set threshold at which to generate a warning message
- Maximum
Prefixes Threshold Variable This property is required. string - Variable name
- Maximum
Prefixes Variable This property is required. string - Variable name
- Maximum
Prefixes Warning Only This property is required. bool - Display only a warning message when threshold is exceeded
- Maximum
Prefixes Warning Only Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Route
Policies This property is required. []GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy - Select route policy to apply to prefixes received from BGP neighbor
- family
Type This property is required. String - Set BGP address family
- maximum
Prefixes This property is required. Integer - Set maximum number of prefixes accepted from BGP peer
- maximum
Prefixes Restart This property is required. Integer - Set when to restart BGP connection if threshold is exceeded
- maximum
Prefixes Restart Variable This property is required. String - Variable name
- maximum
Prefixes Threshold This property is required. Integer - Set threshold at which to generate a warning message
- maximum
Prefixes Threshold Variable This property is required. String - Variable name
- maximum
Prefixes Variable This property is required. String - Variable name
- maximum
Prefixes Warning Only This property is required. Boolean - Display only a warning message when threshold is exceeded
- maximum
Prefixes Warning Only Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- route
Policies This property is required. List<GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy> - Select route policy to apply to prefixes received from BGP neighbor
- family
Type This property is required. string - Set BGP address family
- maximum
Prefixes This property is required. number - Set maximum number of prefixes accepted from BGP peer
- maximum
Prefixes Restart This property is required. number - Set when to restart BGP connection if threshold is exceeded
- maximum
Prefixes Restart Variable This property is required. string - Variable name
- maximum
Prefixes Threshold This property is required. number - Set threshold at which to generate a warning message
- maximum
Prefixes Threshold Variable This property is required. string - Variable name
- maximum
Prefixes Variable This property is required. string - Variable name
- maximum
Prefixes Warning Only This property is required. boolean - Display only a warning message when threshold is exceeded
- maximum
Prefixes Warning Only Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- route
Policies This property is required. GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy[] - Select route policy to apply to prefixes received from BGP neighbor
- family_
type This property is required. str - Set BGP address family
- maximum_
prefixes This property is required. int - Set maximum number of prefixes accepted from BGP peer
- maximum_
prefixes_ restart This property is required. int - Set when to restart BGP connection if threshold is exceeded
- maximum_
prefixes_ restart_ variable This property is required. str - Variable name
- maximum_
prefixes_ threshold This property is required. int - Set threshold at which to generate a warning message
- maximum_
prefixes_ threshold_ variable This property is required. str - Variable name
- maximum_
prefixes_ variable This property is required. str - Variable name
- maximum_
prefixes_ warning_ only This property is required. bool - Display only a warning message when threshold is exceeded
- maximum_
prefixes_ warning_ only_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- route_
policies This property is required. Sequence[GetCisco Bgp Feature Template Ipv6Neighbor Address Family Route Policy] - Select route policy to apply to prefixes received from BGP neighbor
- family
Type This property is required. String - Set BGP address family
- maximum
Prefixes This property is required. Number - Set maximum number of prefixes accepted from BGP peer
- maximum
Prefixes Restart This property is required. Number - Set when to restart BGP connection if threshold is exceeded
- maximum
Prefixes Restart Variable This property is required. String - Variable name
- maximum
Prefixes Threshold This property is required. Number - Set threshold at which to generate a warning message
- maximum
Prefixes Threshold Variable This property is required. String - Variable name
- maximum
Prefixes Variable This property is required. String - Variable name
- maximum
Prefixes Warning Only This property is required. Boolean - Display only a warning message when threshold is exceeded
- maximum
Prefixes Warning Only Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- route
Policies This property is required. List<Property Map> - Select route policy to apply to prefixes received from BGP neighbor
GetCiscoBgpFeatureTemplateIpv6NeighborAddressFamilyRoutePolicy
- Direction
This property is required. string - Set direction for applying route policy
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Policy
Name This property is required. string - Configure name of route policy
- Policy
Name Variable This property is required. string - Variable name
- Direction
This property is required. string - Set direction for applying route policy
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Policy
Name This property is required. string - Configure name of route policy
- Policy
Name Variable This property is required. string - Variable name
- direction
This property is required. String - Set direction for applying route policy
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- policy
Name This property is required. String - Configure name of route policy
- policy
Name Variable This property is required. String - Variable name
- direction
This property is required. string - Set direction for applying route policy
- optional
This property is required. boolean - Indicates if list item is considered optional.
- policy
Name This property is required. string - Configure name of route policy
- policy
Name Variable This property is required. string - Variable name
- direction
This property is required. str - Set direction for applying route policy
- optional
This property is required. bool - Indicates if list item is considered optional.
- policy_
name This property is required. str - Configure name of route policy
- policy_
name_ variable This property is required. str - Variable name
- direction
This property is required. String - Set direction for applying route policy
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- policy
Name This property is required. String - Configure name of route policy
- policy
Name Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv6RouteTarget
- Exports
This property is required. List<GetCisco Bgp Feature Template Ipv6Route Target Export> - Export Target-VPN community for IPV6
- Imports
This property is required. List<GetCisco Bgp Feature Template Ipv6Route Target Import> - Import Target-VPN community for IPV6
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Vpn
Id This property is required. int - VPN ID for IPv6
- Vpn
Id Variable This property is required. string - Variable name
- Exports
This property is required. []GetCisco Bgp Feature Template Ipv6Route Target Export - Export Target-VPN community for IPV6
- Imports
This property is required. []GetCisco Bgp Feature Template Ipv6Route Target Import - Import Target-VPN community for IPV6
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Vpn
Id This property is required. int - VPN ID for IPv6
- Vpn
Id Variable This property is required. string - Variable name
- exports
This property is required. List<GetCisco Bgp Feature Template Ipv6Route Target Export> - Export Target-VPN community for IPV6
- imports
This property is required. List<GetCisco Bgp Feature Template Ipv6Route Target Import> - Import Target-VPN community for IPV6
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- vpn
Id This property is required. Integer - VPN ID for IPv6
- vpn
Id Variable This property is required. String - Variable name
- exports
This property is required. GetCisco Bgp Feature Template Ipv6Route Target Export[] - Export Target-VPN community for IPV6
- imports
This property is required. GetCisco Bgp Feature Template Ipv6Route Target Import[] - Import Target-VPN community for IPV6
- optional
This property is required. boolean - Indicates if list item is considered optional.
- vpn
Id This property is required. number - VPN ID for IPv6
- vpn
Id Variable This property is required. string - Variable name
- exports
This property is required. Sequence[GetCisco Bgp Feature Template Ipv6Route Target Export] - Export Target-VPN community for IPV6
- imports
This property is required. Sequence[GetCisco Bgp Feature Template Ipv6Route Target Import] - Import Target-VPN community for IPV6
- optional
This property is required. bool - Indicates if list item is considered optional.
- vpn_
id This property is required. int - VPN ID for IPv6
- vpn_
id_ variable This property is required. str - Variable name
- exports
This property is required. List<Property Map> - Export Target-VPN community for IPV6
- imports
This property is required. List<Property Map> - Import Target-VPN community for IPV6
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- vpn
Id This property is required. Number - VPN ID for IPv6
- vpn
Id Variable This property is required. String - Variable name
GetCiscoBgpFeatureTemplateIpv6RouteTargetExport
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- asn
Ip This property is required. string - asn-ip
- asn
Ip Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- asn_
ip This property is required. str - asn-ip
- asn_
ip_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
GetCiscoBgpFeatureTemplateIpv6RouteTargetImport
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Asn
Ip This property is required. string - asn-ip
- Asn
Ip Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- asn
Ip This property is required. string - asn-ip
- asn
Ip Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- asn_
ip This property is required. str - asn-ip
- asn_
ip_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- asn
Ip This property is required. String - asn-ip
- asn
Ip Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
GetCiscoBgpFeatureTemplateMplsInterface
- Interface
Name This property is required. string - Interface Name
- Interface
Name Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Interface
Name This property is required. string - Interface Name
- Interface
Name Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- interface
Name This property is required. String - Interface Name
- interface
Name Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- interface
Name This property is required. string - Interface Name
- interface
Name Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- interface_
name This property is required. str - Interface Name
- interface_
name_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- interface
Name This property is required. String - Interface Name
- interface
Name Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.