Cisco Catalyst SD-WAN v0.6.0 published on Saturday, Jan 10, 2026 by Pulumi
Cisco Catalyst SD-WAN v0.6.0 published on Saturday, Jan 10, 2026 by Pulumi
This data source can read the Transport Routing OSPFv3 IPv4 Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportRoutingOspfv3Ipv4Feature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_routing_ospfv3_ipv4_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupTransportRoutingOspfv3Ipv4Feature(ctx, &sdwan.LookupTransportRoutingOspfv3Ipv4FeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, 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.GetTransportRoutingOspfv3Ipv4Feature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
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.GetTransportRoutingOspfv3Ipv4FeatureArgs;
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.getTransportRoutingOspfv3Ipv4Feature(GetTransportRoutingOspfv3Ipv4FeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTransportRoutingOspfv3Ipv4Feature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportRoutingOspfv3Ipv4Feature
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 getTransportRoutingOspfv3Ipv4Feature(args: GetTransportRoutingOspfv3Ipv4FeatureArgs, opts?: InvokeOptions): Promise<GetTransportRoutingOspfv3Ipv4FeatureResult>
function getTransportRoutingOspfv3Ipv4FeatureOutput(args: GetTransportRoutingOspfv3Ipv4FeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportRoutingOspfv3Ipv4FeatureResult>def get_transport_routing_ospfv3_ipv4_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportRoutingOspfv3Ipv4FeatureResult
def get_transport_routing_ospfv3_ipv4_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportRoutingOspfv3Ipv4FeatureResult]func LookupTransportRoutingOspfv3Ipv4Feature(ctx *Context, args *LookupTransportRoutingOspfv3Ipv4FeatureArgs, opts ...InvokeOption) (*LookupTransportRoutingOspfv3Ipv4FeatureResult, error)
func LookupTransportRoutingOspfv3Ipv4FeatureOutput(ctx *Context, args *LookupTransportRoutingOspfv3Ipv4FeatureOutputArgs, opts ...InvokeOption) LookupTransportRoutingOspfv3Ipv4FeatureResultOutput> Note: This function is named LookupTransportRoutingOspfv3Ipv4Feature in the Go SDK.
public static class GetTransportRoutingOspfv3Ipv4Feature
{
public static Task<GetTransportRoutingOspfv3Ipv4FeatureResult> InvokeAsync(GetTransportRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportRoutingOspfv3Ipv4FeatureResult> Invoke(GetTransportRoutingOspfv3Ipv4FeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportRoutingOspfv3Ipv4FeatureResult> getTransportRoutingOspfv3Ipv4Feature(GetTransportRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions options)
public static Output<GetTransportRoutingOspfv3Ipv4FeatureResult> getTransportRoutingOspfv3Ipv4Feature(GetTransportRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportRoutingOspfv3Ipv4Feature:getTransportRoutingOspfv3Ipv4Feature
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
getTransportRoutingOspfv3Ipv4Feature Result
The following output properties are available:
- Areas
List<Get
Transport Routing Ospfv3Ipv4Feature Area> - Configure OSPFv3 IPv4 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- 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 metric type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance
- 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
- Distance
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Table map filtered or not
- Filter
Variable string - Variable name
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
List<Get
Transport Routing Ospfv3Ipv4Feature Redistribute> - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- Areas
[]Get
Transport Routing Ospfv3Ipv4Feature Area - Configure OSPFv3 IPv4 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- 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 metric type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance
- 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
- Distance
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Table map filtered or not
- Filter
Variable string - Variable name
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
[]Get
Transport Routing Ospfv3Ipv4Feature Redistribute - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- areas
List<Get
Transport Routing Ospfv3Ipv4Feature Area> - Configure OSPFv3 IPv4 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- 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 metric type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Integer
- Distance
- 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
- distance
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Table map filtered or not
- filter
Variable String - Variable name
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes
List<Get
Transport Routing Ospfv3Ipv4Feature Redistribute> - Redistribute routes
- reference
Bandwidth Integer - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa IntegerOn Startup Time - Set how long to advertise maximum metric after router boot up
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation IntegerDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial IntegerHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum IntegerHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum StringHold Time Variable - Variable name
- version Integer
- The version of the Feature
- areas
Get
Transport Routing Ospfv3Ipv4Feature Area[] - Configure OSPFv3 IPv4 area
- default
Information booleanOriginate - Distribute default external route into OSPF disabled
- 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 metric type
- default
Information stringOriginate Metric Type Variable - Variable name
- default
Information stringOriginate Metric Variable - Variable name
- description string
- The description of the Feature
- distance number
- Distance
- 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
- distance
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- filter boolean
- Table map filtered or not
- filter
Variable string - Variable name
- id string
- The id of the Feature
- name string
- The name of the Feature
- redistributes
Get
Transport Routing Ospfv3Ipv4Feature Redistribute[] - Redistribute routes
- reference
Bandwidth number - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth stringVariable - Variable name
- rfc1583Compatible boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable string - Variable name
- route
Policy stringId - router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa numberOn Startup Time - Set how long to advertise maximum metric after router boot up
- router
Lsa stringOn Startup Time Variable - Variable name
- spf
Calculation numberDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation stringDelay Variable - Variable name
- spf
Initial numberHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial stringHold Time Variable - Variable name
- spf
Maximum numberHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum stringHold Time Variable - Variable name
- version number
- The version of the Feature
- areas
Sequence[Get
Transport Routing Ospfv3Ipv4Feature Area] - Configure OSPFv3 IPv4 area
- default_
information_ booloriginate - Distribute default external route into OSPF disabled
- 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 metric type
- default_
information_ stroriginate_ metric_ type_ variable - Variable name
- default_
information_ stroriginate_ metric_ variable - Variable name
- description str
- The description of the Feature
- distance int
- Distance
- 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
- distance_
variable str - Variable name
- feature_
profile_ strid - Feature Profile ID
- filter bool
- Table map filtered or not
- filter_
variable str - Variable name
- id str
- The id of the Feature
- name str
- The name of the Feature
- redistributes
Sequence[Get
Transport Routing Ospfv3Ipv4Feature Redistribute] - Redistribute routes
- reference_
bandwidth int - Set reference bandwidth method to assign OSPF cost
- reference_
bandwidth_ strvariable - Variable name
- rfc1583_
compatible bool - Calculate summary route cost based on RFC 1583
- rfc1583_
compatible_ strvariable - Variable name
- route_
policy_ strid - router_
id str - Set OSPF router ID to override system IP address
- router_
id_ strvariable - Variable name
- router_
lsa_ straction - Not advertise maximum metric Router LSA policy by default
- router_
lsa_ inton_ startup_ time - Set how long to advertise maximum metric after router boot up
- router_
lsa_ stron_ startup_ time_ variable - Variable name
- spf_
calculation_ intdelay - Set delay from first change received until performing SPF calculation
- spf_
calculation_ strdelay_ variable - Variable name
- spf_
initial_ inthold_ time - Set initial hold time between consecutive SPF calculations
- spf_
initial_ strhold_ time_ variable - Variable name
- spf_
maximum_ inthold_ time - Set maximum hold time between consecutive SPF calculations
- spf_
maximum_ strhold_ time_ variable - Variable name
- version int
- The version of the Feature
- areas List<Property Map>
- Configure OSPFv3 IPv4 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- 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 metric type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Number
- Distance
- 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
- distance
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Table map filtered or not
- filter
Variable String - Variable name
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes
- reference
Bandwidth Number - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa NumberOn Startup Time - Set how long to advertise maximum metric after router boot up
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation NumberDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial NumberHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum NumberHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum StringHold Time Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
GetTransportRoutingOspfv3Ipv4FeatureArea
- Always
Translate bool - Always translate type7 LSAs
- Always
Translate stringVariable - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Area
Type string - Set OSPFv3 area type
- Interfaces
List<Get
Transport Routing Ospfv3Ipv4Feature Area Interface> - Set OSPF interface parameters
- No
Summary bool - Do not inject inter-area routes
- No
Summary stringVariable - Variable name
- Ranges
List<Get
Transport Routing Ospfv3Ipv4Feature Area Range> - Summarize OSPF routes at an area boundary
- Always
Translate bool - Always translate type7 LSAs
- Always
Translate stringVariable - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Area
Type string - Set OSPFv3 area type
- Interfaces
[]Get
Transport Routing Ospfv3Ipv4Feature Area Interface - Set OSPF interface parameters
- No
Summary bool - Do not inject inter-area routes
- No
Summary stringVariable - Variable name
- Ranges
[]Get
Transport Routing Ospfv3Ipv4Feature Area Range - Summarize OSPF routes at an area boundary
- always
Translate Boolean - Always translate type7 LSAs
- always
Translate StringVariable - Variable name
- area
Number Integer - Set OSPF area number
- area
Number StringVariable - Variable name
- area
Type String - Set OSPFv3 area type
- interfaces
List<Get
Transport Routing Ospfv3Ipv4Feature Area Interface> - Set OSPF interface parameters
- no
Summary Boolean - Do not inject inter-area routes
- no
Summary StringVariable - Variable name
- ranges
List<Get
Transport Routing Ospfv3Ipv4Feature Area Range> - Summarize OSPF routes at an area boundary
- always
Translate boolean - Always translate type7 LSAs
- always
Translate stringVariable - Variable name
- area
Number number - Set OSPF area number
- area
Number stringVariable - Variable name
- area
Type string - Set OSPFv3 area type
- interfaces
Get
Transport Routing Ospfv3Ipv4Feature Area Interface[] - Set OSPF interface parameters
- no
Summary boolean - Do not inject inter-area routes
- no
Summary stringVariable - Variable name
- ranges
Get
Transport Routing Ospfv3Ipv4Feature Area Range[] - Summarize OSPF routes at an area boundary
- always_
translate bool - Always translate type7 LSAs
- always_
translate_ strvariable - Variable name
- area_
number int - Set OSPF area number
- area_
number_ strvariable - Variable name
- area_
type str - Set OSPFv3 area type
- interfaces
Sequence[Get
Transport Routing Ospfv3Ipv4Feature Area Interface] - Set OSPF interface parameters
- no_
summary bool - Do not inject inter-area routes
- no_
summary_ strvariable - Variable name
- ranges
Sequence[Get
Transport Routing Ospfv3Ipv4Feature Area Range] - Summarize OSPF routes at an area boundary
- always
Translate Boolean - Always translate type7 LSAs
- always
Translate StringVariable - Variable name
- area
Number Number - Set OSPF area number
- area
Number StringVariable - Variable name
- area
Type String - Set OSPFv3 area type
- interfaces List<Property Map>
- Set OSPF interface parameters
- no
Summary Boolean - Do not inject inter-area routes
- no
Summary StringVariable - Variable name
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
GetTransportRoutingOspfv3Ipv4FeatureAreaInterface
- Authentication
Key string - Set OSPF interface authentication IPSEC key
- Authentication
Key stringVariable - Variable name
- Authentication
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Authentication
Spi stringVariable - Variable name
- Authentication
Type string - Set OSPF interface authentication configuration
- 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 stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Lsa
Retransmit intInterval - Set time between retransmitting LSAs
- Lsa
Retransmit stringInterval Variable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network
Type string - Set the OSPF network type
- Network
Type stringVariable - Variable name
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Authentication
Key string - Set OSPF interface authentication IPSEC key
- Authentication
Key stringVariable - Variable name
- Authentication
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Authentication
Spi stringVariable - Variable name
- Authentication
Type string - Set OSPF interface authentication configuration
- 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 stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Lsa
Retransmit intInterval - Set time between retransmitting LSAs
- Lsa
Retransmit stringInterval Variable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network
Type string - Set the OSPF network type
- Network
Type stringVariable - Variable name
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- authentication
Key String - Set OSPF interface authentication IPSEC key
- authentication
Key StringVariable - Variable name
- authentication
Spi Integer - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi StringVariable - Variable name
- authentication
Type String - Set OSPF interface authentication configuration
- 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 StringVariable - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- lsa
Retransmit IntegerInterval - Set time between retransmitting LSAs
- lsa
Retransmit StringInterval Variable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network
Type String - Set the OSPF network type
- network
Type StringVariable - Variable name
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- authentication
Key string - Set OSPF interface authentication IPSEC key
- authentication
Key stringVariable - Variable name
- authentication
Spi number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi stringVariable - Variable name
- authentication
Type string - Set OSPF interface authentication configuration
- 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 stringVariable - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- hello
Interval stringVariable - Variable name
- lsa
Retransmit numberInterval - Set time between retransmitting LSAs
- lsa
Retransmit stringInterval Variable - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network
Type string - Set the OSPF network type
- network
Type stringVariable - Variable name
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface stringVariable - Variable name
- authentication_
key str - Set OSPF interface authentication IPSEC key
- authentication_
key_ strvariable - Variable name
- authentication_
spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication_
spi_ strvariable - Variable name
- authentication_
type str - Set OSPF interface authentication configuration
- 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
- lsa_
retransmit_ intinterval - Set time between retransmitting LSAs
- lsa_
retransmit_ strinterval_ variable - Variable name
- name str
- Set interface name
- name_
variable str - Variable name
- network_
type str - Set the OSPF network type
- network_
type_ strvariable - Variable name
- passive_
interface bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ strvariable - Variable name
- authentication
Key String - Set OSPF interface authentication IPSEC key
- authentication
Key StringVariable - Variable name
- authentication
Spi Number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi StringVariable - Variable name
- authentication
Type String - Set OSPF interface authentication configuration
- 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 StringVariable - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- lsa
Retransmit NumberInterval - Set time between retransmitting LSAs
- lsa
Retransmit StringInterval Variable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network
Type String - Set the OSPF network type
- network
Type StringVariable - Variable name
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
GetTransportRoutingOspfv3Ipv4FeatureAreaRange
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- Ip
Address string - Ip
Address stringVariable - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Subnet
Mask string - Subnet
Mask stringVariable - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- Ip
Address string - Ip
Address stringVariable - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Subnet
Mask string - Subnet
Mask stringVariable - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- ip
Address String - ip
Address StringVariable - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- subnet
Mask String - subnet
Mask StringVariable - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- ip
Address string - ip
Address stringVariable - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise stringVariable - Variable name
- subnet
Mask string - subnet
Mask stringVariable - Variable name
- cost int
- Set cost for this range
- cost_
variable str - Variable name
- ip_
address str - ip_
address_ strvariable - Variable name
- no_
advertise bool - Do not advertise this range
- no_
advertise_ strvariable - Variable name
- subnet_
mask str - subnet_
mask_ strvariable - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- ip
Address String - ip
Address StringVariable - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- subnet
Mask String - subnet
Mask StringVariable - Variable name
GetTransportRoutingOspfv3Ipv4FeatureRedistribute
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia stringVariable - Variable name
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy stringId - Translate
Rib boolMetric - Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- Translate
Rib stringMetric Variable - Variable name
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia stringVariable - Variable name
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy stringId - Translate
Rib boolMetric - Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- Translate
Rib stringMetric Variable - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia StringVariable - Variable name
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy StringId - translate
Rib BooleanMetric - Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- translate
Rib StringMetric Variable - Variable name
- nat
Dia boolean - Enable NAT DIA for redistributed routes
- nat
Dia stringVariable - Variable name
- protocol string
- Set the protocol
- protocol
Variable string - Variable name
- route
Policy stringId - translate
Rib booleanMetric - Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- translate
Rib stringMetric Variable - Variable name
- nat_
dia bool - Enable NAT DIA for redistributed routes
- nat_
dia_ strvariable - Variable name
- protocol str
- Set the protocol
- protocol_
variable str - Variable name
- route_
policy_ strid - translate_
rib_ boolmetric - Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- translate_
rib_ strmetric_ variable - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia StringVariable - Variable name
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy StringId - translate
Rib BooleanMetric - Devices within the Cisco Catalyst SD-WAN overlay network use OMP for control plane information. Outside of the overlay, devices use other control plane protocols such as BGP or OSPF. A device at the interface between devices within the overlay network and devices outside of the overlay can translate OMP route metrics when redistributing routes to BGP or OSPF, to be usable by devices outside the overlay network.
- translate
Rib StringMetric Variable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Cisco Catalyst SD-WAN v0.6.0 published on Saturday, Jan 10, 2026 by Pulumi
