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 Cisco VPN Interface IPSec feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoVpnInterfaceIpsecFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_vpn_interface_ipsec_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupCiscoVpnInterfaceIpsecFeatureTemplate(ctx, &sdwan.LookupCiscoVpnInterfaceIpsecFeatureTemplateArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
}, 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.GetCiscoVpnInterfaceIpsecFeatureTemplate.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
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.GetCiscoVpnInterfaceIpsecFeatureTemplateArgs;
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.getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getCiscoVpnInterfaceIpsecFeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoVpnInterfaceIpsecFeatureTemplate
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 getCiscoVpnInterfaceIpsecFeatureTemplate(args: GetCiscoVpnInterfaceIpsecFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoVpnInterfaceIpsecFeatureTemplateResult>
function getCiscoVpnInterfaceIpsecFeatureTemplateOutput(args: GetCiscoVpnInterfaceIpsecFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult>def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoVpnInterfaceIpsecFeatureTemplateResult
def get_cisco_vpn_interface_ipsec_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoVpnInterfaceIpsecFeatureTemplateResult]func LookupCiscoVpnInterfaceIpsecFeatureTemplate(ctx *Context, args *LookupCiscoVpnInterfaceIpsecFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoVpnInterfaceIpsecFeatureTemplateResult, error)
func LookupCiscoVpnInterfaceIpsecFeatureTemplateOutput(ctx *Context, args *LookupCiscoVpnInterfaceIpsecFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoVpnInterfaceIpsecFeatureTemplateResultOutput> Note: This function is named LookupCiscoVpnInterfaceIpsecFeatureTemplate in the Go SDK.
public static class GetCiscoVpnInterfaceIpsecFeatureTemplate
{
public static Task<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> InvokeAsync(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> Invoke(GetCiscoVpnInterfaceIpsecFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getCiscoVpnInterfaceIpsecFeatureTemplate:getCiscoVpnInterfaceIpsecFeatureTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
getCiscoVpnInterfaceIpsecFeatureTemplate Result
The following output properties are available:
- Application string
- Enable Application Tunnel Type
- Application
Variable string - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont stringFragment Variable - Variable name
- Dead
Peer intDetection Interval - IKE keepalive interval (seconds)
- Dead
Peer stringDetection Interval Variable - Variable name
- Dead
Peer intDetection Retries - IKE keepalive retries
- Dead
Peer stringDetection Retries Variable - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- Ike
Mode string - IKE integrity protocol
- Ike
Mode stringVariable - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- 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
- Ip
Address string - Assign IPv4 address
- Ip
Address stringVariable - Variable name
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Ipsec
Perfect stringForward Secrecy Variable - 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
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringAdjust Variable - Variable name
- Template
Type string - The template type
- Tracker
Variable string - Variable name
- Trackers List<string>
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Version int
- The version of the feature template
- Application string
- Enable Application Tunnel Type
- Application
Variable string - Variable name
- Clear
Dont boolFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont stringFragment Variable - Variable name
- Dead
Peer intDetection Interval - IKE keepalive interval (seconds)
- Dead
Peer stringDetection Interval Variable - Variable name
- Dead
Peer intDetection Retries - IKE keepalive retries
- Dead
Peer stringDetection Retries Variable - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- Ike
Mode string - IKE integrity protocol
- Ike
Mode stringVariable - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- 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
- Ip
Address string - Assign IPv4 address
- Ip
Address stringVariable - Variable name
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Ipsec
Perfect stringForward Secrecy Variable - 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
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringAdjust Variable - Variable name
- Template
Type string - The template type
- Tracker
Variable string - Variable name
- Trackers []string
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Version int
- The version of the feature template
- application String
- Enable Application Tunnel Type
- application
Variable String - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont StringFragment Variable - Variable name
- dead
Peer IntegerDetection Interval - IKE keepalive interval (seconds)
- dead
Peer StringDetection Interval Variable - Variable name
- dead
Peer IntegerDetection Retries - IKE keepalive retries
- dead
Peer StringDetection Retries Variable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- ike
Mode String - IKE integrity protocol
- ike
Mode StringVariable - Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- 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
- ip
Address String - Assign IPv4 address
- ip
Address StringVariable - Variable name
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Perfect StringForward Secrecy - IPsec perfect forward secrecy settings
- ipsec
Perfect StringForward Secrecy Variable - 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
- mtu Integer
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss IntegerAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss StringAdjust Variable - Variable name
- template
Type String - The template type
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- version Integer
- The version of the feature template
- application string
- Enable Application Tunnel Type
- application
Variable string - Variable name
- clear
Dont booleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont stringFragment Variable - Variable name
- dead
Peer numberDetection Interval - IKE keepalive interval (seconds)
- dead
Peer stringDetection Interval Variable - Variable name
- dead
Peer numberDetection Retries - IKE keepalive retries
- dead
Peer stringDetection Retries Variable - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite stringVariable - Variable name
- ike
Group string - IKE Diffie Hellman Groups
- ike
Group stringVariable - Variable name
- ike
Mode string - IKE integrity protocol
- ike
Mode stringVariable - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- 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
- ip
Address string - Assign IPv4 address
- ip
Address stringVariable - Variable name
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite stringVariable - Variable name
- ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- ipsec
Perfect stringForward Secrecy Variable - 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
- mtu number
- Interface MTU \n\n, in bytes
- mtu
Variable string - Variable name
- name string
- The name of the feature template
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tcp
Mss numberAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss stringAdjust Variable - Variable name
- template
Type string - The template type
- tracker
Variable string - Variable name
- trackers string[]
- Enable tracker for this interface
- tunnel
Destination string - Tunnel destination IP address
- tunnel
Destination stringVariable - Variable name
- tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringVariable - Variable name
- version number
- The version of the feature template
- application str
- Enable Application Tunnel Type
- application_
variable str - Variable name
- clear_
dont_ boolfragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear_
dont_ strfragment_ variable - Variable name
- dead_
peer_ intdetection_ interval - IKE keepalive interval (seconds)
- dead_
peer_ strdetection_ interval_ variable - Variable name
- dead_
peer_ intdetection_ retries - IKE keepalive retries
- dead_
peer_ strdetection_ retries_ variable - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- id str
- The id of the feature template
- ike_
ciphersuite str - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ strvariable - Variable name
- ike_
group str - IKE Diffie Hellman Groups
- ike_
group_ strvariable - Variable name
- ike_
mode str - IKE integrity protocol
- ike_
mode_ strvariable - Variable name
- str
- Use preshared key to authenticate IKE peer
- str
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- str
- Variable name
- str
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- str
- Variable name
- 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
- ip_
address str - Assign IPv4 address
- ip_
address_ strvariable - Variable name
- ipsec_
ciphersuite str - IPsec(ESP) encryption and integrity protocol
- ipsec_
ciphersuite_ strvariable - Variable name
- ipsec_
perfect_ strforward_ secrecy - IPsec perfect forward secrecy settings
- ipsec_
perfect_ strforward_ secrecy_ variable - 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
- mtu int
- Interface MTU \n\n, in bytes
- mtu_
variable str - Variable name
- name str
- The name of the feature template
- shutdown bool
- Administrative state
- shutdown_
variable str - Variable name
- tcp_
mss_ intadjust - TCP MSS on SYN packets, in bytes
- tcp_
mss_ stradjust_ variable - Variable name
- template_
type str - The template type
- tracker_
variable str - Variable name
- trackers Sequence[str]
- Enable tracker for this interface
- tunnel_
destination str - Tunnel destination IP address
- tunnel_
destination_ strvariable - Variable name
- tunnel_
route_ strvia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
route_ strvia_ variable - Variable name
- tunnel_
source str - Tunnel source IP Address
- tunnel_
source_ strinterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ strvariable - Variable name
- version int
- The version of the feature template
- application String
- Enable Application Tunnel Type
- application
Variable String - Variable name
- clear
Dont BooleanFragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont StringFragment Variable - Variable name
- dead
Peer NumberDetection Interval - IKE keepalive interval (seconds)
- dead
Peer StringDetection Interval Variable - Variable name
- dead
Peer NumberDetection Retries - IKE keepalive retries
- dead
Peer StringDetection Retries Variable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- ike
Mode String - IKE integrity protocol
- ike
Mode StringVariable - Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- 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
- ip
Address String - Assign IPv4 address
- ip
Address StringVariable - Variable name
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Perfect StringForward Secrecy - IPsec perfect forward secrecy settings
- ipsec
Perfect StringForward Secrecy Variable - 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
- mtu Number
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss NumberAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss StringAdjust Variable - Variable name
- template
Type String - The template type
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- version Number
- The version of the feature template
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
