Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This data source can read the Service LAN VPN Interface IPSec Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getServiceLanVpnInterfaceIpsecFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
serviceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_service_lan_vpn_interface_ipsec_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
service_lan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
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.LookupServiceLanVpnInterfaceIpsecFeature(ctx, &sdwan.LookupServiceLanVpnInterfaceIpsecFeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
ServiceLanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
}, 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.GetServiceLanVpnInterfaceIpsecFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
ServiceLanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
});
});
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.GetServiceLanVpnInterfaceIpsecFeatureArgs;
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.getServiceLanVpnInterfaceIpsecFeature(GetServiceLanVpnInterfaceIpsecFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.serviceLanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getServiceLanVpnInterfaceIpsecFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
serviceLanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
Using getServiceLanVpnInterfaceIpsecFeature
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 getServiceLanVpnInterfaceIpsecFeature(args: GetServiceLanVpnInterfaceIpsecFeatureArgs, opts?: InvokeOptions): Promise<GetServiceLanVpnInterfaceIpsecFeatureResult>
function getServiceLanVpnInterfaceIpsecFeatureOutput(args: GetServiceLanVpnInterfaceIpsecFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceLanVpnInterfaceIpsecFeatureResult>def get_service_lan_vpn_interface_ipsec_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
service_lan_vpn_feature_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceLanVpnInterfaceIpsecFeatureResult
def get_service_lan_vpn_interface_ipsec_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
service_lan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceLanVpnInterfaceIpsecFeatureResult]func LookupServiceLanVpnInterfaceIpsecFeature(ctx *Context, args *LookupServiceLanVpnInterfaceIpsecFeatureArgs, opts ...InvokeOption) (*LookupServiceLanVpnInterfaceIpsecFeatureResult, error)
func LookupServiceLanVpnInterfaceIpsecFeatureOutput(ctx *Context, args *LookupServiceLanVpnInterfaceIpsecFeatureOutputArgs, opts ...InvokeOption) LookupServiceLanVpnInterfaceIpsecFeatureResultOutput> Note: This function is named LookupServiceLanVpnInterfaceIpsecFeature in the Go SDK.
public static class GetServiceLanVpnInterfaceIpsecFeature
{
public static Task<GetServiceLanVpnInterfaceIpsecFeatureResult> InvokeAsync(GetServiceLanVpnInterfaceIpsecFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetServiceLanVpnInterfaceIpsecFeatureResult> Invoke(GetServiceLanVpnInterfaceIpsecFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceLanVpnInterfaceIpsecFeatureResult> getServiceLanVpnInterfaceIpsecFeature(GetServiceLanVpnInterfaceIpsecFeatureArgs args, InvokeOptions options)
public static Output<GetServiceLanVpnInterfaceIpsecFeatureResult> getServiceLanVpnInterfaceIpsecFeature(GetServiceLanVpnInterfaceIpsecFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getServiceLanVpnInterfaceIpsecFeature:getServiceLanVpnInterfaceIpsecFeature
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- service_
lan_ strvpn_ feature_ id - Service LAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
getServiceLanVpnInterfaceIpsecFeature Result
The following output properties are available:
- Application
Tunnel stringType - Enable Application Tunnel Type
- Application
Tunnel stringType Variable - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont stringFragment Variable - Variable name
- Description string
- The description of the Feature
- Dpd
Interval int - IKE keepalive interval (seconds)
- Dpd
Interval stringVariable - Variable name
- Dpd
Retries int - IKE keepalive retries
- Dpd
Retries stringVariable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Diffie stringHellman Group - IKE Diffie Hellman Groups
- Ike
Diffie stringHellman Group Variable - Variable name
- Ike
Id stringLocal End Point - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- Ike
Id stringLocal End Point Variable - Variable name
- Ike
Id stringRemote End Point - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- Ike
Id stringRemote End Point Variable - Variable name
- Ike
Integrity stringProtocol - IKE integrity protocol
- Ike
Integrity stringProtocol Variable - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: IPsec when present
- Interface
Name stringVariable - Variable name
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Mtu int
- Interface MTU \n\n, in bytes
- Ipv4Mtu
Variable string - Variable name
- Ipv4Subnet
Mask string - Ipv4Subnet
Mask stringVariable - Variable name
- Ipv4Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Ipv4Tcp
Mss stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Ipv6Mtu int
- Interface MTU \n\n, in bytes
- Ipv6Mtu
Variable string - Variable name
- Ipv6Tcp
Mss int - IPv6 TCP MSS on SYN packets, in bytes
- Ipv6Tcp
Mss stringVariable - Variable name
- Name string
- The name of the Feature
- Perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- Perfect
Forward stringSecrecy Variable - Variable name
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tracker
Id string - Enable tracker for this interface
- Tracker
Id stringVariable - Variable name
- Tunnel
Destination stringIpv4Address - Tunnel
Destination stringIpv4Address Variable - Variable name
- Tunnel
Destination stringIpv6Address - Tunnel destination IPv6 Address
- Tunnel
Destination stringIpv6Address Variable - Variable name
- Tunnel
Mode string - IPsec Tunnel Mode
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringIpv4Address - Tunnel
Source stringIpv4Address Variable - Variable name
- Tunnel
Source stringIpv6Address - Tunnel source IPv6 Address
- Tunnel
Source stringIpv6Address Variable - Variable name
- Version int
- The version of the Feature
- Application
Tunnel stringType - Enable Application Tunnel Type
- Application
Tunnel stringType Variable - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont stringFragment Variable - Variable name
- Description string
- The description of the Feature
- Dpd
Interval int - IKE keepalive interval (seconds)
- Dpd
Interval stringVariable - Variable name
- Dpd
Retries int - IKE keepalive retries
- Dpd
Retries stringVariable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Diffie stringHellman Group - IKE Diffie Hellman Groups
- Ike
Diffie stringHellman Group Variable - Variable name
- Ike
Id stringLocal End Point - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- Ike
Id stringLocal End Point Variable - Variable name
- Ike
Id stringRemote End Point - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- Ike
Id stringRemote End Point Variable - Variable name
- Ike
Integrity stringProtocol - IKE integrity protocol
- Ike
Integrity stringProtocol Variable - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Interface
Description string - Interface description
- Interface
Description stringVariable - Variable name
- Interface
Name string - Interface name: IPsec when present
- Interface
Name stringVariable - Variable name
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Mtu int
- Interface MTU \n\n, in bytes
- Ipv4Mtu
Variable string - Variable name
- Ipv4Subnet
Mask string - Ipv4Subnet
Mask stringVariable - Variable name
- Ipv4Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Ipv4Tcp
Mss stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Ipv6Mtu int
- Interface MTU \n\n, in bytes
- Ipv6Mtu
Variable string - Variable name
- Ipv6Tcp
Mss int - IPv6 TCP MSS on SYN packets, in bytes
- Ipv6Tcp
Mss stringVariable - Variable name
- Name string
- The name of the Feature
- Perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- Perfect
Forward stringSecrecy Variable - Variable name
- Service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tracker
Id string - Enable tracker for this interface
- Tracker
Id stringVariable - Variable name
- Tunnel
Destination stringIpv4Address - Tunnel
Destination stringIpv4Address Variable - Variable name
- Tunnel
Destination stringIpv6Address - Tunnel destination IPv6 Address
- Tunnel
Destination stringIpv6Address Variable - Variable name
- Tunnel
Mode string - IPsec Tunnel Mode
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringIpv4Address - Tunnel
Source stringIpv4Address Variable - Variable name
- Tunnel
Source stringIpv6Address - Tunnel source IPv6 Address
- Tunnel
Source stringIpv6Address Variable - Variable name
- Version int
- The version of the Feature
- application
Tunnel StringType - Enable Application Tunnel Type
- application
Tunnel StringType Variable - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont StringFragment Variable - Variable name
- description String
- The description of the Feature
- dpd
Interval Integer - IKE keepalive interval (seconds)
- dpd
Interval StringVariable - Variable name
- dpd
Retries Integer - IKE keepalive retries
- dpd
Retries StringVariable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Diffie StringHellman Group - IKE Diffie Hellman Groups
- ike
Diffie StringHellman Group Variable - Variable name
- ike
Id StringLocal End Point - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike
Id StringLocal End Point Variable - Variable name
- ike
Id StringRemote End Point - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike
Id StringRemote End Point Variable - Variable name
- ike
Integrity StringProtocol - IKE integrity protocol
- ike
Integrity StringProtocol Variable - Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- Variable name
- ike
Rekey IntegerInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Integer - IKE Version \n\n
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: IPsec when present
- interface
Name StringVariable - Variable name
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Rekey IntegerInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay IntegerWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Mtu Integer
- Interface MTU \n\n, in bytes
- ipv4Mtu
Variable String - Variable name
- ipv4Subnet
Mask String - ipv4Subnet
Mask StringVariable - Variable name
- ipv4Tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- ipv4Tcp
Mss StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- ipv6Mtu Integer
- Interface MTU \n\n, in bytes
- ipv6Mtu
Variable String - Variable name
- ipv6Tcp
Mss Integer - IPv6 TCP MSS on SYN packets, in bytes
- ipv6Tcp
Mss StringVariable - Variable name
- name String
- The name of the Feature
- perfect
Forward StringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward StringSecrecy Variable - Variable name
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tracker
Id String - Enable tracker for this interface
- tracker
Id StringVariable - Variable name
- tunnel
Destination StringIpv4Address - tunnel
Destination StringIpv4Address Variable - Variable name
- tunnel
Destination StringIpv6Address - Tunnel destination IPv6 Address
- tunnel
Destination StringIpv6Address Variable - Variable name
- tunnel
Mode String - IPsec Tunnel Mode
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringIpv4Address - tunnel
Source StringIpv4Address Variable - Variable name
- tunnel
Source StringIpv6Address - Tunnel source IPv6 Address
- tunnel
Source StringIpv6Address Variable - Variable name
- version Integer
- The version of the Feature
- application
Tunnel stringType - Enable Application Tunnel Type
- application
Tunnel stringType Variable - Variable name
- clear
Dont booleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont stringFragment Variable - Variable name
- description string
- The description of the Feature
- dpd
Interval number - IKE keepalive interval (seconds)
- dpd
Interval stringVariable - Variable name
- dpd
Retries number - IKE keepalive retries
- dpd
Retries stringVariable - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite stringVariable - Variable name
- ike
Diffie stringHellman Group - IKE Diffie Hellman Groups
- ike
Diffie stringHellman Group Variable - Variable name
- ike
Id stringLocal End Point - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike
Id stringLocal End Point Variable - Variable name
- ike
Id stringRemote End Point - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike
Id stringRemote End Point Variable - Variable name
- ike
Integrity stringProtocol - IKE integrity protocol
- ike
Integrity stringProtocol Variable - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- ike
Rekey numberInterval - IKE rekey interval \n\n seconds
- ike
Rekey stringInterval Variable - Variable name
- ike
Version number - IKE Version \n\n
- interface
Description string - Interface description
- interface
Description stringVariable - Variable name
- interface
Name string - Interface name: IPsec when present
- interface
Name stringVariable - Variable name
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite stringVariable - Variable name
- ipsec
Rekey numberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey stringInterval Variable - Variable name
- ipsec
Replay numberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay stringWindow Variable - Variable name
- ipv4Address string
- ipv4Address
Variable string - Variable name
- ipv4Mtu number
- Interface MTU \n\n, in bytes
- ipv4Mtu
Variable string - Variable name
- ipv4Subnet
Mask string - ipv4Subnet
Mask stringVariable - Variable name
- ipv4Tcp
Mss number - TCP MSS on SYN packets, in bytes
- ipv4Tcp
Mss stringVariable - Variable name
- ipv6Address string
- Assign IPv6 address
- ipv6Address
Variable string - Variable name
- ipv6Mtu number
- Interface MTU \n\n, in bytes
- ipv6Mtu
Variable string - Variable name
- ipv6Tcp
Mss number - IPv6 TCP MSS on SYN packets, in bytes
- ipv6Tcp
Mss stringVariable - Variable name
- name string
- The name of the Feature
- perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward stringSecrecy Variable - Variable name
- service
Lan stringVpn Feature Id - Service LAN VPN Feature ID
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tracker
Id string - Enable tracker for this interface
- tracker
Id stringVariable - Variable name
- tunnel
Destination stringIpv4Address - tunnel
Destination stringIpv4Address Variable - Variable name
- tunnel
Destination stringIpv6Address - Tunnel destination IPv6 Address
- tunnel
Destination stringIpv6Address Variable - Variable name
- tunnel
Mode string - IPsec Tunnel Mode
- tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringIpv4Address - tunnel
Source stringIpv4Address Variable - Variable name
- tunnel
Source stringIpv6Address - Tunnel source IPv6 Address
- tunnel
Source stringIpv6Address Variable - Variable name
- version number
- The version of the Feature
- application_
tunnel_ strtype - Enable Application Tunnel Type
- application_
tunnel_ strtype_ variable - Variable name
- clear_
dont_ boolfragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear_
dont_ strfragment_ variable - Variable name
- description str
- The description of the Feature
- dpd_
interval int - IKE keepalive interval (seconds)
- dpd_
interval_ strvariable - Variable name
- dpd_
retries int - IKE keepalive retries
- dpd_
retries_ strvariable - Variable name
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- ike_
ciphersuite str - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ strvariable - Variable name
- ike_
diffie_ strhellman_ group - IKE Diffie Hellman Groups
- ike_
diffie_ strhellman_ group_ variable - Variable name
- ike_
id_ strlocal_ end_ point - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike_
id_ strlocal_ end_ point_ variable - Variable name
- ike_
id_ strremote_ end_ point - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike_
id_ strremote_ end_ point_ variable - Variable name
- ike_
integrity_ strprotocol - IKE integrity protocol
- ike_
integrity_ strprotocol_ variable - Variable name
- str
- Use preshared key to authenticate IKE peer
- str
- Variable name
- ike_
rekey_ intinterval - IKE rekey interval \n\n seconds
- ike_
rekey_ strinterval_ variable - Variable name
- ike_
version int - IKE Version \n\n
- interface_
description str - Interface description
- interface_
description_ strvariable - Variable name
- interface_
name str - Interface name: IPsec when present
- interface_
name_ strvariable - Variable name
- ipsec_
ciphersuite str - IPsec(ESP) encryption and integrity protocol
- ipsec_
ciphersuite_ strvariable - Variable name
- ipsec_
rekey_ intinterval - IPsec rekey interval \n\n seconds
- ipsec_
rekey_ strinterval_ variable - Variable name
- ipsec_
replay_ intwindow - Replay window size 32..8192 (must be a power of 2)
- ipsec_
replay_ strwindow_ variable - Variable name
- ipv4_
address str - ipv4_
address_ strvariable - Variable name
- ipv4_
mtu int - Interface MTU \n\n, in bytes
- ipv4_
mtu_ strvariable - Variable name
- ipv4_
subnet_ strmask - ipv4_
subnet_ strmask_ variable - Variable name
- ipv4_
tcp_ intmss - TCP MSS on SYN packets, in bytes
- ipv4_
tcp_ strmss_ variable - Variable name
- ipv6_
address str - Assign IPv6 address
- ipv6_
address_ strvariable - Variable name
- ipv6_
mtu int - Interface MTU \n\n, in bytes
- ipv6_
mtu_ strvariable - Variable name
- ipv6_
tcp_ intmss - IPv6 TCP MSS on SYN packets, in bytes
- ipv6_
tcp_ strmss_ variable - Variable name
- name str
- The name of the Feature
- perfect_
forward_ strsecrecy - IPsec perfect forward secrecy settings
- perfect_
forward_ strsecrecy_ variable - Variable name
- service_
lan_ strvpn_ feature_ id - Service LAN VPN Feature ID
- shutdown bool
- Administrative state
- shutdown_
variable str - Variable name
- tracker_
id str - Enable tracker for this interface
- tracker_
id_ strvariable - Variable name
- tunnel_
destination_ stripv4_ address - tunnel_
destination_ stripv4_ address_ variable - Variable name
- tunnel_
destination_ stripv6_ address - Tunnel destination IPv6 Address
- tunnel_
destination_ stripv6_ address_ variable - Variable name
- tunnel_
mode str - IPsec Tunnel Mode
- tunnel_
route_ strvia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
route_ strvia_ variable - Variable name
- tunnel_
source_ strinterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ stripv4_ address - tunnel_
source_ stripv4_ address_ variable - Variable name
- tunnel_
source_ stripv6_ address - Tunnel source IPv6 Address
- tunnel_
source_ stripv6_ address_ variable - Variable name
- version int
- The version of the Feature
- application
Tunnel StringType - Enable Application Tunnel Type
- application
Tunnel StringType Variable - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont StringFragment Variable - Variable name
- description String
- The description of the Feature
- dpd
Interval Number - IKE keepalive interval (seconds)
- dpd
Interval StringVariable - Variable name
- dpd
Retries Number - IKE keepalive retries
- dpd
Retries StringVariable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Diffie StringHellman Group - IKE Diffie Hellman Groups
- ike
Diffie StringHellman Group Variable - Variable name
- ike
Id StringLocal End Point - IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike
Id StringLocal End Point Variable - Variable name
- ike
Id StringRemote End Point - IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike
Id StringRemote End Point Variable - Variable name
- ike
Integrity StringProtocol - IKE integrity protocol
- ike
Integrity StringProtocol Variable - Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- Variable name
- ike
Rekey NumberInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Number - IKE Version \n\n
- interface
Description String - Interface description
- interface
Description StringVariable - Variable name
- interface
Name String - Interface name: IPsec when present
- interface
Name StringVariable - Variable name
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Rekey NumberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay NumberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Mtu Number
- Interface MTU \n\n, in bytes
- ipv4Mtu
Variable String - Variable name
- ipv4Subnet
Mask String - ipv4Subnet
Mask StringVariable - Variable name
- ipv4Tcp
Mss Number - TCP MSS on SYN packets, in bytes
- ipv4Tcp
Mss StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- ipv6Mtu Number
- Interface MTU \n\n, in bytes
- ipv6Mtu
Variable String - Variable name
- ipv6Tcp
Mss Number - IPv6 TCP MSS on SYN packets, in bytes
- ipv6Tcp
Mss StringVariable - Variable name
- name String
- The name of the Feature
- perfect
Forward StringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward StringSecrecy Variable - Variable name
- service
Lan StringVpn Feature Id - Service LAN VPN Feature ID
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tracker
Id String - Enable tracker for this interface
- tracker
Id StringVariable - Variable name
- tunnel
Destination StringIpv4Address - tunnel
Destination StringIpv4Address Variable - Variable name
- tunnel
Destination StringIpv6Address - Tunnel destination IPv6 Address
- tunnel
Destination StringIpv6Address Variable - Variable name
- tunnel
Mode String - IPsec Tunnel Mode
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringIpv4Address - tunnel
Source StringIpv4Address Variable - Variable name
- tunnel
Source StringIpv6Address - Tunnel source IPv6 Address
- tunnel
Source StringIpv6Address Variable - Variable name
- version Number
- The version of the Feature
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
