Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This data source can read the Transport Routing OSPF Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportRoutingOspfFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_routing_ospf_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.LookupTransportRoutingOspfFeature(ctx, &sdwan.LookupTransportRoutingOspfFeatureArgs{
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.GetTransportRoutingOspfFeature.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.GetTransportRoutingOspfFeatureArgs;
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.getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTransportRoutingOspfFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportRoutingOspfFeature
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 getTransportRoutingOspfFeature(args: GetTransportRoutingOspfFeatureArgs, opts?: InvokeOptions): Promise<GetTransportRoutingOspfFeatureResult>
function getTransportRoutingOspfFeatureOutput(args: GetTransportRoutingOspfFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportRoutingOspfFeatureResult>def get_transport_routing_ospf_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportRoutingOspfFeatureResult
def get_transport_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportRoutingOspfFeatureResult]func LookupTransportRoutingOspfFeature(ctx *Context, args *LookupTransportRoutingOspfFeatureArgs, opts ...InvokeOption) (*LookupTransportRoutingOspfFeatureResult, error)
func LookupTransportRoutingOspfFeatureOutput(ctx *Context, args *LookupTransportRoutingOspfFeatureOutputArgs, opts ...InvokeOption) LookupTransportRoutingOspfFeatureResultOutput> Note: This function is named LookupTransportRoutingOspfFeature in the Go SDK.
public static class GetTransportRoutingOspfFeature
{
public static Task<GetTransportRoutingOspfFeatureResult> InvokeAsync(GetTransportRoutingOspfFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportRoutingOspfFeatureResult> Invoke(GetTransportRoutingOspfFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportRoutingOspfFeatureResult> getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs args, InvokeOptions options)
public static Output<GetTransportRoutingOspfFeatureResult> getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportRoutingOspfFeature:getTransportRoutingOspfFeature
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
getTransportRoutingOspfFeature Result
The following output properties are available:
- Areas
List<Get
Transport Routing Ospf Feature Area> - Configure OSPF area
- 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
- 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
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
List<Get
Transport Routing Ospf Feature 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
Lsas List<GetTransport Routing Ospf Feature Router Lsa> - Advertise own router LSA with infinite distance
- 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 Ospf Feature Area - Configure OSPF area
- 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
- 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
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
[]Get
Transport Routing Ospf Feature 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
Lsas []GetTransport Routing Ospf Feature Router Lsa - Advertise own router LSA with infinite distance
- 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 Ospf Feature Area> - Configure OSPF area
- 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
- 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
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes
List<Get
Transport Routing Ospf Feature 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
Lsas List<GetTransport Routing Ospf Feature Router Lsa> - Advertise own router LSA with infinite distance
- 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 Ospf Feature Area[] - Configure OSPF area
- 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
- 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
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- redistributes
Get
Transport Routing Ospf Feature 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
Lsas GetTransport Routing Ospf Feature Router Lsa[] - Advertise own router LSA with infinite distance
- 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 Ospf Feature Area] - Configure OSPF area
- 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
- 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
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- redistributes
Sequence[Get
Transport Routing Ospf Feature 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_
lsas Sequence[GetTransport Routing Ospf Feature Router Lsa] - Advertise own router LSA with infinite distance
- 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 OSPF area
- 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
- 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
- feature
Profile StringId - Feature Profile ID
- 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
Lsas List<Property Map> - Advertise own router LSA with infinite distance
- 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
GetTransportRoutingOspfFeatureArea
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Area
Type string - set the area type
- Interfaces
List<Get
Transport Routing Ospf Feature Area Interface> - Set OSPF interface parameters
- No
Summary bool - Do not inject interarea routes into STUB or NSSA
- No
Summary stringVariable - Variable name
- Ranges
List<Get
Transport Routing Ospf Feature Area Range> - Summarize OSPF routes at an area boundary
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Area
Type string - set the area type
- Interfaces
[]Get
Transport Routing Ospf Feature Area Interface - Set OSPF interface parameters
- No
Summary bool - Do not inject interarea routes into STUB or NSSA
- No
Summary stringVariable - Variable name
- Ranges
[]Get
Transport Routing Ospf Feature Area Range - Summarize OSPF routes at an area boundary
- area
Number Integer - Set OSPF area number
- area
Number StringVariable - Variable name
- area
Type String - set the area type
- interfaces
List<Get
Transport Routing Ospf Feature Area Interface> - Set OSPF interface parameters
- no
Summary Boolean - Do not inject interarea routes into STUB or NSSA
- no
Summary StringVariable - Variable name
- ranges
List<Get
Transport Routing Ospf Feature Area Range> - Summarize OSPF routes at an area boundary
- area
Number number - Set OSPF area number
- area
Number stringVariable - Variable name
- area
Type string - set the area type
- interfaces
Get
Transport Routing Ospf Feature Area Interface[] - Set OSPF interface parameters
- no
Summary boolean - Do not inject interarea routes into STUB or NSSA
- no
Summary stringVariable - Variable name
- ranges
Get
Transport Routing Ospf Feature Area Range[] - Summarize OSPF routes at an area boundary
- area_
number int - Set OSPF area number
- area_
number_ strvariable - Variable name
- area_
type str - set the area type
- interfaces
Sequence[Get
Transport Routing Ospf Feature Area Interface] - Set OSPF interface parameters
- no_
summary bool - Do not inject interarea routes into STUB or NSSA
- no_
summary_ strvariable - Variable name
- ranges
Sequence[Get
Transport Routing Ospf Feature Area Range] - Summarize OSPF routes at an area boundary
- area
Number Number - Set OSPF area number
- area
Number StringVariable - Variable name
- area
Type String - set the area type
- interfaces List<Property Map>
- Set OSPF interface parameters
- no
Summary Boolean - Do not inject interarea routes into STUB or NSSA
- no
Summary StringVariable - Variable name
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
GetTransportRoutingOspfFeatureAreaInterface
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - 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 stringVariable - Variable name
- Designated
Router intPriority - Set router’s priority to be elected as designated router
- Designated
Router stringPriority Variable - 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
- Message
Digest stringKey - Set MD5 authentication key
- Message
Digest intKey Id - Set MD5 message digest key
- Message
Digest stringKey Id Variable - Variable name
- Message
Digest stringKey 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
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - 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 stringVariable - Variable name
- Designated
Router intPriority - Set router’s priority to be elected as designated router
- Designated
Router stringPriority Variable - 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
- Message
Digest stringKey - Set MD5 authentication key
- Message
Digest intKey Id - Set MD5 message digest key
- Message
Digest stringKey Id Variable - Variable name
- Message
Digest stringKey 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
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - 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 StringVariable - Variable name
- designated
Router IntegerPriority - Set router’s priority to be elected as designated router
- designated
Router StringPriority Variable - 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
- message
Digest StringKey - Set MD5 authentication key
- message
Digest IntegerKey Id - Set MD5 message digest key
- message
Digest StringKey Id Variable - Variable name
- message
Digest StringKey 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
Type string - Set OSPF interface authentication type
- authentication
Type stringVariable - 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 stringVariable - Variable name
- designated
Router numberPriority - Set router’s priority to be elected as designated router
- designated
Router stringPriority Variable - 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
- message
Digest stringKey - Set MD5 authentication key
- message
Digest numberKey Id - Set MD5 message digest key
- message
Digest stringKey Id Variable - Variable name
- message
Digest stringKey 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_
type str - Set OSPF interface authentication type
- authentication_
type_ strvariable - Variable name
- cost int
- Set cost of OSPF interface
- cost_
variable str - Variable name
- dead_
interval int - Set interval after which neighbor is declared to be down
- dead_
interval_ strvariable - Variable name
- designated_
router_ intpriority - Set router’s priority to be elected as designated router
- designated_
router_ strpriority_ variable - 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
- message_
digest_ strkey - Set MD5 authentication key
- message_
digest_ intkey_ id - Set MD5 message digest key
- message_
digest_ strkey_ id_ variable - Variable name
- message_
digest_ strkey_ 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
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - 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 StringVariable - Variable name
- designated
Router NumberPriority - Set router’s priority to be elected as designated router
- designated
Router StringPriority Variable - 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
- message
Digest StringKey - Set MD5 authentication key
- message
Digest NumberKey Id - Set MD5 message digest key
- message
Digest StringKey Id Variable - Variable name
- message
Digest StringKey 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
GetTransportRoutingOspfFeatureAreaRange
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- Ip
Address string - IP Address
- Ip
Address stringVariable - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Subnet
Mask string - Subnet Mask
- Subnet
Mask stringVariable - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- Ip
Address string - IP Address
- Ip
Address stringVariable - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Subnet
Mask string - Subnet Mask
- Subnet
Mask stringVariable - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- ip
Address String - IP Address
- ip
Address StringVariable - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- subnet
Mask String - Subnet Mask
- subnet
Mask StringVariable - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- ip
Address string - IP Address
- ip
Address stringVariable - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise stringVariable - Variable name
- subnet
Mask string - Subnet Mask
- subnet
Mask stringVariable - Variable name
- cost int
- Set cost for this range
- cost_
variable str - Variable name
- ip_
address str - IP Address
- ip_
address_ strvariable - Variable name
- no_
advertise bool - Do not advertise this range
- no_
advertise_ strvariable - Variable name
- subnet_
mask str - Subnet Mask
- subnet_
mask_ strvariable - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- ip
Address String - IP Address
- ip
Address StringVariable - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- subnet
Mask String - Subnet Mask
- subnet
Mask StringVariable - Variable name
GetTransportRoutingOspfFeatureRedistribute
- 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
- 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
- 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
- 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
- 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
- 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
GetTransportRoutingOspfFeatureRouterLsa
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- Type string
- Set the router LSA advertisement type
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- Type string
- Set the router LSA advertisement type
- time Integer
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
- type String
- Set the router LSA advertisement type
- time number
- Set how long to advertise maximum metric after router starts up
- time
Variable string - Variable name
- type string
- Set the router LSA advertisement type
- time int
- Set how long to advertise maximum metric after router starts up
- time_
variable str - Variable name
- type str
- Set the router LSA advertisement type
- time Number
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
- type String
- Set the router LSA advertisement type
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
