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

sdwan.getCiscoOspfv3FeatureTemplate

Explore with Pulumi AI

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",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

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

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

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

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

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.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());

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

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>
Copy
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]
Copy
func LookupCiscoOspfv3FeatureTemplate(ctx *Context, args *LookupCiscoOspfv3FeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoOspfv3FeatureTemplateResult, error)
func LookupCiscoOspfv3FeatureTemplateOutput(ctx *Context, args *LookupCiscoOspfv3FeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoOspfv3FeatureTemplateResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCiscoOspfv3FeatureTemplateResult> getCiscoOspfv3FeatureTemplate(GetCiscoOspfv3FeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoOspfv3FeatureTemplateResult> getCiscoOspfv3FeatureTemplate(GetCiscoOspfv3FeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoOspfv3FeatureTemplate:getCiscoOspfv3FeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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

getCiscoOspfv3FeatureTemplate Result

The following output properties are available:

Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
Id string
The id of the feature template
Ipv4Areas List<GetCiscoOspfv3FeatureTemplateIpv4Area>
Configure OSPF area
Ipv4AutoCostReferenceBandwidth int
Set reference bandwidth method to assign OSPF cost
Ipv4AutoCostReferenceBandwidthVariable string
Variable name
Ipv4CompatibleRfc1583 bool
Calculate summary route cost based on RFC 1583
Ipv4CompatibleRfc1583Variable string
Variable name
Ipv4DefaultInformationOriginate bool
Distribute default external route into OSPF
Ipv4DefaultInformationOriginateAlways bool
Always advertise default route
Ipv4DefaultInformationOriginateAlwaysVariable string
Variable name
Ipv4DefaultInformationOriginateMetric int
Set metric used to generate default route \n\n
Ipv4DefaultInformationOriginateMetricType string
Set default route type
Ipv4DefaultInformationOriginateMetricTypeVariable string
Variable name
Ipv4DefaultInformationOriginateMetricVariable string
Variable name
Ipv4Distance int
Distance
Ipv4DistanceExternal int
Set distance for external routes
Ipv4DistanceExternalVariable string
Variable name
Ipv4DistanceInterArea int
Set distance for inter-area routes
Ipv4DistanceInterAreaVariable string
Variable name
Ipv4DistanceIntraArea int
Set distance for intra-area routes
Ipv4DistanceIntraAreaVariable string
Variable name
Ipv4DistanceVariable string
Variable name
Ipv4Filter bool
Filter
Ipv4FilterVariable string
Variable name
Ipv4MaxMetricRouterLsas List<GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa>
Advertise own router LSA with infinite distance
Ipv4PolicyName string
Policy Name
Ipv4PolicyNameVariable string
Variable name
Ipv4Redistributes List<GetCiscoOspfv3FeatureTemplateIpv4Redistribute>
Redistribute routes
Ipv4RouterId string
Set OSPF router ID to override system IP address
Ipv4RouterIdVariable string
Variable name
Ipv4TimersSpfDelay int
Set delay from first change received until performing SPF calculation
Ipv4TimersSpfDelayVariable string
Variable name
Ipv4TimersSpfInitialHold int
Set initial hold time between consecutive SPF calculations
Ipv4TimersSpfInitialHoldVariable string
Variable name
Ipv4TimersSpfMaxHold int
Set maximum hold time between consecutive SPF calculations
Ipv4TimersSpfMaxHoldVariable string
Variable name
Ipv6Areas List<GetCiscoOspfv3FeatureTemplateIpv6Area>
Configure OSPF area
Ipv6AutoCostReferenceBandwidth int
Set reference bandwidth method to assign OSPF cost
Ipv6AutoCostReferenceBandwidthVariable string
Variable name
Ipv6CompatibleRfc1583 bool
Calculate summary route cost based on RFC 1583
Ipv6CompatibleRfc1583Variable string
Variable name
Ipv6DefaultInformationOriginate bool
Distribute default external route into OSPF
Ipv6DefaultInformationOriginateAlways bool
Always advertise default route
Ipv6DefaultInformationOriginateAlwaysVariable string
Variable name
Ipv6DefaultInformationOriginateMetric int
Set metric used to generate default route \n\n
Ipv6DefaultInformationOriginateMetricType string
Set default route type
Ipv6DefaultInformationOriginateMetricTypeVariable string
Variable name
Ipv6DefaultInformationOriginateMetricVariable string
Variable name
Ipv6Distance int
Distance
Ipv6DistanceExternal int
Set distance for external routes
Ipv6DistanceExternalVariable string
Variable name
Ipv6DistanceInterArea int
Set distance for inter-area routes
Ipv6DistanceInterAreaVariable string
Variable name
Ipv6DistanceIntraArea int
Set distance for intra-area routes
Ipv6DistanceIntraAreaVariable string
Variable name
Ipv6DistanceVariable string
Variable name
Ipv6Filter bool
Filter
Ipv6FilterVariable string
Variable name
Ipv6MaxMetricRouterLsas List<GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa>
Advertise own router LSA with infinite distance
Ipv6PolicyName string
Name
Ipv6PolicyNameVariable string
Variable name
Ipv6Redistributes List<GetCiscoOspfv3FeatureTemplateIpv6Redistribute>
Redistribute routes
Ipv6RouterId string
Set OSPF router ID to override system IP address
Ipv6RouterIdVariable string
Variable name
Ipv6TimersSpfDelay int
Set delay from first change received until performing SPF calculation
Ipv6TimersSpfDelayVariable string
Variable name
Ipv6TimersSpfInitialHold int
Set initial hold time between consecutive SPF calculations
Ipv6TimersSpfInitialHoldVariable string
Variable name
Ipv6TimersSpfMaxHold int
Set maximum hold time between consecutive SPF calculations
Ipv6TimersSpfMaxHoldVariable string
Variable name
Name string
The name of the feature template
TemplateType string
The template type
Version int
The version of the feature template
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
Id string
The id of the feature template
Ipv4Areas []GetCiscoOspfv3FeatureTemplateIpv4Area
Configure OSPF area
Ipv4AutoCostReferenceBandwidth int
Set reference bandwidth method to assign OSPF cost
Ipv4AutoCostReferenceBandwidthVariable string
Variable name
Ipv4CompatibleRfc1583 bool
Calculate summary route cost based on RFC 1583
Ipv4CompatibleRfc1583Variable string
Variable name
Ipv4DefaultInformationOriginate bool
Distribute default external route into OSPF
Ipv4DefaultInformationOriginateAlways bool
Always advertise default route
Ipv4DefaultInformationOriginateAlwaysVariable string
Variable name
Ipv4DefaultInformationOriginateMetric int
Set metric used to generate default route \n\n
Ipv4DefaultInformationOriginateMetricType string
Set default route type
Ipv4DefaultInformationOriginateMetricTypeVariable string
Variable name
Ipv4DefaultInformationOriginateMetricVariable string
Variable name
Ipv4Distance int
Distance
Ipv4DistanceExternal int
Set distance for external routes
Ipv4DistanceExternalVariable string
Variable name
Ipv4DistanceInterArea int
Set distance for inter-area routes
Ipv4DistanceInterAreaVariable string
Variable name
Ipv4DistanceIntraArea int
Set distance for intra-area routes
Ipv4DistanceIntraAreaVariable string
Variable name
Ipv4DistanceVariable string
Variable name
Ipv4Filter bool
Filter
Ipv4FilterVariable string
Variable name
Ipv4MaxMetricRouterLsas []GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa
Advertise own router LSA with infinite distance
Ipv4PolicyName string
Policy Name
Ipv4PolicyNameVariable string
Variable name
Ipv4Redistributes []GetCiscoOspfv3FeatureTemplateIpv4Redistribute
Redistribute routes
Ipv4RouterId string
Set OSPF router ID to override system IP address
Ipv4RouterIdVariable string
Variable name
Ipv4TimersSpfDelay int
Set delay from first change received until performing SPF calculation
Ipv4TimersSpfDelayVariable string
Variable name
Ipv4TimersSpfInitialHold int
Set initial hold time between consecutive SPF calculations
Ipv4TimersSpfInitialHoldVariable string
Variable name
Ipv4TimersSpfMaxHold int
Set maximum hold time between consecutive SPF calculations
Ipv4TimersSpfMaxHoldVariable string
Variable name
Ipv6Areas []GetCiscoOspfv3FeatureTemplateIpv6Area
Configure OSPF area
Ipv6AutoCostReferenceBandwidth int
Set reference bandwidth method to assign OSPF cost
Ipv6AutoCostReferenceBandwidthVariable string
Variable name
Ipv6CompatibleRfc1583 bool
Calculate summary route cost based on RFC 1583
Ipv6CompatibleRfc1583Variable string
Variable name
Ipv6DefaultInformationOriginate bool
Distribute default external route into OSPF
Ipv6DefaultInformationOriginateAlways bool
Always advertise default route
Ipv6DefaultInformationOriginateAlwaysVariable string
Variable name
Ipv6DefaultInformationOriginateMetric int
Set metric used to generate default route \n\n
Ipv6DefaultInformationOriginateMetricType string
Set default route type
Ipv6DefaultInformationOriginateMetricTypeVariable string
Variable name
Ipv6DefaultInformationOriginateMetricVariable string
Variable name
Ipv6Distance int
Distance
Ipv6DistanceExternal int
Set distance for external routes
Ipv6DistanceExternalVariable string
Variable name
Ipv6DistanceInterArea int
Set distance for inter-area routes
Ipv6DistanceInterAreaVariable string
Variable name
Ipv6DistanceIntraArea int
Set distance for intra-area routes
Ipv6DistanceIntraAreaVariable string
Variable name
Ipv6DistanceVariable string
Variable name
Ipv6Filter bool
Filter
Ipv6FilterVariable string
Variable name
Ipv6MaxMetricRouterLsas []GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa
Advertise own router LSA with infinite distance
Ipv6PolicyName string
Name
Ipv6PolicyNameVariable string
Variable name
Ipv6Redistributes []GetCiscoOspfv3FeatureTemplateIpv6Redistribute
Redistribute routes
Ipv6RouterId string
Set OSPF router ID to override system IP address
Ipv6RouterIdVariable string
Variable name
Ipv6TimersSpfDelay int
Set delay from first change received until performing SPF calculation
Ipv6TimersSpfDelayVariable string
Variable name
Ipv6TimersSpfInitialHold int
Set initial hold time between consecutive SPF calculations
Ipv6TimersSpfInitialHoldVariable string
Variable name
Ipv6TimersSpfMaxHold int
Set maximum hold time between consecutive SPF calculations
Ipv6TimersSpfMaxHoldVariable string
Variable name
Name string
The name of the feature template
TemplateType string
The template type
Version int
The version of the feature template
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
ipv4Areas List<GetCiscoOspfv3FeatureTemplateIpv4Area>
Configure OSPF area
ipv4AutoCostReferenceBandwidth Integer
Set reference bandwidth method to assign OSPF cost
ipv4AutoCostReferenceBandwidthVariable String
Variable name
ipv4CompatibleRfc1583 Boolean
Calculate summary route cost based on RFC 1583
ipv4CompatibleRfc1583Variable String
Variable name
ipv4DefaultInformationOriginate Boolean
Distribute default external route into OSPF
ipv4DefaultInformationOriginateAlways Boolean
Always advertise default route
ipv4DefaultInformationOriginateAlwaysVariable String
Variable name
ipv4DefaultInformationOriginateMetric Integer
Set metric used to generate default route \n\n
ipv4DefaultInformationOriginateMetricType String
Set default route type
ipv4DefaultInformationOriginateMetricTypeVariable String
Variable name
ipv4DefaultInformationOriginateMetricVariable String
Variable name
ipv4Distance Integer
Distance
ipv4DistanceExternal Integer
Set distance for external routes
ipv4DistanceExternalVariable String
Variable name
ipv4DistanceInterArea Integer
Set distance for inter-area routes
ipv4DistanceInterAreaVariable String
Variable name
ipv4DistanceIntraArea Integer
Set distance for intra-area routes
ipv4DistanceIntraAreaVariable String
Variable name
ipv4DistanceVariable String
Variable name
ipv4Filter Boolean
Filter
ipv4FilterVariable String
Variable name
ipv4MaxMetricRouterLsas List<GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa>
Advertise own router LSA with infinite distance
ipv4PolicyName String
Policy Name
ipv4PolicyNameVariable String
Variable name
ipv4Redistributes List<GetCiscoOspfv3FeatureTemplateIpv4Redistribute>
Redistribute routes
ipv4RouterId String
Set OSPF router ID to override system IP address
ipv4RouterIdVariable String
Variable name
ipv4TimersSpfDelay Integer
Set delay from first change received until performing SPF calculation
ipv4TimersSpfDelayVariable String
Variable name
ipv4TimersSpfInitialHold Integer
Set initial hold time between consecutive SPF calculations
ipv4TimersSpfInitialHoldVariable String
Variable name
ipv4TimersSpfMaxHold Integer
Set maximum hold time between consecutive SPF calculations
ipv4TimersSpfMaxHoldVariable String
Variable name
ipv6Areas List<GetCiscoOspfv3FeatureTemplateIpv6Area>
Configure OSPF area
ipv6AutoCostReferenceBandwidth Integer
Set reference bandwidth method to assign OSPF cost
ipv6AutoCostReferenceBandwidthVariable String
Variable name
ipv6CompatibleRfc1583 Boolean
Calculate summary route cost based on RFC 1583
ipv6CompatibleRfc1583Variable String
Variable name
ipv6DefaultInformationOriginate Boolean
Distribute default external route into OSPF
ipv6DefaultInformationOriginateAlways Boolean
Always advertise default route
ipv6DefaultInformationOriginateAlwaysVariable String
Variable name
ipv6DefaultInformationOriginateMetric Integer
Set metric used to generate default route \n\n
ipv6DefaultInformationOriginateMetricType String
Set default route type
ipv6DefaultInformationOriginateMetricTypeVariable String
Variable name
ipv6DefaultInformationOriginateMetricVariable String
Variable name
ipv6Distance Integer
Distance
ipv6DistanceExternal Integer
Set distance for external routes
ipv6DistanceExternalVariable String
Variable name
ipv6DistanceInterArea Integer
Set distance for inter-area routes
ipv6DistanceInterAreaVariable String
Variable name
ipv6DistanceIntraArea Integer
Set distance for intra-area routes
ipv6DistanceIntraAreaVariable String
Variable name
ipv6DistanceVariable String
Variable name
ipv6Filter Boolean
Filter
ipv6FilterVariable String
Variable name
ipv6MaxMetricRouterLsas List<GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa>
Advertise own router LSA with infinite distance
ipv6PolicyName String
Name
ipv6PolicyNameVariable String
Variable name
ipv6Redistributes List<GetCiscoOspfv3FeatureTemplateIpv6Redistribute>
Redistribute routes
ipv6RouterId String
Set OSPF router ID to override system IP address
ipv6RouterIdVariable String
Variable name
ipv6TimersSpfDelay Integer
Set delay from first change received until performing SPF calculation
ipv6TimersSpfDelayVariable String
Variable name
ipv6TimersSpfInitialHold Integer
Set initial hold time between consecutive SPF calculations
ipv6TimersSpfInitialHoldVariable String
Variable name
ipv6TimersSpfMaxHold Integer
Set maximum hold time between consecutive SPF calculations
ipv6TimersSpfMaxHoldVariable String
Variable name
name String
The name of the feature template
templateType String
The template type
version Integer
The version of the feature template
description string
The description of the feature template
deviceTypes string[]
List of supported device types
id string
The id of the feature template
ipv4Areas GetCiscoOspfv3FeatureTemplateIpv4Area[]
Configure OSPF area
ipv4AutoCostReferenceBandwidth number
Set reference bandwidth method to assign OSPF cost
ipv4AutoCostReferenceBandwidthVariable string
Variable name
ipv4CompatibleRfc1583 boolean
Calculate summary route cost based on RFC 1583
ipv4CompatibleRfc1583Variable string
Variable name
ipv4DefaultInformationOriginate boolean
Distribute default external route into OSPF
ipv4DefaultInformationOriginateAlways boolean
Always advertise default route
ipv4DefaultInformationOriginateAlwaysVariable string
Variable name
ipv4DefaultInformationOriginateMetric number
Set metric used to generate default route \n\n
ipv4DefaultInformationOriginateMetricType string
Set default route type
ipv4DefaultInformationOriginateMetricTypeVariable string
Variable name
ipv4DefaultInformationOriginateMetricVariable string
Variable name
ipv4Distance number
Distance
ipv4DistanceExternal number
Set distance for external routes
ipv4DistanceExternalVariable string
Variable name
ipv4DistanceInterArea number
Set distance for inter-area routes
ipv4DistanceInterAreaVariable string
Variable name
ipv4DistanceIntraArea number
Set distance for intra-area routes
ipv4DistanceIntraAreaVariable string
Variable name
ipv4DistanceVariable string
Variable name
ipv4Filter boolean
Filter
ipv4FilterVariable string
Variable name
ipv4MaxMetricRouterLsas GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa[]
Advertise own router LSA with infinite distance
ipv4PolicyName string
Policy Name
ipv4PolicyNameVariable string
Variable name
ipv4Redistributes GetCiscoOspfv3FeatureTemplateIpv4Redistribute[]
Redistribute routes
ipv4RouterId string
Set OSPF router ID to override system IP address
ipv4RouterIdVariable string
Variable name
ipv4TimersSpfDelay number
Set delay from first change received until performing SPF calculation
ipv4TimersSpfDelayVariable string
Variable name
ipv4TimersSpfInitialHold number
Set initial hold time between consecutive SPF calculations
ipv4TimersSpfInitialHoldVariable string
Variable name
ipv4TimersSpfMaxHold number
Set maximum hold time between consecutive SPF calculations
ipv4TimersSpfMaxHoldVariable string
Variable name
ipv6Areas GetCiscoOspfv3FeatureTemplateIpv6Area[]
Configure OSPF area
ipv6AutoCostReferenceBandwidth number
Set reference bandwidth method to assign OSPF cost
ipv6AutoCostReferenceBandwidthVariable string
Variable name
ipv6CompatibleRfc1583 boolean
Calculate summary route cost based on RFC 1583
ipv6CompatibleRfc1583Variable string
Variable name
ipv6DefaultInformationOriginate boolean
Distribute default external route into OSPF
ipv6DefaultInformationOriginateAlways boolean
Always advertise default route
ipv6DefaultInformationOriginateAlwaysVariable string
Variable name
ipv6DefaultInformationOriginateMetric number
Set metric used to generate default route \n\n
ipv6DefaultInformationOriginateMetricType string
Set default route type
ipv6DefaultInformationOriginateMetricTypeVariable string
Variable name
ipv6DefaultInformationOriginateMetricVariable string
Variable name
ipv6Distance number
Distance
ipv6DistanceExternal number
Set distance for external routes
ipv6DistanceExternalVariable string
Variable name
ipv6DistanceInterArea number
Set distance for inter-area routes
ipv6DistanceInterAreaVariable string
Variable name
ipv6DistanceIntraArea number
Set distance for intra-area routes
ipv6DistanceIntraAreaVariable string
Variable name
ipv6DistanceVariable string
Variable name
ipv6Filter boolean
Filter
ipv6FilterVariable string
Variable name
ipv6MaxMetricRouterLsas GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa[]
Advertise own router LSA with infinite distance
ipv6PolicyName string
Name
ipv6PolicyNameVariable string
Variable name
ipv6Redistributes GetCiscoOspfv3FeatureTemplateIpv6Redistribute[]
Redistribute routes
ipv6RouterId string
Set OSPF router ID to override system IP address
ipv6RouterIdVariable string
Variable name
ipv6TimersSpfDelay number
Set delay from first change received until performing SPF calculation
ipv6TimersSpfDelayVariable string
Variable name
ipv6TimersSpfInitialHold number
Set initial hold time between consecutive SPF calculations
ipv6TimersSpfInitialHoldVariable string
Variable name
ipv6TimersSpfMaxHold number
Set maximum hold time between consecutive SPF calculations
ipv6TimersSpfMaxHoldVariable string
Variable name
name string
The name of the feature template
templateType 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[GetCiscoOspfv3FeatureTemplateIpv4Area]
Configure OSPF area
ipv4_auto_cost_reference_bandwidth int
Set reference bandwidth method to assign OSPF cost
ipv4_auto_cost_reference_bandwidth_variable str
Variable name
ipv4_compatible_rfc1583 bool
Calculate summary route cost based on RFC 1583
ipv4_compatible_rfc1583_variable str
Variable name
ipv4_default_information_originate bool
Distribute default external route into OSPF
ipv4_default_information_originate_always bool
Always advertise default route
ipv4_default_information_originate_always_variable str
Variable name
ipv4_default_information_originate_metric int
Set metric used to generate default route \n\n
ipv4_default_information_originate_metric_type str
Set default route type
ipv4_default_information_originate_metric_type_variable str
Variable name
ipv4_default_information_originate_metric_variable str
Variable name
ipv4_distance int
Distance
ipv4_distance_external int
Set distance for external routes
ipv4_distance_external_variable str
Variable name
ipv4_distance_inter_area int
Set distance for inter-area routes
ipv4_distance_inter_area_variable str
Variable name
ipv4_distance_intra_area int
Set distance for intra-area routes
ipv4_distance_intra_area_variable str
Variable name
ipv4_distance_variable str
Variable name
ipv4_filter bool
Filter
ipv4_filter_variable str
Variable name
ipv4_max_metric_router_lsas Sequence[GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa]
Advertise own router LSA with infinite distance
ipv4_policy_name str
Policy Name
ipv4_policy_name_variable str
Variable name
ipv4_redistributes Sequence[GetCiscoOspfv3FeatureTemplateIpv4Redistribute]
Redistribute routes
ipv4_router_id str
Set OSPF router ID to override system IP address
ipv4_router_id_variable str
Variable name
ipv4_timers_spf_delay int
Set delay from first change received until performing SPF calculation
ipv4_timers_spf_delay_variable str
Variable name
ipv4_timers_spf_initial_hold int
Set initial hold time between consecutive SPF calculations
ipv4_timers_spf_initial_hold_variable str
Variable name
ipv4_timers_spf_max_hold int
Set maximum hold time between consecutive SPF calculations
ipv4_timers_spf_max_hold_variable str
Variable name
ipv6_areas Sequence[GetCiscoOspfv3FeatureTemplateIpv6Area]
Configure OSPF area
ipv6_auto_cost_reference_bandwidth int
Set reference bandwidth method to assign OSPF cost
ipv6_auto_cost_reference_bandwidth_variable str
Variable name
ipv6_compatible_rfc1583 bool
Calculate summary route cost based on RFC 1583
ipv6_compatible_rfc1583_variable str
Variable name
ipv6_default_information_originate bool
Distribute default external route into OSPF
ipv6_default_information_originate_always bool
Always advertise default route
ipv6_default_information_originate_always_variable str
Variable name
ipv6_default_information_originate_metric int
Set metric used to generate default route \n\n
ipv6_default_information_originate_metric_type str
Set default route type
ipv6_default_information_originate_metric_type_variable str
Variable name
ipv6_default_information_originate_metric_variable str
Variable name
ipv6_distance int
Distance
ipv6_distance_external int
Set distance for external routes
ipv6_distance_external_variable str
Variable name
ipv6_distance_inter_area int
Set distance for inter-area routes
ipv6_distance_inter_area_variable str
Variable name
ipv6_distance_intra_area int
Set distance for intra-area routes
ipv6_distance_intra_area_variable str
Variable name
ipv6_distance_variable str
Variable name
ipv6_filter bool
Filter
ipv6_filter_variable str
Variable name
ipv6_max_metric_router_lsas Sequence[GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa]
Advertise own router LSA with infinite distance
ipv6_policy_name str
Name
ipv6_policy_name_variable str
Variable name
ipv6_redistributes Sequence[GetCiscoOspfv3FeatureTemplateIpv6Redistribute]
Redistribute routes
ipv6_router_id str
Set OSPF router ID to override system IP address
ipv6_router_id_variable str
Variable name
ipv6_timers_spf_delay int
Set delay from first change received until performing SPF calculation
ipv6_timers_spf_delay_variable str
Variable name
ipv6_timers_spf_initial_hold int
Set initial hold time between consecutive SPF calculations
ipv6_timers_spf_initial_hold_variable str
Variable name
ipv6_timers_spf_max_hold int
Set maximum hold time between consecutive SPF calculations
ipv6_timers_spf_max_hold_variable str
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
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
ipv4Areas List<Property Map>
Configure OSPF area
ipv4AutoCostReferenceBandwidth Number
Set reference bandwidth method to assign OSPF cost
ipv4AutoCostReferenceBandwidthVariable String
Variable name
ipv4CompatibleRfc1583 Boolean
Calculate summary route cost based on RFC 1583
ipv4CompatibleRfc1583Variable String
Variable name
ipv4DefaultInformationOriginate Boolean
Distribute default external route into OSPF
ipv4DefaultInformationOriginateAlways Boolean
Always advertise default route
ipv4DefaultInformationOriginateAlwaysVariable String
Variable name
ipv4DefaultInformationOriginateMetric Number
Set metric used to generate default route \n\n
ipv4DefaultInformationOriginateMetricType String
Set default route type
ipv4DefaultInformationOriginateMetricTypeVariable String
Variable name
ipv4DefaultInformationOriginateMetricVariable String
Variable name
ipv4Distance Number
Distance
ipv4DistanceExternal Number
Set distance for external routes
ipv4DistanceExternalVariable String
Variable name
ipv4DistanceInterArea Number
Set distance for inter-area routes
ipv4DistanceInterAreaVariable String
Variable name
ipv4DistanceIntraArea Number
Set distance for intra-area routes
ipv4DistanceIntraAreaVariable String
Variable name
ipv4DistanceVariable String
Variable name
ipv4Filter Boolean
Filter
ipv4FilterVariable String
Variable name
ipv4MaxMetricRouterLsas List<Property Map>
Advertise own router LSA with infinite distance
ipv4PolicyName String
Policy Name
ipv4PolicyNameVariable String
Variable name
ipv4Redistributes List<Property Map>
Redistribute routes
ipv4RouterId String
Set OSPF router ID to override system IP address
ipv4RouterIdVariable String
Variable name
ipv4TimersSpfDelay Number
Set delay from first change received until performing SPF calculation
ipv4TimersSpfDelayVariable String
Variable name
ipv4TimersSpfInitialHold Number
Set initial hold time between consecutive SPF calculations
ipv4TimersSpfInitialHoldVariable String
Variable name
ipv4TimersSpfMaxHold Number
Set maximum hold time between consecutive SPF calculations
ipv4TimersSpfMaxHoldVariable String
Variable name
ipv6Areas List<Property Map>
Configure OSPF area
ipv6AutoCostReferenceBandwidth Number
Set reference bandwidth method to assign OSPF cost
ipv6AutoCostReferenceBandwidthVariable String
Variable name
ipv6CompatibleRfc1583 Boolean
Calculate summary route cost based on RFC 1583
ipv6CompatibleRfc1583Variable String
Variable name
ipv6DefaultInformationOriginate Boolean
Distribute default external route into OSPF
ipv6DefaultInformationOriginateAlways Boolean
Always advertise default route
ipv6DefaultInformationOriginateAlwaysVariable String
Variable name
ipv6DefaultInformationOriginateMetric Number
Set metric used to generate default route \n\n
ipv6DefaultInformationOriginateMetricType String
Set default route type
ipv6DefaultInformationOriginateMetricTypeVariable String
Variable name
ipv6DefaultInformationOriginateMetricVariable String
Variable name
ipv6Distance Number
Distance
ipv6DistanceExternal Number
Set distance for external routes
ipv6DistanceExternalVariable String
Variable name
ipv6DistanceInterArea Number
Set distance for inter-area routes
ipv6DistanceInterAreaVariable String
Variable name
ipv6DistanceIntraArea Number
Set distance for intra-area routes
ipv6DistanceIntraAreaVariable String
Variable name
ipv6DistanceVariable String
Variable name
ipv6Filter Boolean
Filter
ipv6FilterVariable String
Variable name
ipv6MaxMetricRouterLsas List<Property Map>
Advertise own router LSA with infinite distance
ipv6PolicyName String
Name
ipv6PolicyNameVariable String
Variable name
ipv6Redistributes List<Property Map>
Redistribute routes
ipv6RouterId String
Set OSPF router ID to override system IP address
ipv6RouterIdVariable String
Variable name
ipv6TimersSpfDelay Number
Set delay from first change received until performing SPF calculation
ipv6TimersSpfDelayVariable String
Variable name
ipv6TimersSpfInitialHold Number
Set initial hold time between consecutive SPF calculations
ipv6TimersSpfInitialHoldVariable String
Variable name
ipv6TimersSpfMaxHold Number
Set maximum hold time between consecutive SPF calculations
ipv6TimersSpfMaxHoldVariable String
Variable name
name String
The name of the feature template
templateType String
The template type
version Number
The version of the feature template

Supporting Types

GetCiscoOspfv3FeatureTemplateIpv4Area

AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
Interfaces This property is required. List<GetCiscoOspfv3FeatureTemplateIpv4AreaInterface>
Set OSPF interface parameters
Normal This property is required. bool
Area Type Normal
NormalVariable This property is required. string
Variable name
Nssa This property is required. bool
NSSA area
NssaNoSummary This property is required. bool
Do not inject interarea routes into NSSA
NssaNoSummaryVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Ranges This property is required. List<GetCiscoOspfv3FeatureTemplateIpv4AreaRange>
Summarize OSPF routes at an area boundary
Stub This property is required. bool
Stub area
StubNoSummary This property is required. bool
Do not inject interarea routes into stub
StubNoSummaryVariable This property is required. string
Variable name
Translate This property is required. string
Always Translate LSAs on this ABR
TranslateVariable This property is required. string
Variable name
AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
Interfaces This property is required. []GetCiscoOspfv3FeatureTemplateIpv4AreaInterface
Set OSPF interface parameters
Normal This property is required. bool
Area Type Normal
NormalVariable This property is required. string
Variable name
Nssa This property is required. bool
NSSA area
NssaNoSummary This property is required. bool
Do not inject interarea routes into NSSA
NssaNoSummaryVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Ranges This property is required. []GetCiscoOspfv3FeatureTemplateIpv4AreaRange
Summarize OSPF routes at an area boundary
Stub This property is required. bool
Stub area
StubNoSummary This property is required. bool
Do not inject interarea routes into stub
StubNoSummaryVariable This property is required. string
Variable name
Translate This property is required. string
Always Translate LSAs on this ABR
TranslateVariable This property is required. string
Variable name
areaNumber This property is required. Integer
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
interfaces This property is required. List<GetCiscoOspfv3FeatureTemplateIpv4AreaInterface>
Set OSPF interface parameters
normal This property is required. Boolean
Area Type Normal
normalVariable This property is required. String
Variable name
nssa This property is required. Boolean
NSSA area
nssaNoSummary This property is required. Boolean
Do not inject interarea routes into NSSA
nssaNoSummaryVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
ranges This property is required. List<GetCiscoOspfv3FeatureTemplateIpv4AreaRange>
Summarize OSPF routes at an area boundary
stub This property is required. Boolean
Stub area
stubNoSummary This property is required. Boolean
Do not inject interarea routes into stub
stubNoSummaryVariable This property is required. String
Variable name
translate This property is required. String
Always Translate LSAs on this ABR
translateVariable This property is required. String
Variable name
areaNumber This property is required. number
Set OSPF area number
areaNumberVariable This property is required. string
Variable name
interfaces This property is required. GetCiscoOspfv3FeatureTemplateIpv4AreaInterface[]
Set OSPF interface parameters
normal This property is required. boolean
Area Type Normal
normalVariable This property is required. string
Variable name
nssa This property is required. boolean
NSSA area
nssaNoSummary This property is required. boolean
Do not inject interarea routes into NSSA
nssaNoSummaryVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
ranges This property is required. GetCiscoOspfv3FeatureTemplateIpv4AreaRange[]
Summarize OSPF routes at an area boundary
stub This property is required. boolean
Stub area
stubNoSummary This property is required. boolean
Do not inject interarea routes into stub
stubNoSummaryVariable This property is required. string
Variable name
translate This property is required. string
Always Translate LSAs on this ABR
translateVariable This property is required. string
Variable name
area_number This property is required. int
Set OSPF area number
area_number_variable This property is required. str
Variable name
interfaces This property is required. Sequence[GetCiscoOspfv3FeatureTemplateIpv4AreaInterface]
Set OSPF interface parameters
normal This property is required. bool
Area Type Normal
normal_variable This property is required. str
Variable name
nssa This property is required. bool
NSSA area
nssa_no_summary This property is required. bool
Do not inject interarea routes into NSSA
nssa_no_summary_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
ranges This property is required. Sequence[GetCiscoOspfv3FeatureTemplateIpv4AreaRange]
Summarize OSPF routes at an area boundary
stub This property is required. bool
Stub area
stub_no_summary This property is required. bool
Do not inject interarea routes into stub
stub_no_summary_variable This property is required. str
Variable name
translate This property is required. str
Always Translate LSAs on this ABR
translate_variable This property is required. str
Variable name
areaNumber This property is required. Number
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
interfaces This property is required. List<Property Map>
Set OSPF interface parameters
normal This property is required. Boolean
Area Type Normal
normalVariable This property is required. String
Variable name
nssa This property is required. Boolean
NSSA area
nssaNoSummary This property is required. Boolean
Do not inject interarea routes into NSSA
nssaNoSummaryVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
ranges This property is required. List<Property Map>
Summarize OSPF routes at an area boundary
stub This property is required. Boolean
Stub area
stubNoSummary This property is required. Boolean
Do not inject interarea routes into stub
stubNoSummaryVariable This property is required. String
Variable name
translate This property is required. String
Always Translate LSAs on this ABR
translateVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv4AreaInterface

AuthenticationKey This property is required. string
Set OSPF interface authentication key
AuthenticationKeyVariable This property is required. string
Variable name
AuthenticationType This property is required. string
Set OSPF interface authentication type
AuthenticationTypeVariable This property is required. string
Variable name
Cost This property is required. int
Set cost of OSPF interface
CostVariable This property is required. string
Variable name
DeadInterval This property is required. int
Set interval after which neighbor is declared to be down
DeadIntervalVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set interval between OSPF hello packets
HelloIntervalVariable This property is required. string
Variable name
IpsecSpi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
IpsecSpiVariable This property is required. string
Variable name
Name This property is required. string
Set interface name
NameVariable This property is required. string
Variable name
Network This property is required. string
Set the OSPF network type
NetworkVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
PassiveInterface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
PassiveInterfaceVariable This property is required. string
Variable name
RetransmitInterval This property is required. int
Set time between retransmitting LSAs
RetransmitIntervalVariable This property is required. string
Variable name
AuthenticationKey This property is required. string
Set OSPF interface authentication key
AuthenticationKeyVariable This property is required. string
Variable name
AuthenticationType This property is required. string
Set OSPF interface authentication type
AuthenticationTypeVariable This property is required. string
Variable name
Cost This property is required. int
Set cost of OSPF interface
CostVariable This property is required. string
Variable name
DeadInterval This property is required. int
Set interval after which neighbor is declared to be down
DeadIntervalVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set interval between OSPF hello packets
HelloIntervalVariable This property is required. string
Variable name
IpsecSpi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
IpsecSpiVariable This property is required. string
Variable name
Name This property is required. string
Set interface name
NameVariable This property is required. string
Variable name
Network This property is required. string
Set the OSPF network type
NetworkVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
PassiveInterface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
PassiveInterfaceVariable This property is required. string
Variable name
RetransmitInterval This property is required. int
Set time between retransmitting LSAs
RetransmitIntervalVariable This property is required. string
Variable name
authenticationKey This property is required. String
Set OSPF interface authentication key
authenticationKeyVariable This property is required. String
Variable name
authenticationType This property is required. String
Set OSPF interface authentication type
authenticationTypeVariable This property is required. String
Variable name
cost This property is required. Integer
Set cost of OSPF interface
costVariable This property is required. String
Variable name
deadInterval This property is required. Integer
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. String
Variable name
helloInterval This property is required. Integer
Set interval between OSPF hello packets
helloIntervalVariable This property is required. String
Variable name
ipsecSpi This property is required. Integer
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsecSpiVariable This property is required. String
Variable name
name This property is required. String
Set interface name
nameVariable This property is required. String
Variable name
network This property is required. String
Set the OSPF network type
networkVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
passiveInterface This property is required. Boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. String
Variable name
retransmitInterval This property is required. Integer
Set time between retransmitting LSAs
retransmitIntervalVariable This property is required. String
Variable name
authenticationKey This property is required. string
Set OSPF interface authentication key
authenticationKeyVariable This property is required. string
Variable name
authenticationType This property is required. string
Set OSPF interface authentication type
authenticationTypeVariable This property is required. string
Variable name
cost This property is required. number
Set cost of OSPF interface
costVariable This property is required. string
Variable name
deadInterval This property is required. number
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. string
Variable name
helloInterval This property is required. number
Set interval between OSPF hello packets
helloIntervalVariable This property is required. string
Variable name
ipsecSpi This property is required. number
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsecSpiVariable This property is required. string
Variable name
name This property is required. string
Set interface name
nameVariable This property is required. string
Variable name
network This property is required. string
Set the OSPF network type
networkVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
passiveInterface This property is required. boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. string
Variable name
retransmitInterval This property is required. number
Set time between retransmitting LSAs
retransmitIntervalVariable This property is required. string
Variable name
authentication_key This property is required. str
Set OSPF interface authentication key
authentication_key_variable This property is required. str
Variable name
authentication_type This property is required. str
Set OSPF interface authentication type
authentication_type_variable This property is required. str
Variable name
cost This property is required. int
Set cost of OSPF interface
cost_variable This property is required. str
Variable name
dead_interval This property is required. int
Set interval after which neighbor is declared to be down
dead_interval_variable This property is required. str
Variable name
hello_interval This property is required. int
Set interval between OSPF hello packets
hello_interval_variable This property is required. str
Variable name
ipsec_spi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsec_spi_variable This property is required. str
Variable name
name This property is required. str
Set interface name
name_variable This property is required. str
Variable name
network This property is required. str
Set the OSPF network type
network_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
passive_interface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
passive_interface_variable This property is required. str
Variable name
retransmit_interval This property is required. int
Set time between retransmitting LSAs
retransmit_interval_variable This property is required. str
Variable name
authenticationKey This property is required. String
Set OSPF interface authentication key
authenticationKeyVariable This property is required. String
Variable name
authenticationType This property is required. String
Set OSPF interface authentication type
authenticationTypeVariable This property is required. String
Variable name
cost This property is required. Number
Set cost of OSPF interface
costVariable This property is required. String
Variable name
deadInterval This property is required. Number
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. String
Variable name
helloInterval This property is required. Number
Set interval between OSPF hello packets
helloIntervalVariable This property is required. String
Variable name
ipsecSpi This property is required. Number
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsecSpiVariable This property is required. String
Variable name
name This property is required. String
Set interface name
nameVariable This property is required. String
Variable name
network This property is required. String
Set the OSPF network type
networkVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
passiveInterface This property is required. Boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. String
Variable name
retransmitInterval This property is required. Number
Set time between retransmitting LSAs
retransmitIntervalVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv4AreaRange

Address This property is required. string
Set Matching Prefix
AddressVariable This property is required. string
Variable name
Cost This property is required. int
Set cost for this range
CostVariable This property is required. string
Variable name
NoAdvertise This property is required. bool
Do not advertise this range
NoAdvertiseVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Address This property is required. string
Set Matching Prefix
AddressVariable This property is required. string
Variable name
Cost This property is required. int
Set cost for this range
CostVariable This property is required. string
Variable name
NoAdvertise This property is required. bool
Do not advertise this range
NoAdvertiseVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
address This property is required. String
Set Matching Prefix
addressVariable This property is required. String
Variable name
cost This property is required. Integer
Set cost for this range
costVariable This property is required. String
Variable name
noAdvertise This property is required. Boolean
Do not advertise this range
noAdvertiseVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
address This property is required. string
Set Matching Prefix
addressVariable This property is required. string
Variable name
cost This property is required. number
Set cost for this range
costVariable This property is required. string
Variable name
noAdvertise This property is required. boolean
Do not advertise this range
noAdvertiseVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
address This property is required. str
Set Matching Prefix
address_variable This property is required. str
Variable name
cost This property is required. int
Set cost for this range
cost_variable This property is required. str
Variable name
no_advertise This property is required. bool
Do not advertise this range
no_advertise_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
address This property is required. String
Set Matching Prefix
addressVariable This property is required. String
Variable name
cost This property is required. Number
Set cost for this range
costVariable This property is required. String
Variable name
noAdvertise This property is required. Boolean
Do not advertise this range
noAdvertiseVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa

AdType This property is required. string
Set the router LSA advertisement type
Optional This property is required. bool
Indicates if list item is considered optional.
Time This property is required. int
Set how long to advertise maximum metric after router starts up
TimeVariable This property is required. string
Variable name
AdType This property is required. string
Set the router LSA advertisement type
Optional This property is required. bool
Indicates if list item is considered optional.
Time This property is required. int
Set how long to advertise maximum metric after router starts up
TimeVariable This property is required. string
Variable name
adType This property is required. String
Set the router LSA advertisement type
optional This property is required. Boolean
Indicates if list item is considered optional.
time This property is required. Integer
Set how long to advertise maximum metric after router starts up
timeVariable This property is required. String
Variable name
adType This property is required. string
Set the router LSA advertisement type
optional This property is required. boolean
Indicates if list item is considered optional.
time This property is required. number
Set how long to advertise maximum metric after router starts up
timeVariable This property is required. string
Variable name
ad_type This property is required. str
Set the router LSA advertisement type
optional This property is required. bool
Indicates if list item is considered optional.
time This property is required. int
Set how long to advertise maximum metric after router starts up
time_variable This property is required. str
Variable name
adType This property is required. String
Set the router LSA advertisement type
optional This property is required. Boolean
Indicates if list item is considered optional.
time This property is required. Number
Set how long to advertise maximum metric after router starts up
timeVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv4Redistribute

NatDia This property is required. bool
Enable NAT DIA for redistributed routes
NatDiaVariable 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
ProtocolVariable This property is required. string
Variable name
RoutePolicy This property is required. string
Set route policy to apply to redistributed routes
RoutePolicyVariable This property is required. string
Variable name
NatDia This property is required. bool
Enable NAT DIA for redistributed routes
NatDiaVariable 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
ProtocolVariable This property is required. string
Variable name
RoutePolicy This property is required. string
Set route policy to apply to redistributed routes
RoutePolicyVariable This property is required. string
Variable name
natDia This property is required. Boolean
Enable NAT DIA for redistributed routes
natDiaVariable 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
protocolVariable This property is required. String
Variable name
routePolicy This property is required. String
Set route policy to apply to redistributed routes
routePolicyVariable This property is required. String
Variable name
natDia This property is required. boolean
Enable NAT DIA for redistributed routes
natDiaVariable 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
protocolVariable This property is required. string
Variable name
routePolicy This property is required. string
Set route policy to apply to redistributed routes
routePolicyVariable This property is required. string
Variable name
nat_dia This property is required. bool
Enable NAT DIA for redistributed routes
nat_dia_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
protocol This property is required. str
Set the protocol
protocol_variable This property is required. str
Variable name
route_policy This property is required. str
Set route policy to apply to redistributed routes
route_policy_variable This property is required. str
Variable name
natDia This property is required. Boolean
Enable NAT DIA for redistributed routes
natDiaVariable 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
protocolVariable This property is required. String
Variable name
routePolicy This property is required. String
Set route policy to apply to redistributed routes
routePolicyVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv6Area

AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
Interfaces This property is required. List<GetCiscoOspfv3FeatureTemplateIpv6AreaInterface>
Set OSPF interface parameters
Normal This property is required. bool
Area Type Normal
NormalVariable This property is required. string
Variable name
Nssa This property is required. bool
NSSA area
NssaNoSummary This property is required. bool
Do not inject interarea routes into NSSA
NssaNoSummaryVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Ranges This property is required. List<GetCiscoOspfv3FeatureTemplateIpv6AreaRange>
Summarize OSPF routes at an area boundary
Stub This property is required. bool
Stub area
StubNoSummary This property is required. bool
Do not inject interarea routes into stub
StubNoSummaryVariable This property is required. string
Variable name
Translate This property is required. string
Always translate LSAs on this ABR
TranslateVariable This property is required. string
Variable name
AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
Interfaces This property is required. []GetCiscoOspfv3FeatureTemplateIpv6AreaInterface
Set OSPF interface parameters
Normal This property is required. bool
Area Type Normal
NormalVariable This property is required. string
Variable name
Nssa This property is required. bool
NSSA area
NssaNoSummary This property is required. bool
Do not inject interarea routes into NSSA
NssaNoSummaryVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Ranges This property is required. []GetCiscoOspfv3FeatureTemplateIpv6AreaRange
Summarize OSPF routes at an area boundary
Stub This property is required. bool
Stub area
StubNoSummary This property is required. bool
Do not inject interarea routes into stub
StubNoSummaryVariable This property is required. string
Variable name
Translate This property is required. string
Always translate LSAs on this ABR
TranslateVariable This property is required. string
Variable name
areaNumber This property is required. Integer
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
interfaces This property is required. List<GetCiscoOspfv3FeatureTemplateIpv6AreaInterface>
Set OSPF interface parameters
normal This property is required. Boolean
Area Type Normal
normalVariable This property is required. String
Variable name
nssa This property is required. Boolean
NSSA area
nssaNoSummary This property is required. Boolean
Do not inject interarea routes into NSSA
nssaNoSummaryVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
ranges This property is required. List<GetCiscoOspfv3FeatureTemplateIpv6AreaRange>
Summarize OSPF routes at an area boundary
stub This property is required. Boolean
Stub area
stubNoSummary This property is required. Boolean
Do not inject interarea routes into stub
stubNoSummaryVariable This property is required. String
Variable name
translate This property is required. String
Always translate LSAs on this ABR
translateVariable This property is required. String
Variable name
areaNumber This property is required. number
Set OSPF area number
areaNumberVariable This property is required. string
Variable name
interfaces This property is required. GetCiscoOspfv3FeatureTemplateIpv6AreaInterface[]
Set OSPF interface parameters
normal This property is required. boolean
Area Type Normal
normalVariable This property is required. string
Variable name
nssa This property is required. boolean
NSSA area
nssaNoSummary This property is required. boolean
Do not inject interarea routes into NSSA
nssaNoSummaryVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
ranges This property is required. GetCiscoOspfv3FeatureTemplateIpv6AreaRange[]
Summarize OSPF routes at an area boundary
stub This property is required. boolean
Stub area
stubNoSummary This property is required. boolean
Do not inject interarea routes into stub
stubNoSummaryVariable This property is required. string
Variable name
translate This property is required. string
Always translate LSAs on this ABR
translateVariable This property is required. string
Variable name
area_number This property is required. int
Set OSPF area number
area_number_variable This property is required. str
Variable name
interfaces This property is required. Sequence[GetCiscoOspfv3FeatureTemplateIpv6AreaInterface]
Set OSPF interface parameters
normal This property is required. bool
Area Type Normal
normal_variable This property is required. str
Variable name
nssa This property is required. bool
NSSA area
nssa_no_summary This property is required. bool
Do not inject interarea routes into NSSA
nssa_no_summary_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
ranges This property is required. Sequence[GetCiscoOspfv3FeatureTemplateIpv6AreaRange]
Summarize OSPF routes at an area boundary
stub This property is required. bool
Stub area
stub_no_summary This property is required. bool
Do not inject interarea routes into stub
stub_no_summary_variable This property is required. str
Variable name
translate This property is required. str
Always translate LSAs on this ABR
translate_variable This property is required. str
Variable name
areaNumber This property is required. Number
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
interfaces This property is required. List<Property Map>
Set OSPF interface parameters
normal This property is required. Boolean
Area Type Normal
normalVariable This property is required. String
Variable name
nssa This property is required. Boolean
NSSA area
nssaNoSummary This property is required. Boolean
Do not inject interarea routes into NSSA
nssaNoSummaryVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
ranges This property is required. List<Property Map>
Summarize OSPF routes at an area boundary
stub This property is required. Boolean
Stub area
stubNoSummary This property is required. Boolean
Do not inject interarea routes into stub
stubNoSummaryVariable This property is required. String
Variable name
translate This property is required. String
Always translate LSAs on this ABR
translateVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv6AreaInterface

AuthenticationKey This property is required. string
Set OSPF interface authentication key
AuthenticationKeyVariable This property is required. string
Variable name
AuthenticationType This property is required. string
Set OSPF interface authentication type
AuthenticationTypeVariable This property is required. string
Variable name
Cost This property is required. int
Set cost of OSPF interface
CostVariable This property is required. string
Variable name
DeadInterval This property is required. int
Set interval after which neighbor is declared to be down
DeadIntervalVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set interval between OSPF hello packets
HelloIntervalVariable This property is required. string
Variable name
IpsecSpi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
IpsecSpiVariable This property is required. string
Variable name
Name This property is required. string
Set interface name
NameVariable This property is required. string
Variable name
Network This property is required. string
Set the OSPF network type
NetworkVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
PassiveInterface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
PassiveInterfaceVariable This property is required. string
Variable name
RetransmitInterval This property is required. int
Set time between retransmitting LSAs
RetransmitIntervalVariable This property is required. string
Variable name
AuthenticationKey This property is required. string
Set OSPF interface authentication key
AuthenticationKeyVariable This property is required. string
Variable name
AuthenticationType This property is required. string
Set OSPF interface authentication type
AuthenticationTypeVariable This property is required. string
Variable name
Cost This property is required. int
Set cost of OSPF interface
CostVariable This property is required. string
Variable name
DeadInterval This property is required. int
Set interval after which neighbor is declared to be down
DeadIntervalVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set interval between OSPF hello packets
HelloIntervalVariable This property is required. string
Variable name
IpsecSpi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
IpsecSpiVariable This property is required. string
Variable name
Name This property is required. string
Set interface name
NameVariable This property is required. string
Variable name
Network This property is required. string
Set the OSPF network type
NetworkVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
PassiveInterface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
PassiveInterfaceVariable This property is required. string
Variable name
RetransmitInterval This property is required. int
Set time between retransmitting LSAs
RetransmitIntervalVariable This property is required. string
Variable name
authenticationKey This property is required. String
Set OSPF interface authentication key
authenticationKeyVariable This property is required. String
Variable name
authenticationType This property is required. String
Set OSPF interface authentication type
authenticationTypeVariable This property is required. String
Variable name
cost This property is required. Integer
Set cost of OSPF interface
costVariable This property is required. String
Variable name
deadInterval This property is required. Integer
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. String
Variable name
helloInterval This property is required. Integer
Set interval between OSPF hello packets
helloIntervalVariable This property is required. String
Variable name
ipsecSpi This property is required. Integer
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsecSpiVariable This property is required. String
Variable name
name This property is required. String
Set interface name
nameVariable This property is required. String
Variable name
network This property is required. String
Set the OSPF network type
networkVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
passiveInterface This property is required. Boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. String
Variable name
retransmitInterval This property is required. Integer
Set time between retransmitting LSAs
retransmitIntervalVariable This property is required. String
Variable name
authenticationKey This property is required. string
Set OSPF interface authentication key
authenticationKeyVariable This property is required. string
Variable name
authenticationType This property is required. string
Set OSPF interface authentication type
authenticationTypeVariable This property is required. string
Variable name
cost This property is required. number
Set cost of OSPF interface
costVariable This property is required. string
Variable name
deadInterval This property is required. number
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. string
Variable name
helloInterval This property is required. number
Set interval between OSPF hello packets
helloIntervalVariable This property is required. string
Variable name
ipsecSpi This property is required. number
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsecSpiVariable This property is required. string
Variable name
name This property is required. string
Set interface name
nameVariable This property is required. string
Variable name
network This property is required. string
Set the OSPF network type
networkVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
passiveInterface This property is required. boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. string
Variable name
retransmitInterval This property is required. number
Set time between retransmitting LSAs
retransmitIntervalVariable This property is required. string
Variable name
authentication_key This property is required. str
Set OSPF interface authentication key
authentication_key_variable This property is required. str
Variable name
authentication_type This property is required. str
Set OSPF interface authentication type
authentication_type_variable This property is required. str
Variable name
cost This property is required. int
Set cost of OSPF interface
cost_variable This property is required. str
Variable name
dead_interval This property is required. int
Set interval after which neighbor is declared to be down
dead_interval_variable This property is required. str
Variable name
hello_interval This property is required. int
Set interval between OSPF hello packets
hello_interval_variable This property is required. str
Variable name
ipsec_spi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsec_spi_variable This property is required. str
Variable name
name This property is required. str
Set interface name
name_variable This property is required. str
Variable name
network This property is required. str
Set the OSPF network type
network_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
passive_interface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
passive_interface_variable This property is required. str
Variable name
retransmit_interval This property is required. int
Set time between retransmitting LSAs
retransmit_interval_variable This property is required. str
Variable name
authenticationKey This property is required. String
Set OSPF interface authentication key
authenticationKeyVariable This property is required. String
Variable name
authenticationType This property is required. String
Set OSPF interface authentication type
authenticationTypeVariable This property is required. String
Variable name
cost This property is required. Number
Set cost of OSPF interface
costVariable This property is required. String
Variable name
deadInterval This property is required. Number
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. String
Variable name
helloInterval This property is required. Number
Set interval between OSPF hello packets
helloIntervalVariable This property is required. String
Variable name
ipsecSpi This property is required. Number
Set OSPF interface authentication IPSec SPI, range 256..4294967295
ipsecSpiVariable This property is required. String
Variable name
name This property is required. String
Set interface name
nameVariable This property is required. String
Variable name
network This property is required. String
Set the OSPF network type
networkVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
passiveInterface This property is required. Boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. String
Variable name
retransmitInterval This property is required. Number
Set time between retransmitting LSAs
retransmitIntervalVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv6AreaRange

Address This property is required. string
Set Matching Prefix
AddressVariable This property is required. string
Variable name
Cost This property is required. int
Set cost for this range
CostVariable This property is required. string
Variable name
NoAdvertise This property is required. bool
Do not advertise this range
NoAdvertiseVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Address This property is required. string
Set Matching Prefix
AddressVariable This property is required. string
Variable name
Cost This property is required. int
Set cost for this range
CostVariable This property is required. string
Variable name
NoAdvertise This property is required. bool
Do not advertise this range
NoAdvertiseVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
address This property is required. String
Set Matching Prefix
addressVariable This property is required. String
Variable name
cost This property is required. Integer
Set cost for this range
costVariable This property is required. String
Variable name
noAdvertise This property is required. Boolean
Do not advertise this range
noAdvertiseVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
address This property is required. string
Set Matching Prefix
addressVariable This property is required. string
Variable name
cost This property is required. number
Set cost for this range
costVariable This property is required. string
Variable name
noAdvertise This property is required. boolean
Do not advertise this range
noAdvertiseVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
address This property is required. str
Set Matching Prefix
address_variable This property is required. str
Variable name
cost This property is required. int
Set cost for this range
cost_variable This property is required. str
Variable name
no_advertise This property is required. bool
Do not advertise this range
no_advertise_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
address This property is required. String
Set Matching Prefix
addressVariable This property is required. String
Variable name
cost This property is required. Number
Set cost for this range
costVariable This property is required. String
Variable name
noAdvertise This property is required. Boolean
Do not advertise this range
noAdvertiseVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa

AdType This property is required. string
Set the router LSA advertisement type
Optional This property is required. bool
Indicates if list item is considered optional.
Time This property is required. int
Set how long to advertise maximum metric after router starts up
TimeVariable This property is required. string
Variable name
AdType This property is required. string
Set the router LSA advertisement type
Optional This property is required. bool
Indicates if list item is considered optional.
Time This property is required. int
Set how long to advertise maximum metric after router starts up
TimeVariable This property is required. string
Variable name
adType This property is required. String
Set the router LSA advertisement type
optional This property is required. Boolean
Indicates if list item is considered optional.
time This property is required. Integer
Set how long to advertise maximum metric after router starts up
timeVariable This property is required. String
Variable name
adType This property is required. string
Set the router LSA advertisement type
optional This property is required. boolean
Indicates if list item is considered optional.
time This property is required. number
Set how long to advertise maximum metric after router starts up
timeVariable This property is required. string
Variable name
ad_type This property is required. str
Set the router LSA advertisement type
optional This property is required. bool
Indicates if list item is considered optional.
time This property is required. int
Set how long to advertise maximum metric after router starts up
time_variable This property is required. str
Variable name
adType This property is required. String
Set the router LSA advertisement type
optional This property is required. Boolean
Indicates if list item is considered optional.
time This property is required. Number
Set how long to advertise maximum metric after router starts up
timeVariable This property is required. String
Variable name

GetCiscoOspfv3FeatureTemplateIpv6Redistribute

Optional This property is required. bool
Indicates if list item is considered optional.
Protocol This property is required. string
Set the protocol
ProtocolVariable This property is required. string
Variable name
RoutePolicy This property is required. string
Set route policy to apply to redistributed routes
RoutePolicyVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Protocol This property is required. string
Set the protocol
ProtocolVariable This property is required. string
Variable name
RoutePolicy This property is required. string
Set route policy to apply to redistributed routes
RoutePolicyVariable This property is required. string
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
protocol This property is required. String
Set the protocol
protocolVariable This property is required. String
Variable name
routePolicy This property is required. String
Set route policy to apply to redistributed routes
routePolicyVariable This property is required. String
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
protocol This property is required. string
Set the protocol
protocolVariable This property is required. string
Variable name
routePolicy This property is required. string
Set route policy to apply to redistributed routes
routePolicyVariable This property is required. string
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
protocol This property is required. str
Set the protocol
protocol_variable This property is required. str
Variable name
route_policy This property is required. str
Set route policy to apply to redistributed routes
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
protocolVariable This property is required. String
Variable name
routePolicy This property is required. String
Set route policy to apply to redistributed routes
routePolicyVariable This property is required. String
Variable name

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.