1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getTransportRoutingOspfFeature
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.getTransportRoutingOspfFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportRoutingOspfFeature:getTransportRoutingOspfFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature

    getTransportRoutingOspfFeature Result

    The following output properties are available:

    Areas List<GetTransportRoutingOspfFeatureArea>
    Configure OSPF area
    DefaultInformationOriginate bool
    Distribute default external route into OSPF
    DefaultInformationOriginateAlways bool
    Always advertise default route
    DefaultInformationOriginateAlwaysVariable string
    Variable name
    DefaultInformationOriginateMetric int
    Set metric used to generate default route \n\n
    DefaultInformationOriginateMetricType string
    Set default route type
    DefaultInformationOriginateMetricTypeVariable string
    Variable name
    DefaultInformationOriginateMetricVariable string
    Variable name
    Description string
    The description of the Feature
    DistanceExternal int
    Set distance for external routes
    DistanceExternalVariable string
    Variable name
    DistanceInterArea int
    Set distance for inter-area routes
    DistanceInterAreaVariable string
    Variable name
    DistanceIntraArea int
    Set distance for intra-area routes
    DistanceIntraAreaVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Redistributes List<GetTransportRoutingOspfFeatureRedistribute>
    Redistribute routes
    ReferenceBandwidth int
    Set reference bandwidth method to assign OSPF cost
    ReferenceBandwidthVariable string
    Variable name
    Rfc1583Compatible bool
    Calculate summary route cost based on RFC 1583
    Rfc1583CompatibleVariable string
    Variable name
    RoutePolicyId string
    RouterId string
    Set OSPF router ID to override system IP address
    RouterIdVariable string
    Variable name
    RouterLsas List<GetTransportRoutingOspfFeatureRouterLsa>
    Advertise own router LSA with infinite distance
    SpfCalculationDelay int
    Set delay from first change received until performing SPF calculation
    SpfCalculationDelayVariable string
    Variable name
    SpfInitialHoldTime int
    Set initial hold time between consecutive SPF calculations
    SpfInitialHoldTimeVariable string
    Variable name
    SpfMaximumHoldTime int
    Set maximum hold time between consecutive SPF calculations
    SpfMaximumHoldTimeVariable string
    Variable name
    Version int
    The version of the Feature
    Areas []GetTransportRoutingOspfFeatureArea
    Configure OSPF area
    DefaultInformationOriginate bool
    Distribute default external route into OSPF
    DefaultInformationOriginateAlways bool
    Always advertise default route
    DefaultInformationOriginateAlwaysVariable string
    Variable name
    DefaultInformationOriginateMetric int
    Set metric used to generate default route \n\n
    DefaultInformationOriginateMetricType string
    Set default route type
    DefaultInformationOriginateMetricTypeVariable string
    Variable name
    DefaultInformationOriginateMetricVariable string
    Variable name
    Description string
    The description of the Feature
    DistanceExternal int
    Set distance for external routes
    DistanceExternalVariable string
    Variable name
    DistanceInterArea int
    Set distance for inter-area routes
    DistanceInterAreaVariable string
    Variable name
    DistanceIntraArea int
    Set distance for intra-area routes
    DistanceIntraAreaVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Redistributes []GetTransportRoutingOspfFeatureRedistribute
    Redistribute routes
    ReferenceBandwidth int
    Set reference bandwidth method to assign OSPF cost
    ReferenceBandwidthVariable string
    Variable name
    Rfc1583Compatible bool
    Calculate summary route cost based on RFC 1583
    Rfc1583CompatibleVariable string
    Variable name
    RoutePolicyId string
    RouterId string
    Set OSPF router ID to override system IP address
    RouterIdVariable string
    Variable name
    RouterLsas []GetTransportRoutingOspfFeatureRouterLsa
    Advertise own router LSA with infinite distance
    SpfCalculationDelay int
    Set delay from first change received until performing SPF calculation
    SpfCalculationDelayVariable string
    Variable name
    SpfInitialHoldTime int
    Set initial hold time between consecutive SPF calculations
    SpfInitialHoldTimeVariable string
    Variable name
    SpfMaximumHoldTime int
    Set maximum hold time between consecutive SPF calculations
    SpfMaximumHoldTimeVariable string
    Variable name
    Version int
    The version of the Feature
    areas List<GetTransportRoutingOspfFeatureArea>
    Configure OSPF area
    defaultInformationOriginate Boolean
    Distribute default external route into OSPF
    defaultInformationOriginateAlways Boolean
    Always advertise default route
    defaultInformationOriginateAlwaysVariable String
    Variable name
    defaultInformationOriginateMetric Integer
    Set metric used to generate default route \n\n
    defaultInformationOriginateMetricType String
    Set default route type
    defaultInformationOriginateMetricTypeVariable String
    Variable name
    defaultInformationOriginateMetricVariable String
    Variable name
    description String
    The description of the Feature
    distanceExternal Integer
    Set distance for external routes
    distanceExternalVariable String
    Variable name
    distanceInterArea Integer
    Set distance for inter-area routes
    distanceInterAreaVariable String
    Variable name
    distanceIntraArea Integer
    Set distance for intra-area routes
    distanceIntraAreaVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    redistributes List<GetTransportRoutingOspfFeatureRedistribute>
    Redistribute routes
    referenceBandwidth Integer
    Set reference bandwidth method to assign OSPF cost
    referenceBandwidthVariable String
    Variable name
    rfc1583Compatible Boolean
    Calculate summary route cost based on RFC 1583
    rfc1583CompatibleVariable String
    Variable name
    routePolicyId String
    routerId String
    Set OSPF router ID to override system IP address
    routerIdVariable String
    Variable name
    routerLsas List<GetTransportRoutingOspfFeatureRouterLsa>
    Advertise own router LSA with infinite distance
    spfCalculationDelay Integer
    Set delay from first change received until performing SPF calculation
    spfCalculationDelayVariable String
    Variable name
    spfInitialHoldTime Integer
    Set initial hold time between consecutive SPF calculations
    spfInitialHoldTimeVariable String
    Variable name
    spfMaximumHoldTime Integer
    Set maximum hold time between consecutive SPF calculations
    spfMaximumHoldTimeVariable String
    Variable name
    version Integer
    The version of the Feature
    areas GetTransportRoutingOspfFeatureArea[]
    Configure OSPF area
    defaultInformationOriginate boolean
    Distribute default external route into OSPF
    defaultInformationOriginateAlways boolean
    Always advertise default route
    defaultInformationOriginateAlwaysVariable string
    Variable name
    defaultInformationOriginateMetric number
    Set metric used to generate default route \n\n
    defaultInformationOriginateMetricType string
    Set default route type
    defaultInformationOriginateMetricTypeVariable string
    Variable name
    defaultInformationOriginateMetricVariable string
    Variable name
    description string
    The description of the Feature
    distanceExternal number
    Set distance for external routes
    distanceExternalVariable string
    Variable name
    distanceInterArea number
    Set distance for inter-area routes
    distanceInterAreaVariable string
    Variable name
    distanceIntraArea number
    Set distance for intra-area routes
    distanceIntraAreaVariable string
    Variable name
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    name string
    The name of the Feature
    redistributes GetTransportRoutingOspfFeatureRedistribute[]
    Redistribute routes
    referenceBandwidth number
    Set reference bandwidth method to assign OSPF cost
    referenceBandwidthVariable string
    Variable name
    rfc1583Compatible boolean
    Calculate summary route cost based on RFC 1583
    rfc1583CompatibleVariable string
    Variable name
    routePolicyId string
    routerId string
    Set OSPF router ID to override system IP address
    routerIdVariable string
    Variable name
    routerLsas GetTransportRoutingOspfFeatureRouterLsa[]
    Advertise own router LSA with infinite distance
    spfCalculationDelay number
    Set delay from first change received until performing SPF calculation
    spfCalculationDelayVariable string
    Variable name
    spfInitialHoldTime number
    Set initial hold time between consecutive SPF calculations
    spfInitialHoldTimeVariable string
    Variable name
    spfMaximumHoldTime number
    Set maximum hold time between consecutive SPF calculations
    spfMaximumHoldTimeVariable string
    Variable name
    version number
    The version of the Feature
    areas Sequence[GetTransportRoutingOspfFeatureArea]
    Configure OSPF area
    default_information_originate bool
    Distribute default external route into OSPF
    default_information_originate_always bool
    Always advertise default route
    default_information_originate_always_variable str
    Variable name
    default_information_originate_metric int
    Set metric used to generate default route \n\n
    default_information_originate_metric_type str
    Set default route type
    default_information_originate_metric_type_variable str
    Variable name
    default_information_originate_metric_variable str
    Variable name
    description str
    The description of the Feature
    distance_external int
    Set distance for external routes
    distance_external_variable str
    Variable name
    distance_inter_area int
    Set distance for inter-area routes
    distance_inter_area_variable str
    Variable name
    distance_intra_area int
    Set distance for intra-area routes
    distance_intra_area_variable str
    Variable name
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    name str
    The name of the Feature
    redistributes Sequence[GetTransportRoutingOspfFeatureRedistribute]
    Redistribute routes
    reference_bandwidth int
    Set reference bandwidth method to assign OSPF cost
    reference_bandwidth_variable str
    Variable name
    rfc1583_compatible bool
    Calculate summary route cost based on RFC 1583
    rfc1583_compatible_variable str
    Variable name
    route_policy_id str
    router_id str
    Set OSPF router ID to override system IP address
    router_id_variable str
    Variable name
    router_lsas Sequence[GetTransportRoutingOspfFeatureRouterLsa]
    Advertise own router LSA with infinite distance
    spf_calculation_delay int
    Set delay from first change received until performing SPF calculation
    spf_calculation_delay_variable str
    Variable name
    spf_initial_hold_time int
    Set initial hold time between consecutive SPF calculations
    spf_initial_hold_time_variable str
    Variable name
    spf_maximum_hold_time int
    Set maximum hold time between consecutive SPF calculations
    spf_maximum_hold_time_variable str
    Variable name
    version int
    The version of the Feature
    areas List<Property Map>
    Configure OSPF area
    defaultInformationOriginate Boolean
    Distribute default external route into OSPF
    defaultInformationOriginateAlways Boolean
    Always advertise default route
    defaultInformationOriginateAlwaysVariable String
    Variable name
    defaultInformationOriginateMetric Number
    Set metric used to generate default route \n\n
    defaultInformationOriginateMetricType String
    Set default route type
    defaultInformationOriginateMetricTypeVariable String
    Variable name
    defaultInformationOriginateMetricVariable String
    Variable name
    description String
    The description of the Feature
    distanceExternal Number
    Set distance for external routes
    distanceExternalVariable String
    Variable name
    distanceInterArea Number
    Set distance for inter-area routes
    distanceInterAreaVariable String
    Variable name
    distanceIntraArea Number
    Set distance for intra-area routes
    distanceIntraAreaVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    redistributes List<Property Map>
    Redistribute routes
    referenceBandwidth Number
    Set reference bandwidth method to assign OSPF cost
    referenceBandwidthVariable String
    Variable name
    rfc1583Compatible Boolean
    Calculate summary route cost based on RFC 1583
    rfc1583CompatibleVariable String
    Variable name
    routePolicyId String
    routerId String
    Set OSPF router ID to override system IP address
    routerIdVariable String
    Variable name
    routerLsas List<Property Map>
    Advertise own router LSA with infinite distance
    spfCalculationDelay Number
    Set delay from first change received until performing SPF calculation
    spfCalculationDelayVariable String
    Variable name
    spfInitialHoldTime Number
    Set initial hold time between consecutive SPF calculations
    spfInitialHoldTimeVariable String
    Variable name
    spfMaximumHoldTime Number
    Set maximum hold time between consecutive SPF calculations
    spfMaximumHoldTimeVariable String
    Variable name
    version Number
    The version of the Feature

    Supporting Types

    GetTransportRoutingOspfFeatureArea

    AreaNumber int
    Set OSPF area number
    AreaNumberVariable string
    Variable name
    AreaType string
    set the area type
    Interfaces List<GetTransportRoutingOspfFeatureAreaInterface>
    Set OSPF interface parameters
    NoSummary bool
    Do not inject interarea routes into STUB or NSSA
    NoSummaryVariable string
    Variable name
    Ranges List<GetTransportRoutingOspfFeatureAreaRange>
    Summarize OSPF routes at an area boundary
    AreaNumber int
    Set OSPF area number
    AreaNumberVariable string
    Variable name
    AreaType string
    set the area type
    Interfaces []GetTransportRoutingOspfFeatureAreaInterface
    Set OSPF interface parameters
    NoSummary bool
    Do not inject interarea routes into STUB or NSSA
    NoSummaryVariable string
    Variable name
    Ranges []GetTransportRoutingOspfFeatureAreaRange
    Summarize OSPF routes at an area boundary
    areaNumber Integer
    Set OSPF area number
    areaNumberVariable String
    Variable name
    areaType String
    set the area type
    interfaces List<GetTransportRoutingOspfFeatureAreaInterface>
    Set OSPF interface parameters
    noSummary Boolean
    Do not inject interarea routes into STUB or NSSA
    noSummaryVariable String
    Variable name
    ranges List<GetTransportRoutingOspfFeatureAreaRange>
    Summarize OSPF routes at an area boundary
    areaNumber number
    Set OSPF area number
    areaNumberVariable string
    Variable name
    areaType string
    set the area type
    interfaces GetTransportRoutingOspfFeatureAreaInterface[]
    Set OSPF interface parameters
    noSummary boolean
    Do not inject interarea routes into STUB or NSSA
    noSummaryVariable string
    Variable name
    ranges GetTransportRoutingOspfFeatureAreaRange[]
    Summarize OSPF routes at an area boundary
    area_number int
    Set OSPF area number
    area_number_variable str
    Variable name
    area_type str
    set the area type
    interfaces Sequence[GetTransportRoutingOspfFeatureAreaInterface]
    Set OSPF interface parameters
    no_summary bool
    Do not inject interarea routes into STUB or NSSA
    no_summary_variable str
    Variable name
    ranges Sequence[GetTransportRoutingOspfFeatureAreaRange]
    Summarize OSPF routes at an area boundary
    areaNumber Number
    Set OSPF area number
    areaNumberVariable String
    Variable name
    areaType String
    set the area type
    interfaces List<Property Map>
    Set OSPF interface parameters
    noSummary Boolean
    Do not inject interarea routes into STUB or NSSA
    noSummaryVariable String
    Variable name
    ranges List<Property Map>
    Summarize OSPF routes at an area boundary

    GetTransportRoutingOspfFeatureAreaInterface

    AuthenticationType string
    Set OSPF interface authentication type
    AuthenticationTypeVariable string
    Variable name
    Cost int
    Set cost of OSPF interface
    CostVariable string
    Variable name
    DeadInterval int
    Set interval after which neighbor is declared to be down
    DeadIntervalVariable string
    Variable name
    DesignatedRouterPriority int
    Set router’s priority to be elected as designated router
    DesignatedRouterPriorityVariable string
    Variable name
    HelloInterval int
    Set interval between OSPF hello packets
    HelloIntervalVariable string
    Variable name
    LsaRetransmitInterval int
    Set time between retransmitting LSAs
    LsaRetransmitIntervalVariable string
    Variable name
    MessageDigestKey string
    Set MD5 authentication key
    MessageDigestKeyId int
    Set MD5 message digest key
    MessageDigestKeyIdVariable string
    Variable name
    MessageDigestKeyVariable string
    Variable name
    Name string
    Set interface name
    NameVariable string
    Variable name
    NetworkType string
    Set the OSPF network type
    NetworkTypeVariable string
    Variable name
    PassiveInterface bool
    Set the interface to advertise its address, but not to actively run OSPF
    PassiveInterfaceVariable string
    Variable name
    AuthenticationType string
    Set OSPF interface authentication type
    AuthenticationTypeVariable string
    Variable name
    Cost int
    Set cost of OSPF interface
    CostVariable string
    Variable name
    DeadInterval int
    Set interval after which neighbor is declared to be down
    DeadIntervalVariable string
    Variable name
    DesignatedRouterPriority int
    Set router’s priority to be elected as designated router
    DesignatedRouterPriorityVariable string
    Variable name
    HelloInterval int
    Set interval between OSPF hello packets
    HelloIntervalVariable string
    Variable name
    LsaRetransmitInterval int
    Set time between retransmitting LSAs
    LsaRetransmitIntervalVariable string
    Variable name
    MessageDigestKey string
    Set MD5 authentication key
    MessageDigestKeyId int
    Set MD5 message digest key
    MessageDigestKeyIdVariable string
    Variable name
    MessageDigestKeyVariable string
    Variable name
    Name string
    Set interface name
    NameVariable string
    Variable name
    NetworkType string
    Set the OSPF network type
    NetworkTypeVariable string
    Variable name
    PassiveInterface bool
    Set the interface to advertise its address, but not to actively run OSPF
    PassiveInterfaceVariable string
    Variable name
    authenticationType String
    Set OSPF interface authentication type
    authenticationTypeVariable String
    Variable name
    cost Integer
    Set cost of OSPF interface
    costVariable String
    Variable name
    deadInterval Integer
    Set interval after which neighbor is declared to be down
    deadIntervalVariable String
    Variable name
    designatedRouterPriority Integer
    Set router’s priority to be elected as designated router
    designatedRouterPriorityVariable String
    Variable name
    helloInterval Integer
    Set interval between OSPF hello packets
    helloIntervalVariable String
    Variable name
    lsaRetransmitInterval Integer
    Set time between retransmitting LSAs
    lsaRetransmitIntervalVariable String
    Variable name
    messageDigestKey String
    Set MD5 authentication key
    messageDigestKeyId Integer
    Set MD5 message digest key
    messageDigestKeyIdVariable String
    Variable name
    messageDigestKeyVariable String
    Variable name
    name String
    Set interface name
    nameVariable String
    Variable name
    networkType String
    Set the OSPF network type
    networkTypeVariable String
    Variable name
    passiveInterface Boolean
    Set the interface to advertise its address, but not to actively run OSPF
    passiveInterfaceVariable String
    Variable name
    authenticationType string
    Set OSPF interface authentication type
    authenticationTypeVariable string
    Variable name
    cost number
    Set cost of OSPF interface
    costVariable string
    Variable name
    deadInterval number
    Set interval after which neighbor is declared to be down
    deadIntervalVariable string
    Variable name
    designatedRouterPriority number
    Set router’s priority to be elected as designated router
    designatedRouterPriorityVariable string
    Variable name
    helloInterval number
    Set interval between OSPF hello packets
    helloIntervalVariable string
    Variable name
    lsaRetransmitInterval number
    Set time between retransmitting LSAs
    lsaRetransmitIntervalVariable string
    Variable name
    messageDigestKey string
    Set MD5 authentication key
    messageDigestKeyId number
    Set MD5 message digest key
    messageDigestKeyIdVariable string
    Variable name
    messageDigestKeyVariable string
    Variable name
    name string
    Set interface name
    nameVariable string
    Variable name
    networkType string
    Set the OSPF network type
    networkTypeVariable string
    Variable name
    passiveInterface boolean
    Set the interface to advertise its address, but not to actively run OSPF
    passiveInterfaceVariable string
    Variable name
    authentication_type str
    Set OSPF interface authentication type
    authentication_type_variable str
    Variable name
    cost int
    Set cost of OSPF interface
    cost_variable str
    Variable name
    dead_interval int
    Set interval after which neighbor is declared to be down
    dead_interval_variable str
    Variable name
    designated_router_priority int
    Set router’s priority to be elected as designated router
    designated_router_priority_variable str
    Variable name
    hello_interval int
    Set interval between OSPF hello packets
    hello_interval_variable str
    Variable name
    lsa_retransmit_interval int
    Set time between retransmitting LSAs
    lsa_retransmit_interval_variable str
    Variable name
    message_digest_key str
    Set MD5 authentication key
    message_digest_key_id int
    Set MD5 message digest key
    message_digest_key_id_variable str
    Variable name
    message_digest_key_variable str
    Variable name
    name str
    Set interface name
    name_variable str
    Variable name
    network_type str
    Set the OSPF network type
    network_type_variable str
    Variable name
    passive_interface bool
    Set the interface to advertise its address, but not to actively run OSPF
    passive_interface_variable str
    Variable name
    authenticationType String
    Set OSPF interface authentication type
    authenticationTypeVariable String
    Variable name
    cost Number
    Set cost of OSPF interface
    costVariable String
    Variable name
    deadInterval Number
    Set interval after which neighbor is declared to be down
    deadIntervalVariable String
    Variable name
    designatedRouterPriority Number
    Set router’s priority to be elected as designated router
    designatedRouterPriorityVariable String
    Variable name
    helloInterval Number
    Set interval between OSPF hello packets
    helloIntervalVariable String
    Variable name
    lsaRetransmitInterval Number
    Set time between retransmitting LSAs
    lsaRetransmitIntervalVariable String
    Variable name
    messageDigestKey String
    Set MD5 authentication key
    messageDigestKeyId Number
    Set MD5 message digest key
    messageDigestKeyIdVariable String
    Variable name
    messageDigestKeyVariable String
    Variable name
    name String
    Set interface name
    nameVariable String
    Variable name
    networkType String
    Set the OSPF network type
    networkTypeVariable String
    Variable name
    passiveInterface Boolean
    Set the interface to advertise its address, but not to actively run OSPF
    passiveInterfaceVariable String
    Variable name

    GetTransportRoutingOspfFeatureAreaRange

    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    IpAddress string
    IP Address
    IpAddressVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    IpAddress string
    IP Address
    IpAddressVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    cost Integer
    Set cost for this range
    costVariable String
    Variable name
    ipAddress String
    IP Address
    ipAddressVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    cost number
    Set cost for this range
    costVariable string
    Variable name
    ipAddress string
    IP Address
    ipAddressVariable string
    Variable name
    noAdvertise boolean
    Do not advertise this range
    noAdvertiseVariable string
    Variable name
    subnetMask string
    Subnet Mask
    subnetMaskVariable string
    Variable name
    cost int
    Set cost for this range
    cost_variable str
    Variable name
    ip_address str
    IP Address
    ip_address_variable str
    Variable name
    no_advertise bool
    Do not advertise this range
    no_advertise_variable str
    Variable name
    subnet_mask str
    Subnet Mask
    subnet_mask_variable str
    Variable name
    cost Number
    Set cost for this range
    costVariable String
    Variable name
    ipAddress String
    IP Address
    ipAddressVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name

    GetTransportRoutingOspfFeatureRedistribute

    NatDia bool
    Enable NAT DIA for redistributed routes
    NatDiaVariable string
    Variable name
    Protocol string
    Set the protocol
    ProtocolVariable string
    Variable name
    RoutePolicyId string
    NatDia bool
    Enable NAT DIA for redistributed routes
    NatDiaVariable string
    Variable name
    Protocol string
    Set the protocol
    ProtocolVariable string
    Variable name
    RoutePolicyId string
    natDia Boolean
    Enable NAT DIA for redistributed routes
    natDiaVariable String
    Variable name
    protocol String
    Set the protocol
    protocolVariable String
    Variable name
    routePolicyId String
    natDia boolean
    Enable NAT DIA for redistributed routes
    natDiaVariable string
    Variable name
    protocol string
    Set the protocol
    protocolVariable string
    Variable name
    routePolicyId string
    nat_dia bool
    Enable NAT DIA for redistributed routes
    nat_dia_variable str
    Variable name
    protocol str
    Set the protocol
    protocol_variable str
    Variable name
    route_policy_id str
    natDia Boolean
    Enable NAT DIA for redistributed routes
    natDiaVariable String
    Variable name
    protocol String
    Set the protocol
    protocolVariable String
    Variable name
    routePolicyId String

    GetTransportRoutingOspfFeatureRouterLsa

    Time int
    Set how long to advertise maximum metric after router starts up
    TimeVariable string
    Variable name
    Type string
    Set the router LSA advertisement type
    Time int
    Set how long to advertise maximum metric after router starts up
    TimeVariable string
    Variable name
    Type string
    Set the router LSA advertisement type
    time Integer
    Set how long to advertise maximum metric after router starts up
    timeVariable String
    Variable name
    type String
    Set the router LSA advertisement type
    time number
    Set how long to advertise maximum metric after router starts up
    timeVariable 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
    timeVariable 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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi