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 Transport WAN VPN Interface Cellular Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportWanVpnInterfaceCellularFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_wan_vpn_interface_cellular_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transport_wan_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.LookupTransportWanVpnInterfaceCellularFeature(ctx, &sdwan.LookupTransportWanVpnInterfaceCellularFeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
TransportWanVpnFeatureId: "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.GetTransportWanVpnInterfaceCellularFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
TransportWanVpnFeatureId = "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.GetTransportWanVpnInterfaceCellularFeatureArgs;
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.getTransportWanVpnInterfaceCellularFeature(GetTransportWanVpnInterfaceCellularFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTransportWanVpnInterfaceCellularFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
Using getTransportWanVpnInterfaceCellularFeature
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 getTransportWanVpnInterfaceCellularFeature(args: GetTransportWanVpnInterfaceCellularFeatureArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnInterfaceCellularFeatureResult>
function getTransportWanVpnInterfaceCellularFeatureOutput(args: GetTransportWanVpnInterfaceCellularFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnInterfaceCellularFeatureResult>def get_transport_wan_vpn_interface_cellular_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
transport_wan_vpn_feature_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnInterfaceCellularFeatureResult
def get_transport_wan_vpn_interface_cellular_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportWanVpnInterfaceCellularFeatureResult]func LookupTransportWanVpnInterfaceCellularFeature(ctx *Context, args *LookupTransportWanVpnInterfaceCellularFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnInterfaceCellularFeatureResult, error)
func LookupTransportWanVpnInterfaceCellularFeatureOutput(ctx *Context, args *LookupTransportWanVpnInterfaceCellularFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnInterfaceCellularFeatureResultOutput> Note: This function is named LookupTransportWanVpnInterfaceCellularFeature in the Go SDK.
public static class GetTransportWanVpnInterfaceCellularFeature
{
public static Task<GetTransportWanVpnInterfaceCellularFeatureResult> InvokeAsync(GetTransportWanVpnInterfaceCellularFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportWanVpnInterfaceCellularFeatureResult> Invoke(GetTransportWanVpnInterfaceCellularFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportWanVpnInterfaceCellularFeatureResult> getTransportWanVpnInterfaceCellularFeature(GetTransportWanVpnInterfaceCellularFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnInterfaceCellularFeatureResult> getTransportWanVpnInterfaceCellularFeature(GetTransportWanVpnInterfaceCellularFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportWanVpnInterfaceCellularFeature:getTransportWanVpnInterfaceCellularFeature
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
getTransportWanVpnInterfaceCellularFeature Result
The following output properties are available:
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Arps
List<Get
Transport Wan Vpn Interface Cellular Feature Arp> - Configure ARP entries
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Upstream int - Interface upstream bandwidth capacity, in kbps
- Bandwidth
Upstream stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- Interface
Mtu stringVariable - Variable name
- Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast
- Ip
Directed stringBroadcast Variable - Variable name
- Ip
Mtu int - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- Ip
Mtu stringVariable - Variable name
- Ipv4Dhcp
Helper stringVariable - Variable name
- Ipv4Dhcp
Helpers List<string> - List of DHCP IPv4 helper addresses (min 1, max 8)
- Name string
- The name of the Feature
- Nat
Ipv4 bool - Network Address Translation on this interface
- Nat
Ipv4Variable string - Variable name
- Nat
Tcp intTimeout - Set NAT TCP session timeout, in minutes
- Nat
Tcp stringTimeout Variable - Variable name
- Nat
Udp intTimeout - Set NAT UDP session timeout, in minutes
- Nat
Udp stringTimeout Variable - Variable name
- Per
Tunnel boolQos - Per-tunnel Qos
- Per
Tunnel stringQos Variable - Variable name
- Qos
Adaptive bool - Adaptive QoS
- Qos
Adaptive boolBandwidth Downstream - Shaping Rate Downstream
- Qos
Adaptive boolBandwidth Upstream - Shaping Rate Upstream
- Qos
Adaptive intDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Qos
Adaptive stringDefault Downstream Variable - Variable name
- Qos
Adaptive intDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Qos
Adaptive stringDefault Upstream Variable - Variable name
- Qos
Adaptive intMax Downstream - Downstream max bandwidth limit (kbps)
- Qos
Adaptive stringMax Downstream Variable - Variable name
- Qos
Adaptive intMax Upstream - Upstream max bandwidth limit (kbps)
- Qos
Adaptive stringMax Upstream Variable - Variable name
- Qos
Adaptive intMin Downstream - Downstream min bandwidth limit (kbps)
- Qos
Adaptive stringMin Downstream Variable - Variable name
- Qos
Adaptive intMin Upstream - Upstream min bandwidth limit (kbps)
- Qos
Adaptive stringMin Upstream Variable - Variable name
- Qos
Adaptive intPeriod - Adapt Period(Minutes)
- Qos
Adaptive stringPeriod Variable - Variable name
- Qos
Shaping intRate - Shaping Rate (Kbps)
- Qos
Shaping stringRate Variable - Variable name
- Service
Provider string - Service Provider Name
- Service
Provider stringVariable - Variable name
- Shutdown bool
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Tracker string
- Enable tracker for this interface
- Tracker
Variable string - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Bandwidth intPercent - Tunnels Bandwidth Percent
- Tunnel
Bandwidth stringPercent Variable - Variable name
- Tunnel
Interface bool - Tunnel Interface on/off
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny HTTPS
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC
- Tunnel
Interface boolColor Restrict - Restrict this TLOC behavior
- Tunnel
Interface stringColor Restrict Variable - Variable name
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface List<GetEncapsulations Transport Wan Vpn Interface Cellular Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface List<int>Exclude Controller Group Lists - Exclude the following controller groups defined in this list.
- Tunnel
Interface intGroups - List of groups
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets \n\n milli seconds
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets \n\n seconds
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Maximum Control Connections
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts
- Tunnel
Interface stringNetwork Broadcast Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode
- Tunnel
Qos stringMode Variable - Variable name
- Version int
- The version of the Feature
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Arps
[]Get
Transport Wan Vpn Interface Cellular Feature Arp - Configure ARP entries
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Upstream int - Interface upstream bandwidth capacity, in kbps
- Bandwidth
Upstream stringVariable - Variable name
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- Interface
Mtu stringVariable - Variable name
- Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast
- Ip
Directed stringBroadcast Variable - Variable name
- Ip
Mtu int - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- Ip
Mtu stringVariable - Variable name
- Ipv4Dhcp
Helper stringVariable - Variable name
- Ipv4Dhcp
Helpers []string - List of DHCP IPv4 helper addresses (min 1, max 8)
- Name string
- The name of the Feature
- Nat
Ipv4 bool - Network Address Translation on this interface
- Nat
Ipv4Variable string - Variable name
- Nat
Tcp intTimeout - Set NAT TCP session timeout, in minutes
- Nat
Tcp stringTimeout Variable - Variable name
- Nat
Udp intTimeout - Set NAT UDP session timeout, in minutes
- Nat
Udp stringTimeout Variable - Variable name
- Per
Tunnel boolQos - Per-tunnel Qos
- Per
Tunnel stringQos Variable - Variable name
- Qos
Adaptive bool - Adaptive QoS
- Qos
Adaptive boolBandwidth Downstream - Shaping Rate Downstream
- Qos
Adaptive boolBandwidth Upstream - Shaping Rate Upstream
- Qos
Adaptive intDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Qos
Adaptive stringDefault Downstream Variable - Variable name
- Qos
Adaptive intDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Qos
Adaptive stringDefault Upstream Variable - Variable name
- Qos
Adaptive intMax Downstream - Downstream max bandwidth limit (kbps)
- Qos
Adaptive stringMax Downstream Variable - Variable name
- Qos
Adaptive intMax Upstream - Upstream max bandwidth limit (kbps)
- Qos
Adaptive stringMax Upstream Variable - Variable name
- Qos
Adaptive intMin Downstream - Downstream min bandwidth limit (kbps)
- Qos
Adaptive stringMin Downstream Variable - Variable name
- Qos
Adaptive intMin Upstream - Upstream min bandwidth limit (kbps)
- Qos
Adaptive stringMin Upstream Variable - Variable name
- Qos
Adaptive intPeriod - Adapt Period(Minutes)
- Qos
Adaptive stringPeriod Variable - Variable name
- Qos
Shaping intRate - Shaping Rate (Kbps)
- Qos
Shaping stringRate Variable - Variable name
- Service
Provider string - Service Provider Name
- Service
Provider stringVariable - Variable name
- Shutdown bool
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Tracker string
- Enable tracker for this interface
- Tracker
Variable string - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Bandwidth intPercent - Tunnels Bandwidth Percent
- Tunnel
Bandwidth stringPercent Variable - Variable name
- Tunnel
Interface bool - Tunnel Interface on/off
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny HTTPS
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC
- Tunnel
Interface boolColor Restrict - Restrict this TLOC behavior
- Tunnel
Interface stringColor Restrict Variable - Variable name
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface []GetEncapsulations Transport Wan Vpn Interface Cellular Feature Tunnel Interface Encapsulation - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface []intExclude Controller Group Lists - Exclude the following controller groups defined in this list.
- Tunnel
Interface intGroups - List of groups
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets \n\n milli seconds
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets \n\n seconds
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Maximum Control Connections
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts
- Tunnel
Interface stringNetwork Broadcast Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode
- Tunnel
Qos stringMode Variable - Variable name
- Version int
- The version of the Feature
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - arps
List<Get
Transport Wan Vpn Interface Cellular Feature Arp> - Configure ARP entries
- bandwidth
Downstream Integer - Interface downstream bandwidth capacity, in kbps
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Upstream Integer - Interface upstream bandwidth capacity, in kbps
- bandwidth
Upstream StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Integer - Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interface
Mtu StringVariable - Variable name
- interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast
- ip
Directed StringBroadcast Variable - Variable name
- ip
Mtu Integer - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip
Mtu StringVariable - Variable name
- ipv4Dhcp
Helper StringVariable - Variable name
- ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8)
- name String
- The name of the Feature
- nat
Ipv4 Boolean - Network Address Translation on this interface
- nat
Ipv4Variable String - Variable name
- nat
Tcp IntegerTimeout - Set NAT TCP session timeout, in minutes
- nat
Tcp StringTimeout Variable - Variable name
- nat
Udp IntegerTimeout - Set NAT UDP session timeout, in minutes
- nat
Udp StringTimeout Variable - Variable name
- per
Tunnel BooleanQos - Per-tunnel Qos
- per
Tunnel StringQos Variable - Variable name
- qos
Adaptive Boolean - Adaptive QoS
- qos
Adaptive BooleanBandwidth Downstream - Shaping Rate Downstream
- qos
Adaptive BooleanBandwidth Upstream - Shaping Rate Upstream
- qos
Adaptive IntegerDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- qos
Adaptive StringDefault Downstream Variable - Variable name
- qos
Adaptive IntegerDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- qos
Adaptive StringDefault Upstream Variable - Variable name
- qos
Adaptive IntegerMax Downstream - Downstream max bandwidth limit (kbps)
- qos
Adaptive StringMax Downstream Variable - Variable name
- qos
Adaptive IntegerMax Upstream - Upstream max bandwidth limit (kbps)
- qos
Adaptive StringMax Upstream Variable - Variable name
- qos
Adaptive IntegerMin Downstream - Downstream min bandwidth limit (kbps)
- qos
Adaptive StringMin Downstream Variable - Variable name
- qos
Adaptive IntegerMin Upstream - Upstream min bandwidth limit (kbps)
- qos
Adaptive StringMin Upstream Variable - Variable name
- qos
Adaptive IntegerPeriod - Adapt Period(Minutes)
- qos
Adaptive StringPeriod Variable - Variable name
- qos
Shaping IntegerRate - Shaping Rate (Kbps)
- qos
Shaping StringRate Variable - Variable name
- service
Provider String - Service Provider Name
- service
Provider StringVariable - Variable name
- shutdown Boolean
- shutdown
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- tracker String
- Enable tracker for this interface
- tracker
Variable String - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Bandwidth IntegerPercent - Tunnels Bandwidth Percent
- tunnel
Bandwidth StringPercent Variable - Variable name
- tunnel
Interface Boolean - Tunnel Interface on/off
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny HTTPS
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC
- tunnel
Interface BooleanColor Restrict - Restrict this TLOC behavior
- tunnel
Interface StringColor Restrict Variable - Variable name
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<GetEncapsulations Transport Wan Vpn Interface Cellular Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Integer>Exclude Controller Group Lists - Exclude the following controller groups defined in this list.
- tunnel
Interface IntegerGroups - List of groups
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface IntegerHello Interval - Set time period of control hello packets \n\n milli seconds
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface IntegerHello Tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface IntegerMax Control Connections - Maximum Control Connections
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface IntegerNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts
- tunnel
Interface StringNetwork Broadcast Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface IntegerTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface IntegerVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode
- tunnel
Qos StringMode Variable - Variable name
- version Integer
- The version of the Feature
- acl
Ipv4Egress stringFeature Id - acl
Ipv4Ingress stringFeature Id - acl
Ipv6Egress stringFeature Id - acl
Ipv6Ingress stringFeature Id - arps
Get
Transport Wan Vpn Interface Cellular Feature Arp[] - Configure ARP entries
- bandwidth
Downstream number - Interface downstream bandwidth capacity, in kbps
- bandwidth
Downstream stringVariable - Variable name
- bandwidth
Upstream number - Interface upstream bandwidth capacity, in kbps
- bandwidth
Upstream stringVariable - Variable name
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- interface
Description string - interface
Description stringVariable - Variable name
- interface
Mtu number - Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interface
Mtu stringVariable - Variable name
- interface
Name string - interface
Name stringVariable - Variable name
- ip
Directed booleanBroadcast - IP Directed-Broadcast
- ip
Directed stringBroadcast Variable - Variable name
- ip
Mtu number - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip
Mtu stringVariable - Variable name
- ipv4Dhcp
Helper stringVariable - Variable name
- ipv4Dhcp
Helpers string[] - List of DHCP IPv4 helper addresses (min 1, max 8)
- name string
- The name of the Feature
- nat
Ipv4 boolean - Network Address Translation on this interface
- nat
Ipv4Variable string - Variable name
- nat
Tcp numberTimeout - Set NAT TCP session timeout, in minutes
- nat
Tcp stringTimeout Variable - Variable name
- nat
Udp numberTimeout - Set NAT UDP session timeout, in minutes
- nat
Udp stringTimeout Variable - Variable name
- per
Tunnel booleanQos - Per-tunnel Qos
- per
Tunnel stringQos Variable - Variable name
- qos
Adaptive boolean - Adaptive QoS
- qos
Adaptive booleanBandwidth Downstream - Shaping Rate Downstream
- qos
Adaptive booleanBandwidth Upstream - Shaping Rate Upstream
- qos
Adaptive numberDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- qos
Adaptive stringDefault Downstream Variable - Variable name
- qos
Adaptive numberDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- qos
Adaptive stringDefault Upstream Variable - Variable name
- qos
Adaptive numberMax Downstream - Downstream max bandwidth limit (kbps)
- qos
Adaptive stringMax Downstream Variable - Variable name
- qos
Adaptive numberMax Upstream - Upstream max bandwidth limit (kbps)
- qos
Adaptive stringMax Upstream Variable - Variable name
- qos
Adaptive numberMin Downstream - Downstream min bandwidth limit (kbps)
- qos
Adaptive stringMin Downstream Variable - Variable name
- qos
Adaptive numberMin Upstream - Upstream min bandwidth limit (kbps)
- qos
Adaptive stringMin Upstream Variable - Variable name
- qos
Adaptive numberPeriod - Adapt Period(Minutes)
- qos
Adaptive stringPeriod Variable - Variable name
- qos
Shaping numberRate - Shaping Rate (Kbps)
- qos
Shaping stringRate Variable - Variable name
- service
Provider string - Service Provider Name
- service
Provider stringVariable - Variable name
- shutdown boolean
- shutdown
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- tcp
Mss stringVariable - Variable name
- tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension stringVariable - Variable name
- tracker string
- Enable tracker for this interface
- tracker
Variable string - Variable name
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Bandwidth numberPercent - Tunnels Bandwidth Percent
- tunnel
Bandwidth stringPercent Variable - Variable name
- tunnel
Interface boolean - Tunnel Interface on/off
- tunnel
Interface booleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel
Interface stringAllow All Variable - Variable name
- tunnel
Interface booleanAllow Bfd - Allow/Deny BFD
- tunnel
Interface stringAllow Bfd Variable - Variable name
- tunnel
Interface booleanAllow Bgp - Allow/deny BGP
- tunnel
Interface stringAllow Bgp Variable - Variable name
- tunnel
Interface booleanAllow Dhcp - Allow/Deny DHCP
- tunnel
Interface stringAllow Dhcp Variable - Variable name
- tunnel
Interface booleanAllow Dns - Allow/Deny DNS
- tunnel
Interface stringAllow Dns Variable - Variable name
- tunnel
Interface booleanAllow Https - Allow/Deny HTTPS
- tunnel
Interface stringAllow Https Variable - Variable name
- tunnel
Interface booleanAllow Icmp - Allow/Deny ICMP
- tunnel
Interface stringAllow Icmp Variable - Variable name
- tunnel
Interface booleanAllow Netconf - Allow/Deny NETCONF
- tunnel
Interface stringAllow Netconf Variable - Variable name
- tunnel
Interface booleanAllow Ntp - Allow/Deny NTP
- tunnel
Interface stringAllow Ntp Variable - Variable name
- tunnel
Interface booleanAllow Ospf - Allow/Deny OSPF
- tunnel
Interface stringAllow Ospf Variable - Variable name
- tunnel
Interface booleanAllow Snmp - Allow/Deny SNMP
- tunnel
Interface stringAllow Snmp Variable - Variable name
- tunnel
Interface booleanAllow Ssh - Allow/Deny SSH
- tunnel
Interface stringAllow Ssh Variable - Variable name
- tunnel
Interface booleanAllow Stun - Allow/Deny STUN
- tunnel
Interface stringAllow Stun Variable - Variable name
- tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface booleanBorder - Set TLOC as border TLOC
- tunnel
Interface stringBorder Variable - Variable name
- tunnel
Interface stringCarrier - Set carrier for TLOC
- tunnel
Interface stringCarrier Variable - Variable name
- tunnel
Interface booleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel
Interface stringClear Dont Fragment Variable - Variable name
- tunnel
Interface stringColor - Set color for TLOC
- tunnel
Interface booleanColor Restrict - Restrict this TLOC behavior
- tunnel
Interface stringColor Restrict Variable - Variable name
- tunnel
Interface stringColor Variable - Variable name
- tunnel
Interface GetEncapsulations Transport Wan Vpn Interface Cellular Feature Tunnel Interface Encapsulation[] - Encapsulation for TLOC
- tunnel
Interface stringExclude Controller Group List Variable - Variable name
- tunnel
Interface number[]Exclude Controller Group Lists - Exclude the following controller groups defined in this list.
- tunnel
Interface numberGroups - List of groups
- tunnel
Interface stringGroups Variable - Variable name
- tunnel
Interface numberHello Interval - Set time period of control hello packets \n\n milli seconds
- tunnel
Interface stringHello Interval Variable - Variable name
- tunnel
Interface numberHello Tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel
Interface stringHello Tolerance Variable - Variable name
- tunnel
Interface booleanLast Resort Circuit - Set TLOC as last resort
- tunnel
Interface stringLast Resort Circuit Variable - Variable name
- tunnel
Interface booleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- tunnel
Interface numberMax Control Connections - Maximum Control Connections
- tunnel
Interface stringMax Control Connections Variable - Variable name
- tunnel
Interface numberNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- tunnel
Interface stringNat Refresh Interval Variable - Variable name
- tunnel
Interface booleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts
- tunnel
Interface stringNetwork Broadcast Variable - Variable name
- tunnel
Interface booleanPort Hop - Disallow port hopping on the tunnel interface
- tunnel
Interface stringPort Hop Variable - Variable name
- tunnel
Interface numberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface booleanVbond As Stun Server - Put this wan interface in STUN mode only
- tunnel
Interface stringVbond As Stun Server Variable - Variable name
- tunnel
Interface numberVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- tunnel
Qos stringMode - Set tunnel QoS mode
- tunnel
Qos stringMode Variable - Variable name
- version number
- The version of the Feature
- acl_
ipv4_ stregress_ feature_ id - acl_
ipv4_ stringress_ feature_ id - acl_
ipv6_ stregress_ feature_ id - acl_
ipv6_ stringress_ feature_ id - arps
Sequence[Get
Transport Wan Vpn Interface Cellular Feature Arp] - Configure ARP entries
- bandwidth_
downstream int - Interface downstream bandwidth capacity, in kbps
- bandwidth_
downstream_ strvariable - Variable name
- bandwidth_
upstream int - Interface upstream bandwidth capacity, in kbps
- bandwidth_
upstream_ strvariable - Variable name
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- interface_
description str - interface_
description_ strvariable - Variable name
- interface_
mtu int - Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interface_
mtu_ strvariable - Variable name
- interface_
name str - interface_
name_ strvariable - Variable name
- ip_
directed_ boolbroadcast - IP Directed-Broadcast
- ip_
directed_ strbroadcast_ variable - Variable name
- ip_
mtu int - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip_
mtu_ strvariable - Variable name
- ipv4_
dhcp_ strhelper_ variable - Variable name
- ipv4_
dhcp_ Sequence[str]helpers - List of DHCP IPv4 helper addresses (min 1, max 8)
- name str
- The name of the Feature
- nat_
ipv4 bool - Network Address Translation on this interface
- nat_
ipv4_ strvariable - Variable name
- nat_
tcp_ inttimeout - Set NAT TCP session timeout, in minutes
- nat_
tcp_ strtimeout_ variable - Variable name
- nat_
udp_ inttimeout - Set NAT UDP session timeout, in minutes
- nat_
udp_ strtimeout_ variable - Variable name
- per_
tunnel_ boolqos - Per-tunnel Qos
- per_
tunnel_ strqos_ variable - Variable name
- qos_
adaptive bool - Adaptive QoS
- qos_
adaptive_ boolbandwidth_ downstream - Shaping Rate Downstream
- qos_
adaptive_ boolbandwidth_ upstream - Shaping Rate Upstream
- qos_
adaptive_ intdefault_ downstream - Adaptive QoS default downstream bandwidth (kbps)
- qos_
adaptive_ strdefault_ downstream_ variable - Variable name
- qos_
adaptive_ intdefault_ upstream - Adaptive QoS default upstream bandwidth (kbps)
- qos_
adaptive_ strdefault_ upstream_ variable - Variable name
- qos_
adaptive_ intmax_ downstream - Downstream max bandwidth limit (kbps)
- qos_
adaptive_ strmax_ downstream_ variable - Variable name
- qos_
adaptive_ intmax_ upstream - Upstream max bandwidth limit (kbps)
- qos_
adaptive_ strmax_ upstream_ variable - Variable name
- qos_
adaptive_ intmin_ downstream - Downstream min bandwidth limit (kbps)
- qos_
adaptive_ strmin_ downstream_ variable - Variable name
- qos_
adaptive_ intmin_ upstream - Upstream min bandwidth limit (kbps)
- qos_
adaptive_ strmin_ upstream_ variable - Variable name
- qos_
adaptive_ intperiod - Adapt Period(Minutes)
- qos_
adaptive_ strperiod_ variable - Variable name
- qos_
shaping_ intrate - Shaping Rate (Kbps)
- qos_
shaping_ strrate_ variable - Variable name
- service_
provider str - Service Provider Name
- service_
provider_ strvariable - Variable name
- shutdown bool
- shutdown_
variable str - Variable name
- tcp_
mss int - TCP MSS on SYN packets, in bytes
- tcp_
mss_ strvariable - Variable name
- tloc_
extension str - Extends a local TLOC to a remote node only for vpn 0
- tloc_
extension_ strvariable - Variable name
- tracker str
- Enable tracker for this interface
- tracker_
variable str - Variable name
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- tunnel_
bandwidth_ intpercent - Tunnels Bandwidth Percent
- tunnel_
bandwidth_ strpercent_ variable - Variable name
- tunnel_
interface bool - Tunnel Interface on/off
- tunnel_
interface_ boolallow_ all - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel_
interface_ strallow_ all_ variable - Variable name
- tunnel_
interface_ boolallow_ bfd - Allow/Deny BFD
- tunnel_
interface_ strallow_ bfd_ variable - Variable name
- tunnel_
interface_ boolallow_ bgp - Allow/deny BGP
- tunnel_
interface_ strallow_ bgp_ variable - Variable name
- tunnel_
interface_ boolallow_ dhcp - Allow/Deny DHCP
- tunnel_
interface_ strallow_ dhcp_ variable - Variable name
- tunnel_
interface_ boolallow_ dns - Allow/Deny DNS
- tunnel_
interface_ strallow_ dns_ variable - Variable name
- tunnel_
interface_ boolallow_ https - Allow/Deny HTTPS
- tunnel_
interface_ strallow_ https_ variable - Variable name
- tunnel_
interface_ boolallow_ icmp - Allow/Deny ICMP
- tunnel_
interface_ strallow_ icmp_ variable - Variable name
- tunnel_
interface_ boolallow_ netconf - Allow/Deny NETCONF
- tunnel_
interface_ strallow_ netconf_ variable - Variable name
- tunnel_
interface_ boolallow_ ntp - Allow/Deny NTP
- tunnel_
interface_ strallow_ ntp_ variable - Variable name
- tunnel_
interface_ boolallow_ ospf - Allow/Deny OSPF
- tunnel_
interface_ strallow_ ospf_ variable - Variable name
- tunnel_
interface_ boolallow_ snmp - Allow/Deny SNMP
- tunnel_
interface_ strallow_ snmp_ variable - Variable name
- tunnel_
interface_ boolallow_ ssh - Allow/Deny SSH
- tunnel_
interface_ strallow_ ssh_ variable - Variable name
- tunnel_
interface_ boolallow_ stun - Allow/Deny STUN
- tunnel_
interface_ strallow_ stun_ variable - Variable name
- tunnel_
interface_ strbind_ loopback_ tunnel - Bind loopback tunnel interface to a physical interface
- tunnel_
interface_ strbind_ loopback_ tunnel_ variable - Variable name
- tunnel_
interface_ boolborder - Set TLOC as border TLOC
- tunnel_
interface_ strborder_ variable - Variable name
- tunnel_
interface_ strcarrier - Set carrier for TLOC
- tunnel_
interface_ strcarrier_ variable - Variable name
- tunnel_
interface_ boolclear_ dont_ fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel_
interface_ strclear_ dont_ fragment_ variable - Variable name
- tunnel_
interface_ strcolor - Set color for TLOC
- tunnel_
interface_ boolcolor_ restrict - Restrict this TLOC behavior
- tunnel_
interface_ strcolor_ restrict_ variable - Variable name
- tunnel_
interface_ strcolor_ variable - Variable name
- tunnel_
interface_ Sequence[Getencapsulations Transport Wan Vpn Interface Cellular Feature Tunnel Interface Encapsulation] - Encapsulation for TLOC
- tunnel_
interface_ strexclude_ controller_ group_ list_ variable - Variable name
- tunnel_
interface_ Sequence[int]exclude_ controller_ group_ lists - Exclude the following controller groups defined in this list.
- tunnel_
interface_ intgroups - List of groups
- tunnel_
interface_ strgroups_ variable - Variable name
- tunnel_
interface_ inthello_ interval - Set time period of control hello packets \n\n milli seconds
- tunnel_
interface_ strhello_ interval_ variable - Variable name
- tunnel_
interface_ inthello_ tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel_
interface_ strhello_ tolerance_ variable - Variable name
- tunnel_
interface_ boollast_ resort_ circuit - Set TLOC as last resort
- tunnel_
interface_ strlast_ resort_ circuit_ variable - Variable name
- tunnel_
interface_ boollow_ bandwidth_ link - Set the interface as a low-bandwidth circuit
- tunnel_
interface_ strlow_ bandwidth_ link_ variable - Variable name
- tunnel_
interface_ intmax_ control_ connections - Maximum Control Connections
- tunnel_
interface_ strmax_ control_ connections_ variable - Variable name
- tunnel_
interface_ intnat_ refresh_ interval - Set time period of nat refresh packets \n\n seconds
- tunnel_
interface_ strnat_ refresh_ interval_ variable - Variable name
- tunnel_
interface_ boolnetwork_ broadcast - Accept and respond to network-prefix-directed broadcasts
- tunnel_
interface_ strnetwork_ broadcast_ variable - Variable name
- tunnel_
interface_ boolport_ hop - Disallow port hopping on the tunnel interface
- tunnel_
interface_ strport_ hop_ variable - Variable name
- tunnel_
interface_ inttunnel_ tcp_ mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel_
interface_ strtunnel_ tcp_ mss_ variable - Variable name
- tunnel_
interface_ boolvbond_ as_ stun_ server - Put this wan interface in STUN mode only
- tunnel_
interface_ strvbond_ as_ stun_ server_ variable - Variable name
- tunnel_
interface_ intvmanage_ connection_ preference - Set interface preference for control connection to vManage \n\n
- tunnel_
interface_ strvmanage_ connection_ preference_ variable - Variable name
- tunnel_
qos_ strmode - Set tunnel QoS mode
- tunnel_
qos_ strmode_ variable - Variable name
- version int
- The version of the Feature
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - arps List<Property Map>
- Configure ARP entries
- bandwidth
Downstream Number - Interface downstream bandwidth capacity, in kbps
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Upstream Number - Interface upstream bandwidth capacity, in kbps
- bandwidth
Upstream StringVariable - Variable name
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Number - Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interface
Mtu StringVariable - Variable name
- interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast
- ip
Directed StringBroadcast Variable - Variable name
- ip
Mtu Number - IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ip
Mtu StringVariable - Variable name
- ipv4Dhcp
Helper StringVariable - Variable name
- ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8)
- name String
- The name of the Feature
- nat
Ipv4 Boolean - Network Address Translation on this interface
- nat
Ipv4Variable String - Variable name
- nat
Tcp NumberTimeout - Set NAT TCP session timeout, in minutes
- nat
Tcp StringTimeout Variable - Variable name
- nat
Udp NumberTimeout - Set NAT UDP session timeout, in minutes
- nat
Udp StringTimeout Variable - Variable name
- per
Tunnel BooleanQos - Per-tunnel Qos
- per
Tunnel StringQos Variable - Variable name
- qos
Adaptive Boolean - Adaptive QoS
- qos
Adaptive BooleanBandwidth Downstream - Shaping Rate Downstream
- qos
Adaptive BooleanBandwidth Upstream - Shaping Rate Upstream
- qos
Adaptive NumberDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- qos
Adaptive StringDefault Downstream Variable - Variable name
- qos
Adaptive NumberDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- qos
Adaptive StringDefault Upstream Variable - Variable name
- qos
Adaptive NumberMax Downstream - Downstream max bandwidth limit (kbps)
- qos
Adaptive StringMax Downstream Variable - Variable name
- qos
Adaptive NumberMax Upstream - Upstream max bandwidth limit (kbps)
- qos
Adaptive StringMax Upstream Variable - Variable name
- qos
Adaptive NumberMin Downstream - Downstream min bandwidth limit (kbps)
- qos
Adaptive StringMin Downstream Variable - Variable name
- qos
Adaptive NumberMin Upstream - Upstream min bandwidth limit (kbps)
- qos
Adaptive StringMin Upstream Variable - Variable name
- qos
Adaptive NumberPeriod - Adapt Period(Minutes)
- qos
Adaptive StringPeriod Variable - Variable name
- qos
Shaping NumberRate - Shaping Rate (Kbps)
- qos
Shaping StringRate Variable - Variable name
- service
Provider String - Service Provider Name
- service
Provider StringVariable - Variable name
- shutdown Boolean
- shutdown
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- tracker String
- Enable tracker for this interface
- tracker
Variable String - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Bandwidth NumberPercent - Tunnels Bandwidth Percent
- tunnel
Bandwidth StringPercent Variable - Variable name
- tunnel
Interface Boolean - Tunnel Interface on/off
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny HTTPS
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC
- tunnel
Interface BooleanColor Restrict - Restrict this TLOC behavior
- tunnel
Interface StringColor Restrict Variable - Variable name
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<Property Map>Encapsulations - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Number>Exclude Controller Group Lists - Exclude the following controller groups defined in this list.
- tunnel
Interface NumberGroups - List of groups
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface NumberHello Interval - Set time period of control hello packets \n\n milli seconds
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface NumberHello Tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface NumberMax Control Connections - Maximum Control Connections
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface NumberNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts
- tunnel
Interface StringNetwork Broadcast Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface NumberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface NumberVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode
- tunnel
Qos StringMode Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
GetTransportWanVpnInterfaceCellularFeatureArp
- Ip
Address string - IP V4 Address
- Ip
Address stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- Ip
Address string - IP V4 Address
- Ip
Address stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- ip
Address String - IP V4 Address
- ip
Address StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
- ip
Address string - IP V4 Address
- ip
Address stringVariable - Variable name
- mac
Address string - MAC Address
- mac
Address stringVariable - Variable name
- ip_
address str - IP V4 Address
- ip_
address_ strvariable - Variable name
- mac_
address str - MAC Address
- mac_
address_ strvariable - Variable name
- ip
Address String - IP V4 Address
- ip
Address StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
GetTransportWanVpnInterfaceCellularFeatureTunnelInterfaceEncapsulation
- Encapsulation string
- Encapsulation
- Preference int
- Set preference for TLOC
- Preference
Variable string - Variable name
- Weight int
- Set weight for TLOC
- Weight
Variable string - Variable name
- Encapsulation string
- Encapsulation
- Preference int
- Set preference for TLOC
- Preference
Variable string - Variable name
- Weight int
- Set weight for TLOC
- Weight
Variable string - Variable name
- encapsulation String
- Encapsulation
- preference Integer
- Set preference for TLOC
- preference
Variable String - Variable name
- weight Integer
- Set weight for TLOC
- weight
Variable String - Variable name
- encapsulation string
- Encapsulation
- preference number
- Set preference for TLOC
- preference
Variable string - Variable name
- weight number
- Set weight for TLOC
- weight
Variable string - Variable name
- encapsulation str
- Encapsulation
- preference int
- Set preference for TLOC
- preference_
variable str - Variable name
- weight int
- Set weight for TLOC
- weight_
variable str - Variable name
- encapsulation String
- Encapsulation
- preference Number
- Set preference for TLOC
- preference
Variable String - Variable name
- weight Number
- Set weight for TLOC
- weight
Variable String - Variable name
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
