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

sdwan.getCiscoOspfv3FeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This data source can read the Cisco 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getCiscoOspfv3FeatureTemplate:getCiscoOspfv3FeatureTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

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

    GetCiscoOspfv3FeatureTemplateIpv4AreaInterface

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

    GetCiscoOspfv3FeatureTemplateIpv4AreaRange

    Address string
    Set Matching Prefix
    AddressVariable string
    Variable name
    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Address string
    Set Matching Prefix
    AddressVariable string
    Variable name
    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    address String
    Set Matching Prefix
    addressVariable String
    Variable name
    cost Integer
    Set cost for this range
    costVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    address string
    Set Matching Prefix
    addressVariable string
    Variable name
    cost number
    Set cost for this range
    costVariable string
    Variable name
    noAdvertise boolean
    Do not advertise this range
    noAdvertiseVariable string
    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_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    address String
    Set Matching Prefix
    addressVariable String
    Variable name
    cost Number
    Set cost for this range
    costVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoOspfv3FeatureTemplateIpv4MaxMetricRouterLsa

    AdType 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
    TimeVariable string
    Variable name
    AdType 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
    TimeVariable string
    Variable name
    adType 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
    timeVariable String
    Variable name
    adType 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
    timeVariable 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
    adType 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
    timeVariable String
    Variable name

    GetCiscoOspfv3FeatureTemplateIpv4Redistribute

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

    GetCiscoOspfv3FeatureTemplateIpv6Area

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

    GetCiscoOspfv3FeatureTemplateIpv6AreaInterface

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

    GetCiscoOspfv3FeatureTemplateIpv6AreaRange

    Address string
    Set Matching Prefix
    AddressVariable string
    Variable name
    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Address string
    Set Matching Prefix
    AddressVariable string
    Variable name
    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    address String
    Set Matching Prefix
    addressVariable String
    Variable name
    cost Integer
    Set cost for this range
    costVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    address string
    Set Matching Prefix
    addressVariable string
    Variable name
    cost number
    Set cost for this range
    costVariable string
    Variable name
    noAdvertise boolean
    Do not advertise this range
    noAdvertiseVariable string
    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_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    address String
    Set Matching Prefix
    addressVariable String
    Variable name
    cost Number
    Set cost for this range
    costVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoOspfv3FeatureTemplateIpv6MaxMetricRouterLsa

    AdType 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
    TimeVariable string
    Variable name
    AdType 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
    TimeVariable string
    Variable name
    adType 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
    timeVariable String
    Variable name
    adType 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
    timeVariable 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
    adType 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
    timeVariable String
    Variable name

    GetCiscoOspfv3FeatureTemplateIpv6Redistribute

    Optional bool
    Indicates if list item is considered optional.
    Protocol string
    Set the protocol
    ProtocolVariable string
    Variable name
    RoutePolicy string
    Set route policy to apply to redistributed routes
    RoutePolicyVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Protocol string
    Set the protocol
    ProtocolVariable string
    Variable name
    RoutePolicy string
    Set route policy to apply to redistributed routes
    RoutePolicyVariable string
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    protocol String
    Set the protocol
    protocolVariable String
    Variable name
    routePolicy String
    Set route policy to apply to redistributed routes
    routePolicyVariable String
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    protocol string
    Set the protocol
    protocolVariable string
    Variable name
    routePolicy string
    Set route policy to apply to redistributed routes
    routePolicyVariable string
    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_variable str
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    protocol String
    Set the protocol
    protocolVariable String
    Variable name
    routePolicy String
    Set route policy to apply to redistributed routes
    routePolicyVariable 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.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi