Cisco Catalyst SD-WAN v0.3.2 published on Wednesday, Jul 16, 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 dictionary
The following arguments are supported:
getCiscoOspfFeatureTemplate Result
The following output properties are available:
- Areas
List<Get
Cisco Ospf Feature Template Area> - Configure OSPF area
- Auto
Cost Reference Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Auto
Cost Reference Bandwidth Variable string - Variable name
- Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Compatible
Rfc1583Variable string - Variable name
- Default
Information Originate bool - Distribute default external route into OSPF
- Default
Information Originate Always bool - Always advertise default route
- Default
Information Originate Always Variable string - Variable name
- Default
Information Originate Metric int - Set metric used to generate default route \n\n
- Default
Information Originate Metric Type string - Set default route type
- Default
Information Originate Metric Type Variable string - Variable name
- Default
Information Originate Metric Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Distance
External int - Set distance for external routes
- Distance
External Variable string - Variable name
- Distance
Inter Area int - Set distance for inter-area routes
- Distance
Inter Area Variable string - Variable name
- Distance
Intra Area int - Set distance for intra-area routes
- Distance
Intra Area Variable string - Variable name
- Id string
- The id of the feature template
- Max
Metric Router Lsas List<Get 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<Get
Cisco Ospf Feature Template Redistribute> - Redistribute routes
- Route
Policies List<Get Cisco Ospf Feature Template Route Policy> - Set route policy to apply
- Router
Id string - Set OSPF router ID to override system IP address
- Router
Id Variable string - Variable name
- Template
Type string - The template type
- Timers
Spf Delay int - Set delay from first change received until performing SPF calculation
- Timers
Spf Delay Variable string - Variable name
- Timers
Spf Initial Hold int - Set initial hold time between consecutive SPF calculations
- Timers
Spf Initial Hold Variable string - Variable name
- Timers
Spf Max Hold int - Set maximum hold time between consecutive SPF calculations
- Timers
Spf Max Hold Variable string - Variable name
- Version int
- The version of the feature template
- Areas
[]Get
Cisco Ospf Feature Template Area - Configure OSPF area
- Auto
Cost Reference Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Auto
Cost Reference Bandwidth Variable string - Variable name
- Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Compatible
Rfc1583Variable string - Variable name
- Default
Information Originate bool - Distribute default external route into OSPF
- Default
Information Originate Always bool - Always advertise default route
- Default
Information Originate Always Variable string - Variable name
- Default
Information Originate Metric int - Set metric used to generate default route \n\n
- Default
Information Originate Metric Type string - Set default route type
- Default
Information Originate Metric Type Variable string - Variable name
- Default
Information Originate Metric Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Distance
External int - Set distance for external routes
- Distance
External Variable string - Variable name
- Distance
Inter Area int - Set distance for inter-area routes
- Distance
Inter Area Variable string - Variable name
- Distance
Intra Area int - Set distance for intra-area routes
- Distance
Intra Area Variable string - Variable name
- Id string
- The id of the feature template
- Max
Metric Router Lsas []Get Cisco Ospf Feature Template Max Metric Router Lsa - Advertise own router LSA with infinite distance
- Name string
- The name of the feature template
- Redistributes
[]Get
Cisco Ospf Feature Template Redistribute - Redistribute routes
- Route
Policies []Get Cisco Ospf Feature Template Route Policy - Set route policy to apply
- Router
Id string - Set OSPF router ID to override system IP address
- Router
Id Variable string - Variable name
- Template
Type string - The template type
- Timers
Spf Delay int - Set delay from first change received until performing SPF calculation
- Timers
Spf Delay Variable string - Variable name
- Timers
Spf Initial Hold int - Set initial hold time between consecutive SPF calculations
- Timers
Spf Initial Hold Variable string - Variable name
- Timers
Spf Max Hold int - Set maximum hold time between consecutive SPF calculations
- Timers
Spf Max Hold Variable string - Variable name
- Version int
- The version of the feature template
- areas
List<Get
Cisco Ospf Feature Template Area> - Configure OSPF area
- auto
Cost Reference Bandwidth Integer - Set reference bandwidth method to assign OSPF cost
- auto
Cost Reference Bandwidth Variable String - Variable name
- compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable String - Variable name
- default
Information Originate Boolean - Distribute default external route into OSPF
- default
Information Originate Always Boolean - Always advertise default route
- default
Information Originate Always Variable String - Variable name
- default
Information Originate Metric Integer - Set metric used to generate default route \n\n
- default
Information Originate Metric Type String - Set default route type
- default
Information Originate Metric Type Variable String - Variable name
- default
Information Originate Metric Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- distance
External Integer - Set distance for external routes
- distance
External Variable String - Variable name
- distance
Inter Area Integer - Set distance for inter-area routes
- distance
Inter Area Variable String - Variable name
- distance
Intra Area Integer - Set distance for intra-area routes
- distance
Intra Area Variable String - Variable name
- id String
- The id of the feature template
- max
Metric Router Lsas List<Get 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<Get
Cisco Ospf Feature Template Redistribute> - Redistribute routes
- route
Policies List<Get Cisco Ospf Feature Template Route Policy> - Set route policy to apply
- router
Id String - Set OSPF router ID to override system IP address
- router
Id Variable String - Variable name
- template
Type String - The template type
- timers
Spf Delay Integer - Set delay from first change received until performing SPF calculation
- timers
Spf Delay Variable String - Variable name
- timers
Spf Initial Hold Integer - Set initial hold time between consecutive SPF calculations
- timers
Spf Initial Hold Variable String - Variable name
- timers
Spf Max Hold Integer - Set maximum hold time between consecutive SPF calculations
- timers
Spf Max Hold Variable String - Variable name
- version Integer
- The version of the feature template
- areas
Get
Cisco Ospf Feature Template Area[] - Configure OSPF area
- auto
Cost Reference Bandwidth number - Set reference bandwidth method to assign OSPF cost
- auto
Cost Reference Bandwidth Variable string - Variable name
- compatible
Rfc1583 boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable string - Variable name
- default
Information Originate boolean - Distribute default external route into OSPF
- default
Information Originate Always boolean - Always advertise default route
- default
Information Originate Always Variable string - Variable name
- default
Information Originate Metric number - Set metric used to generate default route \n\n
- default
Information Originate Metric Type string - Set default route type
- default
Information Originate Metric Type Variable string - Variable name
- default
Information Originate Metric Variable string - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- distance
External number - Set distance for external routes
- distance
External Variable string - Variable name
- distance
Inter Area number - Set distance for inter-area routes
- distance
Inter Area Variable string - Variable name
- distance
Intra Area number - Set distance for intra-area routes
- distance
Intra Area Variable string - Variable name
- id string
- The id of the feature template
- max
Metric Router Lsas Get Cisco Ospf Feature Template Max Metric Router Lsa[] - Advertise own router LSA with infinite distance
- name string
- The name of the feature template
- redistributes
Get
Cisco Ospf Feature Template Redistribute[] - Redistribute routes
- route
Policies Get Cisco Ospf Feature Template Route Policy[] - Set route policy to apply
- router
Id string - Set OSPF router ID to override system IP address
- router
Id Variable string - Variable name
- template
Type string - The template type
- timers
Spf Delay number - Set delay from first change received until performing SPF calculation
- timers
Spf Delay Variable string - Variable name
- timers
Spf Initial Hold number - Set initial hold time between consecutive SPF calculations
- timers
Spf Initial Hold Variable string - Variable name
- timers
Spf Max Hold number - Set maximum hold time between consecutive SPF calculations
- timers
Spf Max Hold Variable string - Variable name
- version number
- The version of the feature template
- areas
Sequence[Get
Cisco Ospf Feature Template Area] - Configure OSPF area
- auto_
cost_ reference_ bandwidth int - Set reference bandwidth method to assign OSPF cost
- auto_
cost_ reference_ bandwidth_ variable str - Variable name
- compatible_
rfc1583 bool - Calculate summary route cost based on RFC 1583
- compatible_
rfc1583_ variable str - Variable name
- default_
information_ originate bool - Distribute default external route into OSPF
- default_
information_ originate_ always bool - Always advertise default route
- default_
information_ originate_ always_ variable str - Variable name
- default_
information_ originate_ metric int - Set metric used to generate default route \n\n
- default_
information_ originate_ metric_ type str - Set default route type
- default_
information_ originate_ metric_ type_ variable str - Variable name
- default_
information_ originate_ metric_ variable str - 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_ variable str - Variable name
- distance_
inter_ area int - Set distance for inter-area routes
- distance_
inter_ area_ variable str - Variable name
- distance_
intra_ area int - Set distance for intra-area routes
- distance_
intra_ area_ variable str - Variable name
- id str
- The id of the feature template
- max_
metric_ router_ lsas Sequence[Get 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[Get
Cisco Ospf Feature Template Redistribute] - Redistribute routes
- route_
policies Sequence[Get Cisco Ospf Feature Template Route Policy] - Set route policy to apply
- router_
id str - Set OSPF router ID to override system IP address
- router_
id_ variable str - Variable name
- template_
type str - The template type
- timers_
spf_ delay int - Set delay from first change received until performing SPF calculation
- timers_
spf_ delay_ variable str - Variable name
- timers_
spf_ initial_ hold int - Set initial hold time between consecutive SPF calculations
- timers_
spf_ initial_ hold_ variable str - Variable name
- timers_
spf_ max_ hold int - Set maximum hold time between consecutive SPF calculations
- timers_
spf_ max_ hold_ variable str - Variable name
- version int
- The version of the feature template
- areas List<Property Map>
- Configure OSPF area
- auto
Cost Reference Bandwidth Number - Set reference bandwidth method to assign OSPF cost
- auto
Cost Reference Bandwidth Variable String - Variable name
- compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable String - Variable name
- default
Information Originate Boolean - Distribute default external route into OSPF
- default
Information Originate Always Boolean - Always advertise default route
- default
Information Originate Always Variable String - Variable name
- default
Information Originate Metric Number - Set metric used to generate default route \n\n
- default
Information Originate Metric Type String - Set default route type
- default
Information Originate Metric Type Variable String - Variable name
- default
Information Originate Metric Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- distance
External Number - Set distance for external routes
- distance
External Variable String - Variable name
- distance
Inter Area Number - Set distance for inter-area routes
- distance
Inter Area Variable String - Variable name
- distance
Intra Area Number - Set distance for intra-area routes
- distance
Intra Area Variable String - Variable name
- id String
- The id of the feature template
- max
Metric Router Lsas List<Property Map> - Advertise own router LSA with infinite distance
- name String
- The name of the feature template
- redistributes List<Property Map>
- Redistribute routes
- route
Policies List<Property Map> - Set route policy to apply
- router
Id String - Set OSPF router ID to override system IP address
- router
Id Variable String - Variable name
- template
Type String - The template type
- timers
Spf Delay Number - Set delay from first change received until performing SPF calculation
- timers
Spf Delay Variable String - Variable name
- timers
Spf Initial Hold Number - Set initial hold time between consecutive SPF calculations
- timers
Spf Initial Hold Variable String - Variable name
- timers
Spf Max Hold Number - Set maximum hold time between consecutive SPF calculations
- timers
Spf Max Hold Variable String - Variable name
- version Number
- The version of the feature template
Supporting Types
Get Cisco Ospf Feature Template Area
- Area
Number int - Set OSPF area number
- Area
Number Variable string - Variable name
- Interfaces
List<Get
Cisco Ospf Feature Template Area Interface> - Set OSPF interface parameters
- Nssa bool
- NSSA area
- Nssa
No Summary bool - Do not inject interarea routes into NSSA
- Nssa
No Summary Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
List<Get
Cisco Ospf Feature Template Area Range> - 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 string - Variable name
- Area
Number int - Set OSPF area number
- Area
Number Variable string - Variable name
- Interfaces
[]Get
Cisco Ospf Feature Template Area Interface - Set OSPF interface parameters
- Nssa bool
- NSSA area
- Nssa
No Summary bool - Do not inject interarea routes into NSSA
- Nssa
No Summary Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
[]Get
Cisco Ospf Feature Template Area Range - 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 string - Variable name
- area
Number Integer - Set OSPF area number
- area
Number Variable String - Variable name
- interfaces
List<Get
Cisco Ospf Feature Template Area Interface> - Set OSPF interface parameters
- nssa Boolean
- NSSA area
- nssa
No Summary Boolean - Do not inject interarea routes into NSSA
- nssa
No Summary Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges
List<Get
Cisco Ospf Feature Template Area Range> - Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No Summary Boolean - Do not inject interarea routes into stub
- stub
No Summary Variable String - Variable name
- area
Number number - Set OSPF area number
- area
Number Variable string - Variable name
- interfaces
Get
Cisco Ospf Feature Template Area Interface[] - Set OSPF interface parameters
- nssa boolean
- NSSA area
- nssa
No Summary boolean - Do not inject interarea routes into NSSA
- nssa
No Summary Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- ranges
Get
Cisco Ospf Feature Template Area Range[] - Summarize OSPF routes at an area boundary
- stub boolean
- Stub area
- stub
No Summary boolean - Do not inject interarea routes into stub
- stub
No Summary Variable string - Variable name
- area_
number int - Set OSPF area number
- area_
number_ variable str - Variable name
- interfaces
Sequence[Get
Cisco Ospf Feature Template Area Interface] - Set OSPF interface parameters
- 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[Get
Cisco Ospf Feature Template Area Range] - 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
- area
Number Number - Set OSPF area number
- area
Number Variable String - Variable name
- interfaces List<Property Map>
- Set OSPF interface parameters
- nssa Boolean
- NSSA area
- nssa
No Summary Boolean - Do not inject interarea routes into NSSA
- nssa
No Summary Variable 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
- stub
No Summary Boolean - Do not inject interarea routes into stub
- stub
No Summary Variable String - Variable name
Get Cisco Ospf Feature Template Area Interface
- Authentication
Message Digest Key string - Set MD5 authentication key
- Authentication
Message Digest Key Id int - Set MD5 message digest key
- Authentication
Message Digest Key Id Variable string - Variable name
- Authentication
Message Digest Key Variable string - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type Variable string - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable string - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval Variable string - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable string - Variable name
- Priority int
- Set router’s priority to be elected as designated router
- Priority
Variable string - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval Variable string - Variable name
- Authentication
Message Digest Key string - Set MD5 authentication key
- Authentication
Message Digest Key Id int - Set MD5 message digest key
- Authentication
Message Digest Key Id Variable string - Variable name
- Authentication
Message Digest Key Variable string - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type Variable string - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable string - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval Variable string - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable string - Variable name
- Priority int
- Set router’s priority to be elected as designated router
- Priority
Variable string - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval Variable string - Variable name
- authentication
Message Digest Key String - Set MD5 authentication key
- authentication
Message Digest Key Id Integer - Set MD5 message digest key
- authentication
Message Digest Key Id Variable String - Variable name
- authentication
Message Digest Key Variable String - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type Variable String - Variable name
- cost Integer
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Integer - Set interval after which neighbor is declared to be down
- dead
Interval Variable String - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- hello
Interval Variable String - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable String - Variable name
- priority Integer
- Set router’s priority to be elected as designated router
- priority
Variable String - Variable name
- retransmit
Interval Integer - Set time between retransmitting LSAs
- retransmit
Interval Variable String - Variable name
- authentication
Message Digest Key string - Set MD5 authentication key
- authentication
Message Digest Key Id number - Set MD5 message digest key
- authentication
Message Digest Key Id Variable string - Variable name
- authentication
Message Digest Key Variable string - Variable name
- authentication
Type string - Set OSPF interface authentication type
- authentication
Type Variable string - Variable name
- cost number
- Set cost of OSPF interface
- cost
Variable string - Variable name
- dead
Interval number - Set interval after which neighbor is declared to be down
- dead
Interval Variable string - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- hello
Interval Variable string - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network string
- Set the OSPF network type
- network
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable string - Variable name
- priority number
- Set router’s priority to be elected as designated router
- priority
Variable string - Variable name
- retransmit
Interval number - Set time between retransmitting LSAs
- retransmit
Interval Variable string - Variable name
- authentication_
message_ digest_ key str - Set MD5 authentication key
- authentication_
message_ digest_ key_ id int - Set MD5 message digest key
- authentication_
message_ digest_ key_ id_ variable str - Variable name
- authentication_
message_ digest_ 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
- 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
- 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_ variable str - Variable name
- authentication
Message Digest Key String - Set MD5 authentication key
- authentication
Message Digest Key Id Number - Set MD5 message digest key
- authentication
Message Digest Key Id Variable String - Variable name
- authentication
Message Digest Key Variable String - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type Variable String - Variable name
- cost Number
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Number - Set interval after which neighbor is declared to be down
- dead
Interval Variable String - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- hello
Interval Variable String - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable String - Variable name
- priority Number
- Set router’s priority to be elected as designated router
- priority
Variable String - Variable name
- retransmit
Interval Number - Set time between retransmitting LSAs
- retransmit
Interval Variable String - Variable name
Get Cisco Ospf Feature Template Area Range
- Address string
- Set matching prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Address string
- Set matching prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- address String
- Set matching prefix
- address
Variable String - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- address string
- Set matching prefix
- address
Variable string - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise Variable 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
- address
Variable String - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
Get Cisco Ospf Feature Template Max Metric Router Lsa
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Integer
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
- ad
Type string - Set the router LSA advertisement type
- optional boolean
- Indicates if list item is considered optional.
- time number
- Set how long to advertise maximum metric after router starts up
- time
Variable string - Variable name
- ad_
type str - Set the router LSA advertisement type
- optional bool
- Indicates if list item is considered optional.
- time int
- Set how long to advertise maximum metric after router starts up
- time_
variable str - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Number
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
Get Cisco Ospf Feature Template Redistribute
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy Variable string - Variable name
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy Variable string - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy Variable String - Variable name
- nat
Dia boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Set the protocol
- protocol
Variable string - Variable name
- route
Policy string - Set route policy to apply to redistributed routes
- route
Policy Variable 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
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy Variable String - Variable name
Get Cisco Ospf Feature Template Route Policy
- Direction string
- Set direction to apply policy
- Direction
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Policy
Name string - Name of route policy
- Policy
Name Variable string - Variable name
- Direction string
- Set direction to apply policy
- Direction
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Policy
Name string - Name of route policy
- Policy
Name Variable string - Variable name
- direction String
- Set direction to apply policy
- direction
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- policy
Name String - Name of route policy
- policy
Name Variable String - Variable name
- direction string
- Set direction to apply policy
- direction
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- policy
Name string - Name of route policy
- policy
Name Variable string - 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_ variable str - Variable name
- direction String
- Set direction to apply policy
- direction
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- policy
Name String - Name of route policy
- policy
Name Variable 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.