1. Packages
  2. Packages
  3. Cisco Catalyst SD-WAN Provider
  4. API Docs
  5. getSseCiscoFeature
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
sdwan logo
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi

    This data source can read the SSE Cisco Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getSseCiscoFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_sse_cisco_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.GetSseCiscoFeature(ctx, &sdwan.LookupSseCiscoFeatureArgs{
    			Id:               pulumi.StringRef("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.GetSseCiscoFeature.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.GetSseCiscoFeatureArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    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.getSseCiscoFeature(GetSseCiscoFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: sdwan:getSseCiscoFeature
          arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    
    pulumi {
      required_providers {
        sdwan = {
          source = "pulumi/sdwan"
        }
      }
    }
    
    data "sdwan_getsseciscofeature" "example" {
      id                 = "f6b2c44c-693c-4763-b010-895aa3d236bd"
      feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
    }
    

    Using getSseCiscoFeature

    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 getSseCiscoFeature(args: GetSseCiscoFeatureArgs, opts?: InvokeOptions): Promise<GetSseCiscoFeatureResult>
    function getSseCiscoFeatureOutput(args: GetSseCiscoFeatureOutputArgs, opts?: InvokeOptions): Output<GetSseCiscoFeatureResult>
    def get_sse_cisco_feature(feature_profile_id: Optional[str] = None,
                              id: Optional[str] = None,
                              name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetSseCiscoFeatureResult
    def get_sse_cisco_feature_output(feature_profile_id: pulumi.Input[Optional[str]] = None,
                              id: pulumi.Input[Optional[str]] = None,
                              name: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetSseCiscoFeatureResult]
    func LookupSseCiscoFeature(ctx *Context, args *LookupSseCiscoFeatureArgs, opts ...InvokeOption) (*LookupSseCiscoFeatureResult, error)
    func LookupSseCiscoFeatureOutput(ctx *Context, args *LookupSseCiscoFeatureOutputArgs, opts ...InvokeOption) LookupSseCiscoFeatureResultOutput

    > Note: This function is named LookupSseCiscoFeature in the Go SDK.

    public static class GetSseCiscoFeature 
    {
        public static Task<GetSseCiscoFeatureResult> InvokeAsync(GetSseCiscoFeatureArgs args, InvokeOptions? opts = null)
        public static Output<GetSseCiscoFeatureResult> Invoke(GetSseCiscoFeatureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSseCiscoFeatureResult> getSseCiscoFeature(GetSseCiscoFeatureArgs args, InvokeOptions options)
    public static Output<GetSseCiscoFeatureResult> getSseCiscoFeature(GetSseCiscoFeatureArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdwan:index/getSseCiscoFeature:getSseCiscoFeature
      arguments:
        # arguments dictionary
    data "sdwan_getsseciscofeature" "name" {
        # arguments
    }

    The following arguments are supported:

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

    getSseCiscoFeature Result

    The following output properties are available:

    ContextSharingForSgt bool
    Enable/disable Cisco SSE context sharing for sgt
    ContextSharingForVpn bool
    Enable/disable Cisco SSE context sharing for vpn
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    InterfacePairs List<GetSseCiscoFeatureInterfacePair>
    Interface Pair for active and backup
    Interfaces List<GetSseCiscoFeatureInterface>
    Interface name: IPsec when present
    Name string
    The name of the Feature
    Region string
    Region for Primary and Secondary Datacenter
    RegionVariable string
    Variable name
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers List<GetSseCiscoFeatureTracker>
    Tracker configuration
    Version int
    The version of the Feature
    ContextSharingForSgt bool
    Enable/disable Cisco SSE context sharing for sgt
    ContextSharingForVpn bool
    Enable/disable Cisco SSE context sharing for vpn
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    InterfacePairs []GetSseCiscoFeatureInterfacePair
    Interface Pair for active and backup
    Interfaces []GetSseCiscoFeatureInterface
    Interface name: IPsec when present
    Name string
    The name of the Feature
    Region string
    Region for Primary and Secondary Datacenter
    RegionVariable string
    Variable name
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers []GetSseCiscoFeatureTracker
    Tracker configuration
    Version int
    The version of the Feature
    context_sharing_for_sgt bool
    Enable/disable Cisco SSE context sharing for sgt
    context_sharing_for_vpn bool
    Enable/disable Cisco SSE context sharing for vpn
    description string
    The description of the Feature
    feature_profile_id string
    Feature Profile ID
    id string
    The id of the Feature
    interface_pairs list(object)
    Interface Pair for active and backup
    interfaces list(object)
    Interface name: IPsec when present
    name string
    The name of the Feature
    region string
    Region for Primary and Secondary Datacenter
    region_variable string
    Variable name
    tracker_source_ip string
    Source IP address for Tracker
    tracker_source_ip_variable string
    Variable name
    trackers list(object)
    Tracker configuration
    version number
    The version of the Feature
    contextSharingForSgt Boolean
    Enable/disable Cisco SSE context sharing for sgt
    contextSharingForVpn Boolean
    Enable/disable Cisco SSE context sharing for vpn
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    interfacePairs List<GetSseCiscoFeatureInterfacePair>
    Interface Pair for active and backup
    interfaces List<GetSseCiscoFeatureInterface>
    Interface name: IPsec when present
    name String
    The name of the Feature
    region String
    Region for Primary and Secondary Datacenter
    regionVariable String
    Variable name
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    Variable name
    trackers List<GetSseCiscoFeatureTracker>
    Tracker configuration
    version Integer
    The version of the Feature
    contextSharingForSgt boolean
    Enable/disable Cisco SSE context sharing for sgt
    contextSharingForVpn boolean
    Enable/disable Cisco SSE context sharing for vpn
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    interfacePairs GetSseCiscoFeatureInterfacePair[]
    Interface Pair for active and backup
    interfaces GetSseCiscoFeatureInterface[]
    Interface name: IPsec when present
    name string
    The name of the Feature
    region string
    Region for Primary and Secondary Datacenter
    regionVariable string
    Variable name
    trackerSourceIp string
    Source IP address for Tracker
    trackerSourceIpVariable string
    Variable name
    trackers GetSseCiscoFeatureTracker[]
    Tracker configuration
    version number
    The version of the Feature
    context_sharing_for_sgt bool
    Enable/disable Cisco SSE context sharing for sgt
    context_sharing_for_vpn bool
    Enable/disable Cisco SSE context sharing for vpn
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    interface_pairs Sequence[GetSseCiscoFeatureInterfacePair]
    Interface Pair for active and backup
    interfaces Sequence[GetSseCiscoFeatureInterface]
    Interface name: IPsec when present
    name str
    The name of the Feature
    region str
    Region for Primary and Secondary Datacenter
    region_variable str
    Variable name
    tracker_source_ip str
    Source IP address for Tracker
    tracker_source_ip_variable str
    Variable name
    trackers Sequence[GetSseCiscoFeatureTracker]
    Tracker configuration
    version int
    The version of the Feature
    contextSharingForSgt Boolean
    Enable/disable Cisco SSE context sharing for sgt
    contextSharingForVpn Boolean
    Enable/disable Cisco SSE context sharing for vpn
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    interfacePairs List<Property Map>
    Interface Pair for active and backup
    interfaces List<Property Map>
    Interface name: IPsec when present
    name String
    The name of the Feature
    region String
    Region for Primary and Secondary Datacenter
    regionVariable String
    Variable name
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    Variable name
    trackers List<Property Map>
    Tracker configuration
    version Number
    The version of the Feature

    Supporting Types

    GetSseCiscoFeatureInterface

    DpdInterval int
    IKE keepalive interval (seconds)
    DpdIntervalVariable string
    Variable name
    DpdRetries int
    IKE keepalive retries
    DpdRetriesVariable string
    Variable name
    IkeCiphersuite string
    IKE identity the IKE preshared secret belongs to
    IkeCiphersuiteVariable string
    Variable name
    IkeGroup string
    IKE Diffie Hellman Groups
    IkeGroupVariable string
    Variable name
    IkeRekeyInterval int
    IKE rekey interval \n\n seconds
    IkeRekeyIntervalVariable string
    Variable name
    IkeVersion int
    IKE Version \n\n
    IkeVersionVariable string
    Variable name
    InterfaceName string
    Interface name: ipsec(1..255)
    IpsecCiphersuite string
    IPsec(ESP) encryption and integrity protocol
    IpsecCiphersuiteVariable string
    Variable name
    IpsecRekeyInterval int
    IPsec rekey interval \n\n seconds
    IpsecRekeyIntervalVariable string
    Variable name
    IpsecReplayWindow int
    Replay window size 32..8192 (must be a power of 2)
    IpsecReplayWindowVariable string
    Variable name
    Mtu int
    Interface MTU \n\n, in bytes
    MtuVariable string
    Variable name
    PerfectForwardSecrecy string
    IPsec perfect forward secrecy settings
    PerfectForwardSecrecyVariable string
    Variable name
    Shutdown bool
    Administrative state
    ShutdownVariable string
    Variable name
    TcpMssAdjust int
    TCP MSS on SYN packets, in bytes
    TcpMssAdjustVariable string
    Variable name
    TrackEnable bool
    Enable/disable Cisco SSE tracking
    TrackEnableVariable string
    Variable name
    Tracker string
    Enable tracker for this interface
    TunnelDcPreference string
    SSE Tunnel Data Center
    TunnelRouteVia string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelRouteViaVariable string
    Variable name
    TunnelSourceInterface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelSourceInterfaceVariable string
    Variable name
    DpdInterval int
    IKE keepalive interval (seconds)
    DpdIntervalVariable string
    Variable name
    DpdRetries int
    IKE keepalive retries
    DpdRetriesVariable string
    Variable name
    IkeCiphersuite string
    IKE identity the IKE preshared secret belongs to
    IkeCiphersuiteVariable string
    Variable name
    IkeGroup string
    IKE Diffie Hellman Groups
    IkeGroupVariable string
    Variable name
    IkeRekeyInterval int
    IKE rekey interval \n\n seconds
    IkeRekeyIntervalVariable string
    Variable name
    IkeVersion int
    IKE Version \n\n
    IkeVersionVariable string
    Variable name
    InterfaceName string
    Interface name: ipsec(1..255)
    IpsecCiphersuite string
    IPsec(ESP) encryption and integrity protocol
    IpsecCiphersuiteVariable string
    Variable name
    IpsecRekeyInterval int
    IPsec rekey interval \n\n seconds
    IpsecRekeyIntervalVariable string
    Variable name
    IpsecReplayWindow int
    Replay window size 32..8192 (must be a power of 2)
    IpsecReplayWindowVariable string
    Variable name
    Mtu int
    Interface MTU \n\n, in bytes
    MtuVariable string
    Variable name
    PerfectForwardSecrecy string
    IPsec perfect forward secrecy settings
    PerfectForwardSecrecyVariable string
    Variable name
    Shutdown bool
    Administrative state
    ShutdownVariable string
    Variable name
    TcpMssAdjust int
    TCP MSS on SYN packets, in bytes
    TcpMssAdjustVariable string
    Variable name
    TrackEnable bool
    Enable/disable Cisco SSE tracking
    TrackEnableVariable string
    Variable name
    Tracker string
    Enable tracker for this interface
    TunnelDcPreference string
    SSE Tunnel Data Center
    TunnelRouteVia string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelRouteViaVariable string
    Variable name
    TunnelSourceInterface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelSourceInterfaceVariable string
    Variable name
    dpd_interval number
    IKE keepalive interval (seconds)
    dpd_interval_variable string
    Variable name
    dpd_retries number
    IKE keepalive retries
    dpd_retries_variable string
    Variable name
    ike_ciphersuite string
    IKE identity the IKE preshared secret belongs to
    ike_ciphersuite_variable string
    Variable name
    ike_group string
    IKE Diffie Hellman Groups
    ike_group_variable string
    Variable name
    ike_rekey_interval number
    IKE rekey interval \n\n seconds
    ike_rekey_interval_variable string
    Variable name
    ike_version number
    IKE Version \n\n
    ike_version_variable string
    Variable name
    interface_name string
    Interface name: ipsec(1..255)
    ipsec_ciphersuite string
    IPsec(ESP) encryption and integrity protocol
    ipsec_ciphersuite_variable string
    Variable name
    ipsec_rekey_interval number
    IPsec rekey interval \n\n seconds
    ipsec_rekey_interval_variable string
    Variable name
    ipsec_replay_window number
    Replay window size 32..8192 (must be a power of 2)
    ipsec_replay_window_variable string
    Variable name
    mtu number
    Interface MTU \n\n, in bytes
    mtu_variable string
    Variable name
    perfect_forward_secrecy string
    IPsec perfect forward secrecy settings
    perfect_forward_secrecy_variable string
    Variable name
    shutdown bool
    Administrative state
    shutdown_variable string
    Variable name
    tcp_mss_adjust number
    TCP MSS on SYN packets, in bytes
    tcp_mss_adjust_variable string
    Variable name
    track_enable bool
    Enable/disable Cisco SSE tracking
    track_enable_variable string
    Variable name
    tracker string
    Enable tracker for this interface
    tunnel_dc_preference string
    SSE Tunnel Data Center
    tunnel_route_via string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnel_route_via_variable string
    Variable name
    tunnel_source_interface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnel_source_interface_variable string
    Variable name
    dpdInterval Integer
    IKE keepalive interval (seconds)
    dpdIntervalVariable String
    Variable name
    dpdRetries Integer
    IKE keepalive retries
    dpdRetriesVariable String
    Variable name
    ikeCiphersuite String
    IKE identity the IKE preshared secret belongs to
    ikeCiphersuiteVariable String
    Variable name
    ikeGroup String
    IKE Diffie Hellman Groups
    ikeGroupVariable String
    Variable name
    ikeRekeyInterval Integer
    IKE rekey interval \n\n seconds
    ikeRekeyIntervalVariable String
    Variable name
    ikeVersion Integer
    IKE Version \n\n
    ikeVersionVariable String
    Variable name
    interfaceName String
    Interface name: ipsec(1..255)
    ipsecCiphersuite String
    IPsec(ESP) encryption and integrity protocol
    ipsecCiphersuiteVariable String
    Variable name
    ipsecRekeyInterval Integer
    IPsec rekey interval \n\n seconds
    ipsecRekeyIntervalVariable String
    Variable name
    ipsecReplayWindow Integer
    Replay window size 32..8192 (must be a power of 2)
    ipsecReplayWindowVariable String
    Variable name
    mtu Integer
    Interface MTU \n\n, in bytes
    mtuVariable String
    Variable name
    perfectForwardSecrecy String
    IPsec perfect forward secrecy settings
    perfectForwardSecrecyVariable String
    Variable name
    shutdown Boolean
    Administrative state
    shutdownVariable String
    Variable name
    tcpMssAdjust Integer
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable String
    Variable name
    trackEnable Boolean
    Enable/disable Cisco SSE tracking
    trackEnableVariable String
    Variable name
    tracker String
    Enable tracker for this interface
    tunnelDcPreference String
    SSE Tunnel Data Center
    tunnelRouteVia String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelRouteViaVariable String
    Variable name
    tunnelSourceInterface String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelSourceInterfaceVariable String
    Variable name
    dpdInterval number
    IKE keepalive interval (seconds)
    dpdIntervalVariable string
    Variable name
    dpdRetries number
    IKE keepalive retries
    dpdRetriesVariable string
    Variable name
    ikeCiphersuite string
    IKE identity the IKE preshared secret belongs to
    ikeCiphersuiteVariable string
    Variable name
    ikeGroup string
    IKE Diffie Hellman Groups
    ikeGroupVariable string
    Variable name
    ikeRekeyInterval number
    IKE rekey interval \n\n seconds
    ikeRekeyIntervalVariable string
    Variable name
    ikeVersion number
    IKE Version \n\n
    ikeVersionVariable string
    Variable name
    interfaceName string
    Interface name: ipsec(1..255)
    ipsecCiphersuite string
    IPsec(ESP) encryption and integrity protocol
    ipsecCiphersuiteVariable string
    Variable name
    ipsecRekeyInterval number
    IPsec rekey interval \n\n seconds
    ipsecRekeyIntervalVariable string
    Variable name
    ipsecReplayWindow number
    Replay window size 32..8192 (must be a power of 2)
    ipsecReplayWindowVariable string
    Variable name
    mtu number
    Interface MTU \n\n, in bytes
    mtuVariable string
    Variable name
    perfectForwardSecrecy string
    IPsec perfect forward secrecy settings
    perfectForwardSecrecyVariable string
    Variable name
    shutdown boolean
    Administrative state
    shutdownVariable string
    Variable name
    tcpMssAdjust number
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable string
    Variable name
    trackEnable boolean
    Enable/disable Cisco SSE tracking
    trackEnableVariable string
    Variable name
    tracker string
    Enable tracker for this interface
    tunnelDcPreference string
    SSE Tunnel Data Center
    tunnelRouteVia string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelRouteViaVariable string
    Variable name
    tunnelSourceInterface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelSourceInterfaceVariable string
    Variable name
    dpd_interval int
    IKE keepalive interval (seconds)
    dpd_interval_variable str
    Variable name
    dpd_retries int
    IKE keepalive retries
    dpd_retries_variable str
    Variable name
    ike_ciphersuite str
    IKE identity the IKE preshared secret belongs to
    ike_ciphersuite_variable str
    Variable name
    ike_group str
    IKE Diffie Hellman Groups
    ike_group_variable str
    Variable name
    ike_rekey_interval int
    IKE rekey interval \n\n seconds
    ike_rekey_interval_variable str
    Variable name
    ike_version int
    IKE Version \n\n
    ike_version_variable str
    Variable name
    interface_name str
    Interface name: ipsec(1..255)
    ipsec_ciphersuite str
    IPsec(ESP) encryption and integrity protocol
    ipsec_ciphersuite_variable str
    Variable name
    ipsec_rekey_interval int
    IPsec rekey interval \n\n seconds
    ipsec_rekey_interval_variable str
    Variable name
    ipsec_replay_window int
    Replay window size 32..8192 (must be a power of 2)
    ipsec_replay_window_variable str
    Variable name
    mtu int
    Interface MTU \n\n, in bytes
    mtu_variable str
    Variable name
    perfect_forward_secrecy str
    IPsec perfect forward secrecy settings
    perfect_forward_secrecy_variable str
    Variable name
    shutdown bool
    Administrative state
    shutdown_variable str
    Variable name
    tcp_mss_adjust int
    TCP MSS on SYN packets, in bytes
    tcp_mss_adjust_variable str
    Variable name
    track_enable bool
    Enable/disable Cisco SSE tracking
    track_enable_variable str
    Variable name
    tracker str
    Enable tracker for this interface
    tunnel_dc_preference str
    SSE Tunnel Data Center
    tunnel_route_via str
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnel_route_via_variable str
    Variable name
    tunnel_source_interface str
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnel_source_interface_variable str
    Variable name
    dpdInterval Number
    IKE keepalive interval (seconds)
    dpdIntervalVariable String
    Variable name
    dpdRetries Number
    IKE keepalive retries
    dpdRetriesVariable String
    Variable name
    ikeCiphersuite String
    IKE identity the IKE preshared secret belongs to
    ikeCiphersuiteVariable String
    Variable name
    ikeGroup String
    IKE Diffie Hellman Groups
    ikeGroupVariable String
    Variable name
    ikeRekeyInterval Number
    IKE rekey interval \n\n seconds
    ikeRekeyIntervalVariable String
    Variable name
    ikeVersion Number
    IKE Version \n\n
    ikeVersionVariable String
    Variable name
    interfaceName String
    Interface name: ipsec(1..255)
    ipsecCiphersuite String
    IPsec(ESP) encryption and integrity protocol
    ipsecCiphersuiteVariable String
    Variable name
    ipsecRekeyInterval Number
    IPsec rekey interval \n\n seconds
    ipsecRekeyIntervalVariable String
    Variable name
    ipsecReplayWindow Number
    Replay window size 32..8192 (must be a power of 2)
    ipsecReplayWindowVariable String
    Variable name
    mtu Number
    Interface MTU \n\n, in bytes
    mtuVariable String
    Variable name
    perfectForwardSecrecy String
    IPsec perfect forward secrecy settings
    perfectForwardSecrecyVariable String
    Variable name
    shutdown Boolean
    Administrative state
    shutdownVariable String
    Variable name
    tcpMssAdjust Number
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable String
    Variable name
    trackEnable Boolean
    Enable/disable Cisco SSE tracking
    trackEnableVariable String
    Variable name
    tracker String
    Enable tracker for this interface
    tunnelDcPreference String
    SSE Tunnel Data Center
    tunnelRouteVia String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelRouteViaVariable String
    Variable name
    tunnelSourceInterface String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelSourceInterfaceVariable String
    Variable name

    GetSseCiscoFeatureInterfacePair

    ActiveInterface string
    Active Tunnel Interface for SSE
    ActiveInterfaceWeight int
    Active Tunnel Interface Weight
    BackupInterface string
    Backup Tunnel Interface for Cisco SSE
    BackupInterfaceWeight int
    Backup Tunnel Interface Weight
    ActiveInterface string
    Active Tunnel Interface for SSE
    ActiveInterfaceWeight int
    Active Tunnel Interface Weight
    BackupInterface string
    Backup Tunnel Interface for Cisco SSE
    BackupInterfaceWeight int
    Backup Tunnel Interface Weight
    active_interface string
    Active Tunnel Interface for SSE
    active_interface_weight number
    Active Tunnel Interface Weight
    backup_interface string
    Backup Tunnel Interface for Cisco SSE
    backup_interface_weight number
    Backup Tunnel Interface Weight
    activeInterface String
    Active Tunnel Interface for SSE
    activeInterfaceWeight Integer
    Active Tunnel Interface Weight
    backupInterface String
    Backup Tunnel Interface for Cisco SSE
    backupInterfaceWeight Integer
    Backup Tunnel Interface Weight
    activeInterface string
    Active Tunnel Interface for SSE
    activeInterfaceWeight number
    Active Tunnel Interface Weight
    backupInterface string
    Backup Tunnel Interface for Cisco SSE
    backupInterfaceWeight number
    Backup Tunnel Interface Weight
    active_interface str
    Active Tunnel Interface for SSE
    active_interface_weight int
    Active Tunnel Interface Weight
    backup_interface str
    Backup Tunnel Interface for Cisco SSE
    backup_interface_weight int
    Backup Tunnel Interface Weight
    activeInterface String
    Active Tunnel Interface for SSE
    activeInterfaceWeight Number
    Active Tunnel Interface Weight
    backupInterface String
    Backup Tunnel Interface for Cisco SSE
    backupInterfaceWeight Number
    Backup Tunnel Interface Weight

    GetSseCiscoFeatureTracker

    EndpointApiUrl string
    API url of endpoint
    EndpointApiUrlVariable string
    Variable name
    Interval int
    Probe interval \n\n seconds
    IntervalVariable string
    Variable name
    Multiplier int
    Probe failure multiplier \n\n failed attempts
    MultiplierVariable string
    Variable name
    Name string
    Tracker name
    Threshold int
    Probe Timeout threshold \n\n milliseconds
    ThresholdVariable string
    Variable name
    EndpointApiUrl string
    API url of endpoint
    EndpointApiUrlVariable string
    Variable name
    Interval int
    Probe interval \n\n seconds
    IntervalVariable string
    Variable name
    Multiplier int
    Probe failure multiplier \n\n failed attempts
    MultiplierVariable string
    Variable name
    Name string
    Tracker name
    Threshold int
    Probe Timeout threshold \n\n milliseconds
    ThresholdVariable string
    Variable name
    endpoint_api_url string
    API url of endpoint
    endpoint_api_url_variable string
    Variable name
    interval number
    Probe interval \n\n seconds
    interval_variable string
    Variable name
    multiplier number
    Probe failure multiplier \n\n failed attempts
    multiplier_variable string
    Variable name
    name string
    Tracker name
    threshold number
    Probe Timeout threshold \n\n milliseconds
    threshold_variable string
    Variable name
    endpointApiUrl String
    API url of endpoint
    endpointApiUrlVariable String
    Variable name
    interval Integer
    Probe interval \n\n seconds
    intervalVariable String
    Variable name
    multiplier Integer
    Probe failure multiplier \n\n failed attempts
    multiplierVariable String
    Variable name
    name String
    Tracker name
    threshold Integer
    Probe Timeout threshold \n\n milliseconds
    thresholdVariable String
    Variable name
    endpointApiUrl string
    API url of endpoint
    endpointApiUrlVariable string
    Variable name
    interval number
    Probe interval \n\n seconds
    intervalVariable string
    Variable name
    multiplier number
    Probe failure multiplier \n\n failed attempts
    multiplierVariable string
    Variable name
    name string
    Tracker name
    threshold number
    Probe Timeout threshold \n\n milliseconds
    thresholdVariable string
    Variable name
    endpoint_api_url str
    API url of endpoint
    endpoint_api_url_variable str
    Variable name
    interval int
    Probe interval \n\n seconds
    interval_variable str
    Variable name
    multiplier int
    Probe failure multiplier \n\n failed attempts
    multiplier_variable str
    Variable name
    name str
    Tracker name
    threshold int
    Probe Timeout threshold \n\n milliseconds
    threshold_variable str
    Variable name
    endpointApiUrl String
    API url of endpoint
    endpointApiUrlVariable String
    Variable name
    interval Number
    Probe interval \n\n seconds
    intervalVariable String
    Variable name
    multiplier Number
    Probe failure multiplier \n\n failed attempts
    multiplierVariable String
    Variable name
    name String
    Tracker name
    threshold Number
    Probe Timeout threshold \n\n milliseconds
    thresholdVariable String
    Variable name

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Viewing docs for Cisco Catalyst SD-WAN v0.9.1
    published on Friday, Jun 26, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial