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 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 intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Auto
Cost stringReference Bandwidth Variable - Variable name
- Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Compatible
Rfc1583Variable string - Variable name
- Default
Information boolOriginate - Distribute default external route into OSPF
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Default
Information stringOriginate Metric Type - Set default route type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - 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 stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes
- Distance
Intra stringArea Variable - Variable name
- Id string
- The id of the feature template
- Max
Metric 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<Get
Cisco Ospf Feature Template Redistribute> - Redistribute routes
- Route
Policies List<GetCisco Ospf Feature Template Route Policy> - Set route policy to apply
- Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Template
Type string - The template type
- Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Timers
Spf stringDelay Variable - Variable name
- Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Timers
Spf stringInitial Hold Variable - Variable name
- Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Timers
Spf stringMax Hold Variable - Variable name
- Version int
- The version of the feature template
- Areas
[]Get
Cisco Ospf Feature Template Area - Configure OSPF area
- Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Auto
Cost stringReference Bandwidth Variable - Variable name
- Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Compatible
Rfc1583Variable string - Variable name
- Default
Information boolOriginate - Distribute default external route into OSPF
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Default
Information stringOriginate Metric Type - Set default route type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - 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 stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes
- Distance
Intra stringArea Variable - Variable name
- Id string
- The id of the feature template
- Max
Metric []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
[]Get
Cisco Ospf Feature Template Redistribute - Redistribute routes
- Route
Policies []GetCisco Ospf Feature Template Route Policy - Set route policy to apply
- Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Template
Type string - The template type
- Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Timers
Spf stringDelay Variable - Variable name
- Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Timers
Spf stringInitial Hold Variable - Variable name
- Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Timers
Spf stringMax Hold Variable - Variable name
- Version int
- The version of the feature template
- areas
List<Get
Cisco Ospf Feature Template Area> - Configure OSPF area
- auto
Cost IntegerReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- auto
Cost StringReference Bandwidth Variable - Variable name
- compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable String - Variable name
- default
Information BooleanOriginate - Distribute default external route into OSPF
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information IntegerOriginate Metric - Set metric used to generate default route \n\n
- default
Information StringOriginate Metric Type - Set default route type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - 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 StringVariable - Variable name
- distance
Inter IntegerArea - Set distance for inter-area routes
- distance
Inter StringArea Variable - Variable name
- distance
Intra IntegerArea - Set distance for intra-area routes
- distance
Intra StringArea Variable - Variable name
- id String
- The id of the feature template
- max
Metric 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<Get
Cisco Ospf Feature Template Redistribute> - Redistribute routes
- route
Policies List<GetCisco Ospf Feature Template Route Policy> - Set route policy to apply
- router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- template
Type String - The template type
- timers
Spf IntegerDelay - Set delay from first change received until performing SPF calculation
- timers
Spf StringDelay Variable - Variable name
- timers
Spf IntegerInitial Hold - Set initial hold time between consecutive SPF calculations
- timers
Spf StringInitial Hold Variable - Variable name
- timers
Spf IntegerMax Hold - Set maximum hold time between consecutive SPF calculations
- timers
Spf StringMax Hold Variable - Variable name
- version Integer
- The version of the feature template
- areas
Get
Cisco Ospf Feature Template Area[] - Configure OSPF area
- auto
Cost numberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- auto
Cost stringReference Bandwidth Variable - Variable name
- compatible
Rfc1583 boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable string - Variable name
- default
Information booleanOriginate - Distribute default external route into OSPF
- default
Information booleanOriginate Always - Always advertise default route
- default
Information stringOriginate Always Variable - Variable name
- default
Information numberOriginate Metric - Set metric used to generate default route \n\n
- default
Information stringOriginate Metric Type - Set default route type
- default
Information stringOriginate Metric Type Variable - Variable name
- default
Information stringOriginate Metric Variable - 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 stringVariable - Variable name
- distance
Inter numberArea - Set distance for inter-area routes
- distance
Inter stringArea Variable - Variable name
- distance
Intra numberArea - Set distance for intra-area routes
- distance
Intra stringArea Variable - Variable name
- id string
- The id of the feature template
- max
Metric 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
Get
Cisco Ospf Feature Template Redistribute[] - Redistribute routes
- route
Policies GetCisco Ospf Feature Template Route Policy[] - Set route policy to apply
- router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- template
Type string - The template type
- timers
Spf numberDelay - Set delay from first change received until performing SPF calculation
- timers
Spf stringDelay Variable - Variable name
- timers
Spf numberInitial Hold - Set initial hold time between consecutive SPF calculations
- timers
Spf stringInitial Hold Variable - Variable name
- timers
Spf numberMax Hold - Set maximum hold time between consecutive SPF calculations
- timers
Spf stringMax Hold Variable - Variable name
- version number
- The version of the feature template
- areas
Sequence[Get
Cisco 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[Get
Cisco 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
- auto
Cost NumberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- auto
Cost StringReference Bandwidth Variable - Variable name
- compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable String - Variable name
- default
Information BooleanOriginate - Distribute default external route into OSPF
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information NumberOriginate Metric - Set metric used to generate default route \n\n
- default
Information StringOriginate Metric Type - Set default route type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - 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 StringVariable - Variable name
- distance
Inter NumberArea - Set distance for inter-area routes
- distance
Inter StringArea Variable - Variable name
- distance
Intra NumberArea - Set distance for intra-area routes
- distance
Intra StringArea Variable - Variable name
- id String
- The id of the feature template
- max
Metric 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
- route
Policies List<Property Map> - Set route policy to apply
- router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- template
Type String - The template type
- timers
Spf NumberDelay - Set delay from first change received until performing SPF calculation
- timers
Spf StringDelay Variable - Variable name
- timers
Spf NumberInitial Hold - Set initial hold time between consecutive SPF calculations
- timers
Spf StringInitial Hold Variable - Variable name
- timers
Spf NumberMax Hold - Set maximum hold time between consecutive SPF calculations
- timers
Spf StringMax Hold Variable - Variable name
- version Number
- The version of the feature template
Supporting Types
GetCiscoOspfFeatureTemplateArea
- Area
Number This property is required. int - Set OSPF area number
- Area
Number Variable This property is required. string - Variable name
- Interfaces
This property is required. List<GetCisco Ospf Feature Template Area Interface> - Set OSPF interface parameters
- Nssa
This property is required. bool - NSSA area
- Nssa
No Summary This property is required. bool - Do not inject interarea routes into NSSA
- Nssa
No Summary Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Ranges
This property is required. List<GetCisco Ospf Feature Template Area Range> - Summarize OSPF routes at an area boundary
- Stub
This property is required. bool - Stub area
- Stub
No Summary This property is required. bool - Do not inject interarea routes into stub
- Stub
No Summary Variable This property is required. string - Variable name
- Area
Number This property is required. int - Set OSPF area number
- Area
Number Variable This property is required. string - Variable name
- Interfaces
This property is required. []GetCisco Ospf Feature Template Area Interface - Set OSPF interface parameters
- Nssa
This property is required. bool - NSSA area
- Nssa
No Summary This property is required. bool - Do not inject interarea routes into NSSA
- Nssa
No Summary Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Ranges
This property is required. []GetCisco Ospf Feature Template Area Range - Summarize OSPF routes at an area boundary
- Stub
This property is required. bool - Stub area
- Stub
No Summary This property is required. bool - Do not inject interarea routes into stub
- Stub
No Summary Variable This property is required. string - Variable name
- area
Number This property is required. Integer - Set OSPF area number
- area
Number Variable This property is required. String - Variable name
- interfaces
This property is required. List<GetCisco Ospf Feature Template Area Interface> - Set OSPF interface parameters
- nssa
This property is required. Boolean - NSSA area
- nssa
No Summary This property is required. Boolean - Do not inject interarea routes into NSSA
- nssa
No Summary Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- ranges
This property is required. List<GetCisco Ospf Feature Template Area Range> - Summarize OSPF routes at an area boundary
- stub
This property is required. Boolean - Stub area
- stub
No Summary This property is required. Boolean - Do not inject interarea routes into stub
- stub
No Summary Variable This property is required. String - Variable name
- area
Number This property is required. number - Set OSPF area number
- area
Number Variable This property is required. string - Variable name
- interfaces
This property is required. GetCisco Ospf Feature Template Area Interface[] - Set OSPF interface parameters
- nssa
This property is required. boolean - NSSA area
- nssa
No Summary This property is required. boolean - Do not inject interarea routes into NSSA
- nssa
No Summary Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- ranges
This property is required. GetCisco Ospf Feature Template Area Range[] - Summarize OSPF routes at an area boundary
- stub
This property is required. boolean - Stub area
- stub
No Summary This property is required. boolean - Do not inject interarea routes into stub
- stub
No Summary Variable This property is required. string - Variable name
- area_
number This property is required. int - Set OSPF area number
- area_
number_ variable This property is required. str - Variable name
- interfaces
This property is required. Sequence[GetCisco Ospf Feature Template Area Interface] - Set OSPF interface parameters
- nssa
This property is required. bool - NSSA area
- nssa_
no_ summary This property is required. bool - Do not inject interarea routes into NSSA
- nssa_
no_ summary_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- ranges
This property is required. Sequence[GetCisco Ospf Feature Template Area Range] - Summarize OSPF routes at an area boundary
- stub
This property is required. bool - Stub area
- stub_
no_ summary This property is required. bool - Do not inject interarea routes into stub
- stub_
no_ summary_ variable This property is required. str - Variable name
- area
Number This property is required. Number - Set OSPF area number
- area
Number Variable This property is required. String - Variable name
- interfaces
This property is required. List<Property Map> - Set OSPF interface parameters
- nssa
This property is required. Boolean - NSSA area
- nssa
No Summary This property is required. Boolean - Do not inject interarea routes into NSSA
- nssa
No Summary Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- ranges
This property is required. List<Property Map> - Summarize OSPF routes at an area boundary
- stub
This property is required. Boolean - Stub area
- stub
No Summary This property is required. Boolean - Do not inject interarea routes into stub
- stub
No Summary Variable This property is required. String - Variable name
GetCiscoOspfFeatureTemplateAreaInterface
- Authentication
Message Digest Key This property is required. string - Set MD5 authentication key
- Authentication
Message Digest Key Id This property is required. int - Set MD5 message digest key
- Authentication
Message Digest Key Id Variable This property is required. string - Variable name
- Authentication
Message Digest Key Variable This property is required. string - Variable name
- Authentication
Type This property is required. string - Set OSPF interface authentication type
- Authentication
Type Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost of OSPF interface
- Cost
Variable This property is required. string - Variable name
- Dead
Interval This property is required. int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable This property is required. string - Variable name
- Hello
Interval This property is required. int - Set interval between OSPF hello packets
- Hello
Interval Variable This property is required. string - Variable name
- Name
This property is required. string - Set interface name
- Name
Variable This property is required. string - Variable name
- Network
This property is required. string - Set the OSPF network type
- Network
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Passive
Interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable This property is required. string - Variable name
- Priority
This property is required. int - Set router’s priority to be elected as designated router
- Priority
Variable This property is required. string - Variable name
- Retransmit
Interval This property is required. int - Set time between retransmitting LSAs
- Retransmit
Interval Variable This property is required. string - Variable name
- Authentication
Message Digest Key This property is required. string - Set MD5 authentication key
- Authentication
Message Digest Key Id This property is required. int - Set MD5 message digest key
- Authentication
Message Digest Key Id Variable This property is required. string - Variable name
- Authentication
Message Digest Key Variable This property is required. string - Variable name
- Authentication
Type This property is required. string - Set OSPF interface authentication type
- Authentication
Type Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost of OSPF interface
- Cost
Variable This property is required. string - Variable name
- Dead
Interval This property is required. int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable This property is required. string - Variable name
- Hello
Interval This property is required. int - Set interval between OSPF hello packets
- Hello
Interval Variable This property is required. string - Variable name
- Name
This property is required. string - Set interface name
- Name
Variable This property is required. string - Variable name
- Network
This property is required. string - Set the OSPF network type
- Network
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Passive
Interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable This property is required. string - Variable name
- Priority
This property is required. int - Set router’s priority to be elected as designated router
- Priority
Variable This property is required. string - Variable name
- Retransmit
Interval This property is required. int - Set time between retransmitting LSAs
- Retransmit
Interval Variable This property is required. string - Variable name
- authentication
Message Digest Key This property is required. String - Set MD5 authentication key
- authentication
Message Digest Key Id This property is required. Integer - Set MD5 message digest key
- authentication
Message Digest Key Id Variable This property is required. String - Variable name
- authentication
Message Digest Key Variable This property is required. String - Variable name
- authentication
Type This property is required. String - Set OSPF interface authentication type
- authentication
Type Variable This property is required. String - Variable name
- cost
This property is required. Integer - Set cost of OSPF interface
- cost
Variable This property is required. String - Variable name
- dead
Interval This property is required. Integer - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. String - Variable name
- hello
Interval This property is required. Integer - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. String - Variable name
- name
This property is required. String - Set interface name
- name
Variable This property is required. String - Variable name
- network
This property is required. String - Set the OSPF network type
- network
Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- passive
Interface This property is required. Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. String - Variable name
- priority
This property is required. Integer - Set router’s priority to be elected as designated router
- priority
Variable This property is required. String - Variable name
- retransmit
Interval This property is required. Integer - Set time between retransmitting LSAs
- retransmit
Interval Variable This property is required. String - Variable name
- authentication
Message Digest Key This property is required. string - Set MD5 authentication key
- authentication
Message Digest Key Id This property is required. number - Set MD5 message digest key
- authentication
Message Digest Key Id Variable This property is required. string - Variable name
- authentication
Message Digest Key Variable This property is required. string - Variable name
- authentication
Type This property is required. string - Set OSPF interface authentication type
- authentication
Type Variable This property is required. string - Variable name
- cost
This property is required. number - Set cost of OSPF interface
- cost
Variable This property is required. string - Variable name
- dead
Interval This property is required. number - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. string - Variable name
- hello
Interval This property is required. number - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. string - Variable name
- name
This property is required. string - Set interface name
- name
Variable This property is required. string - Variable name
- network
This property is required. string - Set the OSPF network type
- network
Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- passive
Interface This property is required. boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. string - Variable name
- priority
This property is required. number - Set router’s priority to be elected as designated router
- priority
Variable This property is required. string - Variable name
- retransmit
Interval This property is required. number - Set time between retransmitting LSAs
- retransmit
Interval Variable This property is required. string - Variable name
- authentication_
message_ digest_ key This property is required. str - Set MD5 authentication key
- authentication_
message_ digest_ key_ id This property is required. int - Set MD5 message digest key
- authentication_
message_ digest_ key_ id_ variable This property is required. str - Variable name
- authentication_
message_ digest_ key_ variable This property is required. str - Variable name
- authentication_
type This property is required. str - Set OSPF interface authentication type
- authentication_
type_ variable This property is required. str - Variable name
- cost
This property is required. int - Set cost of OSPF interface
- cost_
variable This property is required. str - Variable name
- dead_
interval This property is required. int - Set interval after which neighbor is declared to be down
- dead_
interval_ variable This property is required. str - Variable name
- hello_
interval This property is required. int - Set interval between OSPF hello packets
- hello_
interval_ variable This property is required. str - Variable name
- name
This property is required. str - Set interface name
- name_
variable This property is required. str - Variable name
- network
This property is required. str - Set the OSPF network type
- network_
variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- passive_
interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ variable This property is required. str - Variable name
- priority
This property is required. int - Set router’s priority to be elected as designated router
- priority_
variable This property is required. str - Variable name
- retransmit_
interval This property is required. int - Set time between retransmitting LSAs
- retransmit_
interval_ variable This property is required. str - Variable name
- authentication
Message Digest Key This property is required. String - Set MD5 authentication key
- authentication
Message Digest Key Id This property is required. Number - Set MD5 message digest key
- authentication
Message Digest Key Id Variable This property is required. String - Variable name
- authentication
Message Digest Key Variable This property is required. String - Variable name
- authentication
Type This property is required. String - Set OSPF interface authentication type
- authentication
Type Variable This property is required. String - Variable name
- cost
This property is required. Number - Set cost of OSPF interface
- cost
Variable This property is required. String - Variable name
- dead
Interval This property is required. Number - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. String - Variable name
- hello
Interval This property is required. Number - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. String - Variable name
- name
This property is required. String - Set interface name
- name
Variable This property is required. String - Variable name
- network
This property is required. String - Set the OSPF network type
- network
Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- passive
Interface This property is required. Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. String - Variable name
- priority
This property is required. Number - Set router’s priority to be elected as designated router
- priority
Variable This property is required. String - Variable name
- retransmit
Interval This property is required. Number - Set time between retransmitting LSAs
- retransmit
Interval Variable This property is required. String - Variable name
GetCiscoOspfFeatureTemplateAreaRange
- Address
This property is required. string - Set matching prefix
- Address
Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost for this range
- Cost
Variable This property is required. string - Variable name
- No
Advertise This property is required. bool - Do not advertise this range
- No
Advertise Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Address
This property is required. string - Set matching prefix
- Address
Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost for this range
- Cost
Variable This property is required. string - Variable name
- No
Advertise This property is required. bool - Do not advertise this range
- No
Advertise Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- address
This property is required. String - Set matching prefix
- address
Variable This property is required. String - Variable name
- cost
This property is required. Integer - Set cost for this range
- cost
Variable This property is required. String - Variable name
- no
Advertise This property is required. Boolean - Do not advertise this range
- no
Advertise Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- address
This property is required. string - Set matching prefix
- address
Variable This property is required. string - Variable name
- cost
This property is required. number - Set cost for this range
- cost
Variable This property is required. string - Variable name
- no
Advertise This property is required. boolean - Do not advertise this range
- no
Advertise Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- address
This property is required. str - Set matching prefix
- address_
variable This property is required. str - Variable name
- cost
This property is required. int - Set cost for this range
- cost_
variable This property is required. str - Variable name
- no_
advertise This property is required. bool - Do not advertise this range
- no_
advertise_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- address
This property is required. String - Set matching prefix
- address
Variable This property is required. String - Variable name
- cost
This property is required. Number - Set cost for this range
- cost
Variable This property is required. String - Variable name
- no
Advertise This property is required. Boolean - Do not advertise this range
- no
Advertise Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
GetCiscoOspfFeatureTemplateMaxMetricRouterLsa
- Ad
Type This property is required. string - Set the router LSA advertisement type
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Time
This property is required. int - Set how long to advertise maximum metric after router starts up
- Time
Variable This property is required. string - Variable name
- Ad
Type This property is required. string - Set the router LSA advertisement type
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Time
This property is required. int - Set how long to advertise maximum metric after router starts up
- Time
Variable This property is required. string - Variable name
- ad
Type This property is required. String - Set the router LSA advertisement type
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- time
This property is required. Integer - Set how long to advertise maximum metric after router starts up
- time
Variable This property is required. String - Variable name
- ad
Type This property is required. string - Set the router LSA advertisement type
- optional
This property is required. boolean - Indicates if list item is considered optional.
- time
This property is required. number - Set how long to advertise maximum metric after router starts up
- time
Variable This property is required. string - Variable name
- ad_
type This property is required. str - Set the router LSA advertisement type
- optional
This property is required. bool - Indicates if list item is considered optional.
- time
This property is required. int - Set how long to advertise maximum metric after router starts up
- time_
variable This property is required. str - Variable name
- ad
Type This property is required. String - Set the router LSA advertisement type
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- time
This property is required. Number - Set how long to advertise maximum metric after router starts up
- time
Variable This property is required. String - Variable name
GetCiscoOspfFeatureTemplateRedistribute
- Nat
Dia This property is required. bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Protocol
This property is required. string - Set the protocol
- Protocol
Variable This property is required. string - Variable name
- Route
Policy This property is required. string - Set route policy to apply to redistributed routes
- Route
Policy Variable This property is required. string - Variable name
- Nat
Dia This property is required. bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Protocol
This property is required. string - Set the protocol
- Protocol
Variable This property is required. string - Variable name
- Route
Policy This property is required. string - Set route policy to apply to redistributed routes
- Route
Policy Variable This property is required. string - Variable name
- nat
Dia This property is required. Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- protocol
This property is required. String - Set the protocol
- protocol
Variable This property is required. String - Variable name
- route
Policy This property is required. String - Set route policy to apply to redistributed routes
- route
Policy Variable This property is required. String - Variable name
- nat
Dia This property is required. boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- protocol
This property is required. string - Set the protocol
- protocol
Variable This property is required. string - Variable name
- route
Policy This property is required. string - Set route policy to apply to redistributed routes
- route
Policy Variable This property is required. string - Variable name
- nat_
dia This property is required. bool - Enable NAT DIA for redistributed routes
- nat_
dia_ variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- protocol
This property is required. str - Set the protocol
- protocol_
variable This property is required. str - Variable name
- route_
policy This property is required. str - Set route policy to apply to redistributed routes
- route_
policy_ variable This property is required. str - Variable name
- nat
Dia This property is required. Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- protocol
This property is required. String - Set the protocol
- protocol
Variable This property is required. String - Variable name
- route
Policy This property is required. String - Set route policy to apply to redistributed routes
- route
Policy Variable This property is required. String - Variable name
GetCiscoOspfFeatureTemplateRoutePolicy
- Direction
This property is required. string - Set direction to apply policy
- Direction
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Policy
Name This property is required. string - Name of route policy
- Policy
Name Variable This property is required. string - Variable name
- Direction
This property is required. string - Set direction to apply policy
- Direction
Variable This property is required. string - Variable name
- Optional
This property is required. bool - Indicates if list item is considered optional.
- Policy
Name This property is required. string - Name of route policy
- Policy
Name Variable This property is required. string - Variable name
- direction
This property is required. String - Set direction to apply policy
- direction
Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- policy
Name This property is required. String - Name of route policy
- policy
Name Variable This property is required. String - Variable name
- direction
This property is required. string - Set direction to apply policy
- direction
Variable This property is required. string - Variable name
- optional
This property is required. boolean - Indicates if list item is considered optional.
- policy
Name This property is required. string - Name of route policy
- policy
Name Variable This property is required. string - Variable name
- direction
This property is required. str - Set direction to apply policy
- direction_
variable This property is required. str - Variable name
- optional
This property is required. bool - Indicates if list item is considered optional.
- policy_
name This property is required. str - Name of route policy
- policy_
name_ variable This property is required. str - Variable name
- direction
This property is required. String - Set direction to apply policy
- direction
Variable This property is required. String - Variable name
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- policy
Name This property is required. String - Name of route policy
- policy
Name Variable This property is required. String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.