Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This data source can read the Cisco OSPFv3 feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoOspfv3FeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_ospfv3_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.LookupCiscoOspfv3FeatureTemplate(ctx, &sdwan.LookupCiscoOspfv3FeatureTemplateArgs{
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.GetCiscoOspfv3FeatureTemplate.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.GetCiscoOspfv3FeatureTemplateArgs;
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.getCiscoOspfv3FeatureTemplate(GetCiscoOspfv3FeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getCiscoOspfv3FeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoOspfv3FeatureTemplate
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 getCiscoOspfv3FeatureTemplate(args: GetCiscoOspfv3FeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoOspfv3FeatureTemplateResult>
function getCiscoOspfv3FeatureTemplateOutput(args: GetCiscoOspfv3FeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoOspfv3FeatureTemplateResult>def get_cisco_ospfv3_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoOspfv3FeatureTemplateResult
def get_cisco_ospfv3_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoOspfv3FeatureTemplateResult]func LookupCiscoOspfv3FeatureTemplate(ctx *Context, args *LookupCiscoOspfv3FeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoOspfv3FeatureTemplateResult, error)
func LookupCiscoOspfv3FeatureTemplateOutput(ctx *Context, args *LookupCiscoOspfv3FeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoOspfv3FeatureTemplateResultOutput> Note: This function is named LookupCiscoOspfv3FeatureTemplate in the Go SDK.
public static class GetCiscoOspfv3FeatureTemplate
{
public static Task<GetCiscoOspfv3FeatureTemplateResult> InvokeAsync(GetCiscoOspfv3FeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoOspfv3FeatureTemplateResult> Invoke(GetCiscoOspfv3FeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoOspfv3FeatureTemplateResult> getCiscoOspfv3FeatureTemplate(GetCiscoOspfv3FeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoOspfv3FeatureTemplateResult> getCiscoOspfv3FeatureTemplate(GetCiscoOspfv3FeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getCiscoOspfv3FeatureTemplate:getCiscoOspfv3FeatureTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
getCiscoOspfv3FeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Ipv4Areas
List<Get
Cisco Ospfv3Feature Template Ipv4Area> - Configure OSPF area
- Ipv4Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Ipv4Auto
Cost stringReference Bandwidth Variable - Variable name
- Ipv4Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Ipv4Compatible
Rfc1583Variable string - Variable name
- Ipv4Default
Information boolOriginate - Distribute default external route into OSPF
- Ipv4Default
Information boolOriginate Always - Always advertise default route
- Ipv4Default
Information stringOriginate Always Variable - Variable name
- Ipv4Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Ipv4Default
Information stringOriginate Metric Type - Set default route type
- Ipv4Default
Information stringOriginate Metric Type Variable - Variable name
- Ipv4Default
Information stringOriginate Metric Variable - Variable name
- Ipv4Distance int
- Distance
- Ipv4Distance
External int - Set distance for external routes
- Ipv4Distance
External stringVariable - Variable name
- Ipv4Distance
Inter intArea - Set distance for inter-area routes
- Ipv4Distance
Inter stringArea Variable - Variable name
- Ipv4Distance
Intra intArea - Set distance for intra-area routes
- Ipv4Distance
Intra stringArea Variable - Variable name
- Ipv4Distance
Variable string - Variable name
- Ipv4Filter bool
- Filter
- Ipv4Filter
Variable string - Variable name
- Ipv4Max
Metric List<GetRouter Lsas Cisco Ospfv3Feature Template Ipv4Max Metric Router Lsa> - Advertise own router LSA with infinite distance
- Ipv4Policy
Name string - Policy Name
- Ipv4Policy
Name stringVariable - Variable name
- Ipv4Redistributes
List<Get
Cisco Ospfv3Feature Template Ipv4Redistribute> - Redistribute routes
- Ipv4Router
Id string - Set OSPF router ID to override system IP address
- Ipv4Router
Id stringVariable - Variable name
- Ipv4Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Ipv4Timers
Spf stringDelay Variable - Variable name
- Ipv4Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Ipv4Timers
Spf stringInitial Hold Variable - Variable name
- Ipv4Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Ipv4Timers
Spf stringMax Hold Variable - Variable name
- Ipv6Areas
List<Get
Cisco Ospfv3Feature Template Ipv6Area> - Configure OSPF area
- Ipv6Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Ipv6Auto
Cost stringReference Bandwidth Variable - Variable name
- Ipv6Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Ipv6Compatible
Rfc1583Variable string - Variable name
- Ipv6Default
Information boolOriginate - Distribute default external route into OSPF
- Ipv6Default
Information boolOriginate Always - Always advertise default route
- Ipv6Default
Information stringOriginate Always Variable - Variable name
- Ipv6Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Ipv6Default
Information stringOriginate Metric Type - Set default route type
- Ipv6Default
Information stringOriginate Metric Type Variable - Variable name
- Ipv6Default
Information stringOriginate Metric Variable - Variable name
- Ipv6Distance int
- Distance
- Ipv6Distance
External int - Set distance for external routes
- Ipv6Distance
External stringVariable - Variable name
- Ipv6Distance
Inter intArea - Set distance for inter-area routes
- Ipv6Distance
Inter stringArea Variable - Variable name
- Ipv6Distance
Intra intArea - Set distance for intra-area routes
- Ipv6Distance
Intra stringArea Variable - Variable name
- Ipv6Distance
Variable string - Variable name
- Ipv6Filter bool
- Filter
- Ipv6Filter
Variable string - Variable name
- Ipv6Max
Metric List<GetRouter Lsas Cisco Ospfv3Feature Template Ipv6Max Metric Router Lsa> - Advertise own router LSA with infinite distance
- Ipv6Policy
Name string - Name
- Ipv6Policy
Name stringVariable - Variable name
- Ipv6Redistributes
List<Get
Cisco Ospfv3Feature Template Ipv6Redistribute> - Redistribute routes
- Ipv6Router
Id string - Set OSPF router ID to override system IP address
- Ipv6Router
Id stringVariable - Variable name
- Ipv6Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Ipv6Timers
Spf stringDelay Variable - Variable name
- Ipv6Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Ipv6Timers
Spf stringInitial Hold Variable - Variable name
- Ipv6Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Ipv6Timers
Spf stringMax Hold Variable - Variable name
- Name string
- The name of the feature template
- Template
Type string - The template type
- Version int
- The version of the feature template
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Ipv4Areas
[]Get
Cisco Ospfv3Feature Template Ipv4Area - Configure OSPF area
- Ipv4Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Ipv4Auto
Cost stringReference Bandwidth Variable - Variable name
- Ipv4Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Ipv4Compatible
Rfc1583Variable string - Variable name
- Ipv4Default
Information boolOriginate - Distribute default external route into OSPF
- Ipv4Default
Information boolOriginate Always - Always advertise default route
- Ipv4Default
Information stringOriginate Always Variable - Variable name
- Ipv4Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Ipv4Default
Information stringOriginate Metric Type - Set default route type
- Ipv4Default
Information stringOriginate Metric Type Variable - Variable name
- Ipv4Default
Information stringOriginate Metric Variable - Variable name
- Ipv4Distance int
- Distance
- Ipv4Distance
External int - Set distance for external routes
- Ipv4Distance
External stringVariable - Variable name
- Ipv4Distance
Inter intArea - Set distance for inter-area routes
- Ipv4Distance
Inter stringArea Variable - Variable name
- Ipv4Distance
Intra intArea - Set distance for intra-area routes
- Ipv4Distance
Intra stringArea Variable - Variable name
- Ipv4Distance
Variable string - Variable name
- Ipv4Filter bool
- Filter
- Ipv4Filter
Variable string - Variable name
- Ipv4Max
Metric []GetRouter Lsas Cisco Ospfv3Feature Template Ipv4Max Metric Router Lsa - Advertise own router LSA with infinite distance
- Ipv4Policy
Name string - Policy Name
- Ipv4Policy
Name stringVariable - Variable name
- Ipv4Redistributes
[]Get
Cisco Ospfv3Feature Template Ipv4Redistribute - Redistribute routes
- Ipv4Router
Id string - Set OSPF router ID to override system IP address
- Ipv4Router
Id stringVariable - Variable name
- Ipv4Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Ipv4Timers
Spf stringDelay Variable - Variable name
- Ipv4Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Ipv4Timers
Spf stringInitial Hold Variable - Variable name
- Ipv4Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Ipv4Timers
Spf stringMax Hold Variable - Variable name
- Ipv6Areas
[]Get
Cisco Ospfv3Feature Template Ipv6Area - Configure OSPF area
- Ipv6Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Ipv6Auto
Cost stringReference Bandwidth Variable - Variable name
- Ipv6Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Ipv6Compatible
Rfc1583Variable string - Variable name
- Ipv6Default
Information boolOriginate - Distribute default external route into OSPF
- Ipv6Default
Information boolOriginate Always - Always advertise default route
- Ipv6Default
Information stringOriginate Always Variable - Variable name
- Ipv6Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Ipv6Default
Information stringOriginate Metric Type - Set default route type
- Ipv6Default
Information stringOriginate Metric Type Variable - Variable name
- Ipv6Default
Information stringOriginate Metric Variable - Variable name
- Ipv6Distance int
- Distance
- Ipv6Distance
External int - Set distance for external routes
- Ipv6Distance
External stringVariable - Variable name
- Ipv6Distance
Inter intArea - Set distance for inter-area routes
- Ipv6Distance
Inter stringArea Variable - Variable name
- Ipv6Distance
Intra intArea - Set distance for intra-area routes
- Ipv6Distance
Intra stringArea Variable - Variable name
- Ipv6Distance
Variable string - Variable name
- Ipv6Filter bool
- Filter
- Ipv6Filter
Variable string - Variable name
- Ipv6Max
Metric []GetRouter Lsas Cisco Ospfv3Feature Template Ipv6Max Metric Router Lsa - Advertise own router LSA with infinite distance
- Ipv6Policy
Name string - Name
- Ipv6Policy
Name stringVariable - Variable name
- Ipv6Redistributes
[]Get
Cisco Ospfv3Feature Template Ipv6Redistribute - Redistribute routes
- Ipv6Router
Id string - Set OSPF router ID to override system IP address
- Ipv6Router
Id stringVariable - Variable name
- Ipv6Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Ipv6Timers
Spf stringDelay Variable - Variable name
- Ipv6Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Ipv6Timers
Spf stringInitial Hold Variable - Variable name
- Ipv6Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Ipv6Timers
Spf stringMax Hold Variable - Variable name
- Name string
- The name of the feature template
- Template
Type string - The template type
- Version int
- The version of the feature template
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- ipv4Areas
List<Get
Cisco Ospfv3Feature Template Ipv4Area> - Configure OSPF area
- ipv4Auto
Cost IntegerReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv4Auto
Cost StringReference Bandwidth Variable - Variable name
- ipv4Compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- ipv4Compatible
Rfc1583Variable String - Variable name
- ipv4Default
Information BooleanOriginate - Distribute default external route into OSPF
- ipv4Default
Information BooleanOriginate Always - Always advertise default route
- ipv4Default
Information StringOriginate Always Variable - Variable name
- ipv4Default
Information IntegerOriginate Metric - Set metric used to generate default route \n\n
- ipv4Default
Information StringOriginate Metric Type - Set default route type
- ipv4Default
Information StringOriginate Metric Type Variable - Variable name
- ipv4Default
Information StringOriginate Metric Variable - Variable name
- ipv4Distance Integer
- Distance
- ipv4Distance
External Integer - Set distance for external routes
- ipv4Distance
External StringVariable - Variable name
- ipv4Distance
Inter IntegerArea - Set distance for inter-area routes
- ipv4Distance
Inter StringArea Variable - Variable name
- ipv4Distance
Intra IntegerArea - Set distance for intra-area routes
- ipv4Distance
Intra StringArea Variable - Variable name
- ipv4Distance
Variable String - Variable name
- ipv4Filter Boolean
- Filter
- ipv4Filter
Variable String - Variable name
- ipv4Max
Metric List<GetRouter Lsas Cisco Ospfv3Feature Template Ipv4Max Metric Router Lsa> - Advertise own router LSA with infinite distance
- ipv4Policy
Name String - Policy Name
- ipv4Policy
Name StringVariable - Variable name
- ipv4Redistributes
List<Get
Cisco Ospfv3Feature Template Ipv4Redistribute> - Redistribute routes
- ipv4Router
Id String - Set OSPF router ID to override system IP address
- ipv4Router
Id StringVariable - Variable name
- ipv4Timers
Spf IntegerDelay - Set delay from first change received until performing SPF calculation
- ipv4Timers
Spf StringDelay Variable - Variable name
- ipv4Timers
Spf IntegerInitial Hold - Set initial hold time between consecutive SPF calculations
- ipv4Timers
Spf StringInitial Hold Variable - Variable name
- ipv4Timers
Spf IntegerMax Hold - Set maximum hold time between consecutive SPF calculations
- ipv4Timers
Spf StringMax Hold Variable - Variable name
- ipv6Areas
List<Get
Cisco Ospfv3Feature Template Ipv6Area> - Configure OSPF area
- ipv6Auto
Cost IntegerReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv6Auto
Cost StringReference Bandwidth Variable - Variable name
- ipv6Compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- ipv6Compatible
Rfc1583Variable String - Variable name
- ipv6Default
Information BooleanOriginate - Distribute default external route into OSPF
- ipv6Default
Information BooleanOriginate Always - Always advertise default route
- ipv6Default
Information StringOriginate Always Variable - Variable name
- ipv6Default
Information IntegerOriginate Metric - Set metric used to generate default route \n\n
- ipv6Default
Information StringOriginate Metric Type - Set default route type
- ipv6Default
Information StringOriginate Metric Type Variable - Variable name
- ipv6Default
Information StringOriginate Metric Variable - Variable name
- ipv6Distance Integer
- Distance
- ipv6Distance
External Integer - Set distance for external routes
- ipv6Distance
External StringVariable - Variable name
- ipv6Distance
Inter IntegerArea - Set distance for inter-area routes
- ipv6Distance
Inter StringArea Variable - Variable name
- ipv6Distance
Intra IntegerArea - Set distance for intra-area routes
- ipv6Distance
Intra StringArea Variable - Variable name
- ipv6Distance
Variable String - Variable name
- ipv6Filter Boolean
- Filter
- ipv6Filter
Variable String - Variable name
- ipv6Max
Metric List<GetRouter Lsas Cisco Ospfv3Feature Template Ipv6Max Metric Router Lsa> - Advertise own router LSA with infinite distance
- ipv6Policy
Name String - Name
- ipv6Policy
Name StringVariable - Variable name
- ipv6Redistributes
List<Get
Cisco Ospfv3Feature Template Ipv6Redistribute> - Redistribute routes
- ipv6Router
Id String - Set OSPF router ID to override system IP address
- ipv6Router
Id StringVariable - Variable name
- ipv6Timers
Spf IntegerDelay - Set delay from first change received until performing SPF calculation
- ipv6Timers
Spf StringDelay Variable - Variable name
- ipv6Timers
Spf IntegerInitial Hold - Set initial hold time between consecutive SPF calculations
- ipv6Timers
Spf StringInitial Hold Variable - Variable name
- ipv6Timers
Spf IntegerMax Hold - Set maximum hold time between consecutive SPF calculations
- ipv6Timers
Spf StringMax Hold Variable - Variable name
- name String
- The name of the feature template
- template
Type String - The template type
- version Integer
- The version of the feature template
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- ipv4Areas
Get
Cisco Ospfv3Feature Template Ipv4Area[] - Configure OSPF area
- ipv4Auto
Cost numberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv4Auto
Cost stringReference Bandwidth Variable - Variable name
- ipv4Compatible
Rfc1583 boolean - Calculate summary route cost based on RFC 1583
- ipv4Compatible
Rfc1583Variable string - Variable name
- ipv4Default
Information booleanOriginate - Distribute default external route into OSPF
- ipv4Default
Information booleanOriginate Always - Always advertise default route
- ipv4Default
Information stringOriginate Always Variable - Variable name
- ipv4Default
Information numberOriginate Metric - Set metric used to generate default route \n\n
- ipv4Default
Information stringOriginate Metric Type - Set default route type
- ipv4Default
Information stringOriginate Metric Type Variable - Variable name
- ipv4Default
Information stringOriginate Metric Variable - Variable name
- ipv4Distance number
- Distance
- ipv4Distance
External number - Set distance for external routes
- ipv4Distance
External stringVariable - Variable name
- ipv4Distance
Inter numberArea - Set distance for inter-area routes
- ipv4Distance
Inter stringArea Variable - Variable name
- ipv4Distance
Intra numberArea - Set distance for intra-area routes
- ipv4Distance
Intra stringArea Variable - Variable name
- ipv4Distance
Variable string - Variable name
- ipv4Filter boolean
- Filter
- ipv4Filter
Variable string - Variable name
- ipv4Max
Metric GetRouter Lsas Cisco Ospfv3Feature Template Ipv4Max Metric Router Lsa[] - Advertise own router LSA with infinite distance
- ipv4Policy
Name string - Policy Name
- ipv4Policy
Name stringVariable - Variable name
- ipv4Redistributes
Get
Cisco Ospfv3Feature Template Ipv4Redistribute[] - Redistribute routes
- ipv4Router
Id string - Set OSPF router ID to override system IP address
- ipv4Router
Id stringVariable - Variable name
- ipv4Timers
Spf numberDelay - Set delay from first change received until performing SPF calculation
- ipv4Timers
Spf stringDelay Variable - Variable name
- ipv4Timers
Spf numberInitial Hold - Set initial hold time between consecutive SPF calculations
- ipv4Timers
Spf stringInitial Hold Variable - Variable name
- ipv4Timers
Spf numberMax Hold - Set maximum hold time between consecutive SPF calculations
- ipv4Timers
Spf stringMax Hold Variable - Variable name
- ipv6Areas
Get
Cisco Ospfv3Feature Template Ipv6Area[] - Configure OSPF area
- ipv6Auto
Cost numberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv6Auto
Cost stringReference Bandwidth Variable - Variable name
- ipv6Compatible
Rfc1583 boolean - Calculate summary route cost based on RFC 1583
- ipv6Compatible
Rfc1583Variable string - Variable name
- ipv6Default
Information booleanOriginate - Distribute default external route into OSPF
- ipv6Default
Information booleanOriginate Always - Always advertise default route
- ipv6Default
Information stringOriginate Always Variable - Variable name
- ipv6Default
Information numberOriginate Metric - Set metric used to generate default route \n\n
- ipv6Default
Information stringOriginate Metric Type - Set default route type
- ipv6Default
Information stringOriginate Metric Type Variable - Variable name
- ipv6Default
Information stringOriginate Metric Variable - Variable name
- ipv6Distance number
- Distance
- ipv6Distance
External number - Set distance for external routes
- ipv6Distance
External stringVariable - Variable name
- ipv6Distance
Inter numberArea - Set distance for inter-area routes
- ipv6Distance
Inter stringArea Variable - Variable name
- ipv6Distance
Intra numberArea - Set distance for intra-area routes
- ipv6Distance
Intra stringArea Variable - Variable name
- ipv6Distance
Variable string - Variable name
- ipv6Filter boolean
- Filter
- ipv6Filter
Variable string - Variable name
- ipv6Max
Metric GetRouter Lsas Cisco Ospfv3Feature Template Ipv6Max Metric Router Lsa[] - Advertise own router LSA with infinite distance
- ipv6Policy
Name string - Name
- ipv6Policy
Name stringVariable - Variable name
- ipv6Redistributes
Get
Cisco Ospfv3Feature Template Ipv6Redistribute[] - Redistribute routes
- ipv6Router
Id string - Set OSPF router ID to override system IP address
- ipv6Router
Id stringVariable - Variable name
- ipv6Timers
Spf numberDelay - Set delay from first change received until performing SPF calculation
- ipv6Timers
Spf stringDelay Variable - Variable name
- ipv6Timers
Spf numberInitial Hold - Set initial hold time between consecutive SPF calculations
- ipv6Timers
Spf stringInitial Hold Variable - Variable name
- ipv6Timers
Spf numberMax Hold - Set maximum hold time between consecutive SPF calculations
- ipv6Timers
Spf stringMax Hold Variable - Variable name
- name string
- The name of the feature template
- template
Type string - The template type
- version number
- The version of the feature template
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- id str
- The id of the feature template
- ipv4_
areas Sequence[GetCisco Ospfv3Feature Template Ipv4Area] - Configure OSPF area
- ipv4_
auto_ intcost_ reference_ bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv4_
auto_ strcost_ reference_ bandwidth_ variable - Variable name
- ipv4_
compatible_ boolrfc1583 - Calculate summary route cost based on RFC 1583
- ipv4_
compatible_ strrfc1583_ variable - Variable name
- ipv4_
default_ boolinformation_ originate - Distribute default external route into OSPF
- ipv4_
default_ boolinformation_ originate_ always - Always advertise default route
- ipv4_
default_ strinformation_ originate_ always_ variable - Variable name
- ipv4_
default_ intinformation_ originate_ metric - Set metric used to generate default route \n\n
- ipv4_
default_ strinformation_ originate_ metric_ type - Set default route type
- ipv4_
default_ strinformation_ originate_ metric_ type_ variable - Variable name
- ipv4_
default_ strinformation_ originate_ metric_ variable - Variable name
- ipv4_
distance int - Distance
- ipv4_
distance_ intexternal - Set distance for external routes
- ipv4_
distance_ strexternal_ variable - Variable name
- ipv4_
distance_ intinter_ area - Set distance for inter-area routes
- ipv4_
distance_ strinter_ area_ variable - Variable name
- ipv4_
distance_ intintra_ area - Set distance for intra-area routes
- ipv4_
distance_ strintra_ area_ variable - Variable name
- ipv4_
distance_ strvariable - Variable name
- ipv4_
filter bool - Filter
- ipv4_
filter_ strvariable - Variable name
- ipv4_
max_ Sequence[Getmetric_ router_ lsas Cisco Ospfv3Feature Template Ipv4Max Metric Router Lsa] - Advertise own router LSA with infinite distance
- ipv4_
policy_ strname - Policy Name
- ipv4_
policy_ strname_ variable - Variable name
- ipv4_
redistributes Sequence[GetCisco Ospfv3Feature Template Ipv4Redistribute] - Redistribute routes
- ipv4_
router_ strid - Set OSPF router ID to override system IP address
- ipv4_
router_ strid_ variable - Variable name
- ipv4_
timers_ intspf_ delay - Set delay from first change received until performing SPF calculation
- ipv4_
timers_ strspf_ delay_ variable - Variable name
- ipv4_
timers_ intspf_ initial_ hold - Set initial hold time between consecutive SPF calculations
- ipv4_
timers_ strspf_ initial_ hold_ variable - Variable name
- ipv4_
timers_ intspf_ max_ hold - Set maximum hold time between consecutive SPF calculations
- ipv4_
timers_ strspf_ max_ hold_ variable - Variable name
- ipv6_
areas Sequence[GetCisco Ospfv3Feature Template Ipv6Area] - Configure OSPF area
- ipv6_
auto_ intcost_ reference_ bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv6_
auto_ strcost_ reference_ bandwidth_ variable - Variable name
- ipv6_
compatible_ boolrfc1583 - Calculate summary route cost based on RFC 1583
- ipv6_
compatible_ strrfc1583_ variable - Variable name
- ipv6_
default_ boolinformation_ originate - Distribute default external route into OSPF
- ipv6_
default_ boolinformation_ originate_ always - Always advertise default route
- ipv6_
default_ strinformation_ originate_ always_ variable - Variable name
- ipv6_
default_ intinformation_ originate_ metric - Set metric used to generate default route \n\n
- ipv6_
default_ strinformation_ originate_ metric_ type - Set default route type
- ipv6_
default_ strinformation_ originate_ metric_ type_ variable - Variable name
- ipv6_
default_ strinformation_ originate_ metric_ variable - Variable name
- ipv6_
distance int - Distance
- ipv6_
distance_ intexternal - Set distance for external routes
- ipv6_
distance_ strexternal_ variable - Variable name
- ipv6_
distance_ intinter_ area - Set distance for inter-area routes
- ipv6_
distance_ strinter_ area_ variable - Variable name
- ipv6_
distance_ intintra_ area - Set distance for intra-area routes
- ipv6_
distance_ strintra_ area_ variable - Variable name
- ipv6_
distance_ strvariable - Variable name
- ipv6_
filter bool - Filter
- ipv6_
filter_ strvariable - Variable name
- ipv6_
max_ Sequence[Getmetric_ router_ lsas Cisco Ospfv3Feature Template Ipv6Max Metric Router Lsa] - Advertise own router LSA with infinite distance
- ipv6_
policy_ strname - Name
- ipv6_
policy_ strname_ variable - Variable name
- ipv6_
redistributes Sequence[GetCisco Ospfv3Feature Template Ipv6Redistribute] - Redistribute routes
- ipv6_
router_ strid - Set OSPF router ID to override system IP address
- ipv6_
router_ strid_ variable - Variable name
- ipv6_
timers_ intspf_ delay - Set delay from first change received until performing SPF calculation
- ipv6_
timers_ strspf_ delay_ variable - Variable name
- ipv6_
timers_ intspf_ initial_ hold - Set initial hold time between consecutive SPF calculations
- ipv6_
timers_ strspf_ initial_ hold_ variable - Variable name
- ipv6_
timers_ intspf_ max_ hold - Set maximum hold time between consecutive SPF calculations
- ipv6_
timers_ strspf_ max_ hold_ variable - Variable name
- name str
- The name of the feature template
- template_
type str - The template type
- version int
- The version of the feature template
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- ipv4Areas List<Property Map>
- Configure OSPF area
- ipv4Auto
Cost NumberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv4Auto
Cost StringReference Bandwidth Variable - Variable name
- ipv4Compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- ipv4Compatible
Rfc1583Variable String - Variable name
- ipv4Default
Information BooleanOriginate - Distribute default external route into OSPF
- ipv4Default
Information BooleanOriginate Always - Always advertise default route
- ipv4Default
Information StringOriginate Always Variable - Variable name
- ipv4Default
Information NumberOriginate Metric - Set metric used to generate default route \n\n
- ipv4Default
Information StringOriginate Metric Type - Set default route type
- ipv4Default
Information StringOriginate Metric Type Variable - Variable name
- ipv4Default
Information StringOriginate Metric Variable - Variable name
- ipv4Distance Number
- Distance
- ipv4Distance
External Number - Set distance for external routes
- ipv4Distance
External StringVariable - Variable name
- ipv4Distance
Inter NumberArea - Set distance for inter-area routes
- ipv4Distance
Inter StringArea Variable - Variable name
- ipv4Distance
Intra NumberArea - Set distance for intra-area routes
- ipv4Distance
Intra StringArea Variable - Variable name
- ipv4Distance
Variable String - Variable name
- ipv4Filter Boolean
- Filter
- ipv4Filter
Variable String - Variable name
- ipv4Max
Metric List<Property Map>Router Lsas - Advertise own router LSA with infinite distance
- ipv4Policy
Name String - Policy Name
- ipv4Policy
Name StringVariable - Variable name
- ipv4Redistributes List<Property Map>
- Redistribute routes
- ipv4Router
Id String - Set OSPF router ID to override system IP address
- ipv4Router
Id StringVariable - Variable name
- ipv4Timers
Spf NumberDelay - Set delay from first change received until performing SPF calculation
- ipv4Timers
Spf StringDelay Variable - Variable name
- ipv4Timers
Spf NumberInitial Hold - Set initial hold time between consecutive SPF calculations
- ipv4Timers
Spf StringInitial Hold Variable - Variable name
- ipv4Timers
Spf NumberMax Hold - Set maximum hold time between consecutive SPF calculations
- ipv4Timers
Spf StringMax Hold Variable - Variable name
- ipv6Areas List<Property Map>
- Configure OSPF area
- ipv6Auto
Cost NumberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- ipv6Auto
Cost StringReference Bandwidth Variable - Variable name
- ipv6Compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- ipv6Compatible
Rfc1583Variable String - Variable name
- ipv6Default
Information BooleanOriginate - Distribute default external route into OSPF
- ipv6Default
Information BooleanOriginate Always - Always advertise default route
- ipv6Default
Information StringOriginate Always Variable - Variable name
- ipv6Default
Information NumberOriginate Metric - Set metric used to generate default route \n\n
- ipv6Default
Information StringOriginate Metric Type - Set default route type
- ipv6Default
Information StringOriginate Metric Type Variable - Variable name
- ipv6Default
Information StringOriginate Metric Variable - Variable name
- ipv6Distance Number
- Distance
- ipv6Distance
External Number - Set distance for external routes
- ipv6Distance
External StringVariable - Variable name
- ipv6Distance
Inter NumberArea - Set distance for inter-area routes
- ipv6Distance
Inter StringArea Variable - Variable name
- ipv6Distance
Intra NumberArea - Set distance for intra-area routes
- ipv6Distance
Intra StringArea Variable - Variable name
- ipv6Distance
Variable String - Variable name
- ipv6Filter Boolean
- Filter
- ipv6Filter
Variable String - Variable name
- ipv6Max
Metric List<Property Map>Router Lsas - Advertise own router LSA with infinite distance
- ipv6Policy
Name String - Name
- ipv6Policy
Name StringVariable - Variable name
- ipv6Redistributes List<Property Map>
- Redistribute routes
- ipv6Router
Id String - Set OSPF router ID to override system IP address
- ipv6Router
Id StringVariable - Variable name
- ipv6Timers
Spf NumberDelay - Set delay from first change received until performing SPF calculation
- ipv6Timers
Spf StringDelay Variable - Variable name
- ipv6Timers
Spf NumberInitial Hold - Set initial hold time between consecutive SPF calculations
- ipv6Timers
Spf StringInitial Hold Variable - Variable name
- ipv6Timers
Spf NumberMax Hold - Set maximum hold time between consecutive SPF calculations
- ipv6Timers
Spf StringMax Hold Variable - Variable name
- name String
- The name of the feature template
- template
Type String - The template type
- version Number
- The version of the feature template
Supporting Types
GetCiscoOspfv3FeatureTemplateIpv4Area
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Interfaces
List<Get
Cisco Ospfv3Feature Template Ipv4Area Interface> - Set OSPF interface parameters
- Normal bool
- Area Type Normal
- Normal
Variable string - Variable name
- Nssa bool
- NSSA area
- Nssa
No boolSummary - Do not inject interarea routes into NSSA
- Nssa
No stringSummary Variable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
List<Get
Cisco Ospfv3Feature Template Ipv4Area Range> - Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- Stub
No boolSummary - Do not inject interarea routes into stub
- Stub
No stringSummary Variable - Variable name
- Translate string
- Always Translate LSAs on this ABR
- Translate
Variable string - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Interfaces
[]Get
Cisco Ospfv3Feature Template Ipv4Area Interface - Set OSPF interface parameters
- Normal bool
- Area Type Normal
- Normal
Variable string - Variable name
- Nssa bool
- NSSA area
- Nssa
No boolSummary - Do not inject interarea routes into NSSA
- Nssa
No stringSummary Variable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
[]Get
Cisco Ospfv3Feature Template Ipv4Area Range - Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- Stub
No boolSummary - Do not inject interarea routes into stub
- Stub
No stringSummary Variable - Variable name
- Translate string
- Always Translate LSAs on this ABR
- Translate
Variable string - Variable name
- area
Number Integer - Set OSPF area number
- area
Number StringVariable - Variable name
- interfaces
List<Get
Cisco Ospfv3Feature Template Ipv4Area Interface> - Set OSPF interface parameters
- normal Boolean
- Area Type Normal
- normal
Variable String - Variable name
- nssa Boolean
- NSSA area
- nssa
No BooleanSummary - Do not inject interarea routes into NSSA
- nssa
No StringSummary Variable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges
List<Get
Cisco Ospfv3Feature Template Ipv4Area Range> - Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No BooleanSummary - Do not inject interarea routes into stub
- stub
No StringSummary Variable - Variable name
- translate String
- Always Translate LSAs on this ABR
- translate
Variable String - Variable name
- area
Number number - Set OSPF area number
- area
Number stringVariable - Variable name
- interfaces
Get
Cisco Ospfv3Feature Template Ipv4Area Interface[] - Set OSPF interface parameters
- normal boolean
- Area Type Normal
- normal
Variable string - Variable name
- nssa boolean
- NSSA area
- nssa
No booleanSummary - Do not inject interarea routes into NSSA
- nssa
No stringSummary Variable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- ranges
Get
Cisco Ospfv3Feature Template Ipv4Area Range[] - Summarize OSPF routes at an area boundary
- stub boolean
- Stub area
- stub
No booleanSummary - Do not inject interarea routes into stub
- stub
No stringSummary Variable - Variable name
- translate string
- Always Translate LSAs on this ABR
- translate
Variable string - Variable name
- area_
number int - Set OSPF area number
- area_
number_ strvariable - Variable name
- interfaces
Sequence[Get
Cisco Ospfv3Feature Template Ipv4Area Interface] - Set OSPF interface parameters
- normal bool
- Area Type Normal
- normal_
variable str - Variable name
- nssa bool
- NSSA area
- nssa_
no_ boolsummary - Do not inject interarea routes into NSSA
- nssa_
no_ strsummary_ variable - Variable name
- optional bool
- Indicates if list item is considered optional.
- ranges
Sequence[Get
Cisco Ospfv3Feature Template Ipv4Area Range] - Summarize OSPF routes at an area boundary
- stub bool
- Stub area
- stub_
no_ boolsummary - Do not inject interarea routes into stub
- stub_
no_ strsummary_ variable - Variable name
- translate str
- Always Translate LSAs on this ABR
- translate_
variable str - Variable name
- area
Number Number - Set OSPF area number
- area
Number StringVariable - Variable name
- interfaces List<Property Map>
- Set OSPF interface parameters
- normal Boolean
- Area Type Normal
- normal
Variable String - Variable name
- nssa Boolean
- NSSA area
- nssa
No BooleanSummary - Do not inject interarea routes into NSSA
- nssa
No StringSummary Variable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No BooleanSummary - Do not inject interarea routes into stub
- stub
No StringSummary Variable - Variable name
- translate String
- Always Translate LSAs on this ABR
- translate
Variable String - Variable name
GetCiscoOspfv3FeatureTemplateIpv4AreaInterface
- Authentication
Key string - Set OSPF interface authentication key
- Authentication
Key stringVariable - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Ipsec
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Ipsec
Spi stringVariable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval stringVariable - Variable name
- Authentication
Key string - Set OSPF interface authentication key
- Authentication
Key stringVariable - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Ipsec
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Ipsec
Spi stringVariable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval stringVariable - Variable name
- authentication
Key String - Set OSPF interface authentication key
- authentication
Key StringVariable - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - Variable name
- cost Integer
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Integer - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- ipsec
Spi Integer - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec
Spi StringVariable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- retransmit
Interval Integer - Set time between retransmitting LSAs
- retransmit
Interval StringVariable - Variable name
- authentication
Key string - Set OSPF interface authentication key
- authentication
Key stringVariable - Variable name
- authentication
Type string - Set OSPF interface authentication type
- authentication
Type stringVariable - Variable name
- cost number
- Set cost of OSPF interface
- cost
Variable string - Variable name
- dead
Interval number - Set interval after which neighbor is declared to be down
- dead
Interval stringVariable - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- hello
Interval stringVariable - Variable name
- ipsec
Spi number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec
Spi stringVariable - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network string
- Set the OSPF network type
- network
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface stringVariable - Variable name
- retransmit
Interval number - Set time between retransmitting LSAs
- retransmit
Interval stringVariable - Variable name
- authentication_
key str - Set OSPF interface authentication key
- authentication_
key_ strvariable - Variable name
- authentication_
type str - Set OSPF interface authentication type
- authentication_
type_ strvariable - Variable name
- cost int
- Set cost of OSPF interface
- cost_
variable str - Variable name
- dead_
interval int - Set interval after which neighbor is declared to be down
- dead_
interval_ strvariable - Variable name
- hello_
interval int - Set interval between OSPF hello packets
- hello_
interval_ strvariable - Variable name
- ipsec_
spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec_
spi_ strvariable - Variable name
- name str
- Set interface name
- name_
variable str - Variable name
- network str
- Set the OSPF network type
- network_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- passive_
interface bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ strvariable - Variable name
- retransmit_
interval int - Set time between retransmitting LSAs
- retransmit_
interval_ strvariable - Variable name
- authentication
Key String - Set OSPF interface authentication key
- authentication
Key StringVariable - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - Variable name
- cost Number
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Number - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- ipsec
Spi Number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec
Spi StringVariable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- retransmit
Interval Number - Set time between retransmitting LSAs
- retransmit
Interval StringVariable - Variable name
GetCiscoOspfv3FeatureTemplateIpv4AreaRange
- Address string
- Set Matching Prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Address string
- Set Matching Prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- address String
- Set Matching Prefix
- address
Variable String - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- address string
- Set Matching Prefix
- address
Variable string - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- address str
- Set Matching Prefix
- address_
variable str - Variable name
- cost int
- Set cost for this range
- cost_
variable str - Variable name
- no_
advertise bool - Do not advertise this range
- no_
advertise_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- address String
- Set Matching Prefix
- address
Variable String - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Integer
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
- ad
Type string - Set the router LSA advertisement type
- optional boolean
- Indicates if list item is considered optional.
- time number
- Set how long to advertise maximum metric after router starts up
- time
Variable string - Variable name
- ad_
type str - Set the router LSA advertisement type
- optional bool
- Indicates if list item is considered optional.
- time int
- Set how long to advertise maximum metric after router starts up
- time_
variable str - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Number
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
GetCiscoOspfv3FeatureTemplateIpv4Redistribute
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy stringVariable - Variable name
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy stringVariable - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy StringVariable - Variable name
- nat
Dia boolean - Enable NAT DIA for redistributed routes
- nat
Dia stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Set the protocol
- protocol
Variable string - Variable name
- route
Policy string - Set route policy to apply to redistributed routes
- route
Policy stringVariable - Variable name
- nat_
dia bool - Enable NAT DIA for redistributed routes
- nat_
dia_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Set the protocol
- protocol_
variable str - Variable name
- route_
policy str - Set route policy to apply to redistributed routes
- route_
policy_ strvariable - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy StringVariable - Variable name
GetCiscoOspfv3FeatureTemplateIpv6Area
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Interfaces
List<Get
Cisco Ospfv3Feature Template Ipv6Area Interface> - Set OSPF interface parameters
- Normal bool
- Area Type Normal
- Normal
Variable string - Variable name
- Nssa bool
- NSSA area
- Nssa
No boolSummary - Do not inject interarea routes into NSSA
- Nssa
No stringSummary Variable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
List<Get
Cisco Ospfv3Feature Template Ipv6Area Range> - Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- Stub
No boolSummary - Do not inject interarea routes into stub
- Stub
No stringSummary Variable - Variable name
- Translate string
- Always translate LSAs on this ABR
- Translate
Variable string - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Interfaces
[]Get
Cisco Ospfv3Feature Template Ipv6Area Interface - Set OSPF interface parameters
- Normal bool
- Area Type Normal
- Normal
Variable string - Variable name
- Nssa bool
- NSSA area
- Nssa
No boolSummary - Do not inject interarea routes into NSSA
- Nssa
No stringSummary Variable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
[]Get
Cisco Ospfv3Feature Template Ipv6Area Range - Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- Stub
No boolSummary - Do not inject interarea routes into stub
- Stub
No stringSummary Variable - Variable name
- Translate string
- Always translate LSAs on this ABR
- Translate
Variable string - Variable name
- area
Number Integer - Set OSPF area number
- area
Number StringVariable - Variable name
- interfaces
List<Get
Cisco Ospfv3Feature Template Ipv6Area Interface> - Set OSPF interface parameters
- normal Boolean
- Area Type Normal
- normal
Variable String - Variable name
- nssa Boolean
- NSSA area
- nssa
No BooleanSummary - Do not inject interarea routes into NSSA
- nssa
No StringSummary Variable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges
List<Get
Cisco Ospfv3Feature Template Ipv6Area Range> - Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No BooleanSummary - Do not inject interarea routes into stub
- stub
No StringSummary Variable - Variable name
- translate String
- Always translate LSAs on this ABR
- translate
Variable String - Variable name
- area
Number number - Set OSPF area number
- area
Number stringVariable - Variable name
- interfaces
Get
Cisco Ospfv3Feature Template Ipv6Area Interface[] - Set OSPF interface parameters
- normal boolean
- Area Type Normal
- normal
Variable string - Variable name
- nssa boolean
- NSSA area
- nssa
No booleanSummary - Do not inject interarea routes into NSSA
- nssa
No stringSummary Variable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- ranges
Get
Cisco Ospfv3Feature Template Ipv6Area Range[] - Summarize OSPF routes at an area boundary
- stub boolean
- Stub area
- stub
No booleanSummary - Do not inject interarea routes into stub
- stub
No stringSummary Variable - Variable name
- translate string
- Always translate LSAs on this ABR
- translate
Variable string - Variable name
- area_
number int - Set OSPF area number
- area_
number_ strvariable - Variable name
- interfaces
Sequence[Get
Cisco Ospfv3Feature Template Ipv6Area Interface] - Set OSPF interface parameters
- normal bool
- Area Type Normal
- normal_
variable str - Variable name
- nssa bool
- NSSA area
- nssa_
no_ boolsummary - Do not inject interarea routes into NSSA
- nssa_
no_ strsummary_ variable - Variable name
- optional bool
- Indicates if list item is considered optional.
- ranges
Sequence[Get
Cisco Ospfv3Feature Template Ipv6Area Range] - Summarize OSPF routes at an area boundary
- stub bool
- Stub area
- stub_
no_ boolsummary - Do not inject interarea routes into stub
- stub_
no_ strsummary_ variable - Variable name
- translate str
- Always translate LSAs on this ABR
- translate_
variable str - Variable name
- area
Number Number - Set OSPF area number
- area
Number StringVariable - Variable name
- interfaces List<Property Map>
- Set OSPF interface parameters
- normal Boolean
- Area Type Normal
- normal
Variable String - Variable name
- nssa Boolean
- NSSA area
- nssa
No BooleanSummary - Do not inject interarea routes into NSSA
- nssa
No StringSummary Variable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No BooleanSummary - Do not inject interarea routes into stub
- stub
No StringSummary Variable - Variable name
- translate String
- Always translate LSAs on this ABR
- translate
Variable String - Variable name
GetCiscoOspfv3FeatureTemplateIpv6AreaInterface
- Authentication
Key string - Set OSPF interface authentication key
- Authentication
Key stringVariable - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Ipsec
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Ipsec
Spi stringVariable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval stringVariable - Variable name
- Authentication
Key string - Set OSPF interface authentication key
- Authentication
Key stringVariable - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Ipsec
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Ipsec
Spi stringVariable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval stringVariable - Variable name
- authentication
Key String - Set OSPF interface authentication key
- authentication
Key StringVariable - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - Variable name
- cost Integer
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Integer - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- ipsec
Spi Integer - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec
Spi StringVariable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- retransmit
Interval Integer - Set time between retransmitting LSAs
- retransmit
Interval StringVariable - Variable name
- authentication
Key string - Set OSPF interface authentication key
- authentication
Key stringVariable - Variable name
- authentication
Type string - Set OSPF interface authentication type
- authentication
Type stringVariable - Variable name
- cost number
- Set cost of OSPF interface
- cost
Variable string - Variable name
- dead
Interval number - Set interval after which neighbor is declared to be down
- dead
Interval stringVariable - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- hello
Interval stringVariable - Variable name
- ipsec
Spi number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec
Spi stringVariable - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network string
- Set the OSPF network type
- network
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface stringVariable - Variable name
- retransmit
Interval number - Set time between retransmitting LSAs
- retransmit
Interval stringVariable - Variable name
- authentication_
key str - Set OSPF interface authentication key
- authentication_
key_ strvariable - Variable name
- authentication_
type str - Set OSPF interface authentication type
- authentication_
type_ strvariable - Variable name
- cost int
- Set cost of OSPF interface
- cost_
variable str - Variable name
- dead_
interval int - Set interval after which neighbor is declared to be down
- dead_
interval_ strvariable - Variable name
- hello_
interval int - Set interval between OSPF hello packets
- hello_
interval_ strvariable - Variable name
- ipsec_
spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec_
spi_ strvariable - Variable name
- name str
- Set interface name
- name_
variable str - Variable name
- network str
- Set the OSPF network type
- network_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- passive_
interface bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ strvariable - Variable name
- retransmit_
interval int - Set time between retransmitting LSAs
- retransmit_
interval_ strvariable - Variable name
- authentication
Key String - Set OSPF interface authentication key
- authentication
Key StringVariable - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - Variable name
- cost Number
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Number - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- ipsec
Spi Number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- ipsec
Spi StringVariable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- retransmit
Interval Number - Set time between retransmitting LSAs
- retransmit
Interval StringVariable - Variable name
GetCiscoOspfv3FeatureTemplateIpv6AreaRange
- Address string
- Set Matching Prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Address string
- Set Matching Prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- address String
- Set Matching Prefix
- address
Variable String - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- address string
- Set Matching Prefix
- address
Variable string - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- address str
- Set Matching Prefix
- address_
variable str - Variable name
- cost int
- Set cost for this range
- cost_
variable str - Variable name
- no_
advertise bool - Do not advertise this range
- no_
advertise_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- address String
- Set Matching Prefix
- address
Variable String - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Integer
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
- ad
Type string - Set the router LSA advertisement type
- optional boolean
- Indicates if list item is considered optional.
- time number
- Set how long to advertise maximum metric after router starts up
- time
Variable string - Variable name
- ad_
type str - Set the router LSA advertisement type
- optional bool
- Indicates if list item is considered optional.
- time int
- Set how long to advertise maximum metric after router starts up
- time_
variable str - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Number
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
GetCiscoOspfv3FeatureTemplateIpv6Redistribute
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy stringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy StringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Set the protocol
- protocol
Variable string - Variable name
- route
Policy string - Set route policy to apply to redistributed routes
- route
Policy stringVariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Set the protocol
- protocol_
variable str - Variable name
- route_
policy str - Set route policy to apply to redistributed routes
- route_
policy_ strvariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy StringVariable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
