1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getTransportWanVpnInterfaceEthernetFeature
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.getTransportWanVpnInterfaceEthernetFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportWanVpnInterfaceEthernetFeature:getTransportWanVpnInterfaceEthernetFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    transportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    transport_wan_vpn_feature_id str
    Transport WAN VPN Feature ID
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID

    getTransportWanVpnInterfaceEthernetFeature Result

    The following output properties are available:

    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    Arps List<GetTransportWanVpnInterfaceEthernetFeatureArp>
    Configure ARP entries
    AutoDetectBandwidth bool
    Interface auto detect bandwidth
    AutoDetectBandwidthVariable string
    Variable name
    Autonegotiate bool
    Link autonegotiation
    AutonegotiateVariable string
    Variable name
    BandwidthDownstream int
    Interface downstream bandwidth capacity, in kbps
    BandwidthDownstreamVariable string
    Variable name
    BandwidthUpstream int
    Interface upstream bandwidth capacity, in kbps
    BandwidthUpstreamVariable string
    Variable name
    BlockNonSourceIp bool
    Block packets originating from IP address that is not from this source
    BlockNonSourceIpVariable string
    Variable name
    Description string
    The description of the Feature
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableDhcpv6 bool
    Enable DHCPv6
    FeatureProfileId string
    Feature Profile ID
    GreTunnelSourceIp string
    GRE tunnel source IP
    GreTunnelSourceIpVariable string
    Variable name
    IcmpRedirectDisable bool
    ICMP/ICMPv6 Redirect Disable
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the Feature
    InterfaceDescription string
    InterfaceDescriptionVariable string
    Variable name
    InterfaceMtu int
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    InterfaceNameVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    IpMtuVariable string
    Variable name
    IperfServer string
    Iperf server for auto bandwidth detect
    IperfServerVariable string
    Variable name
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4DhcpDistance int
    DHCP Distance
    Ipv4DhcpDistanceVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers List<string>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    Ipv4SecondaryAddresses List<GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress>
    Secondary IpV4 Addresses
    Ipv4SubnetMask string
    Subnet Mask
    Ipv4SubnetMaskVariable string
    Variable name
    Ipv6Address string
    IPv6 Address Secondary
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpSecondaryAddresses List<GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress>
    secondary IPv6 addresses
    Ipv6SecondaryAddresses List<GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress>
    Static secondary IPv6 addresses
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    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
    NatLoopbackVariable string
    Variable name
    NatOverload bool
    NAT Overload
    NatOverloadVariable string
    Variable name
    NatPrefixLength int
    NAT Pool Prefix Length
    NatPrefixLengthVariable string
    Variable name
    NatRangeEnd string
    NAT Pool Range End
    NatRangeEndVariable string
    Variable name
    NatRangeStart string
    NAT Pool Range Start
    NatRangeStartVariable string
    Variable name
    NatTcpTimeout int
    Set NAT TCP session timeout, in minutes
    NatTcpTimeoutVariable string
    Variable name
    NatType string
    NAT Type
    NatTypeVariable string
    Variable name
    NatUdpTimeout int
    Set NAT UDP session timeout, in minutes
    NatUdpTimeoutVariable string
    Variable name
    NewStaticNats List<GetTransportWanVpnInterfaceEthernetFeatureNewStaticNat>
    static NAT
    PerTunnelQos bool
    Per-tunnel Qos
    PerTunnelQosVariable string
    Variable name
    QosAdaptive bool
    Adaptive QoS
    QosAdaptiveBandwidthDownstream bool
    Shaping Rate Downstream
    QosAdaptiveBandwidthUpstream bool
    Shaping Rate Upstream
    QosAdaptiveDefaultDownstream int
    Adaptive QoS default downstream bandwidth (kbps)
    QosAdaptiveDefaultDownstreamVariable string
    Variable name
    QosAdaptiveDefaultUpstream int
    Adaptive QoS default upstream bandwidth (kbps)
    QosAdaptiveDefaultUpstreamVariable string
    Variable name
    QosAdaptiveMaxDownstream int
    Downstream max bandwidth limit (kbps)
    QosAdaptiveMaxDownstreamVariable string
    Variable name
    QosAdaptiveMaxUpstream int
    Upstream max bandwidth limit (kbps)
    QosAdaptiveMaxUpstreamVariable string
    Variable name
    QosAdaptiveMinDownstream int
    Downstream min bandwidth limit (kbps)
    QosAdaptiveMinDownstreamVariable string
    Variable name
    QosAdaptiveMinUpstream int
    Upstream min bandwidth limit (kbps)
    QosAdaptiveMinUpstreamVariable string
    Variable name
    QosAdaptivePeriod int
    Adapt Period(Minutes)
    QosAdaptivePeriodVariable string
    Variable name
    QosShapingRate int
    Shaping Rate (Kbps)
    QosShapingRateVariable string
    Variable name
    ServiceProvider string
    Service Provider Name
    ServiceProviderVariable string
    Variable name
    Shutdown bool
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    StaticNat66s List<GetTransportWanVpnInterfaceEthernetFeatureStaticNat66>
    static NAT66
    TcpMss int
    TCP MSS on SYN packets, in bytes
    TcpMssVariable string
    Variable name
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    Tracker string
    Enable tracker for this interface
    TrackerVariable string
    Variable name
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    TunnelBandwidthPercent int
    Tunnels Bandwidth Percent
    TunnelBandwidthPercentVariable string
    Variable name
    TunnelInterface bool
    Tunnel Interface on/off
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    TunnelInterfaceAllowAllVariable string
    Variable name
    TunnelInterfaceAllowBfd bool
    Allow/Deny BFD
    TunnelInterfaceAllowBfdVariable string
    Variable name
    TunnelInterfaceAllowBgp bool
    Allow/deny BGP
    TunnelInterfaceAllowBgpVariable string
    Variable name
    TunnelInterfaceAllowDhcp bool
    Allow/Deny DHCP
    TunnelInterfaceAllowDhcpVariable string
    Variable name
    TunnelInterfaceAllowDns bool
    Allow/Deny DNS
    TunnelInterfaceAllowDnsVariable string
    Variable name
    TunnelInterfaceAllowHttps bool
    Allow/Deny HTTPS
    TunnelInterfaceAllowHttpsVariable string
    Variable name
    TunnelInterfaceAllowIcmp bool
    Allow/Deny ICMP
    TunnelInterfaceAllowIcmpVariable string
    Variable name
    TunnelInterfaceAllowNetconf bool
    Allow/Deny NETCONF
    TunnelInterfaceAllowNetconfVariable string
    Variable name
    TunnelInterfaceAllowNtp bool
    Allow/Deny NTP
    TunnelInterfaceAllowNtpVariable string
    Variable name
    TunnelInterfaceAllowOspf bool
    Allow/Deny OSPF
    TunnelInterfaceAllowOspfVariable string
    Variable name
    TunnelInterfaceAllowSnmp bool
    Allow/Deny SNMP
    TunnelInterfaceAllowSnmpVariable string
    Variable name
    TunnelInterfaceAllowSsh bool
    Allow/Deny SSH
    TunnelInterfaceAllowSshVariable string
    Variable name
    TunnelInterfaceAllowStun bool
    Allow/Deny STUN
    TunnelInterfaceAllowStunVariable string
    Variable name
    TunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    TunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    TunnelInterfaceBorder bool
    Set TLOC as border TLOC
    TunnelInterfaceBorderVariable string
    Variable name
    TunnelInterfaceCarrier string
    Set carrier for TLOC
    TunnelInterfaceCarrierVariable string
    Variable name
    TunnelInterfaceClearDontFragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
    TunnelInterfaceClearDontFragmentVariable string
    Variable name
    TunnelInterfaceColor string
    Set color for TLOC
    TunnelInterfaceColorRestrict bool
    Restrict this TLOC behavior
    TunnelInterfaceColorRestrictVariable string
    Variable name
    TunnelInterfaceColorVariable string
    Variable name
    TunnelInterfaceCtsSgtPropagation bool
    CTS SGT Propagation configuration
    TunnelInterfaceCtsSgtPropagationVariable string
    Variable name
    TunnelInterfaceEncapsulations List<GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists List<int>
    Exclude the following controller groups defined in this list.
    TunnelInterfaceGreTunnelDestinationIp string
    GRE tunnel destination IP
    TunnelInterfaceGreTunnelDestinationIpVariable string
    Variable name
    TunnelInterfaceGroups int
    List of groups
    TunnelInterfaceGroupsVariable string
    Variable name
    TunnelInterfaceHelloInterval int
    Set time period of control hello packets \n\n milli seconds
    TunnelInterfaceHelloIntervalVariable string
    Variable name
    TunnelInterfaceHelloTolerance int
    Set tolerance of control hello packets \n\n seconds
    TunnelInterfaceHelloToleranceVariable string
    Variable name
    TunnelInterfaceLastResortCircuit bool
    Set TLOC as last resort
    TunnelInterfaceLastResortCircuitVariable string
    Variable name
    TunnelInterfaceLowBandwidthLink bool
    Set the interface as a low-bandwidth circuit
    TunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    TunnelInterfaceMaxControlConnections int
    Maximum Control Connections
    TunnelInterfaceMaxControlConnectionsVariable string
    Variable name
    TunnelInterfaceNatRefreshInterval int
    Set time period of nat refresh packets \n\n seconds
    TunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    TunnelInterfaceNetworkBroadcast bool
    Accept and respond to network-prefix-directed broadcasts
    TunnelInterfaceNetworkBroadcastVariable string
    Variable name
    TunnelInterfacePortHop bool
    Disallow port hopping on the tunnel interface
    TunnelInterfacePortHopVariable string
    Variable name
    TunnelInterfaceTunnelTcpMss int
    Tunnel TCP MSS on SYN packets, in bytes
    TunnelInterfaceTunnelTcpMssVariable string
    Variable name
    TunnelInterfaceVbondAsStunServer bool
    Put this wan interface in STUN mode only
    TunnelInterfaceVbondAsStunServerVariable string
    Variable name
    TunnelInterfaceVmanageConnectionPreference int
    Set interface preference for control connection to vManage \n\n
    TunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    TunnelQosMode string
    Set tunnel QoS mode
    TunnelQosModeVariable string
    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
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    Arps []GetTransportWanVpnInterfaceEthernetFeatureArp
    Configure ARP entries
    AutoDetectBandwidth bool
    Interface auto detect bandwidth
    AutoDetectBandwidthVariable string
    Variable name
    Autonegotiate bool
    Link autonegotiation
    AutonegotiateVariable string
    Variable name
    BandwidthDownstream int
    Interface downstream bandwidth capacity, in kbps
    BandwidthDownstreamVariable string
    Variable name
    BandwidthUpstream int
    Interface upstream bandwidth capacity, in kbps
    BandwidthUpstreamVariable string
    Variable name
    BlockNonSourceIp bool
    Block packets originating from IP address that is not from this source
    BlockNonSourceIpVariable string
    Variable name
    Description string
    The description of the Feature
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableDhcpv6 bool
    Enable DHCPv6
    FeatureProfileId string
    Feature Profile ID
    GreTunnelSourceIp string
    GRE tunnel source IP
    GreTunnelSourceIpVariable string
    Variable name
    IcmpRedirectDisable bool
    ICMP/ICMPv6 Redirect Disable
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the Feature
    InterfaceDescription string
    InterfaceDescriptionVariable string
    Variable name
    InterfaceMtu int
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    InterfaceNameVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    IpMtuVariable string
    Variable name
    IperfServer string
    Iperf server for auto bandwidth detect
    IperfServerVariable string
    Variable name
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4DhcpDistance int
    DHCP Distance
    Ipv4DhcpDistanceVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers []string
    List of DHCP IPv4 helper addresses (min 1, max 8)
    Ipv4SecondaryAddresses []GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress
    Secondary IpV4 Addresses
    Ipv4SubnetMask string
    Subnet Mask
    Ipv4SubnetMaskVariable string
    Variable name
    Ipv6Address string
    IPv6 Address Secondary
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpSecondaryAddresses []GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress
    secondary IPv6 addresses
    Ipv6SecondaryAddresses []GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress
    Static secondary IPv6 addresses
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    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
    NatLoopbackVariable string
    Variable name
    NatOverload bool
    NAT Overload
    NatOverloadVariable string
    Variable name
    NatPrefixLength int
    NAT Pool Prefix Length
    NatPrefixLengthVariable string
    Variable name
    NatRangeEnd string
    NAT Pool Range End
    NatRangeEndVariable string
    Variable name
    NatRangeStart string
    NAT Pool Range Start
    NatRangeStartVariable string
    Variable name
    NatTcpTimeout int
    Set NAT TCP session timeout, in minutes
    NatTcpTimeoutVariable string
    Variable name
    NatType string
    NAT Type
    NatTypeVariable string
    Variable name
    NatUdpTimeout int
    Set NAT UDP session timeout, in minutes
    NatUdpTimeoutVariable string
    Variable name
    NewStaticNats []GetTransportWanVpnInterfaceEthernetFeatureNewStaticNat
    static NAT
    PerTunnelQos bool
    Per-tunnel Qos
    PerTunnelQosVariable string
    Variable name
    QosAdaptive bool
    Adaptive QoS
    QosAdaptiveBandwidthDownstream bool
    Shaping Rate Downstream
    QosAdaptiveBandwidthUpstream bool
    Shaping Rate Upstream
    QosAdaptiveDefaultDownstream int
    Adaptive QoS default downstream bandwidth (kbps)
    QosAdaptiveDefaultDownstreamVariable string
    Variable name
    QosAdaptiveDefaultUpstream int
    Adaptive QoS default upstream bandwidth (kbps)
    QosAdaptiveDefaultUpstreamVariable string
    Variable name
    QosAdaptiveMaxDownstream int
    Downstream max bandwidth limit (kbps)
    QosAdaptiveMaxDownstreamVariable string
    Variable name
    QosAdaptiveMaxUpstream int
    Upstream max bandwidth limit (kbps)
    QosAdaptiveMaxUpstreamVariable string
    Variable name
    QosAdaptiveMinDownstream int
    Downstream min bandwidth limit (kbps)
    QosAdaptiveMinDownstreamVariable string
    Variable name
    QosAdaptiveMinUpstream int
    Upstream min bandwidth limit (kbps)
    QosAdaptiveMinUpstreamVariable string
    Variable name
    QosAdaptivePeriod int
    Adapt Period(Minutes)
    QosAdaptivePeriodVariable string
    Variable name
    QosShapingRate int
    Shaping Rate (Kbps)
    QosShapingRateVariable string
    Variable name
    ServiceProvider string
    Service Provider Name
    ServiceProviderVariable string
    Variable name
    Shutdown bool
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    StaticNat66s []GetTransportWanVpnInterfaceEthernetFeatureStaticNat66
    static NAT66
    TcpMss int
    TCP MSS on SYN packets, in bytes
    TcpMssVariable string
    Variable name
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    Tracker string
    Enable tracker for this interface
    TrackerVariable string
    Variable name
    TransportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    TunnelBandwidthPercent int
    Tunnels Bandwidth Percent
    TunnelBandwidthPercentVariable string
    Variable name
    TunnelInterface bool
    Tunnel Interface on/off
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    TunnelInterfaceAllowAllVariable string
    Variable name
    TunnelInterfaceAllowBfd bool
    Allow/Deny BFD
    TunnelInterfaceAllowBfdVariable string
    Variable name
    TunnelInterfaceAllowBgp bool
    Allow/deny BGP
    TunnelInterfaceAllowBgpVariable string
    Variable name
    TunnelInterfaceAllowDhcp bool
    Allow/Deny DHCP
    TunnelInterfaceAllowDhcpVariable string
    Variable name
    TunnelInterfaceAllowDns bool
    Allow/Deny DNS
    TunnelInterfaceAllowDnsVariable string
    Variable name
    TunnelInterfaceAllowHttps bool
    Allow/Deny HTTPS
    TunnelInterfaceAllowHttpsVariable string
    Variable name
    TunnelInterfaceAllowIcmp bool
    Allow/Deny ICMP
    TunnelInterfaceAllowIcmpVariable string
    Variable name
    TunnelInterfaceAllowNetconf bool
    Allow/Deny NETCONF
    TunnelInterfaceAllowNetconfVariable string
    Variable name
    TunnelInterfaceAllowNtp bool
    Allow/Deny NTP
    TunnelInterfaceAllowNtpVariable string
    Variable name
    TunnelInterfaceAllowOspf bool
    Allow/Deny OSPF
    TunnelInterfaceAllowOspfVariable string
    Variable name
    TunnelInterfaceAllowSnmp bool
    Allow/Deny SNMP
    TunnelInterfaceAllowSnmpVariable string
    Variable name
    TunnelInterfaceAllowSsh bool
    Allow/Deny SSH
    TunnelInterfaceAllowSshVariable string
    Variable name
    TunnelInterfaceAllowStun bool
    Allow/Deny STUN
    TunnelInterfaceAllowStunVariable string
    Variable name
    TunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    TunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    TunnelInterfaceBorder bool
    Set TLOC as border TLOC
    TunnelInterfaceBorderVariable string
    Variable name
    TunnelInterfaceCarrier string
    Set carrier for TLOC
    TunnelInterfaceCarrierVariable string
    Variable name
    TunnelInterfaceClearDontFragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
    TunnelInterfaceClearDontFragmentVariable string
    Variable name
    TunnelInterfaceColor string
    Set color for TLOC
    TunnelInterfaceColorRestrict bool
    Restrict this TLOC behavior
    TunnelInterfaceColorRestrictVariable string
    Variable name
    TunnelInterfaceColorVariable string
    Variable name
    TunnelInterfaceCtsSgtPropagation bool
    CTS SGT Propagation configuration
    TunnelInterfaceCtsSgtPropagationVariable string
    Variable name
    TunnelInterfaceEncapsulations []GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists []int
    Exclude the following controller groups defined in this list.
    TunnelInterfaceGreTunnelDestinationIp string
    GRE tunnel destination IP
    TunnelInterfaceGreTunnelDestinationIpVariable string
    Variable name
    TunnelInterfaceGroups int
    List of groups
    TunnelInterfaceGroupsVariable string
    Variable name
    TunnelInterfaceHelloInterval int
    Set time period of control hello packets \n\n milli seconds
    TunnelInterfaceHelloIntervalVariable string
    Variable name
    TunnelInterfaceHelloTolerance int
    Set tolerance of control hello packets \n\n seconds
    TunnelInterfaceHelloToleranceVariable string
    Variable name
    TunnelInterfaceLastResortCircuit bool
    Set TLOC as last resort
    TunnelInterfaceLastResortCircuitVariable string
    Variable name
    TunnelInterfaceLowBandwidthLink bool
    Set the interface as a low-bandwidth circuit
    TunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    TunnelInterfaceMaxControlConnections int
    Maximum Control Connections
    TunnelInterfaceMaxControlConnectionsVariable string
    Variable name
    TunnelInterfaceNatRefreshInterval int
    Set time period of nat refresh packets \n\n seconds
    TunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    TunnelInterfaceNetworkBroadcast bool
    Accept and respond to network-prefix-directed broadcasts
    TunnelInterfaceNetworkBroadcastVariable string
    Variable name
    TunnelInterfacePortHop bool
    Disallow port hopping on the tunnel interface
    TunnelInterfacePortHopVariable string
    Variable name
    TunnelInterfaceTunnelTcpMss int
    Tunnel TCP MSS on SYN packets, in bytes
    TunnelInterfaceTunnelTcpMssVariable string
    Variable name
    TunnelInterfaceVbondAsStunServer bool
    Put this wan interface in STUN mode only
    TunnelInterfaceVbondAsStunServerVariable string
    Variable name
    TunnelInterfaceVmanageConnectionPreference int
    Set interface preference for control connection to vManage \n\n
    TunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    TunnelQosMode string
    Set tunnel QoS mode
    TunnelQosModeVariable string
    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
    arpTimeout Integer
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    arps List<GetTransportWanVpnInterfaceEthernetFeatureArp>
    Configure ARP entries
    autoDetectBandwidth Boolean
    Interface auto detect bandwidth
    autoDetectBandwidthVariable String
    Variable name
    autonegotiate Boolean
    Link autonegotiation
    autonegotiateVariable String
    Variable name
    bandwidthDownstream Integer
    Interface downstream bandwidth capacity, in kbps
    bandwidthDownstreamVariable String
    Variable name
    bandwidthUpstream Integer
    Interface upstream bandwidth capacity, in kbps
    bandwidthUpstreamVariable String
    Variable name
    blockNonSourceIp Boolean
    Block packets originating from IP address that is not from this source
    blockNonSourceIpVariable String
    Variable name
    description String
    The description of the Feature
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableDhcpv6 Boolean
    Enable DHCPv6
    featureProfileId String
    Feature Profile ID
    greTunnelSourceIp String
    GRE tunnel source IP
    greTunnelSourceIpVariable String
    Variable name
    icmpRedirectDisable Boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the Feature
    interfaceDescription String
    interfaceDescriptionVariable String
    Variable name
    interfaceMtu Integer
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interfaceMtuVariable String
    Variable name
    interfaceName String
    interfaceNameVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Integer
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable String
    Variable name
    iperfServer String
    Iperf server for auto bandwidth detect
    iperfServerVariable String
    Variable name
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    ipv4DhcpDistance Integer
    DHCP Distance
    ipv4DhcpDistanceVariable String
    Variable name
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4SecondaryAddresses List<GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress>
    Secondary IpV4 Addresses
    ipv4SubnetMask String
    Subnet Mask
    ipv4SubnetMaskVariable String
    Variable name
    ipv6Address String
    IPv6 Address Secondary
    ipv6AddressVariable String
    Variable name
    ipv6DhcpSecondaryAddresses List<GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress>
    secondary IPv6 addresses
    ipv6SecondaryAddresses List<GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress>
    Static secondary IPv6 addresses
    loadInterval Integer
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    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
    natLoopbackVariable String
    Variable name
    natOverload Boolean
    NAT Overload
    natOverloadVariable String
    Variable name
    natPrefixLength Integer
    NAT Pool Prefix Length
    natPrefixLengthVariable String
    Variable name
    natRangeEnd String
    NAT Pool Range End
    natRangeEndVariable String
    Variable name
    natRangeStart String
    NAT Pool Range Start
    natRangeStartVariable String
    Variable name
    natTcpTimeout Integer
    Set NAT TCP session timeout, in minutes
    natTcpTimeoutVariable String
    Variable name
    natType String
    NAT Type
    natTypeVariable String
    Variable name
    natUdpTimeout Integer
    Set NAT UDP session timeout, in minutes
    natUdpTimeoutVariable String
    Variable name
    newStaticNats List<GetTransportWanVpnInterfaceEthernetFeatureNewStaticNat>
    static NAT
    perTunnelQos Boolean
    Per-tunnel Qos
    perTunnelQosVariable String
    Variable name
    qosAdaptive Boolean
    Adaptive QoS
    qosAdaptiveBandwidthDownstream Boolean
    Shaping Rate Downstream
    qosAdaptiveBandwidthUpstream Boolean
    Shaping Rate Upstream
    qosAdaptiveDefaultDownstream Integer
    Adaptive QoS default downstream bandwidth (kbps)
    qosAdaptiveDefaultDownstreamVariable String
    Variable name
    qosAdaptiveDefaultUpstream Integer
    Adaptive QoS default upstream bandwidth (kbps)
    qosAdaptiveDefaultUpstreamVariable String
    Variable name
    qosAdaptiveMaxDownstream Integer
    Downstream max bandwidth limit (kbps)
    qosAdaptiveMaxDownstreamVariable String
    Variable name
    qosAdaptiveMaxUpstream Integer
    Upstream max bandwidth limit (kbps)
    qosAdaptiveMaxUpstreamVariable String
    Variable name
    qosAdaptiveMinDownstream Integer
    Downstream min bandwidth limit (kbps)
    qosAdaptiveMinDownstreamVariable String
    Variable name
    qosAdaptiveMinUpstream Integer
    Upstream min bandwidth limit (kbps)
    qosAdaptiveMinUpstreamVariable String
    Variable name
    qosAdaptivePeriod Integer
    Adapt Period(Minutes)
    qosAdaptivePeriodVariable String
    Variable name
    qosShapingRate Integer
    Shaping Rate (Kbps)
    qosShapingRateVariable String
    Variable name
    serviceProvider String
    Service Provider Name
    serviceProviderVariable String
    Variable name
    shutdown Boolean
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    staticNat66s List<GetTransportWanVpnInterfaceEthernetFeatureStaticNat66>
    static NAT66
    tcpMss Integer
    TCP MSS on SYN packets, in bytes
    tcpMssVariable String
    Variable name
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    tracker String
    Enable tracker for this interface
    trackerVariable String
    Variable name
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    tunnelBandwidthPercent Integer
    Tunnels Bandwidth Percent
    tunnelBandwidthPercentVariable String
    Variable name
    tunnelInterface Boolean
    Tunnel Interface on/off
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnelInterfaceAllowAllVariable String
    Variable name
    tunnelInterfaceAllowBfd Boolean
    Allow/Deny BFD
    tunnelInterfaceAllowBfdVariable String
    Variable name
    tunnelInterfaceAllowBgp Boolean
    Allow/deny BGP
    tunnelInterfaceAllowBgpVariable String
    Variable name
    tunnelInterfaceAllowDhcp Boolean
    Allow/Deny DHCP
    tunnelInterfaceAllowDhcpVariable String
    Variable name
    tunnelInterfaceAllowDns Boolean
    Allow/Deny DNS
    tunnelInterfaceAllowDnsVariable String
    Variable name
    tunnelInterfaceAllowHttps Boolean
    Allow/Deny HTTPS
    tunnelInterfaceAllowHttpsVariable String
    Variable name
    tunnelInterfaceAllowIcmp Boolean
    Allow/Deny ICMP
    tunnelInterfaceAllowIcmpVariable String
    Variable name
    tunnelInterfaceAllowNetconf Boolean
    Allow/Deny NETCONF
    tunnelInterfaceAllowNetconfVariable String
    Variable name
    tunnelInterfaceAllowNtp Boolean
    Allow/Deny NTP
    tunnelInterfaceAllowNtpVariable String
    Variable name
    tunnelInterfaceAllowOspf Boolean
    Allow/Deny OSPF
    tunnelInterfaceAllowOspfVariable String
    Variable name
    tunnelInterfaceAllowSnmp Boolean
    Allow/Deny SNMP
    tunnelInterfaceAllowSnmpVariable String
    Variable name
    tunnelInterfaceAllowSsh Boolean
    Allow/Deny SSH
    tunnelInterfaceAllowSshVariable String
    Variable name
    tunnelInterfaceAllowStun Boolean
    Allow/Deny STUN
    tunnelInterfaceAllowStunVariable String
    Variable name
    tunnelInterfaceBindLoopbackTunnel String
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable String
    Variable name
    tunnelInterfaceBorder Boolean
    Set TLOC as border TLOC
    tunnelInterfaceBorderVariable String
    Variable name
    tunnelInterfaceCarrier String
    Set carrier for TLOC
    tunnelInterfaceCarrierVariable String
    Variable name
    tunnelInterfaceClearDontFragment Boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
    tunnelInterfaceClearDontFragmentVariable String
    Variable name
    tunnelInterfaceColor String
    Set color for TLOC
    tunnelInterfaceColorRestrict Boolean
    Restrict this TLOC behavior
    tunnelInterfaceColorRestrictVariable String
    Variable name
    tunnelInterfaceColorVariable String
    Variable name
    tunnelInterfaceCtsSgtPropagation Boolean
    CTS SGT Propagation configuration
    tunnelInterfaceCtsSgtPropagationVariable String
    Variable name
    tunnelInterfaceEncapsulations List<GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Integer>
    Exclude the following controller groups defined in this list.
    tunnelInterfaceGreTunnelDestinationIp String
    GRE tunnel destination IP
    tunnelInterfaceGreTunnelDestinationIpVariable String
    Variable name
    tunnelInterfaceGroups Integer
    List of groups
    tunnelInterfaceGroupsVariable String
    Variable name
    tunnelInterfaceHelloInterval Integer
    Set time period of control hello packets \n\n milli seconds
    tunnelInterfaceHelloIntervalVariable String
    Variable name
    tunnelInterfaceHelloTolerance Integer
    Set tolerance of control hello packets \n\n seconds
    tunnelInterfaceHelloToleranceVariable String
    Variable name
    tunnelInterfaceLastResortCircuit Boolean
    Set TLOC as last resort
    tunnelInterfaceLastResortCircuitVariable String
    Variable name
    tunnelInterfaceLowBandwidthLink Boolean
    Set the interface as a low-bandwidth circuit
    tunnelInterfaceLowBandwidthLinkVariable String
    Variable name
    tunnelInterfaceMaxControlConnections Integer
    Maximum Control Connections
    tunnelInterfaceMaxControlConnectionsVariable String
    Variable name
    tunnelInterfaceNatRefreshInterval Integer
    Set time period of nat refresh packets \n\n seconds
    tunnelInterfaceNatRefreshIntervalVariable String
    Variable name
    tunnelInterfaceNetworkBroadcast Boolean
    Accept and respond to network-prefix-directed broadcasts
    tunnelInterfaceNetworkBroadcastVariable String
    Variable name
    tunnelInterfacePortHop Boolean
    Disallow port hopping on the tunnel interface
    tunnelInterfacePortHopVariable String
    Variable name
    tunnelInterfaceTunnelTcpMss Integer
    Tunnel TCP MSS on SYN packets, in bytes
    tunnelInterfaceTunnelTcpMssVariable String
    Variable name
    tunnelInterfaceVbondAsStunServer Boolean
    Put this wan interface in STUN mode only
    tunnelInterfaceVbondAsStunServerVariable String
    Variable name
    tunnelInterfaceVmanageConnectionPreference Integer
    Set interface preference for control connection to vManage \n\n
    tunnelInterfaceVmanageConnectionPreferenceVariable String
    Variable name
    tunnelQosMode String
    Set tunnel QoS mode
    tunnelQosModeVariable String
    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
    arpTimeout number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable string
    Variable name
    arps GetTransportWanVpnInterfaceEthernetFeatureArp[]
    Configure ARP entries
    autoDetectBandwidth boolean
    Interface auto detect bandwidth
    autoDetectBandwidthVariable string
    Variable name
    autonegotiate boolean
    Link autonegotiation
    autonegotiateVariable string
    Variable name
    bandwidthDownstream number
    Interface downstream bandwidth capacity, in kbps
    bandwidthDownstreamVariable string
    Variable name
    bandwidthUpstream number
    Interface upstream bandwidth capacity, in kbps
    bandwidthUpstreamVariable string
    Variable name
    blockNonSourceIp boolean
    Block packets originating from IP address that is not from this source
    blockNonSourceIpVariable string
    Variable name
    description string
    The description of the Feature
    duplex string
    Duplex mode
    duplexVariable string
    Variable name
    enableDhcpv6 boolean
    Enable DHCPv6
    featureProfileId string
    Feature Profile ID
    greTunnelSourceIp string
    GRE tunnel source IP
    greTunnelSourceIpVariable string
    Variable name
    icmpRedirectDisable boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable string
    Variable name
    id string
    The id of the Feature
    interfaceDescription string
    interfaceDescriptionVariable string
    Variable name
    interfaceMtu number
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interfaceMtuVariable string
    Variable name
    interfaceName string
    interfaceNameVariable string
    Variable name
    ipDirectedBroadcast boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable string
    Variable name
    ipMtu number
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable string
    Variable name
    iperfServer string
    Iperf server for auto bandwidth detect
    iperfServerVariable string
    Variable name
    ipv4Address string
    IP Address
    ipv4AddressVariable string
    Variable name
    ipv4DhcpDistance number
    DHCP Distance
    ipv4DhcpDistanceVariable string
    Variable name
    ipv4DhcpHelperVariable string
    Variable name
    ipv4DhcpHelpers string[]
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4SecondaryAddresses GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress[]
    Secondary IpV4 Addresses
    ipv4SubnetMask string
    Subnet Mask
    ipv4SubnetMaskVariable string
    Variable name
    ipv6Address string
    IPv6 Address Secondary
    ipv6AddressVariable string
    Variable name
    ipv6DhcpSecondaryAddresses GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress[]
    secondary IPv6 addresses
    ipv6SecondaryAddresses GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress[]
    Static secondary IPv6 addresses
    loadInterval number
    Interval for interface load calculation
    loadIntervalVariable string
    Variable name
    macAddress string
    MAC Address
    macAddressVariable string
    Variable name
    mediaType string
    Media type
    mediaTypeVariable string
    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
    natLoopbackVariable string
    Variable name
    natOverload boolean
    NAT Overload
    natOverloadVariable string
    Variable name
    natPrefixLength number
    NAT Pool Prefix Length
    natPrefixLengthVariable string
    Variable name
    natRangeEnd string
    NAT Pool Range End
    natRangeEndVariable string
    Variable name
    natRangeStart string
    NAT Pool Range Start
    natRangeStartVariable string
    Variable name
    natTcpTimeout number
    Set NAT TCP session timeout, in minutes
    natTcpTimeoutVariable string
    Variable name
    natType string
    NAT Type
    natTypeVariable string
    Variable name
    natUdpTimeout number
    Set NAT UDP session timeout, in minutes
    natUdpTimeoutVariable string
    Variable name
    newStaticNats GetTransportWanVpnInterfaceEthernetFeatureNewStaticNat[]
    static NAT
    perTunnelQos boolean
    Per-tunnel Qos
    perTunnelQosVariable string
    Variable name
    qosAdaptive boolean
    Adaptive QoS
    qosAdaptiveBandwidthDownstream boolean
    Shaping Rate Downstream
    qosAdaptiveBandwidthUpstream boolean
    Shaping Rate Upstream
    qosAdaptiveDefaultDownstream number
    Adaptive QoS default downstream bandwidth (kbps)
    qosAdaptiveDefaultDownstreamVariable string
    Variable name
    qosAdaptiveDefaultUpstream number
    Adaptive QoS default upstream bandwidth (kbps)
    qosAdaptiveDefaultUpstreamVariable string
    Variable name
    qosAdaptiveMaxDownstream number
    Downstream max bandwidth limit (kbps)
    qosAdaptiveMaxDownstreamVariable string
    Variable name
    qosAdaptiveMaxUpstream number
    Upstream max bandwidth limit (kbps)
    qosAdaptiveMaxUpstreamVariable string
    Variable name
    qosAdaptiveMinDownstream number
    Downstream min bandwidth limit (kbps)
    qosAdaptiveMinDownstreamVariable string
    Variable name
    qosAdaptiveMinUpstream number
    Upstream min bandwidth limit (kbps)
    qosAdaptiveMinUpstreamVariable string
    Variable name
    qosAdaptivePeriod number
    Adapt Period(Minutes)
    qosAdaptivePeriodVariable string
    Variable name
    qosShapingRate number
    Shaping Rate (Kbps)
    qosShapingRateVariable string
    Variable name
    serviceProvider string
    Service Provider Name
    serviceProviderVariable string
    Variable name
    shutdown boolean
    shutdownVariable string
    Variable name
    speed string
    Set interface speed
    speedVariable string
    Variable name
    staticNat66s GetTransportWanVpnInterfaceEthernetFeatureStaticNat66[]
    static NAT66
    tcpMss number
    TCP MSS on SYN packets, in bytes
    tcpMssVariable string
    Variable name
    tlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable string
    Variable name
    tracker string
    Enable tracker for this interface
    trackerVariable string
    Variable name
    transportWanVpnFeatureId string
    Transport WAN VPN Feature ID
    tunnelBandwidthPercent number
    Tunnels Bandwidth Percent
    tunnelBandwidthPercentVariable string
    Variable name
    tunnelInterface boolean
    Tunnel Interface on/off
    tunnelInterfaceAllowAll boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnelInterfaceAllowAllVariable string
    Variable name
    tunnelInterfaceAllowBfd boolean
    Allow/Deny BFD
    tunnelInterfaceAllowBfdVariable string
    Variable name
    tunnelInterfaceAllowBgp boolean
    Allow/deny BGP
    tunnelInterfaceAllowBgpVariable string
    Variable name
    tunnelInterfaceAllowDhcp boolean
    Allow/Deny DHCP
    tunnelInterfaceAllowDhcpVariable string
    Variable name
    tunnelInterfaceAllowDns boolean
    Allow/Deny DNS
    tunnelInterfaceAllowDnsVariable string
    Variable name
    tunnelInterfaceAllowHttps boolean
    Allow/Deny HTTPS
    tunnelInterfaceAllowHttpsVariable string
    Variable name
    tunnelInterfaceAllowIcmp boolean
    Allow/Deny ICMP
    tunnelInterfaceAllowIcmpVariable string
    Variable name
    tunnelInterfaceAllowNetconf boolean
    Allow/Deny NETCONF
    tunnelInterfaceAllowNetconfVariable string
    Variable name
    tunnelInterfaceAllowNtp boolean
    Allow/Deny NTP
    tunnelInterfaceAllowNtpVariable string
    Variable name
    tunnelInterfaceAllowOspf boolean
    Allow/Deny OSPF
    tunnelInterfaceAllowOspfVariable string
    Variable name
    tunnelInterfaceAllowSnmp boolean
    Allow/Deny SNMP
    tunnelInterfaceAllowSnmpVariable string
    Variable name
    tunnelInterfaceAllowSsh boolean
    Allow/Deny SSH
    tunnelInterfaceAllowSshVariable string
    Variable name
    tunnelInterfaceAllowStun boolean
    Allow/Deny STUN
    tunnelInterfaceAllowStunVariable string
    Variable name
    tunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    tunnelInterfaceBorder boolean
    Set TLOC as border TLOC
    tunnelInterfaceBorderVariable string
    Variable name
    tunnelInterfaceCarrier string
    Set carrier for TLOC
    tunnelInterfaceCarrierVariable string
    Variable name
    tunnelInterfaceClearDontFragment boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
    tunnelInterfaceClearDontFragmentVariable string
    Variable name
    tunnelInterfaceColor string
    Set color for TLOC
    tunnelInterfaceColorRestrict boolean
    Restrict this TLOC behavior
    tunnelInterfaceColorRestrictVariable string
    Variable name
    tunnelInterfaceColorVariable string
    Variable name
    tunnelInterfaceCtsSgtPropagation boolean
    CTS SGT Propagation configuration
    tunnelInterfaceCtsSgtPropagationVariable string
    Variable name
    tunnelInterfaceEncapsulations GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation[]
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    tunnelInterfaceExcludeControllerGroupLists number[]
    Exclude the following controller groups defined in this list.
    tunnelInterfaceGreTunnelDestinationIp string
    GRE tunnel destination IP
    tunnelInterfaceGreTunnelDestinationIpVariable string
    Variable name
    tunnelInterfaceGroups number
    List of groups
    tunnelInterfaceGroupsVariable string
    Variable name
    tunnelInterfaceHelloInterval number
    Set time period of control hello packets \n\n milli seconds
    tunnelInterfaceHelloIntervalVariable string
    Variable name
    tunnelInterfaceHelloTolerance number
    Set tolerance of control hello packets \n\n seconds
    tunnelInterfaceHelloToleranceVariable string
    Variable name
    tunnelInterfaceLastResortCircuit boolean
    Set TLOC as last resort
    tunnelInterfaceLastResortCircuitVariable string
    Variable name
    tunnelInterfaceLowBandwidthLink boolean
    Set the interface as a low-bandwidth circuit
    tunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    tunnelInterfaceMaxControlConnections number
    Maximum Control Connections
    tunnelInterfaceMaxControlConnectionsVariable string
    Variable name
    tunnelInterfaceNatRefreshInterval number
    Set time period of nat refresh packets \n\n seconds
    tunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    tunnelInterfaceNetworkBroadcast boolean
    Accept and respond to network-prefix-directed broadcasts
    tunnelInterfaceNetworkBroadcastVariable string
    Variable name
    tunnelInterfacePortHop boolean
    Disallow port hopping on the tunnel interface
    tunnelInterfacePortHopVariable string
    Variable name
    tunnelInterfaceTunnelTcpMss number
    Tunnel TCP MSS on SYN packets, in bytes
    tunnelInterfaceTunnelTcpMssVariable string
    Variable name
    tunnelInterfaceVbondAsStunServer boolean
    Put this wan interface in STUN mode only
    tunnelInterfaceVbondAsStunServerVariable string
    Variable name
    tunnelInterfaceVmanageConnectionPreference number
    Set interface preference for control connection to vManage \n\n
    tunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    tunnelQosMode string
    Set tunnel QoS mode
    tunnelQosModeVariable string
    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
    arp_timeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arp_timeout_variable str
    Variable name
    arps Sequence[GetTransportWanVpnInterfaceEthernetFeatureArp]
    Configure ARP entries
    auto_detect_bandwidth bool
    Interface auto detect bandwidth
    auto_detect_bandwidth_variable str
    Variable name
    autonegotiate bool
    Link autonegotiation
    autonegotiate_variable str
    Variable name
    bandwidth_downstream int
    Interface downstream bandwidth capacity, in kbps
    bandwidth_downstream_variable str
    Variable name
    bandwidth_upstream int
    Interface upstream bandwidth capacity, in kbps
    bandwidth_upstream_variable str
    Variable name
    block_non_source_ip bool
    Block packets originating from IP address that is not from this source
    block_non_source_ip_variable str
    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_id str
    Feature Profile ID
    gre_tunnel_source_ip str
    GRE tunnel source IP
    gre_tunnel_source_ip_variable str
    Variable name
    icmp_redirect_disable bool
    ICMP/ICMPv6 Redirect Disable
    icmp_redirect_disable_variable str
    Variable name
    id str
    The id of the Feature
    interface_description str
    interface_description_variable str
    Variable name
    interface_mtu int
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interface_mtu_variable str
    Variable name
    interface_name str
    interface_name_variable str
    Variable name
    ip_directed_broadcast bool
    IP Directed-Broadcast
    ip_directed_broadcast_variable str
    Variable name
    ip_mtu int
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ip_mtu_variable str
    Variable name
    iperf_server str
    Iperf server for auto bandwidth detect
    iperf_server_variable str
    Variable name
    ipv4_address str
    IP Address
    ipv4_address_variable str
    Variable name
    ipv4_dhcp_distance int
    DHCP Distance
    ipv4_dhcp_distance_variable str
    Variable name
    ipv4_dhcp_helper_variable str
    Variable name
    ipv4_dhcp_helpers Sequence[str]
    List of DHCP IPv4 helper addresses (min 1, max 8)
    ipv4_secondary_addresses Sequence[GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress]
    Secondary IpV4 Addresses
    ipv4_subnet_mask str
    Subnet Mask
    ipv4_subnet_mask_variable str
    Variable name
    ipv6_address str
    IPv6 Address Secondary
    ipv6_address_variable str
    Variable name
    ipv6_dhcp_secondary_addresses Sequence[GetTransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress]
    secondary IPv6 addresses
    ipv6_secondary_addresses Sequence[GetTransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress]
    Static secondary IPv6 addresses
    load_interval int
    Interval for interface load calculation
    load_interval_variable str
    Variable name
    mac_address str
    MAC Address
    mac_address_variable str
    Variable name
    media_type str
    Media type
    media_type_variable str
    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_variable str
    Variable name
    nat_ipv6 bool
    enable Network Address Translation ipv6 on this interface
    nat_ipv6_variable str
    Variable name
    nat_loopback str
    NAT Inside Source Loopback Interface
    nat_loopback_variable str
    Variable name
    nat_overload bool
    NAT Overload
    nat_overload_variable str
    Variable name
    nat_prefix_length int
    NAT Pool Prefix Length
    nat_prefix_length_variable str
    Variable name
    nat_range_end str
    NAT Pool Range End
    nat_range_end_variable str
    Variable name
    nat_range_start str
    NAT Pool Range Start
    nat_range_start_variable str
    Variable name
    nat_tcp_timeout int
    Set NAT TCP session timeout, in minutes
    nat_tcp_timeout_variable str
    Variable name
    nat_type str
    NAT Type
    nat_type_variable str
    Variable name
    nat_udp_timeout int
    Set NAT UDP session timeout, in minutes
    nat_udp_timeout_variable str
    Variable name
    new_static_nats Sequence[GetTransportWanVpnInterfaceEthernetFeatureNewStaticNat]
    static NAT
    per_tunnel_qos bool
    Per-tunnel Qos
    per_tunnel_qos_variable str
    Variable name
    qos_adaptive bool
    Adaptive QoS
    qos_adaptive_bandwidth_downstream bool
    Shaping Rate Downstream
    qos_adaptive_bandwidth_upstream bool
    Shaping Rate Upstream
    qos_adaptive_default_downstream int
    Adaptive QoS default downstream bandwidth (kbps)
    qos_adaptive_default_downstream_variable str
    Variable name
    qos_adaptive_default_upstream int
    Adaptive QoS default upstream bandwidth (kbps)
    qos_adaptive_default_upstream_variable str
    Variable name
    qos_adaptive_max_downstream int
    Downstream max bandwidth limit (kbps)
    qos_adaptive_max_downstream_variable str
    Variable name
    qos_adaptive_max_upstream int
    Upstream max bandwidth limit (kbps)
    qos_adaptive_max_upstream_variable str
    Variable name
    qos_adaptive_min_downstream int
    Downstream min bandwidth limit (kbps)
    qos_adaptive_min_downstream_variable str
    Variable name
    qos_adaptive_min_upstream int
    Upstream min bandwidth limit (kbps)
    qos_adaptive_min_upstream_variable str
    Variable name
    qos_adaptive_period int
    Adapt Period(Minutes)
    qos_adaptive_period_variable str
    Variable name
    qos_shaping_rate int
    Shaping Rate (Kbps)
    qos_shaping_rate_variable str
    Variable name
    service_provider str
    Service Provider Name
    service_provider_variable str
    Variable name
    shutdown bool
    shutdown_variable str
    Variable name
    speed str
    Set interface speed
    speed_variable str
    Variable name
    static_nat66s Sequence[GetTransportWanVpnInterfaceEthernetFeatureStaticNat66]
    static NAT66
    tcp_mss int
    TCP MSS on SYN packets, in bytes
    tcp_mss_variable str
    Variable name
    tloc_extension str
    Extends a local TLOC to a remote node only for vpn 0
    tloc_extension_variable str
    Variable name
    tracker str
    Enable tracker for this interface
    tracker_variable str
    Variable name
    transport_wan_vpn_feature_id str
    Transport WAN VPN Feature ID
    tunnel_bandwidth_percent int
    Tunnels Bandwidth Percent
    tunnel_bandwidth_percent_variable str
    Variable name
    tunnel_interface bool
    Tunnel Interface on/off
    tunnel_interface_allow_all bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnel_interface_allow_all_variable str
    Variable name
    tunnel_interface_allow_bfd bool
    Allow/Deny BFD
    tunnel_interface_allow_bfd_variable str
    Variable name
    tunnel_interface_allow_bgp bool
    Allow/deny BGP
    tunnel_interface_allow_bgp_variable str
    Variable name
    tunnel_interface_allow_dhcp bool
    Allow/Deny DHCP
    tunnel_interface_allow_dhcp_variable str
    Variable name
    tunnel_interface_allow_dns bool
    Allow/Deny DNS
    tunnel_interface_allow_dns_variable str
    Variable name
    tunnel_interface_allow_https bool
    Allow/Deny HTTPS
    tunnel_interface_allow_https_variable str
    Variable name
    tunnel_interface_allow_icmp bool
    Allow/Deny ICMP
    tunnel_interface_allow_icmp_variable str
    Variable name
    tunnel_interface_allow_netconf bool
    Allow/Deny NETCONF
    tunnel_interface_allow_netconf_variable str
    Variable name
    tunnel_interface_allow_ntp bool
    Allow/Deny NTP
    tunnel_interface_allow_ntp_variable str
    Variable name
    tunnel_interface_allow_ospf bool
    Allow/Deny OSPF
    tunnel_interface_allow_ospf_variable str
    Variable name
    tunnel_interface_allow_snmp bool
    Allow/Deny SNMP
    tunnel_interface_allow_snmp_variable str
    Variable name
    tunnel_interface_allow_ssh bool
    Allow/Deny SSH
    tunnel_interface_allow_ssh_variable str
    Variable name
    tunnel_interface_allow_stun bool
    Allow/Deny STUN
    tunnel_interface_allow_stun_variable str
    Variable name
    tunnel_interface_bind_loopback_tunnel str
    Bind loopback tunnel interface to a physical interface
    tunnel_interface_bind_loopback_tunnel_variable str
    Variable name
    tunnel_interface_border bool
    Set TLOC as border TLOC
    tunnel_interface_border_variable str
    Variable name
    tunnel_interface_carrier str
    Set carrier for TLOC
    tunnel_interface_carrier_variable str
    Variable name
    tunnel_interface_clear_dont_fragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
    tunnel_interface_clear_dont_fragment_variable str
    Variable name
    tunnel_interface_color str
    Set color for TLOC
    tunnel_interface_color_restrict bool
    Restrict this TLOC behavior
    tunnel_interface_color_restrict_variable str
    Variable name
    tunnel_interface_color_variable str
    Variable name
    tunnel_interface_cts_sgt_propagation bool
    CTS SGT Propagation configuration
    tunnel_interface_cts_sgt_propagation_variable str
    Variable name
    tunnel_interface_encapsulations Sequence[GetTransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation]
    Encapsulation for TLOC
    tunnel_interface_exclude_controller_group_list_variable str
    Variable name
    tunnel_interface_exclude_controller_group_lists Sequence[int]
    Exclude the following controller groups defined in this list.
    tunnel_interface_gre_tunnel_destination_ip str
    GRE tunnel destination IP
    tunnel_interface_gre_tunnel_destination_ip_variable str
    Variable name
    tunnel_interface_groups int
    List of groups
    tunnel_interface_groups_variable str
    Variable name
    tunnel_interface_hello_interval int
    Set time period of control hello packets \n\n milli seconds
    tunnel_interface_hello_interval_variable str
    Variable name
    tunnel_interface_hello_tolerance int
    Set tolerance of control hello packets \n\n seconds
    tunnel_interface_hello_tolerance_variable str
    Variable name
    tunnel_interface_last_resort_circuit bool
    Set TLOC as last resort
    tunnel_interface_last_resort_circuit_variable str
    Variable name
    tunnel_interface_low_bandwidth_link bool
    Set the interface as a low-bandwidth circuit
    tunnel_interface_low_bandwidth_link_variable str
    Variable name
    tunnel_interface_max_control_connections int
    Maximum Control Connections
    tunnel_interface_max_control_connections_variable str
    Variable name
    tunnel_interface_nat_refresh_interval int
    Set time period of nat refresh packets \n\n seconds
    tunnel_interface_nat_refresh_interval_variable str
    Variable name
    tunnel_interface_network_broadcast bool
    Accept and respond to network-prefix-directed broadcasts
    tunnel_interface_network_broadcast_variable str
    Variable name
    tunnel_interface_port_hop bool
    Disallow port hopping on the tunnel interface
    tunnel_interface_port_hop_variable str
    Variable name
    tunnel_interface_tunnel_tcp_mss int
    Tunnel TCP MSS on SYN packets, in bytes
    tunnel_interface_tunnel_tcp_mss_variable str
    Variable name
    tunnel_interface_vbond_as_stun_server bool
    Put this wan interface in STUN mode only
    tunnel_interface_vbond_as_stun_server_variable str
    Variable name
    tunnel_interface_vmanage_connection_preference int
    Set interface preference for control connection to vManage \n\n
    tunnel_interface_vmanage_connection_preference_variable str
    Variable name
    tunnel_qos_mode str
    Set tunnel QoS mode
    tunnel_qos_mode_variable str
    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
    arpTimeout Number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    arps List<Property Map>
    Configure ARP entries
    autoDetectBandwidth Boolean
    Interface auto detect bandwidth
    autoDetectBandwidthVariable String
    Variable name
    autonegotiate Boolean
    Link autonegotiation
    autonegotiateVariable String
    Variable name
    bandwidthDownstream Number
    Interface downstream bandwidth capacity, in kbps
    bandwidthDownstreamVariable String
    Variable name
    bandwidthUpstream Number
    Interface upstream bandwidth capacity, in kbps
    bandwidthUpstreamVariable String
    Variable name
    blockNonSourceIp Boolean
    Block packets originating from IP address that is not from this source
    blockNonSourceIpVariable String
    Variable name
    description String
    The description of the Feature
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableDhcpv6 Boolean
    Enable DHCPv6
    featureProfileId String
    Feature Profile ID
    greTunnelSourceIp String
    GRE tunnel source IP
    greTunnelSourceIpVariable String
    Variable name
    icmpRedirectDisable Boolean
    ICMP/ICMPv6 Redirect Disable
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the Feature
    interfaceDescription String
    interfaceDescriptionVariable String
    Variable name
    interfaceMtu Number
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interfaceMtuVariable String
    Variable name
    interfaceName String
    interfaceNameVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Number
    IP MTU for GigabitEthernet main \n\n, GigabitEthernet subinterface \n\n, Other Interfaces \n\n in bytes
    ipMtuVariable String
    Variable name
    iperfServer String
    Iperf server for auto bandwidth detect
    iperfServerVariable String
    Variable name
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    ipv4DhcpDistance Number
    DHCP Distance
    ipv4DhcpDistanceVariable String
    Variable name
    ipv4DhcpHelperVariable String
    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
    ipv4SubnetMaskVariable String
    Variable name
    ipv6Address String
    IPv6 Address Secondary
    ipv6AddressVariable String
    Variable name
    ipv6DhcpSecondaryAddresses List<Property Map>
    secondary IPv6 addresses
    ipv6SecondaryAddresses List<Property Map>
    Static secondary IPv6 addresses
    loadInterval Number
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    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
    natLoopbackVariable String
    Variable name
    natOverload Boolean
    NAT Overload
    natOverloadVariable String
    Variable name
    natPrefixLength Number
    NAT Pool Prefix Length
    natPrefixLengthVariable String
    Variable name
    natRangeEnd String
    NAT Pool Range End
    natRangeEndVariable String
    Variable name
    natRangeStart String
    NAT Pool Range Start
    natRangeStartVariable String
    Variable name
    natTcpTimeout Number
    Set NAT TCP session timeout, in minutes
    natTcpTimeoutVariable String
    Variable name
    natType String
    NAT Type
    natTypeVariable String
    Variable name
    natUdpTimeout Number
    Set NAT UDP session timeout, in minutes
    natUdpTimeoutVariable String
    Variable name
    newStaticNats List<Property Map>
    static NAT
    perTunnelQos Boolean
    Per-tunnel Qos
    perTunnelQosVariable String
    Variable name
    qosAdaptive Boolean
    Adaptive QoS
    qosAdaptiveBandwidthDownstream Boolean
    Shaping Rate Downstream
    qosAdaptiveBandwidthUpstream Boolean
    Shaping Rate Upstream
    qosAdaptiveDefaultDownstream Number
    Adaptive QoS default downstream bandwidth (kbps)
    qosAdaptiveDefaultDownstreamVariable String
    Variable name
    qosAdaptiveDefaultUpstream Number
    Adaptive QoS default upstream bandwidth (kbps)
    qosAdaptiveDefaultUpstreamVariable String
    Variable name
    qosAdaptiveMaxDownstream Number
    Downstream max bandwidth limit (kbps)
    qosAdaptiveMaxDownstreamVariable String
    Variable name
    qosAdaptiveMaxUpstream Number
    Upstream max bandwidth limit (kbps)
    qosAdaptiveMaxUpstreamVariable String
    Variable name
    qosAdaptiveMinDownstream Number
    Downstream min bandwidth limit (kbps)
    qosAdaptiveMinDownstreamVariable String
    Variable name
    qosAdaptiveMinUpstream Number
    Upstream min bandwidth limit (kbps)
    qosAdaptiveMinUpstreamVariable String
    Variable name
    qosAdaptivePeriod Number
    Adapt Period(Minutes)
    qosAdaptivePeriodVariable String
    Variable name
    qosShapingRate Number
    Shaping Rate (Kbps)
    qosShapingRateVariable String
    Variable name
    serviceProvider String
    Service Provider Name
    serviceProviderVariable String
    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
    tcpMssVariable String
    Variable name
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    tracker String
    Enable tracker for this interface
    trackerVariable String
    Variable name
    transportWanVpnFeatureId String
    Transport WAN VPN Feature ID
    tunnelBandwidthPercent Number
    Tunnels Bandwidth Percent
    tunnelBandwidthPercentVariable String
    Variable name
    tunnelInterface Boolean
    Tunnel Interface on/off
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnelInterfaceAllowAllVariable String
    Variable name
    tunnelInterfaceAllowBfd Boolean
    Allow/Deny BFD
    tunnelInterfaceAllowBfdVariable String
    Variable name
    tunnelInterfaceAllowBgp Boolean
    Allow/deny BGP
    tunnelInterfaceAllowBgpVariable String
    Variable name
    tunnelInterfaceAllowDhcp Boolean
    Allow/Deny DHCP
    tunnelInterfaceAllowDhcpVariable String
    Variable name
    tunnelInterfaceAllowDns Boolean
    Allow/Deny DNS
    tunnelInterfaceAllowDnsVariable String
    Variable name
    tunnelInterfaceAllowHttps Boolean
    Allow/Deny HTTPS
    tunnelInterfaceAllowHttpsVariable String
    Variable name
    tunnelInterfaceAllowIcmp Boolean
    Allow/Deny ICMP
    tunnelInterfaceAllowIcmpVariable String
    Variable name
    tunnelInterfaceAllowNetconf Boolean
    Allow/Deny NETCONF
    tunnelInterfaceAllowNetconfVariable String
    Variable name
    tunnelInterfaceAllowNtp Boolean
    Allow/Deny NTP
    tunnelInterfaceAllowNtpVariable String
    Variable name
    tunnelInterfaceAllowOspf Boolean
    Allow/Deny OSPF
    tunnelInterfaceAllowOspfVariable String
    Variable name
    tunnelInterfaceAllowSnmp Boolean
    Allow/Deny SNMP
    tunnelInterfaceAllowSnmpVariable String
    Variable name
    tunnelInterfaceAllowSsh Boolean
    Allow/Deny SSH
    tunnelInterfaceAllowSshVariable String
    Variable name
    tunnelInterfaceAllowStun Boolean
    Allow/Deny STUN
    tunnelInterfaceAllowStunVariable String
    Variable name
    tunnelInterfaceBindLoopbackTunnel String
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable String
    Variable name
    tunnelInterfaceBorder Boolean
    Set TLOC as border TLOC
    tunnelInterfaceBorderVariable String
    Variable name
    tunnelInterfaceCarrier String
    Set carrier for TLOC
    tunnelInterfaceCarrierVariable String
    Variable name
    tunnelInterfaceClearDontFragment Boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
    tunnelInterfaceClearDontFragmentVariable String
    Variable name
    tunnelInterfaceColor String
    Set color for TLOC
    tunnelInterfaceColorRestrict Boolean
    Restrict this TLOC behavior
    tunnelInterfaceColorRestrictVariable String
    Variable name
    tunnelInterfaceColorVariable String
    Variable name
    tunnelInterfaceCtsSgtPropagation Boolean
    CTS SGT Propagation configuration
    tunnelInterfaceCtsSgtPropagationVariable String
    Variable name
    tunnelInterfaceEncapsulations List<Property Map>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Number>
    Exclude the following controller groups defined in this list.
    tunnelInterfaceGreTunnelDestinationIp String
    GRE tunnel destination IP
    tunnelInterfaceGreTunnelDestinationIpVariable String
    Variable name
    tunnelInterfaceGroups Number
    List of groups
    tunnelInterfaceGroupsVariable String
    Variable name
    tunnelInterfaceHelloInterval Number
    Set time period of control hello packets \n\n milli seconds
    tunnelInterfaceHelloIntervalVariable String
    Variable name
    tunnelInterfaceHelloTolerance Number
    Set tolerance of control hello packets \n\n seconds
    tunnelInterfaceHelloToleranceVariable String
    Variable name
    tunnelInterfaceLastResortCircuit Boolean
    Set TLOC as last resort
    tunnelInterfaceLastResortCircuitVariable String
    Variable name
    tunnelInterfaceLowBandwidthLink Boolean
    Set the interface as a low-bandwidth circuit
    tunnelInterfaceLowBandwidthLinkVariable String
    Variable name
    tunnelInterfaceMaxControlConnections Number
    Maximum Control Connections
    tunnelInterfaceMaxControlConnectionsVariable String
    Variable name
    tunnelInterfaceNatRefreshInterval Number
    Set time period of nat refresh packets \n\n seconds
    tunnelInterfaceNatRefreshIntervalVariable String
    Variable name
    tunnelInterfaceNetworkBroadcast Boolean
    Accept and respond to network-prefix-directed broadcasts
    tunnelInterfaceNetworkBroadcastVariable String
    Variable name
    tunnelInterfacePortHop Boolean
    Disallow port hopping on the tunnel interface
    tunnelInterfacePortHopVariable String
    Variable name
    tunnelInterfaceTunnelTcpMss Number
    Tunnel TCP MSS on SYN packets, in bytes
    tunnelInterfaceTunnelTcpMssVariable String
    Variable name
    tunnelInterfaceVbondAsStunServer Boolean
    Put this wan interface in STUN mode only
    tunnelInterfaceVbondAsStunServerVariable String
    Variable name
    tunnelInterfaceVmanageConnectionPreference Number
    Set interface preference for control connection to vManage \n\n
    tunnelInterfaceVmanageConnectionPreferenceVariable String
    Variable name
    tunnelQosMode String
    Set tunnel QoS mode
    tunnelQosModeVariable String
    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
    IpAddressVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    IpAddress string
    IP V4 Address
    IpAddressVariable string
    Variable name
    MacAddress string
    MAC Address
    MacAddressVariable string
    Variable name
    ipAddress String
    IP V4 Address
    ipAddressVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name
    ipAddress string
    IP V4 Address
    ipAddressVariable string
    Variable name
    macAddress string
    MAC Address
    macAddressVariable string
    Variable name
    ip_address str
    IP V4 Address
    ip_address_variable str
    Variable name
    mac_address str
    MAC Address
    mac_address_variable str
    Variable name
    ipAddress String
    IP V4 Address
    ipAddressVariable String
    Variable name
    macAddress String
    MAC Address
    macAddressVariable String
    Variable name

    GetTransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress

    Address string
    IpV4 Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    Address string
    IpV4 Address
    AddressVariable string
    Variable name
    SubnetMask string
    Subnet Mask
    SubnetMaskVariable string
    Variable name
    address String
    IpV4 Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    Variable name
    address string
    IpV4 Address
    addressVariable string
    Variable name
    subnetMask string
    Subnet Mask
    subnetMaskVariable string
    Variable name
    address str
    IpV4 Address
    address_variable str
    Variable name
    subnet_mask str
    Subnet Mask
    subnet_mask_variable str
    Variable name
    address String
    IpV4 Address
    addressVariable String
    Variable name
    subnetMask String
    Subnet Mask
    subnetMaskVariable String
    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
    SourceIpVariable string
    Variable name
    SourceVpn int
    Source VPN ID
    SourceVpnVariable string
    Variable name
    TranslatedIp string
    Statically translated source IP address
    TranslatedIpVariable string
    Variable name
    Direction string
    Direction of static NAT translation
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourceVpn int
    Source VPN ID
    SourceVpnVariable string
    Variable name
    TranslatedIp string
    Statically translated source IP address
    TranslatedIpVariable string
    Variable name
    direction String
    Direction of static NAT translation
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourceVpn Integer
    Source VPN ID
    sourceVpnVariable String
    Variable name
    translatedIp String
    Statically translated source IP address
    translatedIpVariable String
    Variable name
    direction string
    Direction of static NAT translation
    sourceIp string
    Source IP address to be translated
    sourceIpVariable string
    Variable name
    sourceVpn number
    Source VPN ID
    sourceVpnVariable string
    Variable name
    translatedIp string
    Statically translated source IP address
    translatedIpVariable string
    Variable name
    direction str
    Direction of static NAT translation
    source_ip str
    Source IP address to be translated
    source_ip_variable str
    Variable name
    source_vpn int
    Source VPN ID
    source_vpn_variable str
    Variable name
    translated_ip str
    Statically translated source IP address
    translated_ip_variable str
    Variable name
    direction String
    Direction of static NAT translation
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourceVpn Number
    Source VPN ID
    sourceVpnVariable String
    Variable name
    translatedIp String
    Statically translated source IP address
    translatedIpVariable String
    Variable name

    GetTransportWanVpnInterfaceEthernetFeatureStaticNat66

    SourcePrefix string
    Source Prefix
    SourcePrefixVariable string
    Variable name
    SourceVpnId int
    Source VPN ID
    SourceVpnIdVariable string
    Variable name
    TranslatedSourcePrefix string
    Translated Source Prefix
    TranslatedSourcePrefixVariable string
    Variable name
    SourcePrefix string
    Source Prefix
    SourcePrefixVariable string
    Variable name
    SourceVpnId int
    Source VPN ID
    SourceVpnIdVariable string
    Variable name
    TranslatedSourcePrefix string
    Translated Source Prefix
    TranslatedSourcePrefixVariable string
    Variable name
    sourcePrefix String
    Source Prefix
    sourcePrefixVariable String
    Variable name
    sourceVpnId Integer
    Source VPN ID
    sourceVpnIdVariable String
    Variable name
    translatedSourcePrefix String
    Translated Source Prefix
    translatedSourcePrefixVariable String
    Variable name
    sourcePrefix string
    Source Prefix
    sourcePrefixVariable string
    Variable name
    sourceVpnId number
    Source VPN ID
    sourceVpnIdVariable string
    Variable name
    translatedSourcePrefix string
    Translated Source Prefix
    translatedSourcePrefixVariable string
    Variable name
    source_prefix str
    Source Prefix
    source_prefix_variable str
    Variable name
    source_vpn_id int
    Source VPN ID
    source_vpn_id_variable str
    Variable name
    translated_source_prefix str
    Translated Source Prefix
    translated_source_prefix_variable str
    Variable name
    sourcePrefix String
    Source Prefix
    sourcePrefixVariable String
    Variable name
    sourceVpnId Number
    Source VPN ID
    sourceVpnIdVariable String
    Variable name
    translatedSourcePrefix String
    Translated Source Prefix
    translatedSourcePrefixVariable String
    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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi