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

sdwan.getTransportRoutingOspfv3Ipv4Feature

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 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportRoutingOspfv3Ipv4Feature:getTransportRoutingOspfv3Ipv4Feature
      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

    getTransportRoutingOspfv3Ipv4Feature Result

    The following output properties are available:

    Areas List<GetTransportRoutingOspfv3Ipv4FeatureArea>
    Configure OSPFv3 IPv4 area
    DefaultInformationOriginate bool
    Distribute default external route into OSPF disabled
    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 metric type
    DefaultInformationOriginateMetricTypeVariable string
    Variable name
    DefaultInformationOriginateMetricVariable string
    Variable name
    Description string
    The description of the Feature
    Distance int
    Distance
    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
    DistanceVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Filter bool
    Table map filtered or not
    FilterVariable string
    Variable name
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Redistributes List<GetTransportRoutingOspfv3Ipv4FeatureRedistribute>
    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
    RouterLsaAction string
    Not advertise maximum metric Router LSA policy by default
    RouterLsaOnStartupTime int
    Set how long to advertise maximum metric after router boot up
    RouterLsaOnStartupTimeVariable string
    Variable name
    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 []GetTransportRoutingOspfv3Ipv4FeatureArea
    Configure OSPFv3 IPv4 area
    DefaultInformationOriginate bool
    Distribute default external route into OSPF disabled
    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 metric type
    DefaultInformationOriginateMetricTypeVariable string
    Variable name
    DefaultInformationOriginateMetricVariable string
    Variable name
    Description string
    The description of the Feature
    Distance int
    Distance
    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
    DistanceVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Filter bool
    Table map filtered or not
    FilterVariable string
    Variable name
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Redistributes []GetTransportRoutingOspfv3Ipv4FeatureRedistribute
    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
    RouterLsaAction string
    Not advertise maximum metric Router LSA policy by default
    RouterLsaOnStartupTime int
    Set how long to advertise maximum metric after router boot up
    RouterLsaOnStartupTimeVariable string
    Variable name
    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<GetTransportRoutingOspfv3Ipv4FeatureArea>
    Configure OSPFv3 IPv4 area
    defaultInformationOriginate Boolean
    Distribute default external route into OSPF disabled
    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 metric type
    defaultInformationOriginateMetricTypeVariable String
    Variable name
    defaultInformationOriginateMetricVariable String
    Variable name
    description String
    The description of the Feature
    distance Integer
    Distance
    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
    distanceVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    filter Boolean
    Table map filtered or not
    filterVariable String
    Variable name
    id String
    The id of the Feature
    name String
    The name of the Feature
    redistributes List<GetTransportRoutingOspfv3Ipv4FeatureRedistribute>
    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
    routerLsaAction String
    Not advertise maximum metric Router LSA policy by default
    routerLsaOnStartupTime Integer
    Set how long to advertise maximum metric after router boot up
    routerLsaOnStartupTimeVariable String
    Variable name
    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 GetTransportRoutingOspfv3Ipv4FeatureArea[]
    Configure OSPFv3 IPv4 area
    defaultInformationOriginate boolean
    Distribute default external route into OSPF disabled
    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 metric type
    defaultInformationOriginateMetricTypeVariable string
    Variable name
    defaultInformationOriginateMetricVariable string
    Variable name
    description string
    The description of the Feature
    distance number
    Distance
    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
    distanceVariable string
    Variable name
    featureProfileId string
    Feature Profile ID
    filter boolean
    Table map filtered or not
    filterVariable string
    Variable name
    id string
    The id of the Feature
    name string
    The name of the Feature
    redistributes GetTransportRoutingOspfv3Ipv4FeatureRedistribute[]
    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
    routerLsaAction string
    Not advertise maximum metric Router LSA policy by default
    routerLsaOnStartupTime number
    Set how long to advertise maximum metric after router boot up
    routerLsaOnStartupTimeVariable string
    Variable name
    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[GetTransportRoutingOspfv3Ipv4FeatureArea]
    Configure OSPFv3 IPv4 area
    default_information_originate bool
    Distribute default external route into OSPF disabled
    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 metric 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 int
    Distance
    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
    distance_variable str
    Variable name
    feature_profile_id str
    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[GetTransportRoutingOspfv3Ipv4FeatureRedistribute]
    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_lsa_action str
    Not advertise maximum metric Router LSA policy by default
    router_lsa_on_startup_time int
    Set how long to advertise maximum metric after router boot up
    router_lsa_on_startup_time_variable str
    Variable name
    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 OSPFv3 IPv4 area
    defaultInformationOriginate Boolean
    Distribute default external route into OSPF disabled
    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 metric type
    defaultInformationOriginateMetricTypeVariable String
    Variable name
    defaultInformationOriginateMetricVariable String
    Variable name
    description String
    The description of the Feature
    distance Number
    Distance
    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
    distanceVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    filter Boolean
    Table map filtered or not
    filterVariable String
    Variable name
    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
    routerLsaAction String
    Not advertise maximum metric Router LSA policy by default
    routerLsaOnStartupTime Number
    Set how long to advertise maximum metric after router boot up
    routerLsaOnStartupTimeVariable String
    Variable name
    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

    GetTransportRoutingOspfv3Ipv4FeatureArea

    AlwaysTranslate bool
    Always translate type7 LSAs
    AlwaysTranslateVariable string
    Variable name
    AreaNumber int
    Set OSPF area number
    AreaNumberVariable string
    Variable name
    AreaType string
    stub area type
    Interfaces List<GetTransportRoutingOspfv3Ipv4FeatureAreaInterface>
    Set OSPF interface parameters
    NoSummary bool
    Do not inject inter-area routes
    NoSummaryVariable string
    Variable name
    Ranges List<GetTransportRoutingOspfv3Ipv4FeatureAreaRange>
    Summarize OSPF routes at an area boundary
    AlwaysTranslate bool
    Always translate type7 LSAs
    AlwaysTranslateVariable string
    Variable name
    AreaNumber int
    Set OSPF area number
    AreaNumberVariable string
    Variable name
    AreaType string
    stub area type
    Interfaces []GetTransportRoutingOspfv3Ipv4FeatureAreaInterface
    Set OSPF interface parameters
    NoSummary bool
    Do not inject inter-area routes
    NoSummaryVariable string
    Variable name
    Ranges []GetTransportRoutingOspfv3Ipv4FeatureAreaRange
    Summarize OSPF routes at an area boundary
    alwaysTranslate Boolean
    Always translate type7 LSAs
    alwaysTranslateVariable String
    Variable name
    areaNumber Integer
    Set OSPF area number
    areaNumberVariable String
    Variable name
    areaType String
    stub area type
    interfaces List<GetTransportRoutingOspfv3Ipv4FeatureAreaInterface>
    Set OSPF interface parameters
    noSummary Boolean
    Do not inject inter-area routes
    noSummaryVariable String
    Variable name
    ranges List<GetTransportRoutingOspfv3Ipv4FeatureAreaRange>
    Summarize OSPF routes at an area boundary
    alwaysTranslate boolean
    Always translate type7 LSAs
    alwaysTranslateVariable string
    Variable name
    areaNumber number
    Set OSPF area number
    areaNumberVariable string
    Variable name
    areaType string
    stub area type
    interfaces GetTransportRoutingOspfv3Ipv4FeatureAreaInterface[]
    Set OSPF interface parameters
    noSummary boolean
    Do not inject inter-area routes
    noSummaryVariable string
    Variable name
    ranges GetTransportRoutingOspfv3Ipv4FeatureAreaRange[]
    Summarize OSPF routes at an area boundary
    always_translate bool
    Always translate type7 LSAs
    always_translate_variable str
    Variable name
    area_number int
    Set OSPF area number
    area_number_variable str
    Variable name
    area_type str
    stub area type
    interfaces Sequence[GetTransportRoutingOspfv3Ipv4FeatureAreaInterface]
    Set OSPF interface parameters
    no_summary bool
    Do not inject inter-area routes
    no_summary_variable str
    Variable name
    ranges Sequence[GetTransportRoutingOspfv3Ipv4FeatureAreaRange]
    Summarize OSPF routes at an area boundary
    alwaysTranslate Boolean
    Always translate type7 LSAs
    alwaysTranslateVariable String
    Variable name
    areaNumber Number
    Set OSPF area number
    areaNumberVariable String
    Variable name
    areaType String
    stub area type
    interfaces List<Property Map>
    Set OSPF interface parameters
    noSummary Boolean
    Do not inject inter-area routes
    noSummaryVariable String
    Variable name
    ranges List<Property Map>
    Summarize OSPF routes at an area boundary

    GetTransportRoutingOspfv3Ipv4FeatureAreaInterface

    AuthenticationKey string
    Set OSPF interface authentication IPSEC key
    AuthenticationKeyVariable string
    Variable name
    AuthenticationSpi int
    Set OSPF interface authentication IPSec SPI, range 256..4294967295
    AuthenticationSpiVariable string
    Variable name
    AuthenticationType string
    No Authentication by default
    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
    HelloInterval int
    Set interval between OSPF hello packets
    HelloIntervalVariable string
    Variable name
    LsaRetransmitInterval int
    Set time between retransmitting LSAs
    LsaRetransmitIntervalVariable 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
    AuthenticationKey string
    Set OSPF interface authentication IPSEC key
    AuthenticationKeyVariable string
    Variable name
    AuthenticationSpi int
    Set OSPF interface authentication IPSec SPI, range 256..4294967295
    AuthenticationSpiVariable string
    Variable name
    AuthenticationType string
    No Authentication by default
    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
    HelloInterval int
    Set interval between OSPF hello packets
    HelloIntervalVariable string
    Variable name
    LsaRetransmitInterval int
    Set time between retransmitting LSAs
    LsaRetransmitIntervalVariable 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
    authenticationKey String
    Set OSPF interface authentication IPSEC key
    authenticationKeyVariable String
    Variable name
    authenticationSpi Integer
    Set OSPF interface authentication IPSec SPI, range 256..4294967295
    authenticationSpiVariable String
    Variable name
    authenticationType String
    No Authentication by default
    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
    helloInterval Integer
    Set interval between OSPF hello packets
    helloIntervalVariable String
    Variable name
    lsaRetransmitInterval Integer
    Set time between retransmitting LSAs
    lsaRetransmitIntervalVariable 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
    authenticationKey string
    Set OSPF interface authentication IPSEC key
    authenticationKeyVariable string
    Variable name
    authenticationSpi number
    Set OSPF interface authentication IPSec SPI, range 256..4294967295
    authenticationSpiVariable string
    Variable name
    authenticationType string
    No Authentication by default
    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
    helloInterval number
    Set interval between OSPF hello packets
    helloIntervalVariable string
    Variable name
    lsaRetransmitInterval number
    Set time between retransmitting LSAs
    lsaRetransmitIntervalVariable 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_key str
    Set OSPF interface authentication IPSEC key
    authentication_key_variable str
    Variable name
    authentication_spi int
    Set OSPF interface authentication IPSec SPI, range 256..4294967295
    authentication_spi_variable str
    Variable name
    authentication_type str
    No Authentication by default
    cost int
    Set cost of OSPF interface
    cost_variable str
    Variable name
    dead_interval int
    Set interval after which neighbor is declared to be down
    dead_interval_variable str
    Variable name
    hello_interval int
    Set interval between OSPF hello packets
    hello_interval_variable str
    Variable name
    lsa_retransmit_interval int
    Set time between retransmitting LSAs
    lsa_retransmit_interval_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
    authenticationKey String
    Set OSPF interface authentication IPSEC key
    authenticationKeyVariable String
    Variable name
    authenticationSpi Number
    Set OSPF interface authentication IPSec SPI, range 256..4294967295
    authenticationSpiVariable String
    Variable name
    authenticationType String
    No Authentication by default
    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
    helloInterval Number
    Set interval between OSPF hello packets
    helloIntervalVariable String
    Variable name
    lsaRetransmitInterval Number
    Set time between retransmitting LSAs
    lsaRetransmitIntervalVariable 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

    GetTransportRoutingOspfv3Ipv4FeatureAreaRange

    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    IpAddress string
    IpAddressVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    SubnetMask string
    SubnetMaskVariable string
    Variable name
    Cost int
    Set cost for this range
    CostVariable string
    Variable name
    IpAddress string
    IpAddressVariable string
    Variable name
    NoAdvertise bool
    Do not advertise this range
    NoAdvertiseVariable string
    Variable name
    SubnetMask string
    SubnetMaskVariable string
    Variable name
    cost Integer
    Set cost for this range
    costVariable String
    Variable name
    ipAddress String
    ipAddressVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    subnetMask String
    subnetMaskVariable String
    Variable name
    cost number
    Set cost for this range
    costVariable string
    Variable name
    ipAddress string
    ipAddressVariable string
    Variable name
    noAdvertise boolean
    Do not advertise this range
    noAdvertiseVariable string
    Variable name
    subnetMask string
    subnetMaskVariable string
    Variable name
    cost int
    Set cost for this range
    cost_variable str
    Variable name
    ip_address str
    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_variable str
    Variable name
    cost Number
    Set cost for this range
    costVariable String
    Variable name
    ipAddress String
    ipAddressVariable String
    Variable name
    noAdvertise Boolean
    Do not advertise this range
    noAdvertiseVariable String
    Variable name
    subnetMask String
    subnetMaskVariable String
    Variable name

    GetTransportRoutingOspfv3Ipv4FeatureRedistribute

    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

    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