Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCiscoOspfFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco OSPF feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoOspfFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_ospf_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.LookupCiscoOspfFeatureTemplate(ctx, &sdwan.LookupCiscoOspfFeatureTemplateArgs{
			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.GetCiscoOspfFeatureTemplate.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.GetCiscoOspfFeatureTemplateArgs;
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.getCiscoOspfFeatureTemplate(GetCiscoOspfFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoOspfFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoOspfFeatureTemplate
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 getCiscoOspfFeatureTemplate(args: GetCiscoOspfFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoOspfFeatureTemplateResult>
function getCiscoOspfFeatureTemplateOutput(args: GetCiscoOspfFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoOspfFeatureTemplateResult>def get_cisco_ospf_feature_template(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCiscoOspfFeatureTemplateResult
def get_cisco_ospf_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCiscoOspfFeatureTemplateResult]func LookupCiscoOspfFeatureTemplate(ctx *Context, args *LookupCiscoOspfFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoOspfFeatureTemplateResult, error)
func LookupCiscoOspfFeatureTemplateOutput(ctx *Context, args *LookupCiscoOspfFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoOspfFeatureTemplateResultOutput> Note: This function is named LookupCiscoOspfFeatureTemplate in the Go SDK.
public static class GetCiscoOspfFeatureTemplate 
{
    public static Task<GetCiscoOspfFeatureTemplateResult> InvokeAsync(GetCiscoOspfFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoOspfFeatureTemplateResult> Invoke(GetCiscoOspfFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoOspfFeatureTemplateResult> getCiscoOspfFeatureTemplate(GetCiscoOspfFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoOspfFeatureTemplateResult> getCiscoOspfFeatureTemplate(GetCiscoOspfFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCiscoOspfFeatureTemplate:getCiscoOspfFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoOspfFeatureTemplate Result
The following output properties are available:
- Areas
List<GetCisco Ospf Feature Template Area> 
- Configure OSPF area
- AutoCost intReference Bandwidth 
- Set reference bandwidth method to assign OSPF cost
- AutoCost stringReference Bandwidth Variable 
- Variable name
- CompatibleRfc1583 bool
- Calculate summary route cost based on RFC 1583
- CompatibleRfc1583Variable string
- Variable name
- DefaultInformation boolOriginate 
- Distribute default external route into OSPF
- DefaultInformation boolOriginate Always 
- Always advertise default route
- DefaultInformation stringOriginate Always Variable 
- Variable name
- DefaultInformation intOriginate Metric 
- Set metric used to generate default route \n\n
- DefaultInformation stringOriginate Metric Type 
- Set default route type
- DefaultInformation stringOriginate Metric Type Variable 
- Variable name
- DefaultInformation stringOriginate Metric Variable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- DistanceExternal int
- Set distance for external routes
- DistanceExternal stringVariable 
- Variable name
- DistanceInter intArea 
- Set distance for inter-area routes
- DistanceInter stringArea Variable 
- Variable name
- DistanceIntra intArea 
- Set distance for intra-area routes
- DistanceIntra stringArea Variable 
- Variable name
- Id string
- The id of the feature template
- MaxMetric List<GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa> 
- Advertise own router LSA with infinite distance
- Name string
- The name of the feature template
- Redistributes
List<GetCisco Ospf Feature Template Redistribute> 
- Redistribute routes
- RoutePolicies List<GetCisco Ospf Feature Template Route Policy> 
- Set route policy to apply
- RouterId string
- Set OSPF router ID to override system IP address
- RouterId stringVariable 
- Variable name
- TemplateType string
- The template type
- TimersSpf intDelay 
- Set delay from first change received until performing SPF calculation
- TimersSpf stringDelay Variable 
- Variable name
- TimersSpf intInitial Hold 
- Set initial hold time between consecutive SPF calculations
- TimersSpf stringInitial Hold Variable 
- Variable name
- TimersSpf intMax Hold 
- Set maximum hold time between consecutive SPF calculations
- TimersSpf stringMax Hold Variable 
- Variable name
- Version int
- The version of the feature template
- Areas
[]GetCisco Ospf Feature Template Area 
- Configure OSPF area
- AutoCost intReference Bandwidth 
- Set reference bandwidth method to assign OSPF cost
- AutoCost stringReference Bandwidth Variable 
- Variable name
- CompatibleRfc1583 bool
- Calculate summary route cost based on RFC 1583
- CompatibleRfc1583Variable string
- Variable name
- DefaultInformation boolOriginate 
- Distribute default external route into OSPF
- DefaultInformation boolOriginate Always 
- Always advertise default route
- DefaultInformation stringOriginate Always Variable 
- Variable name
- DefaultInformation intOriginate Metric 
- Set metric used to generate default route \n\n
- DefaultInformation stringOriginate Metric Type 
- Set default route type
- DefaultInformation stringOriginate Metric Type Variable 
- Variable name
- DefaultInformation stringOriginate Metric Variable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- DistanceExternal int
- Set distance for external routes
- DistanceExternal stringVariable 
- Variable name
- DistanceInter intArea 
- Set distance for inter-area routes
- DistanceInter stringArea Variable 
- Variable name
- DistanceIntra intArea 
- Set distance for intra-area routes
- DistanceIntra stringArea Variable 
- Variable name
- Id string
- The id of the feature template
- MaxMetric []GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa 
- Advertise own router LSA with infinite distance
- Name string
- The name of the feature template
- Redistributes
[]GetCisco Ospf Feature Template Redistribute 
- Redistribute routes
- RoutePolicies []GetCisco Ospf Feature Template Route Policy 
- Set route policy to apply
- RouterId string
- Set OSPF router ID to override system IP address
- RouterId stringVariable 
- Variable name
- TemplateType string
- The template type
- TimersSpf intDelay 
- Set delay from first change received until performing SPF calculation
- TimersSpf stringDelay Variable 
- Variable name
- TimersSpf intInitial Hold 
- Set initial hold time between consecutive SPF calculations
- TimersSpf stringInitial Hold Variable 
- Variable name
- TimersSpf intMax Hold 
- Set maximum hold time between consecutive SPF calculations
- TimersSpf stringMax Hold Variable 
- Variable name
- Version int
- The version of the feature template
- areas
List<GetCisco Ospf Feature Template Area> 
- Configure OSPF area
- autoCost IntegerReference Bandwidth 
- Set reference bandwidth method to assign OSPF cost
- autoCost StringReference Bandwidth Variable 
- Variable name
- compatibleRfc1583 Boolean
- Calculate summary route cost based on RFC 1583
- compatibleRfc1583Variable String
- Variable name
- defaultInformation BooleanOriginate 
- Distribute default external route into OSPF
- defaultInformation BooleanOriginate Always 
- Always advertise default route
- defaultInformation StringOriginate Always Variable 
- Variable name
- defaultInformation IntegerOriginate Metric 
- Set metric used to generate default route \n\n
- defaultInformation StringOriginate Metric Type 
- Set default route type
- defaultInformation StringOriginate Metric Type Variable 
- Variable name
- defaultInformation StringOriginate Metric Variable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- distanceExternal Integer
- Set distance for external routes
- distanceExternal StringVariable 
- Variable name
- distanceInter IntegerArea 
- Set distance for inter-area routes
- distanceInter StringArea Variable 
- Variable name
- distanceIntra IntegerArea 
- Set distance for intra-area routes
- distanceIntra StringArea Variable 
- Variable name
- id String
- The id of the feature template
- maxMetric List<GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa> 
- Advertise own router LSA with infinite distance
- name String
- The name of the feature template
- redistributes
List<GetCisco Ospf Feature Template Redistribute> 
- Redistribute routes
- routePolicies List<GetCisco Ospf Feature Template Route Policy> 
- Set route policy to apply
- routerId String
- Set OSPF router ID to override system IP address
- routerId StringVariable 
- Variable name
- templateType String
- The template type
- timersSpf IntegerDelay 
- Set delay from first change received until performing SPF calculation
- timersSpf StringDelay Variable 
- Variable name
- timersSpf IntegerInitial Hold 
- Set initial hold time between consecutive SPF calculations
- timersSpf StringInitial Hold Variable 
- Variable name
- timersSpf IntegerMax Hold 
- Set maximum hold time between consecutive SPF calculations
- timersSpf StringMax Hold Variable 
- Variable name
- version Integer
- The version of the feature template
- areas
GetCisco Ospf Feature Template Area[] 
- Configure OSPF area
- autoCost numberReference Bandwidth 
- Set reference bandwidth method to assign OSPF cost
- autoCost stringReference Bandwidth Variable 
- Variable name
- compatibleRfc1583 boolean
- Calculate summary route cost based on RFC 1583
- compatibleRfc1583Variable string
- Variable name
- defaultInformation booleanOriginate 
- Distribute default external route into OSPF
- defaultInformation booleanOriginate Always 
- Always advertise default route
- defaultInformation stringOriginate Always Variable 
- Variable name
- defaultInformation numberOriginate Metric 
- Set metric used to generate default route \n\n
- defaultInformation stringOriginate Metric Type 
- Set default route type
- defaultInformation stringOriginate Metric Type Variable 
- Variable name
- defaultInformation stringOriginate Metric Variable 
- Variable name
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- distanceExternal number
- Set distance for external routes
- distanceExternal stringVariable 
- Variable name
- distanceInter numberArea 
- Set distance for inter-area routes
- distanceInter stringArea Variable 
- Variable name
- distanceIntra numberArea 
- Set distance for intra-area routes
- distanceIntra stringArea Variable 
- Variable name
- id string
- The id of the feature template
- maxMetric GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa[] 
- Advertise own router LSA with infinite distance
- name string
- The name of the feature template
- redistributes
GetCisco Ospf Feature Template Redistribute[] 
- Redistribute routes
- routePolicies GetCisco Ospf Feature Template Route Policy[] 
- Set route policy to apply
- routerId string
- Set OSPF router ID to override system IP address
- routerId stringVariable 
- Variable name
- templateType string
- The template type
- timersSpf numberDelay 
- Set delay from first change received until performing SPF calculation
- timersSpf stringDelay Variable 
- Variable name
- timersSpf numberInitial Hold 
- Set initial hold time between consecutive SPF calculations
- timersSpf stringInitial Hold Variable 
- Variable name
- timersSpf numberMax Hold 
- Set maximum hold time between consecutive SPF calculations
- timersSpf stringMax Hold Variable 
- Variable name
- version number
- The version of the feature template
- areas
Sequence[GetCisco Ospf Feature Template Area] 
- Configure OSPF area
- auto_cost_ intreference_ bandwidth 
- Set reference bandwidth method to assign OSPF cost
- auto_cost_ strreference_ bandwidth_ variable 
- Variable name
- compatible_rfc1583 bool
- Calculate summary route cost based on RFC 1583
- compatible_rfc1583_ strvariable 
- Variable name
- default_information_ booloriginate 
- Distribute default external route into OSPF
- default_information_ booloriginate_ always 
- Always advertise default route
- default_information_ stroriginate_ always_ variable 
- Variable name
- default_information_ intoriginate_ metric 
- Set metric used to generate default route \n\n
- default_information_ stroriginate_ metric_ type 
- Set default route type
- default_information_ stroriginate_ metric_ type_ variable 
- Variable name
- default_information_ stroriginate_ metric_ variable 
- Variable name
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- distance_external int
- Set distance for external routes
- distance_external_ strvariable 
- Variable name
- distance_inter_ intarea 
- Set distance for inter-area routes
- distance_inter_ strarea_ variable 
- Variable name
- distance_intra_ intarea 
- Set distance for intra-area routes
- distance_intra_ strarea_ variable 
- Variable name
- id str
- The id of the feature template
- max_metric_ Sequence[Getrouter_ lsas Cisco Ospf Feature Template Max Metric Router Lsa] 
- Advertise own router LSA with infinite distance
- name str
- The name of the feature template
- redistributes
Sequence[GetCisco Ospf Feature Template Redistribute] 
- Redistribute routes
- route_policies Sequence[GetCisco Ospf Feature Template Route Policy] 
- Set route policy to apply
- router_id str
- Set OSPF router ID to override system IP address
- router_id_ strvariable 
- Variable name
- template_type str
- The template type
- timers_spf_ intdelay 
- Set delay from first change received until performing SPF calculation
- timers_spf_ strdelay_ variable 
- Variable name
- timers_spf_ intinitial_ hold 
- Set initial hold time between consecutive SPF calculations
- timers_spf_ strinitial_ hold_ variable 
- Variable name
- timers_spf_ intmax_ hold 
- Set maximum hold time between consecutive SPF calculations
- timers_spf_ strmax_ hold_ variable 
- Variable name
- version int
- The version of the feature template
- areas List<Property Map>
- Configure OSPF area
- autoCost NumberReference Bandwidth 
- Set reference bandwidth method to assign OSPF cost
- autoCost StringReference Bandwidth Variable 
- Variable name
- compatibleRfc1583 Boolean
- Calculate summary route cost based on RFC 1583
- compatibleRfc1583Variable String
- Variable name
- defaultInformation BooleanOriginate 
- Distribute default external route into OSPF
- defaultInformation BooleanOriginate Always 
- Always advertise default route
- defaultInformation StringOriginate Always Variable 
- Variable name
- defaultInformation NumberOriginate Metric 
- Set metric used to generate default route \n\n
- defaultInformation StringOriginate Metric Type 
- Set default route type
- defaultInformation StringOriginate Metric Type Variable 
- Variable name
- defaultInformation StringOriginate Metric Variable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- distanceExternal Number
- Set distance for external routes
- distanceExternal StringVariable 
- Variable name
- distanceInter NumberArea 
- Set distance for inter-area routes
- distanceInter StringArea Variable 
- Variable name
- distanceIntra NumberArea 
- Set distance for intra-area routes
- distanceIntra StringArea Variable 
- Variable name
- id String
- The id of the feature template
- maxMetric List<Property Map>Router Lsas 
- Advertise own router LSA with infinite distance
- name String
- The name of the feature template
- redistributes List<Property Map>
- Redistribute routes
- routePolicies List<Property Map>
- Set route policy to apply
- routerId String
- Set OSPF router ID to override system IP address
- routerId StringVariable 
- Variable name
- templateType String
- The template type
- timersSpf NumberDelay 
- Set delay from first change received until performing SPF calculation
- timersSpf StringDelay Variable 
- Variable name
- timersSpf NumberInitial Hold 
- Set initial hold time between consecutive SPF calculations
- timersSpf StringInitial Hold Variable 
- Variable name
- timersSpf NumberMax Hold 
- Set maximum hold time between consecutive SPF calculations
- timersSpf StringMax Hold Variable 
- Variable name
- version Number
- The version of the feature template
Supporting Types
GetCiscoOspfFeatureTemplateArea     
- AreaNumber int
- Set OSPF area number
- AreaNumber stringVariable 
- Variable name
- Interfaces
List<GetCisco Ospf Feature Template Area Interface> 
- Set OSPF interface parameters
- Nssa bool
- NSSA area
- NssaNo boolSummary 
- Do not inject interarea routes into NSSA
- NssaNo stringSummary Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
List<GetCisco Ospf Feature Template Area Range> 
- Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- StubNo boolSummary 
- Do not inject interarea routes into stub
- StubNo stringSummary Variable 
- Variable name
- AreaNumber int
- Set OSPF area number
- AreaNumber stringVariable 
- Variable name
- Interfaces
[]GetCisco Ospf Feature Template Area Interface 
- Set OSPF interface parameters
- Nssa bool
- NSSA area
- NssaNo boolSummary 
- Do not inject interarea routes into NSSA
- NssaNo stringSummary Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
[]GetCisco Ospf Feature Template Area Range 
- Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- StubNo boolSummary 
- Do not inject interarea routes into stub
- StubNo stringSummary Variable 
- Variable name
- areaNumber Integer
- Set OSPF area number
- areaNumber StringVariable 
- Variable name
- interfaces
List<GetCisco Ospf Feature Template Area Interface> 
- Set OSPF interface parameters
- nssa Boolean
- NSSA area
- nssaNo BooleanSummary 
- Do not inject interarea routes into NSSA
- nssaNo StringSummary Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges
List<GetCisco Ospf Feature Template Area Range> 
- Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stubNo BooleanSummary 
- Do not inject interarea routes into stub
- stubNo StringSummary Variable 
- Variable name
- areaNumber number
- Set OSPF area number
- areaNumber stringVariable 
- Variable name
- interfaces
GetCisco Ospf Feature Template Area Interface[] 
- Set OSPF interface parameters
- nssa boolean
- NSSA area
- nssaNo booleanSummary 
- Do not inject interarea routes into NSSA
- nssaNo stringSummary Variable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- ranges
GetCisco Ospf Feature Template Area Range[] 
- Summarize OSPF routes at an area boundary
- stub boolean
- Stub area
- stubNo booleanSummary 
- Do not inject interarea routes into stub
- stubNo stringSummary Variable 
- Variable name
- area_number int
- Set OSPF area number
- area_number_ strvariable 
- Variable name
- interfaces
Sequence[GetCisco Ospf Feature Template Area Interface] 
- Set OSPF interface parameters
- nssa bool
- NSSA area
- nssa_no_ boolsummary 
- Do not inject interarea routes into NSSA
- nssa_no_ strsummary_ variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- ranges
Sequence[GetCisco Ospf Feature Template Area Range] 
- Summarize OSPF routes at an area boundary
- stub bool
- Stub area
- stub_no_ boolsummary 
- Do not inject interarea routes into stub
- stub_no_ strsummary_ variable 
- Variable name
- areaNumber Number
- Set OSPF area number
- areaNumber StringVariable 
- Variable name
- interfaces List<Property Map>
- Set OSPF interface parameters
- nssa Boolean
- NSSA area
- nssaNo BooleanSummary 
- Do not inject interarea routes into NSSA
- nssaNo StringSummary Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stubNo BooleanSummary 
- Do not inject interarea routes into stub
- stubNo StringSummary Variable 
- Variable name
GetCiscoOspfFeatureTemplateAreaInterface      
- AuthenticationMessage stringDigest Key 
- Set MD5 authentication key
- AuthenticationMessage intDigest Key Id 
- Set MD5 message digest key
- AuthenticationMessage stringDigest Key Id Variable 
- Variable name
- AuthenticationMessage stringDigest Key Variable 
- Variable name
- AuthenticationType string
- Set OSPF interface authentication type
- AuthenticationType stringVariable 
- 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
- DeadInterval stringVariable 
- Variable name
- HelloInterval int
- Set interval between OSPF hello packets
- HelloInterval stringVariable 
- 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
- PassiveInterface stringVariable 
- Variable name
- Priority int
- Set router’s priority to be elected as designated router
- PriorityVariable string
- Variable name
- RetransmitInterval int
- Set time between retransmitting LSAs
- RetransmitInterval stringVariable 
- Variable name
- AuthenticationMessage stringDigest Key 
- Set MD5 authentication key
- AuthenticationMessage intDigest Key Id 
- Set MD5 message digest key
- AuthenticationMessage stringDigest Key Id Variable 
- Variable name
- AuthenticationMessage stringDigest Key Variable 
- Variable name
- AuthenticationType string
- Set OSPF interface authentication type
- AuthenticationType stringVariable 
- 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
- DeadInterval stringVariable 
- Variable name
- HelloInterval int
- Set interval between OSPF hello packets
- HelloInterval stringVariable 
- 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
- PassiveInterface stringVariable 
- Variable name
- Priority int
- Set router’s priority to be elected as designated router
- PriorityVariable string
- Variable name
- RetransmitInterval int
- Set time between retransmitting LSAs
- RetransmitInterval stringVariable 
- Variable name
- authenticationMessage StringDigest Key 
- Set MD5 authentication key
- authenticationMessage IntegerDigest Key Id 
- Set MD5 message digest key
- authenticationMessage StringDigest Key Id Variable 
- Variable name
- authenticationMessage StringDigest Key Variable 
- Variable name
- authenticationType String
- Set OSPF interface authentication type
- authenticationType StringVariable 
- 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
- deadInterval StringVariable 
- Variable name
- helloInterval Integer
- Set interval between OSPF hello packets
- helloInterval StringVariable 
- 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
- passiveInterface StringVariable 
- Variable name
- priority Integer
- Set router’s priority to be elected as designated router
- priorityVariable String
- Variable name
- retransmitInterval Integer
- Set time between retransmitting LSAs
- retransmitInterval StringVariable 
- Variable name
- authenticationMessage stringDigest Key 
- Set MD5 authentication key
- authenticationMessage numberDigest Key Id 
- Set MD5 message digest key
- authenticationMessage stringDigest Key Id Variable 
- Variable name
- authenticationMessage stringDigest Key Variable 
- Variable name
- authenticationType string
- Set OSPF interface authentication type
- authenticationType stringVariable 
- 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
- deadInterval stringVariable 
- Variable name
- helloInterval number
- Set interval between OSPF hello packets
- helloInterval stringVariable 
- 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
- passiveInterface stringVariable 
- Variable name
- priority number
- Set router’s priority to be elected as designated router
- priorityVariable string
- Variable name
- retransmitInterval number
- Set time between retransmitting LSAs
- retransmitInterval stringVariable 
- Variable name
- authentication_message_ strdigest_ key 
- Set MD5 authentication key
- authentication_message_ intdigest_ key_ id 
- Set MD5 message digest key
- authentication_message_ strdigest_ key_ id_ variable 
- Variable name
- authentication_message_ strdigest_ key_ variable 
- Variable name
- authentication_type str
- Set OSPF interface authentication type
- authentication_type_ strvariable 
- Variable name
- cost int
- Set cost of OSPF interface
- cost_variable str
- Variable name
- dead_interval int
- Set interval after which neighbor is declared to be down
- dead_interval_ strvariable 
- Variable name
- hello_interval int
- Set interval between OSPF hello packets
- hello_interval_ strvariable 
- Variable name
- name str
- Set interface name
- name_variable str
- Variable name
- network str
- Set the OSPF network type
- network_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- passive_interface bool
- Set the interface to advertise its address, but not to actively run OSPF
- passive_interface_ strvariable 
- Variable name
- priority int
- Set router’s priority to be elected as designated router
- priority_variable str
- Variable name
- retransmit_interval int
- Set time between retransmitting LSAs
- retransmit_interval_ strvariable 
- Variable name
- authenticationMessage StringDigest Key 
- Set MD5 authentication key
- authenticationMessage NumberDigest Key Id 
- Set MD5 message digest key
- authenticationMessage StringDigest Key Id Variable 
- Variable name
- authenticationMessage StringDigest Key Variable 
- Variable name
- authenticationType String
- Set OSPF interface authentication type
- authenticationType StringVariable 
- 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
- deadInterval StringVariable 
- Variable name
- helloInterval Number
- Set interval between OSPF hello packets
- helloInterval StringVariable 
- 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
- passiveInterface StringVariable 
- Variable name
- priority Number
- Set router’s priority to be elected as designated router
- priorityVariable String
- Variable name
- retransmitInterval Number
- Set time between retransmitting LSAs
- retransmitInterval StringVariable 
- Variable name
GetCiscoOspfFeatureTemplateAreaRange      
- 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
- NoAdvertise stringVariable 
- 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
- NoAdvertise stringVariable 
- 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
- noAdvertise StringVariable 
- 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
- noAdvertise stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- address str
- Set matching prefix
- address_variable str
- Variable name
- cost int
- Set cost for this range
- cost_variable str
- Variable name
- no_advertise bool
- Do not advertise this range
- no_advertise_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- address String
- Set matching prefix
- addressVariable String
- Variable name
- cost Number
- Set cost for this range
- costVariable String
- Variable name
- noAdvertise Boolean
- Do not advertise this range
- noAdvertise StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoOspfFeatureTemplateMaxMetricRouterLsa        
- 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
GetCiscoOspfFeatureTemplateRedistribute     
- NatDia bool
- Enable NAT DIA for redistributed routes
- NatDia stringVariable 
- 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
- RoutePolicy stringVariable 
- Variable name
- NatDia bool
- Enable NAT DIA for redistributed routes
- NatDia stringVariable 
- 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
- RoutePolicy stringVariable 
- Variable name
- natDia Boolean
- Enable NAT DIA for redistributed routes
- natDia StringVariable 
- 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
- routePolicy StringVariable 
- Variable name
- natDia boolean
- Enable NAT DIA for redistributed routes
- natDia stringVariable 
- 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
- routePolicy stringVariable 
- Variable name
- nat_dia bool
- Enable NAT DIA for redistributed routes
- nat_dia_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Set the protocol
- protocol_variable str
- Variable name
- route_policy str
- Set route policy to apply to redistributed routes
- route_policy_ strvariable 
- Variable name
- natDia Boolean
- Enable NAT DIA for redistributed routes
- natDia StringVariable 
- 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
- routePolicy StringVariable 
- Variable name
GetCiscoOspfFeatureTemplateRoutePolicy      
- Direction string
- Set direction to apply policy
- DirectionVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PolicyName string
- Name of route policy
- PolicyName stringVariable 
- Variable name
- Direction string
- Set direction to apply policy
- DirectionVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PolicyName string
- Name of route policy
- PolicyName stringVariable 
- Variable name
- direction String
- Set direction to apply policy
- directionVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- policyName String
- Name of route policy
- policyName StringVariable 
- Variable name
- direction string
- Set direction to apply policy
- directionVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- policyName string
- Name of route policy
- policyName stringVariable 
- Variable name
- direction str
- Set direction to apply policy
- direction_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- policy_name str
- Name of route policy
- policy_name_ strvariable 
- Variable name
- direction String
- Set direction to apply policy
- directionVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- policyName String
- Name of route policy
- policyName StringVariable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
