Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getTransportWanVpnInterfaceEthernetFeature
Explore with Pulumi AI
This data source can read the Transport WAN VPN Interface Ethernet Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportWanVpnInterfaceEthernetFeature({
    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_ethernet_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.LookupTransportWanVpnInterfaceEthernetFeature(ctx, &sdwan.LookupTransportWanVpnInterfaceEthernetFeatureArgs{
			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.GetTransportWanVpnInterfaceEthernetFeature.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.GetTransportWanVpnInterfaceEthernetFeatureArgs;
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.getTransportWanVpnInterfaceEthernetFeature(GetTransportWanVpnInterfaceEthernetFeatureArgs.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:getTransportWanVpnInterfaceEthernetFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
        transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
Using getTransportWanVpnInterfaceEthernetFeature
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 getTransportWanVpnInterfaceEthernetFeature(args: GetTransportWanVpnInterfaceEthernetFeatureArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnInterfaceEthernetFeatureResult>
function getTransportWanVpnInterfaceEthernetFeatureOutput(args: GetTransportWanVpnInterfaceEthernetFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnInterfaceEthernetFeatureResult>def get_transport_wan_vpn_interface_ethernet_feature(feature_profile_id: Optional[str] = None,
                                                     id: Optional[str] = None,
                                                     transport_wan_vpn_feature_id: Optional[str] = None,
                                                     opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnInterfaceEthernetFeatureResult
def get_transport_wan_vpn_interface_ethernet_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[GetTransportWanVpnInterfaceEthernetFeatureResult]func LookupTransportWanVpnInterfaceEthernetFeature(ctx *Context, args *LookupTransportWanVpnInterfaceEthernetFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnInterfaceEthernetFeatureResult, error)
func LookupTransportWanVpnInterfaceEthernetFeatureOutput(ctx *Context, args *LookupTransportWanVpnInterfaceEthernetFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnInterfaceEthernetFeatureResultOutput> Note: This function is named LookupTransportWanVpnInterfaceEthernetFeature in the Go SDK.
public static class GetTransportWanVpnInterfaceEthernetFeature 
{
    public static Task<GetTransportWanVpnInterfaceEthernetFeatureResult> InvokeAsync(GetTransportWanVpnInterfaceEthernetFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetTransportWanVpnInterfaceEthernetFeatureResult> Invoke(GetTransportWanVpnInterfaceEthernetFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportWanVpnInterfaceEthernetFeatureResult> getTransportWanVpnInterfaceEthernetFeature(GetTransportWanVpnInterfaceEthernetFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnInterfaceEthernetFeatureResult> getTransportWanVpnInterfaceEthernetFeature(GetTransportWanVpnInterfaceEthernetFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getTransportWanVpnInterfaceEthernetFeature:getTransportWanVpnInterfaceEthernetFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- transportWan 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
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
getTransportWanVpnInterfaceEthernetFeature Result
The following output properties are available:
- AclIpv4Egress stringFeature Id 
- AclIpv4Ingress stringFeature Id 
- AclIpv6Egress stringFeature Id 
- AclIpv6Ingress stringFeature Id 
- ArpTimeout int
- Timeout value for dynamically learned ARP entries, \n\n seconds
- ArpTimeout stringVariable 
- Variable name
- Arps
List<GetTransport Wan Vpn Interface Ethernet Feature Arp> 
- Configure ARP entries
- AutoDetect boolBandwidth 
- Interface auto detect bandwidth
- AutoDetect stringBandwidth Variable 
- Variable name
- Autonegotiate bool
- Link autonegotiation
- AutonegotiateVariable string
- Variable name
- BandwidthDownstream int
- Interface downstream bandwidth capacity, in kbps
- BandwidthDownstream stringVariable 
- Variable name
- BandwidthUpstream int
- Interface upstream bandwidth capacity, in kbps
- BandwidthUpstream stringVariable 
- Variable name
- BlockNon boolSource Ip 
- Block packets originating from IP address that is not from this source
- BlockNon stringSource Ip Variable 
- Variable name
- Description string
- The description of the Feature
- Duplex string
- Duplex mode
- DuplexVariable string
- Variable name
- EnableDhcpv6 bool
- Enable DHCPv6
- FeatureProfile stringId 
- Feature Profile ID
- GreTunnel stringSource Ip 
- GRE tunnel source IP
- GreTunnel stringSource Ip Variable 
- Variable name
- IcmpRedirect boolDisable 
- ICMP/ICMPv6 Redirect Disable
- IcmpRedirect stringDisable Variable 
- Variable name
- Id string
- The id of the Feature
- InterfaceDescription string
- InterfaceDescription stringVariable 
- Variable name
- InterfaceMtu int
- Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- InterfaceMtu stringVariable 
- Variable name
- InterfaceName string
- InterfaceName stringVariable 
- Variable name
- IpDirected boolBroadcast 
- IP Directed-Broadcast
- IpDirected stringBroadcast Variable 
- Variable name
- IpMtu int
- IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- IpMtu stringVariable 
- Variable name
- IperfServer string
- Iperf server for auto bandwidth detect
- IperfServer stringVariable 
- Variable name
- Ipv4Address string
- IP Address
- Ipv4AddressVariable string
- Variable name
- Ipv4ConfigurationType string
- IPv4 Configuration Type
- Ipv4DhcpDistance int
- DHCP Distance
- Ipv4DhcpDistance stringVariable 
- Variable name
- Ipv4DhcpHelper stringVariable 
- Variable name
- Ipv4DhcpHelpers List<string>
- List of DHCP IPv4 helper addresses (min 1, max 8)
- Ipv4SecondaryAddresses List<GetTransport Wan Vpn Interface Ethernet Feature Ipv4Secondary Address> 
- Secondary IpV4 Addresses
- Ipv4SubnetMask string
- Subnet Mask
- Ipv4SubnetMask stringVariable 
- Variable name
- Ipv6Address string
- IPv6 Address Secondary
- Ipv6AddressVariable string
- Variable name
- Ipv6ConfigurationType string
- IPv6 Configuration Type
- Ipv6DhcpSecondary List<GetAddresses Transport Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address> 
- secondary IPv6 addresses
- Ipv6SecondaryAddresses List<GetTransport Wan Vpn Interface Ethernet Feature Ipv6Secondary Address> 
- Static secondary IPv6 addresses
- LoadInterval int
- Interval for interface load calculation
- LoadInterval stringVariable 
- Variable name
- MacAddress string
- MAC Address
- MacAddress stringVariable 
- Variable name
- MediaType string
- Media type
- MediaType stringVariable 
- Variable name
- Name string
- The name of the Feature
- Nat64 bool
- NAT64 on this interface
- Nat66 bool
- NAT66 on this interface
- NatIpv4 bool
- enable Network Address Translation on this interface
- NatIpv4Variable string
- Variable name
- NatIpv6 bool
- enable Network Address Translation ipv6 on this interface
- NatIpv6Variable string
- Variable name
- NatLoopback string
- NAT Inside Source Loopback Interface
- NatLoopback stringVariable 
- Variable name
- NatOverload bool
- NAT Overload
- NatOverload stringVariable 
- Variable name
- NatPrefix intLength 
- NAT Pool Prefix Length
- NatPrefix stringLength Variable 
- Variable name
- NatRange stringEnd 
- NAT Pool Range End
- NatRange stringEnd Variable 
- Variable name
- NatRange stringStart 
- NAT Pool Range Start
- NatRange stringStart Variable 
- Variable name
- NatTcp intTimeout 
- Set NAT TCP session timeout, in minutes
- NatTcp stringTimeout Variable 
- Variable name
- NatType string
- NAT Type
- NatType stringVariable 
- Variable name
- NatUdp intTimeout 
- Set NAT UDP session timeout, in minutes
- NatUdp stringTimeout Variable 
- Variable name
- NewStatic List<GetNats Transport Wan Vpn Interface Ethernet Feature New Static Nat> 
- static NAT
- PerTunnel boolQos 
- Per-tunnel Qos
- PerTunnel stringQos Variable 
- Variable name
- QosAdaptive bool
- Adaptive QoS
- QosAdaptive boolBandwidth Downstream 
- Shaping Rate Downstream
- QosAdaptive boolBandwidth Upstream 
- Shaping Rate Upstream
- QosAdaptive intDefault Downstream 
- Adaptive QoS default downstream bandwidth (kbps)
- QosAdaptive stringDefault Downstream Variable 
- Variable name
- QosAdaptive intDefault Upstream 
- Adaptive QoS default upstream bandwidth (kbps)
- QosAdaptive stringDefault Upstream Variable 
- Variable name
- QosAdaptive intMax Downstream 
- Downstream max bandwidth limit (kbps)
- QosAdaptive stringMax Downstream Variable 
- Variable name
- QosAdaptive intMax Upstream 
- Upstream max bandwidth limit (kbps)
- QosAdaptive stringMax Upstream Variable 
- Variable name
- QosAdaptive intMin Downstream 
- Downstream min bandwidth limit (kbps)
- QosAdaptive stringMin Downstream Variable 
- Variable name
- QosAdaptive intMin Upstream 
- Upstream min bandwidth limit (kbps)
- QosAdaptive stringMin Upstream Variable 
- Variable name
- QosAdaptive intPeriod 
- Adapt Period(Minutes)
- QosAdaptive stringPeriod Variable 
- Variable name
- QosShaping intRate 
- Shaping Rate (Kbps)
- QosShaping stringRate Variable 
- Variable name
- ServiceProvider string
- Service Provider Name
- ServiceProvider stringVariable 
- Variable name
- Shutdown bool
- ShutdownVariable string
- Variable name
- Speed string
- Set interface speed
- SpeedVariable string
- Variable name
- StaticNat66s List<GetTransport Wan Vpn Interface Ethernet Feature Static Nat66> 
- static NAT66
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TlocExtension string
- Extends a local TLOC to a remote node only for vpn 0
- TlocExtension stringVariable 
- Variable name
- Tracker string
- Enable tracker for this interface
- TrackerVariable string
- Variable name
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- TunnelBandwidth intPercent 
- Tunnels Bandwidth Percent
- TunnelBandwidth stringPercent Variable 
- Variable name
- TunnelInterface bool
- Tunnel Interface on/off
- TunnelInterface boolAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- TunnelInterface stringAllow All Variable 
- Variable name
- TunnelInterface boolAllow Bfd 
- Allow/Deny BFD
- TunnelInterface stringAllow Bfd Variable 
- Variable name
- TunnelInterface boolAllow Bgp 
- Allow/deny BGP
- TunnelInterface stringAllow Bgp Variable 
- Variable name
- TunnelInterface boolAllow Dhcp 
- Allow/Deny DHCP
- TunnelInterface stringAllow Dhcp Variable 
- Variable name
- TunnelInterface boolAllow Dns 
- Allow/Deny DNS
- TunnelInterface stringAllow Dns Variable 
- Variable name
- TunnelInterface boolAllow Https 
- Allow/Deny HTTPS
- TunnelInterface stringAllow Https Variable 
- Variable name
- TunnelInterface boolAllow Icmp 
- Allow/Deny ICMP
- TunnelInterface stringAllow Icmp Variable 
- Variable name
- TunnelInterface boolAllow Netconf 
- Allow/Deny NETCONF
- TunnelInterface stringAllow Netconf Variable 
- Variable name
- TunnelInterface boolAllow Ntp 
- Allow/Deny NTP
- TunnelInterface stringAllow Ntp Variable 
- Variable name
- TunnelInterface boolAllow Ospf 
- Allow/Deny OSPF
- TunnelInterface stringAllow Ospf Variable 
- Variable name
- TunnelInterface boolAllow Snmp 
- Allow/Deny SNMP
- TunnelInterface stringAllow Snmp Variable 
- Variable name
- TunnelInterface boolAllow Ssh 
- Allow/Deny SSH
- TunnelInterface stringAllow Ssh Variable 
- Variable name
- TunnelInterface boolAllow Stun 
- Allow/Deny STUN
- TunnelInterface stringAllow Stun Variable 
- Variable name
- TunnelInterface stringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- TunnelInterface stringBind Loopback Tunnel Variable 
- Variable name
- TunnelInterface boolBorder 
- Set TLOC as border TLOC
- TunnelInterface stringBorder Variable 
- Variable name
- TunnelInterface stringCarrier 
- Set carrier for TLOC
- TunnelInterface stringCarrier Variable 
- Variable name
- TunnelInterface boolClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- TunnelInterface stringClear Dont Fragment Variable 
- Variable name
- TunnelInterface stringColor 
- Set color for TLOC
- TunnelInterface boolColor Restrict 
- Restrict this TLOC behavior
- TunnelInterface stringColor Restrict Variable 
- Variable name
- TunnelInterface stringColor Variable 
- Variable name
- TunnelInterface boolCts Sgt Propagation 
- CTS SGT Propagation configuration
- TunnelInterface stringCts Sgt Propagation Variable 
- Variable name
- TunnelInterface List<GetEncapsulations Transport Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation> 
- Encapsulation for TLOC
- TunnelInterface stringExclude Controller Group List Variable 
- Variable name
- TunnelInterface List<int>Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list.
- TunnelInterface stringGre Tunnel Destination Ip 
- GRE tunnel destination IP
- TunnelInterface stringGre Tunnel Destination Ip Variable 
- Variable name
- TunnelInterface intGroups 
- List of groups
- TunnelInterface stringGroups Variable 
- Variable name
- TunnelInterface intHello Interval 
- Set time period of control hello packets \n\n milli seconds
- TunnelInterface stringHello Interval Variable 
- Variable name
- TunnelInterface intHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- TunnelInterface stringHello Tolerance Variable 
- Variable name
- TunnelInterface boolLast Resort Circuit 
- Set TLOC as last resort
- TunnelInterface stringLast Resort Circuit Variable 
- Variable name
- TunnelInterface boolLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- TunnelInterface stringLow Bandwidth Link Variable 
- Variable name
- TunnelInterface intMax Control Connections 
- Maximum Control Connections
- TunnelInterface stringMax Control Connections Variable 
- Variable name
- TunnelInterface intNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- TunnelInterface stringNat Refresh Interval Variable 
- Variable name
- TunnelInterface boolNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts
- TunnelInterface stringNetwork Broadcast Variable 
- Variable name
- TunnelInterface boolPort Hop 
- Disallow port hopping on the tunnel interface
- TunnelInterface stringPort Hop Variable 
- Variable name
- TunnelInterface intTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- TunnelInterface stringTunnel Tcp Mss Variable 
- Variable name
- TunnelInterface boolVbond As Stun Server 
- Put this wan interface in STUN mode only
- TunnelInterface stringVbond As Stun Server Variable 
- Variable name
- TunnelInterface intVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- TunnelInterface stringVmanage Connection Preference Variable 
- Variable name
- TunnelQos stringMode 
- Set tunnel QoS mode
- TunnelQos stringMode Variable 
- Variable name
- Version int
- The version of the Feature
- Xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface
- XconnectVariable string
- Variable name
- AclIpv4Egress stringFeature Id 
- AclIpv4Ingress stringFeature Id 
- AclIpv6Egress stringFeature Id 
- AclIpv6Ingress stringFeature Id 
- ArpTimeout int
- Timeout value for dynamically learned ARP entries, \n\n seconds
- ArpTimeout stringVariable 
- Variable name
- Arps
[]GetTransport Wan Vpn Interface Ethernet Feature Arp 
- Configure ARP entries
- AutoDetect boolBandwidth 
- Interface auto detect bandwidth
- AutoDetect stringBandwidth Variable 
- Variable name
- Autonegotiate bool
- Link autonegotiation
- AutonegotiateVariable string
- Variable name
- BandwidthDownstream int
- Interface downstream bandwidth capacity, in kbps
- BandwidthDownstream stringVariable 
- Variable name
- BandwidthUpstream int
- Interface upstream bandwidth capacity, in kbps
- BandwidthUpstream stringVariable 
- Variable name
- BlockNon boolSource Ip 
- Block packets originating from IP address that is not from this source
- BlockNon stringSource Ip Variable 
- Variable name
- Description string
- The description of the Feature
- Duplex string
- Duplex mode
- DuplexVariable string
- Variable name
- EnableDhcpv6 bool
- Enable DHCPv6
- FeatureProfile stringId 
- Feature Profile ID
- GreTunnel stringSource Ip 
- GRE tunnel source IP
- GreTunnel stringSource Ip Variable 
- Variable name
- IcmpRedirect boolDisable 
- ICMP/ICMPv6 Redirect Disable
- IcmpRedirect stringDisable Variable 
- Variable name
- Id string
- The id of the Feature
- InterfaceDescription string
- InterfaceDescription stringVariable 
- Variable name
- InterfaceMtu int
- Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- InterfaceMtu stringVariable 
- Variable name
- InterfaceName string
- InterfaceName stringVariable 
- Variable name
- IpDirected boolBroadcast 
- IP Directed-Broadcast
- IpDirected stringBroadcast Variable 
- Variable name
- IpMtu int
- IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- IpMtu stringVariable 
- Variable name
- IperfServer string
- Iperf server for auto bandwidth detect
- IperfServer stringVariable 
- Variable name
- Ipv4Address string
- IP Address
- Ipv4AddressVariable string
- Variable name
- Ipv4ConfigurationType string
- IPv4 Configuration Type
- Ipv4DhcpDistance int
- DHCP Distance
- Ipv4DhcpDistance stringVariable 
- Variable name
- Ipv4DhcpHelper stringVariable 
- Variable name
- Ipv4DhcpHelpers []string
- List of DHCP IPv4 helper addresses (min 1, max 8)
- Ipv4SecondaryAddresses []GetTransport Wan Vpn Interface Ethernet Feature Ipv4Secondary Address 
- Secondary IpV4 Addresses
- Ipv4SubnetMask string
- Subnet Mask
- Ipv4SubnetMask stringVariable 
- Variable name
- Ipv6Address string
- IPv6 Address Secondary
- Ipv6AddressVariable string
- Variable name
- Ipv6ConfigurationType string
- IPv6 Configuration Type
- Ipv6DhcpSecondary []GetAddresses Transport Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address 
- secondary IPv6 addresses
- Ipv6SecondaryAddresses []GetTransport Wan Vpn Interface Ethernet Feature Ipv6Secondary Address 
- Static secondary IPv6 addresses
- LoadInterval int
- Interval for interface load calculation
- LoadInterval stringVariable 
- Variable name
- MacAddress string
- MAC Address
- MacAddress stringVariable 
- Variable name
- MediaType string
- Media type
- MediaType stringVariable 
- Variable name
- Name string
- The name of the Feature
- Nat64 bool
- NAT64 on this interface
- Nat66 bool
- NAT66 on this interface
- NatIpv4 bool
- enable Network Address Translation on this interface
- NatIpv4Variable string
- Variable name
- NatIpv6 bool
- enable Network Address Translation ipv6 on this interface
- NatIpv6Variable string
- Variable name
- NatLoopback string
- NAT Inside Source Loopback Interface
- NatLoopback stringVariable 
- Variable name
- NatOverload bool
- NAT Overload
- NatOverload stringVariable 
- Variable name
- NatPrefix intLength 
- NAT Pool Prefix Length
- NatPrefix stringLength Variable 
- Variable name
- NatRange stringEnd 
- NAT Pool Range End
- NatRange stringEnd Variable 
- Variable name
- NatRange stringStart 
- NAT Pool Range Start
- NatRange stringStart Variable 
- Variable name
- NatTcp intTimeout 
- Set NAT TCP session timeout, in minutes
- NatTcp stringTimeout Variable 
- Variable name
- NatType string
- NAT Type
- NatType stringVariable 
- Variable name
- NatUdp intTimeout 
- Set NAT UDP session timeout, in minutes
- NatUdp stringTimeout Variable 
- Variable name
- NewStatic []GetNats Transport Wan Vpn Interface Ethernet Feature New Static Nat 
- static NAT
- PerTunnel boolQos 
- Per-tunnel Qos
- PerTunnel stringQos Variable 
- Variable name
- QosAdaptive bool
- Adaptive QoS
- QosAdaptive boolBandwidth Downstream 
- Shaping Rate Downstream
- QosAdaptive boolBandwidth Upstream 
- Shaping Rate Upstream
- QosAdaptive intDefault Downstream 
- Adaptive QoS default downstream bandwidth (kbps)
- QosAdaptive stringDefault Downstream Variable 
- Variable name
- QosAdaptive intDefault Upstream 
- Adaptive QoS default upstream bandwidth (kbps)
- QosAdaptive stringDefault Upstream Variable 
- Variable name
- QosAdaptive intMax Downstream 
- Downstream max bandwidth limit (kbps)
- QosAdaptive stringMax Downstream Variable 
- Variable name
- QosAdaptive intMax Upstream 
- Upstream max bandwidth limit (kbps)
- QosAdaptive stringMax Upstream Variable 
- Variable name
- QosAdaptive intMin Downstream 
- Downstream min bandwidth limit (kbps)
- QosAdaptive stringMin Downstream Variable 
- Variable name
- QosAdaptive intMin Upstream 
- Upstream min bandwidth limit (kbps)
- QosAdaptive stringMin Upstream Variable 
- Variable name
- QosAdaptive intPeriod 
- Adapt Period(Minutes)
- QosAdaptive stringPeriod Variable 
- Variable name
- QosShaping intRate 
- Shaping Rate (Kbps)
- QosShaping stringRate Variable 
- Variable name
- ServiceProvider string
- Service Provider Name
- ServiceProvider stringVariable 
- Variable name
- Shutdown bool
- ShutdownVariable string
- Variable name
- Speed string
- Set interface speed
- SpeedVariable string
- Variable name
- StaticNat66s []GetTransport Wan Vpn Interface Ethernet Feature Static Nat66 
- static NAT66
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TlocExtension string
- Extends a local TLOC to a remote node only for vpn 0
- TlocExtension stringVariable 
- Variable name
- Tracker string
- Enable tracker for this interface
- TrackerVariable string
- Variable name
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- TunnelBandwidth intPercent 
- Tunnels Bandwidth Percent
- TunnelBandwidth stringPercent Variable 
- Variable name
- TunnelInterface bool
- Tunnel Interface on/off
- TunnelInterface boolAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- TunnelInterface stringAllow All Variable 
- Variable name
- TunnelInterface boolAllow Bfd 
- Allow/Deny BFD
- TunnelInterface stringAllow Bfd Variable 
- Variable name
- TunnelInterface boolAllow Bgp 
- Allow/deny BGP
- TunnelInterface stringAllow Bgp Variable 
- Variable name
- TunnelInterface boolAllow Dhcp 
- Allow/Deny DHCP
- TunnelInterface stringAllow Dhcp Variable 
- Variable name
- TunnelInterface boolAllow Dns 
- Allow/Deny DNS
- TunnelInterface stringAllow Dns Variable 
- Variable name
- TunnelInterface boolAllow Https 
- Allow/Deny HTTPS
- TunnelInterface stringAllow Https Variable 
- Variable name
- TunnelInterface boolAllow Icmp 
- Allow/Deny ICMP
- TunnelInterface stringAllow Icmp Variable 
- Variable name
- TunnelInterface boolAllow Netconf 
- Allow/Deny NETCONF
- TunnelInterface stringAllow Netconf Variable 
- Variable name
- TunnelInterface boolAllow Ntp 
- Allow/Deny NTP
- TunnelInterface stringAllow Ntp Variable 
- Variable name
- TunnelInterface boolAllow Ospf 
- Allow/Deny OSPF
- TunnelInterface stringAllow Ospf Variable 
- Variable name
- TunnelInterface boolAllow Snmp 
- Allow/Deny SNMP
- TunnelInterface stringAllow Snmp Variable 
- Variable name
- TunnelInterface boolAllow Ssh 
- Allow/Deny SSH
- TunnelInterface stringAllow Ssh Variable 
- Variable name
- TunnelInterface boolAllow Stun 
- Allow/Deny STUN
- TunnelInterface stringAllow Stun Variable 
- Variable name
- TunnelInterface stringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- TunnelInterface stringBind Loopback Tunnel Variable 
- Variable name
- TunnelInterface boolBorder 
- Set TLOC as border TLOC
- TunnelInterface stringBorder Variable 
- Variable name
- TunnelInterface stringCarrier 
- Set carrier for TLOC
- TunnelInterface stringCarrier Variable 
- Variable name
- TunnelInterface boolClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- TunnelInterface stringClear Dont Fragment Variable 
- Variable name
- TunnelInterface stringColor 
- Set color for TLOC
- TunnelInterface boolColor Restrict 
- Restrict this TLOC behavior
- TunnelInterface stringColor Restrict Variable 
- Variable name
- TunnelInterface stringColor Variable 
- Variable name
- TunnelInterface boolCts Sgt Propagation 
- CTS SGT Propagation configuration
- TunnelInterface stringCts Sgt Propagation Variable 
- Variable name
- TunnelInterface []GetEncapsulations Transport Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation 
- Encapsulation for TLOC
- TunnelInterface stringExclude Controller Group List Variable 
- Variable name
- TunnelInterface []intExclude Controller Group Lists 
- Exclude the following controller groups defined in this list.
- TunnelInterface stringGre Tunnel Destination Ip 
- GRE tunnel destination IP
- TunnelInterface stringGre Tunnel Destination Ip Variable 
- Variable name
- TunnelInterface intGroups 
- List of groups
- TunnelInterface stringGroups Variable 
- Variable name
- TunnelInterface intHello Interval 
- Set time period of control hello packets \n\n milli seconds
- TunnelInterface stringHello Interval Variable 
- Variable name
- TunnelInterface intHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- TunnelInterface stringHello Tolerance Variable 
- Variable name
- TunnelInterface boolLast Resort Circuit 
- Set TLOC as last resort
- TunnelInterface stringLast Resort Circuit Variable 
- Variable name
- TunnelInterface boolLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- TunnelInterface stringLow Bandwidth Link Variable 
- Variable name
- TunnelInterface intMax Control Connections 
- Maximum Control Connections
- TunnelInterface stringMax Control Connections Variable 
- Variable name
- TunnelInterface intNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- TunnelInterface stringNat Refresh Interval Variable 
- Variable name
- TunnelInterface boolNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts
- TunnelInterface stringNetwork Broadcast Variable 
- Variable name
- TunnelInterface boolPort Hop 
- Disallow port hopping on the tunnel interface
- TunnelInterface stringPort Hop Variable 
- Variable name
- TunnelInterface intTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- TunnelInterface stringTunnel Tcp Mss Variable 
- Variable name
- TunnelInterface boolVbond As Stun Server 
- Put this wan interface in STUN mode only
- TunnelInterface stringVbond As Stun Server Variable 
- Variable name
- TunnelInterface intVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- TunnelInterface stringVmanage Connection Preference Variable 
- Variable name
- TunnelQos stringMode 
- Set tunnel QoS mode
- TunnelQos stringMode Variable 
- Variable name
- Version int
- The version of the Feature
- Xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface
- XconnectVariable string
- Variable name
- aclIpv4Egress StringFeature Id 
- aclIpv4Ingress StringFeature Id 
- aclIpv6Egress StringFeature Id 
- aclIpv6Ingress StringFeature Id 
- arpTimeout Integer
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arpTimeout StringVariable 
- Variable name
- arps
List<GetTransport Wan Vpn Interface Ethernet Feature Arp> 
- Configure ARP entries
- autoDetect BooleanBandwidth 
- Interface auto detect bandwidth
- autoDetect StringBandwidth Variable 
- Variable name
- autonegotiate Boolean
- Link autonegotiation
- autonegotiateVariable String
- Variable name
- bandwidthDownstream Integer
- Interface downstream bandwidth capacity, in kbps
- bandwidthDownstream StringVariable 
- Variable name
- bandwidthUpstream Integer
- Interface upstream bandwidth capacity, in kbps
- bandwidthUpstream StringVariable 
- Variable name
- blockNon BooleanSource Ip 
- Block packets originating from IP address that is not from this source
- blockNon StringSource Ip Variable 
- Variable name
- description String
- The description of the Feature
- duplex String
- Duplex mode
- duplexVariable String
- Variable name
- enableDhcpv6 Boolean
- Enable DHCPv6
- featureProfile StringId 
- Feature Profile ID
- greTunnel StringSource Ip 
- GRE tunnel source IP
- greTunnel StringSource Ip Variable 
- Variable name
- icmpRedirect BooleanDisable 
- ICMP/ICMPv6 Redirect Disable
- icmpRedirect StringDisable Variable 
- Variable name
- id String
- The id of the Feature
- interfaceDescription String
- interfaceDescription StringVariable 
- Variable name
- interfaceMtu Integer
- Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interfaceMtu StringVariable 
- Variable name
- interfaceName String
- interfaceName StringVariable 
- Variable name
- ipDirected BooleanBroadcast 
- IP Directed-Broadcast
- ipDirected StringBroadcast Variable 
- Variable name
- ipMtu Integer
- IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ipMtu StringVariable 
- Variable name
- iperfServer String
- Iperf server for auto bandwidth detect
- iperfServer StringVariable 
- Variable name
- ipv4Address String
- IP Address
- ipv4AddressVariable String
- Variable name
- ipv4ConfigurationType String
- IPv4 Configuration Type
- ipv4DhcpDistance Integer
- DHCP Distance
- ipv4DhcpDistance StringVariable 
- Variable name
- ipv4DhcpHelper StringVariable 
- Variable name
- ipv4DhcpHelpers List<String>
- List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4SecondaryAddresses List<GetTransport Wan Vpn Interface Ethernet Feature Ipv4Secondary Address> 
- Secondary IpV4 Addresses
- ipv4SubnetMask String
- Subnet Mask
- ipv4SubnetMask StringVariable 
- Variable name
- ipv6Address String
- IPv6 Address Secondary
- ipv6AddressVariable String
- Variable name
- ipv6ConfigurationType String
- IPv6 Configuration Type
- ipv6DhcpSecondary List<GetAddresses Transport Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address> 
- secondary IPv6 addresses
- ipv6SecondaryAddresses List<GetTransport Wan Vpn Interface Ethernet Feature Ipv6Secondary Address> 
- Static secondary IPv6 addresses
- loadInterval Integer
- Interval for interface load calculation
- loadInterval StringVariable 
- Variable name
- macAddress String
- MAC Address
- macAddress StringVariable 
- Variable name
- mediaType String
- Media type
- mediaType StringVariable 
- Variable name
- name String
- The name of the Feature
- nat64 Boolean
- NAT64 on this interface
- nat66 Boolean
- NAT66 on this interface
- natIpv4 Boolean
- enable Network Address Translation on this interface
- natIpv4Variable String
- Variable name
- natIpv6 Boolean
- enable Network Address Translation ipv6 on this interface
- natIpv6Variable String
- Variable name
- natLoopback String
- NAT Inside Source Loopback Interface
- natLoopback StringVariable 
- Variable name
- natOverload Boolean
- NAT Overload
- natOverload StringVariable 
- Variable name
- natPrefix IntegerLength 
- NAT Pool Prefix Length
- natPrefix StringLength Variable 
- Variable name
- natRange StringEnd 
- NAT Pool Range End
- natRange StringEnd Variable 
- Variable name
- natRange StringStart 
- NAT Pool Range Start
- natRange StringStart Variable 
- Variable name
- natTcp IntegerTimeout 
- Set NAT TCP session timeout, in minutes
- natTcp StringTimeout Variable 
- Variable name
- natType String
- NAT Type
- natType StringVariable 
- Variable name
- natUdp IntegerTimeout 
- Set NAT UDP session timeout, in minutes
- natUdp StringTimeout Variable 
- Variable name
- newStatic List<GetNats Transport Wan Vpn Interface Ethernet Feature New Static Nat> 
- static NAT
- perTunnel BooleanQos 
- Per-tunnel Qos
- perTunnel StringQos Variable 
- Variable name
- qosAdaptive Boolean
- Adaptive QoS
- qosAdaptive BooleanBandwidth Downstream 
- Shaping Rate Downstream
- qosAdaptive BooleanBandwidth Upstream 
- Shaping Rate Upstream
- qosAdaptive IntegerDefault Downstream 
- Adaptive QoS default downstream bandwidth (kbps)
- qosAdaptive StringDefault Downstream Variable 
- Variable name
- qosAdaptive IntegerDefault Upstream 
- Adaptive QoS default upstream bandwidth (kbps)
- qosAdaptive StringDefault Upstream Variable 
- Variable name
- qosAdaptive IntegerMax Downstream 
- Downstream max bandwidth limit (kbps)
- qosAdaptive StringMax Downstream Variable 
- Variable name
- qosAdaptive IntegerMax Upstream 
- Upstream max bandwidth limit (kbps)
- qosAdaptive StringMax Upstream Variable 
- Variable name
- qosAdaptive IntegerMin Downstream 
- Downstream min bandwidth limit (kbps)
- qosAdaptive StringMin Downstream Variable 
- Variable name
- qosAdaptive IntegerMin Upstream 
- Upstream min bandwidth limit (kbps)
- qosAdaptive StringMin Upstream Variable 
- Variable name
- qosAdaptive IntegerPeriod 
- Adapt Period(Minutes)
- qosAdaptive StringPeriod Variable 
- Variable name
- qosShaping IntegerRate 
- Shaping Rate (Kbps)
- qosShaping StringRate Variable 
- Variable name
- serviceProvider String
- Service Provider Name
- serviceProvider StringVariable 
- Variable name
- shutdown Boolean
- shutdownVariable String
- Variable name
- speed String
- Set interface speed
- speedVariable String
- Variable name
- staticNat66s List<GetTransport Wan Vpn Interface Ethernet Feature Static Nat66> 
- static NAT66
- tcpMss Integer
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- tlocExtension String
- Extends a local TLOC to a remote node only for vpn 0
- tlocExtension StringVariable 
- Variable name
- tracker String
- Enable tracker for this interface
- trackerVariable String
- Variable name
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
- tunnelBandwidth IntegerPercent 
- Tunnels Bandwidth Percent
- tunnelBandwidth StringPercent Variable 
- Variable name
- tunnelInterface Boolean
- Tunnel Interface on/off
- tunnelInterface BooleanAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnelInterface StringAllow All Variable 
- Variable name
- tunnelInterface BooleanAllow Bfd 
- Allow/Deny BFD
- tunnelInterface StringAllow Bfd Variable 
- Variable name
- tunnelInterface BooleanAllow Bgp 
- Allow/deny BGP
- tunnelInterface StringAllow Bgp Variable 
- Variable name
- tunnelInterface BooleanAllow Dhcp 
- Allow/Deny DHCP
- tunnelInterface StringAllow Dhcp Variable 
- Variable name
- tunnelInterface BooleanAllow Dns 
- Allow/Deny DNS
- tunnelInterface StringAllow Dns Variable 
- Variable name
- tunnelInterface BooleanAllow Https 
- Allow/Deny HTTPS
- tunnelInterface StringAllow Https Variable 
- Variable name
- tunnelInterface BooleanAllow Icmp 
- Allow/Deny ICMP
- tunnelInterface StringAllow Icmp Variable 
- Variable name
- tunnelInterface BooleanAllow Netconf 
- Allow/Deny NETCONF
- tunnelInterface StringAllow Netconf Variable 
- Variable name
- tunnelInterface BooleanAllow Ntp 
- Allow/Deny NTP
- tunnelInterface StringAllow Ntp Variable 
- Variable name
- tunnelInterface BooleanAllow Ospf 
- Allow/Deny OSPF
- tunnelInterface StringAllow Ospf Variable 
- Variable name
- tunnelInterface BooleanAllow Snmp 
- Allow/Deny SNMP
- tunnelInterface StringAllow Snmp Variable 
- Variable name
- tunnelInterface BooleanAllow Ssh 
- Allow/Deny SSH
- tunnelInterface StringAllow Ssh Variable 
- Variable name
- tunnelInterface BooleanAllow Stun 
- Allow/Deny STUN
- tunnelInterface StringAllow Stun Variable 
- Variable name
- tunnelInterface StringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnelInterface StringBind Loopback Tunnel Variable 
- Variable name
- tunnelInterface BooleanBorder 
- Set TLOC as border TLOC
- tunnelInterface StringBorder Variable 
- Variable name
- tunnelInterface StringCarrier 
- Set carrier for TLOC
- tunnelInterface StringCarrier Variable 
- Variable name
- tunnelInterface BooleanClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnelInterface StringClear Dont Fragment Variable 
- Variable name
- tunnelInterface StringColor 
- Set color for TLOC
- tunnelInterface BooleanColor Restrict 
- Restrict this TLOC behavior
- tunnelInterface StringColor Restrict Variable 
- Variable name
- tunnelInterface StringColor Variable 
- Variable name
- tunnelInterface BooleanCts Sgt Propagation 
- CTS SGT Propagation configuration
- tunnelInterface StringCts Sgt Propagation Variable 
- Variable name
- tunnelInterface List<GetEncapsulations Transport Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation> 
- Encapsulation for TLOC
- tunnelInterface StringExclude Controller Group List Variable 
- Variable name
- tunnelInterface List<Integer>Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list.
- tunnelInterface StringGre Tunnel Destination Ip 
- GRE tunnel destination IP
- tunnelInterface StringGre Tunnel Destination Ip Variable 
- Variable name
- tunnelInterface IntegerGroups 
- List of groups
- tunnelInterface StringGroups Variable 
- Variable name
- tunnelInterface IntegerHello Interval 
- Set time period of control hello packets \n\n milli seconds
- tunnelInterface StringHello Interval Variable 
- Variable name
- tunnelInterface IntegerHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnelInterface StringHello Tolerance Variable 
- Variable name
- tunnelInterface BooleanLast Resort Circuit 
- Set TLOC as last resort
- tunnelInterface StringLast Resort Circuit Variable 
- Variable name
- tunnelInterface BooleanLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- tunnelInterface StringLow Bandwidth Link Variable 
- Variable name
- tunnelInterface IntegerMax Control Connections 
- Maximum Control Connections
- tunnelInterface StringMax Control Connections Variable 
- Variable name
- tunnelInterface IntegerNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- tunnelInterface StringNat Refresh Interval Variable 
- Variable name
- tunnelInterface BooleanNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts
- tunnelInterface StringNetwork Broadcast Variable 
- Variable name
- tunnelInterface BooleanPort Hop 
- Disallow port hopping on the tunnel interface
- tunnelInterface StringPort Hop Variable 
- Variable name
- tunnelInterface IntegerTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnelInterface StringTunnel Tcp Mss Variable 
- Variable name
- tunnelInterface BooleanVbond As Stun Server 
- Put this wan interface in STUN mode only
- tunnelInterface StringVbond As Stun Server Variable 
- Variable name
- tunnelInterface IntegerVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- tunnelInterface StringVmanage Connection Preference Variable 
- Variable name
- tunnelQos StringMode 
- Set tunnel QoS mode
- tunnelQos StringMode Variable 
- Variable name
- version Integer
- The version of the Feature
- xconnect String
- Extend remote TLOC over a GRE tunnel to a local WAN interface
- xconnectVariable String
- Variable name
- aclIpv4Egress stringFeature Id 
- aclIpv4Ingress stringFeature Id 
- aclIpv6Egress stringFeature Id 
- aclIpv6Ingress stringFeature Id 
- arpTimeout number
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arpTimeout stringVariable 
- Variable name
- arps
GetTransport Wan Vpn Interface Ethernet Feature Arp[] 
- Configure ARP entries
- autoDetect booleanBandwidth 
- Interface auto detect bandwidth
- autoDetect stringBandwidth Variable 
- Variable name
- autonegotiate boolean
- Link autonegotiation
- autonegotiateVariable string
- Variable name
- bandwidthDownstream number
- Interface downstream bandwidth capacity, in kbps
- bandwidthDownstream stringVariable 
- Variable name
- bandwidthUpstream number
- Interface upstream bandwidth capacity, in kbps
- bandwidthUpstream stringVariable 
- Variable name
- blockNon booleanSource Ip 
- Block packets originating from IP address that is not from this source
- blockNon stringSource Ip Variable 
- Variable name
- description string
- The description of the Feature
- duplex string
- Duplex mode
- duplexVariable string
- Variable name
- enableDhcpv6 boolean
- Enable DHCPv6
- featureProfile stringId 
- Feature Profile ID
- greTunnel stringSource Ip 
- GRE tunnel source IP
- greTunnel stringSource Ip Variable 
- Variable name
- icmpRedirect booleanDisable 
- ICMP/ICMPv6 Redirect Disable
- icmpRedirect stringDisable Variable 
- Variable name
- id string
- The id of the Feature
- interfaceDescription string
- interfaceDescription stringVariable 
- Variable name
- interfaceMtu number
- Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interfaceMtu stringVariable 
- Variable name
- interfaceName string
- interfaceName stringVariable 
- Variable name
- ipDirected booleanBroadcast 
- IP Directed-Broadcast
- ipDirected stringBroadcast Variable 
- Variable name
- ipMtu number
- IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ipMtu stringVariable 
- Variable name
- iperfServer string
- Iperf server for auto bandwidth detect
- iperfServer stringVariable 
- Variable name
- ipv4Address string
- IP Address
- ipv4AddressVariable string
- Variable name
- ipv4ConfigurationType string
- IPv4 Configuration Type
- ipv4DhcpDistance number
- DHCP Distance
- ipv4DhcpDistance stringVariable 
- Variable name
- ipv4DhcpHelper stringVariable 
- Variable name
- ipv4DhcpHelpers string[]
- List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4SecondaryAddresses GetTransport Wan Vpn Interface Ethernet Feature Ipv4Secondary Address[] 
- Secondary IpV4 Addresses
- ipv4SubnetMask string
- Subnet Mask
- ipv4SubnetMask stringVariable 
- Variable name
- ipv6Address string
- IPv6 Address Secondary
- ipv6AddressVariable string
- Variable name
- ipv6ConfigurationType string
- IPv6 Configuration Type
- ipv6DhcpSecondary GetAddresses Transport Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address[] 
- secondary IPv6 addresses
- ipv6SecondaryAddresses GetTransport Wan Vpn Interface Ethernet Feature Ipv6Secondary Address[] 
- Static secondary IPv6 addresses
- loadInterval number
- Interval for interface load calculation
- loadInterval stringVariable 
- Variable name
- macAddress string
- MAC Address
- macAddress stringVariable 
- Variable name
- mediaType string
- Media type
- mediaType stringVariable 
- Variable name
- name string
- The name of the Feature
- nat64 boolean
- NAT64 on this interface
- nat66 boolean
- NAT66 on this interface
- natIpv4 boolean
- enable Network Address Translation on this interface
- natIpv4Variable string
- Variable name
- natIpv6 boolean
- enable Network Address Translation ipv6 on this interface
- natIpv6Variable string
- Variable name
- natLoopback string
- NAT Inside Source Loopback Interface
- natLoopback stringVariable 
- Variable name
- natOverload boolean
- NAT Overload
- natOverload stringVariable 
- Variable name
- natPrefix numberLength 
- NAT Pool Prefix Length
- natPrefix stringLength Variable 
- Variable name
- natRange stringEnd 
- NAT Pool Range End
- natRange stringEnd Variable 
- Variable name
- natRange stringStart 
- NAT Pool Range Start
- natRange stringStart Variable 
- Variable name
- natTcp numberTimeout 
- Set NAT TCP session timeout, in minutes
- natTcp stringTimeout Variable 
- Variable name
- natType string
- NAT Type
- natType stringVariable 
- Variable name
- natUdp numberTimeout 
- Set NAT UDP session timeout, in minutes
- natUdp stringTimeout Variable 
- Variable name
- newStatic GetNats Transport Wan Vpn Interface Ethernet Feature New Static Nat[] 
- static NAT
- perTunnel booleanQos 
- Per-tunnel Qos
- perTunnel stringQos Variable 
- Variable name
- qosAdaptive boolean
- Adaptive QoS
- qosAdaptive booleanBandwidth Downstream 
- Shaping Rate Downstream
- qosAdaptive booleanBandwidth Upstream 
- Shaping Rate Upstream
- qosAdaptive numberDefault Downstream 
- Adaptive QoS default downstream bandwidth (kbps)
- qosAdaptive stringDefault Downstream Variable 
- Variable name
- qosAdaptive numberDefault Upstream 
- Adaptive QoS default upstream bandwidth (kbps)
- qosAdaptive stringDefault Upstream Variable 
- Variable name
- qosAdaptive numberMax Downstream 
- Downstream max bandwidth limit (kbps)
- qosAdaptive stringMax Downstream Variable 
- Variable name
- qosAdaptive numberMax Upstream 
- Upstream max bandwidth limit (kbps)
- qosAdaptive stringMax Upstream Variable 
- Variable name
- qosAdaptive numberMin Downstream 
- Downstream min bandwidth limit (kbps)
- qosAdaptive stringMin Downstream Variable 
- Variable name
- qosAdaptive numberMin Upstream 
- Upstream min bandwidth limit (kbps)
- qosAdaptive stringMin Upstream Variable 
- Variable name
- qosAdaptive numberPeriod 
- Adapt Period(Minutes)
- qosAdaptive stringPeriod Variable 
- Variable name
- qosShaping numberRate 
- Shaping Rate (Kbps)
- qosShaping stringRate Variable 
- Variable name
- serviceProvider string
- Service Provider Name
- serviceProvider stringVariable 
- Variable name
- shutdown boolean
- shutdownVariable string
- Variable name
- speed string
- Set interface speed
- speedVariable string
- Variable name
- staticNat66s GetTransport Wan Vpn Interface Ethernet Feature Static Nat66[] 
- static NAT66
- tcpMss number
- TCP MSS on SYN packets, in bytes
- tcpMss stringVariable 
- Variable name
- tlocExtension string
- Extends a local TLOC to a remote node only for vpn 0
- tlocExtension stringVariable 
- Variable name
- tracker string
- Enable tracker for this interface
- trackerVariable string
- Variable name
- transportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- tunnelBandwidth numberPercent 
- Tunnels Bandwidth Percent
- tunnelBandwidth stringPercent Variable 
- Variable name
- tunnelInterface boolean
- Tunnel Interface on/off
- tunnelInterface booleanAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnelInterface stringAllow All Variable 
- Variable name
- tunnelInterface booleanAllow Bfd 
- Allow/Deny BFD
- tunnelInterface stringAllow Bfd Variable 
- Variable name
- tunnelInterface booleanAllow Bgp 
- Allow/deny BGP
- tunnelInterface stringAllow Bgp Variable 
- Variable name
- tunnelInterface booleanAllow Dhcp 
- Allow/Deny DHCP
- tunnelInterface stringAllow Dhcp Variable 
- Variable name
- tunnelInterface booleanAllow Dns 
- Allow/Deny DNS
- tunnelInterface stringAllow Dns Variable 
- Variable name
- tunnelInterface booleanAllow Https 
- Allow/Deny HTTPS
- tunnelInterface stringAllow Https Variable 
- Variable name
- tunnelInterface booleanAllow Icmp 
- Allow/Deny ICMP
- tunnelInterface stringAllow Icmp Variable 
- Variable name
- tunnelInterface booleanAllow Netconf 
- Allow/Deny NETCONF
- tunnelInterface stringAllow Netconf Variable 
- Variable name
- tunnelInterface booleanAllow Ntp 
- Allow/Deny NTP
- tunnelInterface stringAllow Ntp Variable 
- Variable name
- tunnelInterface booleanAllow Ospf 
- Allow/Deny OSPF
- tunnelInterface stringAllow Ospf Variable 
- Variable name
- tunnelInterface booleanAllow Snmp 
- Allow/Deny SNMP
- tunnelInterface stringAllow Snmp Variable 
- Variable name
- tunnelInterface booleanAllow Ssh 
- Allow/Deny SSH
- tunnelInterface stringAllow Ssh Variable 
- Variable name
- tunnelInterface booleanAllow Stun 
- Allow/Deny STUN
- tunnelInterface stringAllow Stun Variable 
- Variable name
- tunnelInterface stringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnelInterface stringBind Loopback Tunnel Variable 
- Variable name
- tunnelInterface booleanBorder 
- Set TLOC as border TLOC
- tunnelInterface stringBorder Variable 
- Variable name
- tunnelInterface stringCarrier 
- Set carrier for TLOC
- tunnelInterface stringCarrier Variable 
- Variable name
- tunnelInterface booleanClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnelInterface stringClear Dont Fragment Variable 
- Variable name
- tunnelInterface stringColor 
- Set color for TLOC
- tunnelInterface booleanColor Restrict 
- Restrict this TLOC behavior
- tunnelInterface stringColor Restrict Variable 
- Variable name
- tunnelInterface stringColor Variable 
- Variable name
- tunnelInterface booleanCts Sgt Propagation 
- CTS SGT Propagation configuration
- tunnelInterface stringCts Sgt Propagation Variable 
- Variable name
- tunnelInterface GetEncapsulations Transport Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation[] 
- Encapsulation for TLOC
- tunnelInterface stringExclude Controller Group List Variable 
- Variable name
- tunnelInterface number[]Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list.
- tunnelInterface stringGre Tunnel Destination Ip 
- GRE tunnel destination IP
- tunnelInterface stringGre Tunnel Destination Ip Variable 
- Variable name
- tunnelInterface numberGroups 
- List of groups
- tunnelInterface stringGroups Variable 
- Variable name
- tunnelInterface numberHello Interval 
- Set time period of control hello packets \n\n milli seconds
- tunnelInterface stringHello Interval Variable 
- Variable name
- tunnelInterface numberHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnelInterface stringHello Tolerance Variable 
- Variable name
- tunnelInterface booleanLast Resort Circuit 
- Set TLOC as last resort
- tunnelInterface stringLast Resort Circuit Variable 
- Variable name
- tunnelInterface booleanLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- tunnelInterface stringLow Bandwidth Link Variable 
- Variable name
- tunnelInterface numberMax Control Connections 
- Maximum Control Connections
- tunnelInterface stringMax Control Connections Variable 
- Variable name
- tunnelInterface numberNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- tunnelInterface stringNat Refresh Interval Variable 
- Variable name
- tunnelInterface booleanNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts
- tunnelInterface stringNetwork Broadcast Variable 
- Variable name
- tunnelInterface booleanPort Hop 
- Disallow port hopping on the tunnel interface
- tunnelInterface stringPort Hop Variable 
- Variable name
- tunnelInterface numberTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnelInterface stringTunnel Tcp Mss Variable 
- Variable name
- tunnelInterface booleanVbond As Stun Server 
- Put this wan interface in STUN mode only
- tunnelInterface stringVbond As Stun Server Variable 
- Variable name
- tunnelInterface numberVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- tunnelInterface stringVmanage Connection Preference Variable 
- Variable name
- tunnelQos stringMode 
- Set tunnel QoS mode
- tunnelQos stringMode Variable 
- Variable name
- version number
- The version of the Feature
- xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface
- xconnectVariable string
- Variable name
- acl_ipv4_ stregress_ feature_ id 
- acl_ipv4_ stringress_ feature_ id 
- acl_ipv6_ stregress_ feature_ id 
- acl_ipv6_ stringress_ feature_ id 
- arp_timeout int
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arp_timeout_ strvariable 
- Variable name
- arps
Sequence[GetTransport Wan Vpn Interface Ethernet Feature Arp] 
- Configure ARP entries
- auto_detect_ boolbandwidth 
- Interface auto detect bandwidth
- auto_detect_ strbandwidth_ variable 
- Variable name
- autonegotiate bool
- Link autonegotiation
- autonegotiate_variable str
- Variable name
- 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
- block_non_ boolsource_ ip 
- Block packets originating from IP address that is not from this source
- block_non_ strsource_ ip_ variable 
- Variable name
- description str
- The description of the Feature
- duplex str
- Duplex mode
- duplex_variable str
- Variable name
- enable_dhcpv6 bool
- Enable DHCPv6
- feature_profile_ strid 
- Feature Profile ID
- gre_tunnel_ strsource_ ip 
- GRE tunnel source IP
- gre_tunnel_ strsource_ ip_ variable 
- Variable name
- icmp_redirect_ booldisable 
- ICMP/ICMPv6 Redirect Disable
- icmp_redirect_ strdisable_ variable 
- Variable name
- 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
- iperf_server str
- Iperf server for auto bandwidth detect
- iperf_server_ strvariable 
- Variable name
- ipv4_address str
- IP Address
- ipv4_address_ strvariable 
- Variable name
- ipv4_configuration_ strtype 
- IPv4 Configuration Type
- ipv4_dhcp_ intdistance 
- DHCP Distance
- ipv4_dhcp_ strdistance_ variable 
- Variable name
- ipv4_dhcp_ strhelper_ variable 
- Variable name
- ipv4_dhcp_ Sequence[str]helpers 
- List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4_secondary_ Sequence[Getaddresses Transport Wan Vpn Interface Ethernet Feature Ipv4Secondary Address] 
- Secondary IpV4 Addresses
- ipv4_subnet_ strmask 
- Subnet Mask
- ipv4_subnet_ strmask_ variable 
- Variable name
- ipv6_address str
- IPv6 Address Secondary
- ipv6_address_ strvariable 
- Variable name
- ipv6_configuration_ strtype 
- IPv6 Configuration Type
- ipv6_dhcp_ Sequence[Getsecondary_ addresses Transport Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address] 
- secondary IPv6 addresses
- ipv6_secondary_ Sequence[Getaddresses Transport Wan Vpn Interface Ethernet Feature Ipv6Secondary Address] 
- Static secondary IPv6 addresses
- load_interval int
- Interval for interface load calculation
- load_interval_ strvariable 
- Variable name
- mac_address str
- MAC Address
- mac_address_ strvariable 
- Variable name
- media_type str
- Media type
- media_type_ strvariable 
- Variable name
- name str
- The name of the Feature
- nat64 bool
- NAT64 on this interface
- nat66 bool
- NAT66 on this interface
- nat_ipv4 bool
- enable Network Address Translation on this interface
- nat_ipv4_ strvariable 
- Variable name
- nat_ipv6 bool
- enable Network Address Translation ipv6 on this interface
- nat_ipv6_ strvariable 
- Variable name
- nat_loopback str
- NAT Inside Source Loopback Interface
- nat_loopback_ strvariable 
- Variable name
- nat_overload bool
- NAT Overload
- nat_overload_ strvariable 
- Variable name
- nat_prefix_ intlength 
- NAT Pool Prefix Length
- nat_prefix_ strlength_ variable 
- Variable name
- nat_range_ strend 
- NAT Pool Range End
- nat_range_ strend_ variable 
- Variable name
- nat_range_ strstart 
- NAT Pool Range Start
- nat_range_ strstart_ variable 
- Variable name
- nat_tcp_ inttimeout 
- Set NAT TCP session timeout, in minutes
- nat_tcp_ strtimeout_ variable 
- Variable name
- nat_type str
- NAT Type
- nat_type_ strvariable 
- Variable name
- nat_udp_ inttimeout 
- Set NAT UDP session timeout, in minutes
- nat_udp_ strtimeout_ variable 
- Variable name
- new_static_ Sequence[Getnats Transport Wan Vpn Interface Ethernet Feature New Static Nat] 
- static NAT
- 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
- speed str
- Set interface speed
- speed_variable str
- Variable name
- static_nat66s Sequence[GetTransport Wan Vpn Interface Ethernet Feature Static Nat66] 
- static NAT66
- 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_ boolcts_ sgt_ propagation 
- CTS SGT Propagation configuration
- tunnel_interface_ strcts_ sgt_ propagation_ variable 
- Variable name
- tunnel_interface_ Sequence[Getencapsulations Transport Wan Vpn Interface Ethernet 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_ strgre_ tunnel_ destination_ ip 
- GRE tunnel destination IP
- tunnel_interface_ strgre_ tunnel_ destination_ ip_ variable 
- Variable name
- 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
- xconnect str
- Extend remote TLOC over a GRE tunnel to a local WAN interface
- xconnect_variable str
- Variable name
- aclIpv4Egress StringFeature Id 
- aclIpv4Ingress StringFeature Id 
- aclIpv6Egress StringFeature Id 
- aclIpv6Ingress StringFeature Id 
- arpTimeout Number
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arpTimeout StringVariable 
- Variable name
- arps List<Property Map>
- Configure ARP entries
- autoDetect BooleanBandwidth 
- Interface auto detect bandwidth
- autoDetect StringBandwidth Variable 
- Variable name
- autonegotiate Boolean
- Link autonegotiation
- autonegotiateVariable String
- Variable name
- bandwidthDownstream Number
- Interface downstream bandwidth capacity, in kbps
- bandwidthDownstream StringVariable 
- Variable name
- bandwidthUpstream Number
- Interface upstream bandwidth capacity, in kbps
- bandwidthUpstream StringVariable 
- Variable name
- blockNon BooleanSource Ip 
- Block packets originating from IP address that is not from this source
- blockNon StringSource Ip Variable 
- Variable name
- description String
- The description of the Feature
- duplex String
- Duplex mode
- duplexVariable String
- Variable name
- enableDhcpv6 Boolean
- Enable DHCPv6
- featureProfile StringId 
- Feature Profile ID
- greTunnel StringSource Ip 
- GRE tunnel source IP
- greTunnel StringSource Ip Variable 
- Variable name
- icmpRedirect BooleanDisable 
- ICMP/ICMPv6 Redirect Disable
- icmpRedirect StringDisable Variable 
- Variable name
- id String
- The id of the Feature
- interfaceDescription String
- interfaceDescription StringVariable 
- Variable name
- interfaceMtu Number
- Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
- interfaceMtu StringVariable 
- Variable name
- interfaceName String
- interfaceName StringVariable 
- Variable name
- ipDirected BooleanBroadcast 
- IP Directed-Broadcast
- ipDirected StringBroadcast Variable 
- Variable name
- ipMtu Number
- IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
- ipMtu StringVariable 
- Variable name
- iperfServer String
- Iperf server for auto bandwidth detect
- iperfServer StringVariable 
- Variable name
- ipv4Address String
- IP Address
- ipv4AddressVariable String
- Variable name
- ipv4ConfigurationType String
- IPv4 Configuration Type
- ipv4DhcpDistance Number
- DHCP Distance
- ipv4DhcpDistance StringVariable 
- Variable name
- ipv4DhcpHelper StringVariable 
- Variable name
- ipv4DhcpHelpers List<String>
- List of DHCP IPv4 helper addresses (min 1, max 8)
- ipv4SecondaryAddresses List<Property Map>
- Secondary IpV4 Addresses
- ipv4SubnetMask String
- Subnet Mask
- ipv4SubnetMask StringVariable 
- Variable name
- ipv6Address String
- IPv6 Address Secondary
- ipv6AddressVariable String
- Variable name
- ipv6ConfigurationType String
- IPv6 Configuration Type
- ipv6DhcpSecondary List<Property Map>Addresses 
- secondary IPv6 addresses
- ipv6SecondaryAddresses List<Property Map>
- Static secondary IPv6 addresses
- loadInterval Number
- Interval for interface load calculation
- loadInterval StringVariable 
- Variable name
- macAddress String
- MAC Address
- macAddress StringVariable 
- Variable name
- mediaType String
- Media type
- mediaType StringVariable 
- Variable name
- name String
- The name of the Feature
- nat64 Boolean
- NAT64 on this interface
- nat66 Boolean
- NAT66 on this interface
- natIpv4 Boolean
- enable Network Address Translation on this interface
- natIpv4Variable String
- Variable name
- natIpv6 Boolean
- enable Network Address Translation ipv6 on this interface
- natIpv6Variable String
- Variable name
- natLoopback String
- NAT Inside Source Loopback Interface
- natLoopback StringVariable 
- Variable name
- natOverload Boolean
- NAT Overload
- natOverload StringVariable 
- Variable name
- natPrefix NumberLength 
- NAT Pool Prefix Length
- natPrefix StringLength Variable 
- Variable name
- natRange StringEnd 
- NAT Pool Range End
- natRange StringEnd Variable 
- Variable name
- natRange StringStart 
- NAT Pool Range Start
- natRange StringStart Variable 
- Variable name
- natTcp NumberTimeout 
- Set NAT TCP session timeout, in minutes
- natTcp StringTimeout Variable 
- Variable name
- natType String
- NAT Type
- natType StringVariable 
- Variable name
- natUdp NumberTimeout 
- Set NAT UDP session timeout, in minutes
- natUdp StringTimeout Variable 
- Variable name
- newStatic List<Property Map>Nats 
- static NAT
- perTunnel BooleanQos 
- Per-tunnel Qos
- perTunnel StringQos Variable 
- Variable name
- qosAdaptive Boolean
- Adaptive QoS
- qosAdaptive BooleanBandwidth Downstream 
- Shaping Rate Downstream
- qosAdaptive BooleanBandwidth Upstream 
- Shaping Rate Upstream
- qosAdaptive NumberDefault Downstream 
- Adaptive QoS default downstream bandwidth (kbps)
- qosAdaptive StringDefault Downstream Variable 
- Variable name
- qosAdaptive NumberDefault Upstream 
- Adaptive QoS default upstream bandwidth (kbps)
- qosAdaptive StringDefault Upstream Variable 
- Variable name
- qosAdaptive NumberMax Downstream 
- Downstream max bandwidth limit (kbps)
- qosAdaptive StringMax Downstream Variable 
- Variable name
- qosAdaptive NumberMax Upstream 
- Upstream max bandwidth limit (kbps)
- qosAdaptive StringMax Upstream Variable 
- Variable name
- qosAdaptive NumberMin Downstream 
- Downstream min bandwidth limit (kbps)
- qosAdaptive StringMin Downstream Variable 
- Variable name
- qosAdaptive NumberMin Upstream 
- Upstream min bandwidth limit (kbps)
- qosAdaptive StringMin Upstream Variable 
- Variable name
- qosAdaptive NumberPeriod 
- Adapt Period(Minutes)
- qosAdaptive StringPeriod Variable 
- Variable name
- qosShaping NumberRate 
- Shaping Rate (Kbps)
- qosShaping StringRate Variable 
- Variable name
- serviceProvider String
- Service Provider Name
- serviceProvider StringVariable 
- Variable name
- shutdown Boolean
- shutdownVariable String
- Variable name
- speed String
- Set interface speed
- speedVariable String
- Variable name
- staticNat66s List<Property Map>
- static NAT66
- tcpMss Number
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- tlocExtension String
- Extends a local TLOC to a remote node only for vpn 0
- tlocExtension StringVariable 
- Variable name
- tracker String
- Enable tracker for this interface
- trackerVariable String
- Variable name
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
- tunnelBandwidth NumberPercent 
- Tunnels Bandwidth Percent
- tunnelBandwidth StringPercent Variable 
- Variable name
- tunnelInterface Boolean
- Tunnel Interface on/off
- tunnelInterface BooleanAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnelInterface StringAllow All Variable 
- Variable name
- tunnelInterface BooleanAllow Bfd 
- Allow/Deny BFD
- tunnelInterface StringAllow Bfd Variable 
- Variable name
- tunnelInterface BooleanAllow Bgp 
- Allow/deny BGP
- tunnelInterface StringAllow Bgp Variable 
- Variable name
- tunnelInterface BooleanAllow Dhcp 
- Allow/Deny DHCP
- tunnelInterface StringAllow Dhcp Variable 
- Variable name
- tunnelInterface BooleanAllow Dns 
- Allow/Deny DNS
- tunnelInterface StringAllow Dns Variable 
- Variable name
- tunnelInterface BooleanAllow Https 
- Allow/Deny HTTPS
- tunnelInterface StringAllow Https Variable 
- Variable name
- tunnelInterface BooleanAllow Icmp 
- Allow/Deny ICMP
- tunnelInterface StringAllow Icmp Variable 
- Variable name
- tunnelInterface BooleanAllow Netconf 
- Allow/Deny NETCONF
- tunnelInterface StringAllow Netconf Variable 
- Variable name
- tunnelInterface BooleanAllow Ntp 
- Allow/Deny NTP
- tunnelInterface StringAllow Ntp Variable 
- Variable name
- tunnelInterface BooleanAllow Ospf 
- Allow/Deny OSPF
- tunnelInterface StringAllow Ospf Variable 
- Variable name
- tunnelInterface BooleanAllow Snmp 
- Allow/Deny SNMP
- tunnelInterface StringAllow Snmp Variable 
- Variable name
- tunnelInterface BooleanAllow Ssh 
- Allow/Deny SSH
- tunnelInterface StringAllow Ssh Variable 
- Variable name
- tunnelInterface BooleanAllow Stun 
- Allow/Deny STUN
- tunnelInterface StringAllow Stun Variable 
- Variable name
- tunnelInterface StringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnelInterface StringBind Loopback Tunnel Variable 
- Variable name
- tunnelInterface BooleanBorder 
- Set TLOC as border TLOC
- tunnelInterface StringBorder Variable 
- Variable name
- tunnelInterface StringCarrier 
- Set carrier for TLOC
- tunnelInterface StringCarrier Variable 
- Variable name
- tunnelInterface BooleanClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnelInterface StringClear Dont Fragment Variable 
- Variable name
- tunnelInterface StringColor 
- Set color for TLOC
- tunnelInterface BooleanColor Restrict 
- Restrict this TLOC behavior
- tunnelInterface StringColor Restrict Variable 
- Variable name
- tunnelInterface StringColor Variable 
- Variable name
- tunnelInterface BooleanCts Sgt Propagation 
- CTS SGT Propagation configuration
- tunnelInterface StringCts Sgt Propagation Variable 
- Variable name
- tunnelInterface List<Property Map>Encapsulations 
- Encapsulation for TLOC
- tunnelInterface StringExclude Controller Group List Variable 
- Variable name
- tunnelInterface List<Number>Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list.
- tunnelInterface StringGre Tunnel Destination Ip 
- GRE tunnel destination IP
- tunnelInterface StringGre Tunnel Destination Ip Variable 
- Variable name
- tunnelInterface NumberGroups 
- List of groups
- tunnelInterface StringGroups Variable 
- Variable name
- tunnelInterface NumberHello Interval 
- Set time period of control hello packets \n\n milli seconds
- tunnelInterface StringHello Interval Variable 
- Variable name
- tunnelInterface NumberHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnelInterface StringHello Tolerance Variable 
- Variable name
- tunnelInterface BooleanLast Resort Circuit 
- Set TLOC as last resort
- tunnelInterface StringLast Resort Circuit Variable 
- Variable name
- tunnelInterface BooleanLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- tunnelInterface StringLow Bandwidth Link Variable 
- Variable name
- tunnelInterface NumberMax Control Connections 
- Maximum Control Connections
- tunnelInterface StringMax Control Connections Variable 
- Variable name
- tunnelInterface NumberNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- tunnelInterface StringNat Refresh Interval Variable 
- Variable name
- tunnelInterface BooleanNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts
- tunnelInterface StringNetwork Broadcast Variable 
- Variable name
- tunnelInterface BooleanPort Hop 
- Disallow port hopping on the tunnel interface
- tunnelInterface StringPort Hop Variable 
- Variable name
- tunnelInterface NumberTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnelInterface StringTunnel Tcp Mss Variable 
- Variable name
- tunnelInterface BooleanVbond As Stun Server 
- Put this wan interface in STUN mode only
- tunnelInterface StringVbond As Stun Server Variable 
- Variable name
- tunnelInterface NumberVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- tunnelInterface StringVmanage Connection Preference Variable 
- Variable name
- tunnelQos StringMode 
- Set tunnel QoS mode
- tunnelQos StringMode Variable 
- Variable name
- version Number
- The version of the Feature
- xconnect String
- Extend remote TLOC over a GRE tunnel to a local WAN interface
- xconnectVariable String
- Variable name
Supporting Types
GetTransportWanVpnInterfaceEthernetFeatureArp       
- IpAddress string
- IP V4 Address
- IpAddress stringVariable 
- Variable name
- MacAddress string
- MAC Address
- MacAddress stringVariable 
- Variable name
- IpAddress string
- IP V4 Address
- IpAddress stringVariable 
- Variable name
- MacAddress string
- MAC Address
- MacAddress stringVariable 
- Variable name
- ipAddress String
- IP V4 Address
- ipAddress StringVariable 
- Variable name
- macAddress String
- MAC Address
- macAddress StringVariable 
- Variable name
- ipAddress string
- IP V4 Address
- ipAddress stringVariable 
- Variable name
- macAddress string
- MAC Address
- macAddress stringVariable 
- Variable name
- ip_address str
- IP V4 Address
- ip_address_ strvariable 
- Variable name
- mac_address str
- MAC Address
- mac_address_ strvariable 
- Variable name
- ipAddress String
- IP V4 Address
- ipAddress StringVariable 
- Variable name
- macAddress String
- MAC Address
- macAddress StringVariable 
- Variable name
GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress        
- Address string
- IpV4 Address
- AddressVariable string
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Address string
- IpV4 Address
- AddressVariable string
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- address String
- IpV4 Address
- addressVariable String
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- address string
- IpV4 Address
- addressVariable string
- Variable name
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- address str
- IpV4 Address
- address_variable str
- Variable name
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- address String
- IpV4 Address
- addressVariable String
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress         
- Address string
- IPv6 Address Secondary
- AddressVariable string
- Variable name
- Address string
- IPv6 Address Secondary
- AddressVariable string
- Variable name
- address String
- IPv6 Address Secondary
- addressVariable String
- Variable name
- address string
- IPv6 Address Secondary
- addressVariable string
- Variable name
- address str
- IPv6 Address Secondary
- address_variable str
- Variable name
- address String
- IPv6 Address Secondary
- addressVariable String
- Variable name
GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress        
- Address string
- IPv6 Address Secondary
- AddressVariable string
- Variable name
- Address string
- IPv6 Address Secondary
- AddressVariable string
- Variable name
- address String
- IPv6 Address Secondary
- addressVariable String
- Variable name
- address string
- IPv6 Address Secondary
- addressVariable string
- Variable name
- address str
- IPv6 Address Secondary
- address_variable str
- Variable name
- address String
- IPv6 Address Secondary
- addressVariable String
- Variable name
GetTransportWanVpnInterfaceEthernetFeatureNewStaticNat         
- Direction string
- Direction of static NAT translation
- SourceIp string
- Source IP address to be translated
- SourceIp stringVariable 
- Variable name
- SourceVpn int
- Source VPN ID
- SourceVpn stringVariable 
- Variable name
- TranslatedIp string
- Statically translated source IP address
- TranslatedIp stringVariable 
- Variable name
- Direction string
- Direction of static NAT translation
- SourceIp string
- Source IP address to be translated
- SourceIp stringVariable 
- Variable name
- SourceVpn int
- Source VPN ID
- SourceVpn stringVariable 
- Variable name
- TranslatedIp string
- Statically translated source IP address
- TranslatedIp stringVariable 
- Variable name
- direction String
- Direction of static NAT translation
- sourceIp String
- Source IP address to be translated
- sourceIp StringVariable 
- Variable name
- sourceVpn Integer
- Source VPN ID
- sourceVpn StringVariable 
- Variable name
- translatedIp String
- Statically translated source IP address
- translatedIp StringVariable 
- Variable name
- direction string
- Direction of static NAT translation
- sourceIp string
- Source IP address to be translated
- sourceIp stringVariable 
- Variable name
- sourceVpn number
- Source VPN ID
- sourceVpn stringVariable 
- Variable name
- translatedIp string
- Statically translated source IP address
- translatedIp stringVariable 
- Variable name
- direction str
- Direction of static NAT translation
- source_ip str
- Source IP address to be translated
- source_ip_ strvariable 
- Variable name
- source_vpn int
- Source VPN ID
- source_vpn_ strvariable 
- Variable name
- translated_ip str
- Statically translated source IP address
- translated_ip_ strvariable 
- Variable name
- direction String
- Direction of static NAT translation
- sourceIp String
- Source IP address to be translated
- sourceIp StringVariable 
- Variable name
- sourceVpn Number
- Source VPN ID
- sourceVpn StringVariable 
- Variable name
- translatedIp String
- Statically translated source IP address
- translatedIp StringVariable 
- Variable name
GetTransportWanVpnInterfaceEthernetFeatureStaticNat66        
- SourcePrefix string
- Source Prefix
- SourcePrefix stringVariable 
- Variable name
- SourceVpn intId 
- Source VPN ID
- SourceVpn stringId Variable 
- Variable name
- TranslatedSource stringPrefix 
- Translated Source Prefix
- TranslatedSource stringPrefix Variable 
- Variable name
- SourcePrefix string
- Source Prefix
- SourcePrefix stringVariable 
- Variable name
- SourceVpn intId 
- Source VPN ID
- SourceVpn stringId Variable 
- Variable name
- TranslatedSource stringPrefix 
- Translated Source Prefix
- TranslatedSource stringPrefix Variable 
- Variable name
- sourcePrefix String
- Source Prefix
- sourcePrefix StringVariable 
- Variable name
- sourceVpn IntegerId 
- Source VPN ID
- sourceVpn StringId Variable 
- Variable name
- translatedSource StringPrefix 
- Translated Source Prefix
- translatedSource StringPrefix Variable 
- Variable name
- sourcePrefix string
- Source Prefix
- sourcePrefix stringVariable 
- Variable name
- sourceVpn numberId 
- Source VPN ID
- sourceVpn stringId Variable 
- Variable name
- translatedSource stringPrefix 
- Translated Source Prefix
- translatedSource stringPrefix Variable 
- Variable name
- source_prefix str
- Source Prefix
- source_prefix_ strvariable 
- Variable name
- source_vpn_ intid 
- Source VPN ID
- source_vpn_ strid_ variable 
- Variable name
- translated_source_ strprefix 
- Translated Source Prefix
- translated_source_ strprefix_ variable 
- Variable name
- sourcePrefix String
- Source Prefix
- sourcePrefix StringVariable 
- Variable name
- sourceVpn NumberId 
- Source VPN ID
- sourceVpn StringId Variable 
- Variable name
- translatedSource StringPrefix 
- Translated Source Prefix
- translatedSource StringPrefix Variable 
- Variable name
GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation         
- Encapsulation string
- Encapsulation
- Preference int
- Set preference for TLOC
- PreferenceVariable string
- Variable name
- Weight int
- Set weight for TLOC
- WeightVariable string
- Variable name
- Encapsulation string
- Encapsulation
- Preference int
- Set preference for TLOC
- PreferenceVariable string
- Variable name
- Weight int
- Set weight for TLOC
- WeightVariable string
- Variable name
- encapsulation String
- Encapsulation
- preference Integer
- Set preference for TLOC
- preferenceVariable String
- Variable name
- weight Integer
- Set weight for TLOC
- weightVariable String
- Variable name
- encapsulation string
- Encapsulation
- preference number
- Set preference for TLOC
- preferenceVariable string
- Variable name
- weight number
- Set weight for TLOC
- weightVariable 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
- preferenceVariable String
- Variable name
- weight Number
- Set weight for TLOC
- weightVariable String
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
