1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getCiscoVpnInterfaceFeatureTemplate
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getCiscoVpnInterfaceFeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This data source can read the Cisco VPN Interface feature template.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getCiscoVpnInterfaceFeatureTemplate({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_cisco_vpn_interface_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.LookupCiscoVpnInterfaceFeatureTemplate(ctx, &sdwan.LookupCiscoVpnInterfaceFeatureTemplateArgs{
    			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetCiscoVpnInterfaceFeatureTemplate.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetCiscoVpnInterfaceFeatureTemplateArgs;
    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.getCiscoVpnInterfaceFeatureTemplate(GetCiscoVpnInterfaceFeatureTemplateArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getCiscoVpnInterfaceFeatureTemplate
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
    

    Using getCiscoVpnInterfaceFeatureTemplate

    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 getCiscoVpnInterfaceFeatureTemplate(args: GetCiscoVpnInterfaceFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoVpnInterfaceFeatureTemplateResult>
    function getCiscoVpnInterfaceFeatureTemplateOutput(args: GetCiscoVpnInterfaceFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoVpnInterfaceFeatureTemplateResult>
    def get_cisco_vpn_interface_feature_template(id: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetCiscoVpnInterfaceFeatureTemplateResult
    def get_cisco_vpn_interface_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetCiscoVpnInterfaceFeatureTemplateResult]
    func LookupCiscoVpnInterfaceFeatureTemplate(ctx *Context, args *LookupCiscoVpnInterfaceFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoVpnInterfaceFeatureTemplateResult, error)
    func LookupCiscoVpnInterfaceFeatureTemplateOutput(ctx *Context, args *LookupCiscoVpnInterfaceFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoVpnInterfaceFeatureTemplateResultOutput

    > Note: This function is named LookupCiscoVpnInterfaceFeatureTemplate in the Go SDK.

    public static class GetCiscoVpnInterfaceFeatureTemplate 
    {
        public static Task<GetCiscoVpnInterfaceFeatureTemplateResult> InvokeAsync(GetCiscoVpnInterfaceFeatureTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetCiscoVpnInterfaceFeatureTemplateResult> Invoke(GetCiscoVpnInterfaceFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCiscoVpnInterfaceFeatureTemplateResult> getCiscoVpnInterfaceFeatureTemplate(GetCiscoVpnInterfaceFeatureTemplateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getCiscoVpnInterfaceFeatureTemplate:getCiscoVpnInterfaceFeatureTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the feature template
    Name string
    The name of the feature template
    Id string
    The id of the feature template
    Name string
    The name of the feature template
    id String
    The id of the feature template
    name String
    The name of the feature template
    id string
    The id of the feature template
    name string
    The name of the feature template
    id str
    The id of the feature template
    name str
    The name of the feature template
    id String
    The id of the feature template
    name String
    The name of the feature template

    getCiscoVpnInterfaceFeatureTemplate Result

    The following output properties are available:

    AccessLists List<GetCiscoVpnInterfaceFeatureTemplateAccessList>
    Apply ACL
    Address string
    Assign IPv4 address
    AddressVariable string
    Variable name
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    AutoBandwidthDetect bool
    Interface auto detect bandwidth
    AutoBandwidthDetectVariable 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
    CoreRegion string
    Enable core region
    CoreRegionVariable string
    Variable name
    Description string
    The description of the feature template
    DeviceTypes List<string>
    List of supported device types
    Dhcp bool
    Enable DHCP
    DhcpDistance int
    Set administrative distance for DHCP default route
    DhcpDistanceVariable string
    Variable name
    DhcpVariable string
    Variable name
    Dhcpv6 bool
    Enable DHCPv6
    Dhcpv6Variable string
    Variable name
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableCoreRegion bool
    Enable core region
    EnableSgt bool
    Enables the interface for CTS SGT authorization and forwarding.
    GreTunnelSourceIp string
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    GreTunnelSourceIpVariable string
    Variable name
    GreTunnelXconnect string
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    GreTunnelXconnectVariable string
    Variable name
    IcmpRedirectDisable bool
    Set this option to disable the icmp/icmpv6 redirect packets
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the feature template
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    InterfaceMtu int
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    Interface name: ge0/\n\n or ge0/\n\n.vlanid or irbbridgeid:1-63 or loopback\n\n or natpool-\n\n when present
    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
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers List<string>
    List of DHCP IPv4 helper addresses
    Ipv4SecondaryAddresses List<GetCiscoVpnInterfaceFeatureTemplateIpv4SecondaryAddress>
    Assign secondary IP addresses
    Ipv4Vrrps List<GetCiscoVpnInterfaceFeatureTemplateIpv4Vrrp>
    Enable VRRP
    Ipv6AccessLists List<GetCiscoVpnInterfaceFeatureTemplateIpv6AccessList>
    Apply IPv6 access list
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpHelpers List<GetCiscoVpnInterfaceFeatureTemplateIpv6DhcpHelper>
    DHCPv6 Helper
    Ipv6Nat bool
    NAT64 on this interface
    Ipv6NatVariable string
    Variable name
    Ipv6SecondaryAddresses List<GetCiscoVpnInterfaceFeatureTemplateIpv6SecondaryAddress>
    Assign secondary IPv6 addresses
    Ipv6Vrrps List<GetCiscoVpnInterfaceFeatureTemplateIpv6Vrrp>
    Enable VRRP
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    Set MAC-layer address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    Variable name
    Name string
    The name of the feature template
    Nat bool
    Network Address Translation on this interface
    Nat64Interface bool
    NAT64 on this interface
    Nat66Interface bool
    NAT66 on this interface
    NatInsideSourceLoopbackInterface string
    Configure NAT Inside Loopback Interface
    NatInsideSourceLoopbackInterfaceVariable string
    Variable name
    NatOverload bool
    Enable port translation(PAT)
    NatOverloadVariable string
    Variable name
    NatPoolPrefixLength int
    Ending IP address of NAT Pool Prefix Length
    NatPoolPrefixLengthVariable string
    Variable name
    NatPoolRangeEnd string
    Ending IP address of NAT pool range
    NatPoolRangeEndVariable string
    Variable name
    NatPoolRangeStart string
    Starting IP address of NAT pool range
    NatPoolRangeStartVariable string
    Variable name
    NatType string
    NAT type
    NatTypeVariable string
    Variable name
    Poe bool
    Configure interface as Power-over-Ethernet source
    PoeVariable string
    Variable name
    PropagateSgt bool
    Enable/Disable CTS SGT propagation on an interface.
    QosAdaptiveBandwidthDownstream int
    Adaptive QoS default downstream bandwidth
    QosAdaptiveBandwidthDownstreamVariable string
    Variable name
    QosAdaptiveBandwidthUpstream int
    Adaptive QoS default upstream bandwidth
    QosAdaptiveBandwidthUpstreamVariable string
    Variable name
    QosAdaptiveMaxDownstream int
    Downstream max bandwidth limit
    QosAdaptiveMaxDownstreamVariable string
    Variable name
    QosAdaptiveMaxUpstream int
    Upstream max bandwidth limit
    QosAdaptiveMaxUpstreamVariable string
    Variable name
    QosAdaptiveMinDownstream int
    Downstream min bandwidth limit
    QosAdaptiveMinDownstreamVariable string
    Variable name
    QosAdaptiveMinUpstream int
    Upstream min bandwidth limit
    QosAdaptiveMinUpstreamVariable string
    Variable name
    QosAdaptivePeriod int
    Periodic timer for adaptive QoS in minutes
    QosAdaptivePeriodVariable string
    Variable name
    QosMap string
    Name of QoS map
    QosMapVariable string
    Variable name
    QosMapVpn string
    Name of VPN QoS map
    QosMapVpnVariable string
    Variable name
    RewriteRuleName string
    Name of rewrite rule
    RewriteRuleNameVariable string
    Variable name
    SecondaryRegion string
    Enable secondary region
    SecondaryRegionVariable string
    Variable name
    SgtEnforcement bool
    Enables the interface for CTS SGT authorization and forwarding.
    SgtEnforcementSgt int
    SGT value between 2 and 65519.
    SgtEnforcementSgtVariable string
    Variable name
    ShapingRate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
    ShapingRateVariable string
    Variable name
    Shutdown bool
    Administrative state
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    StaticArps List<GetCiscoVpnInterfaceFeatureTemplateStaticArp>
    Configure static ARP entries
    StaticNat66Entries List<GetCiscoVpnInterfaceFeatureTemplateStaticNat66Entry>
    static NAT
    StaticNatEntries List<GetCiscoVpnInterfaceFeatureTemplateStaticNatEntry>
    Configure static NAT entries
    StaticPortForwardEntries List<GetCiscoVpnInterfaceFeatureTemplateStaticPortForwardEntry>
    Configure Port Forward entries
    StaticSgt int
    SGT value between 2 and 65519.
    StaticSgtTrusted bool
    Indicates that the interface is trustworthy for CTS.
    StaticSgtVariable string
    Variable name
    TcpMssAdjust int
    TCP MSS on SYN packets, in bytes
    TcpMssAdjustVariable string
    Variable name
    TcpTimeout int
    Set NAT TCP session timeout, in minutes
    TcpTimeoutVariable string
    Variable name
    TemplateType string
    The template type
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    TrackerVariable string
    Variable name
    Trackers List<string>
    Enable tracker for this interface
    TunnelBandwidth int
    Tunnels Bandwidth Percent
    TunnelBandwidthVariable string
    Variable name
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    TunnelInterfaceAllowAllVariable 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
    TunnelInterfaceControlConnections bool
    Allow Control Connection
    TunnelInterfaceControlConnectionsVariable string
    Variable name
    TunnelInterfaceEncapsulations List<GetCiscoVpnInterfaceFeatureTemplateTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists List<int>
    Exclude the following controller groups defined in this list
    TunnelInterfaceGreTunnelDestinationIp string
    Extend the TLOC to a remote node over GRE tunnel
    TunnelInterfaceGreTunnelDestinationIpVariable string
    Variable name
    TunnelInterfaceGroups List<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
    Set the maximum number of control connections for this TLOC
    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
    TunnelInterfacePropagateSgt bool
    CTS SGT Propagation configuration
    TunnelInterfacePropagateSgtVariable 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
    UdpTimeout int
    Set NAT UDP session timeout, in minutes
    UdpTimeoutVariable string
    Variable name
    Version int
    The version of the feature template
    AccessLists []GetCiscoVpnInterfaceFeatureTemplateAccessList
    Apply ACL
    Address string
    Assign IPv4 address
    AddressVariable string
    Variable name
    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    Variable name
    AutoBandwidthDetect bool
    Interface auto detect bandwidth
    AutoBandwidthDetectVariable 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
    CoreRegion string
    Enable core region
    CoreRegionVariable string
    Variable name
    Description string
    The description of the feature template
    DeviceTypes []string
    List of supported device types
    Dhcp bool
    Enable DHCP
    DhcpDistance int
    Set administrative distance for DHCP default route
    DhcpDistanceVariable string
    Variable name
    DhcpVariable string
    Variable name
    Dhcpv6 bool
    Enable DHCPv6
    Dhcpv6Variable string
    Variable name
    Duplex string
    Duplex mode
    DuplexVariable string
    Variable name
    EnableCoreRegion bool
    Enable core region
    EnableSgt bool
    Enables the interface for CTS SGT authorization and forwarding.
    GreTunnelSourceIp string
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    GreTunnelSourceIpVariable string
    Variable name
    GreTunnelXconnect string
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    GreTunnelXconnectVariable string
    Variable name
    IcmpRedirectDisable bool
    Set this option to disable the icmp/icmpv6 redirect packets
    IcmpRedirectDisableVariable string
    Variable name
    Id string
    The id of the feature template
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    InterfaceMtu int
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    InterfaceMtuVariable string
    Variable name
    InterfaceName string
    Interface name: ge0/\n\n or ge0/\n\n.vlanid or irbbridgeid:1-63 or loopback\n\n or natpool-\n\n when present
    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
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers []string
    List of DHCP IPv4 helper addresses
    Ipv4SecondaryAddresses []GetCiscoVpnInterfaceFeatureTemplateIpv4SecondaryAddress
    Assign secondary IP addresses
    Ipv4Vrrps []GetCiscoVpnInterfaceFeatureTemplateIpv4Vrrp
    Enable VRRP
    Ipv6AccessLists []GetCiscoVpnInterfaceFeatureTemplateIpv6AccessList
    Apply IPv6 access list
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpHelpers []GetCiscoVpnInterfaceFeatureTemplateIpv6DhcpHelper
    DHCPv6 Helper
    Ipv6Nat bool
    NAT64 on this interface
    Ipv6NatVariable string
    Variable name
    Ipv6SecondaryAddresses []GetCiscoVpnInterfaceFeatureTemplateIpv6SecondaryAddress
    Assign secondary IPv6 addresses
    Ipv6Vrrps []GetCiscoVpnInterfaceFeatureTemplateIpv6Vrrp
    Enable VRRP
    LoadInterval int
    Interval for interface load calculation
    LoadIntervalVariable string
    Variable name
    MacAddress string
    Set MAC-layer address
    MacAddressVariable string
    Variable name
    MediaType string
    Media type
    MediaTypeVariable string
    Variable name
    Name string
    The name of the feature template
    Nat bool
    Network Address Translation on this interface
    Nat64Interface bool
    NAT64 on this interface
    Nat66Interface bool
    NAT66 on this interface
    NatInsideSourceLoopbackInterface string
    Configure NAT Inside Loopback Interface
    NatInsideSourceLoopbackInterfaceVariable string
    Variable name
    NatOverload bool
    Enable port translation(PAT)
    NatOverloadVariable string
    Variable name
    NatPoolPrefixLength int
    Ending IP address of NAT Pool Prefix Length
    NatPoolPrefixLengthVariable string
    Variable name
    NatPoolRangeEnd string
    Ending IP address of NAT pool range
    NatPoolRangeEndVariable string
    Variable name
    NatPoolRangeStart string
    Starting IP address of NAT pool range
    NatPoolRangeStartVariable string
    Variable name
    NatType string
    NAT type
    NatTypeVariable string
    Variable name
    Poe bool
    Configure interface as Power-over-Ethernet source
    PoeVariable string
    Variable name
    PropagateSgt bool
    Enable/Disable CTS SGT propagation on an interface.
    QosAdaptiveBandwidthDownstream int
    Adaptive QoS default downstream bandwidth
    QosAdaptiveBandwidthDownstreamVariable string
    Variable name
    QosAdaptiveBandwidthUpstream int
    Adaptive QoS default upstream bandwidth
    QosAdaptiveBandwidthUpstreamVariable string
    Variable name
    QosAdaptiveMaxDownstream int
    Downstream max bandwidth limit
    QosAdaptiveMaxDownstreamVariable string
    Variable name
    QosAdaptiveMaxUpstream int
    Upstream max bandwidth limit
    QosAdaptiveMaxUpstreamVariable string
    Variable name
    QosAdaptiveMinDownstream int
    Downstream min bandwidth limit
    QosAdaptiveMinDownstreamVariable string
    Variable name
    QosAdaptiveMinUpstream int
    Upstream min bandwidth limit
    QosAdaptiveMinUpstreamVariable string
    Variable name
    QosAdaptivePeriod int
    Periodic timer for adaptive QoS in minutes
    QosAdaptivePeriodVariable string
    Variable name
    QosMap string
    Name of QoS map
    QosMapVariable string
    Variable name
    QosMapVpn string
    Name of VPN QoS map
    QosMapVpnVariable string
    Variable name
    RewriteRuleName string
    Name of rewrite rule
    RewriteRuleNameVariable string
    Variable name
    SecondaryRegion string
    Enable secondary region
    SecondaryRegionVariable string
    Variable name
    SgtEnforcement bool
    Enables the interface for CTS SGT authorization and forwarding.
    SgtEnforcementSgt int
    SGT value between 2 and 65519.
    SgtEnforcementSgtVariable string
    Variable name
    ShapingRate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
    ShapingRateVariable string
    Variable name
    Shutdown bool
    Administrative state
    ShutdownVariable string
    Variable name
    Speed string
    Set interface speed
    SpeedVariable string
    Variable name
    StaticArps []GetCiscoVpnInterfaceFeatureTemplateStaticArp
    Configure static ARP entries
    StaticNat66Entries []GetCiscoVpnInterfaceFeatureTemplateStaticNat66Entry
    static NAT
    StaticNatEntries []GetCiscoVpnInterfaceFeatureTemplateStaticNatEntry
    Configure static NAT entries
    StaticPortForwardEntries []GetCiscoVpnInterfaceFeatureTemplateStaticPortForwardEntry
    Configure Port Forward entries
    StaticSgt int
    SGT value between 2 and 65519.
    StaticSgtTrusted bool
    Indicates that the interface is trustworthy for CTS.
    StaticSgtVariable string
    Variable name
    TcpMssAdjust int
    TCP MSS on SYN packets, in bytes
    TcpMssAdjustVariable string
    Variable name
    TcpTimeout int
    Set NAT TCP session timeout, in minutes
    TcpTimeoutVariable string
    Variable name
    TemplateType string
    The template type
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    TrackerVariable string
    Variable name
    Trackers []string
    Enable tracker for this interface
    TunnelBandwidth int
    Tunnels Bandwidth Percent
    TunnelBandwidthVariable string
    Variable name
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    TunnelInterfaceAllowAllVariable 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
    TunnelInterfaceControlConnections bool
    Allow Control Connection
    TunnelInterfaceControlConnectionsVariable string
    Variable name
    TunnelInterfaceEncapsulations []GetCiscoVpnInterfaceFeatureTemplateTunnelInterfaceEncapsulation
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists []int
    Exclude the following controller groups defined in this list
    TunnelInterfaceGreTunnelDestinationIp string
    Extend the TLOC to a remote node over GRE tunnel
    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
    Set the maximum number of control connections for this TLOC
    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
    TunnelInterfacePropagateSgt bool
    CTS SGT Propagation configuration
    TunnelInterfacePropagateSgtVariable 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
    UdpTimeout int
    Set NAT UDP session timeout, in minutes
    UdpTimeoutVariable string
    Variable name
    Version int
    The version of the feature template
    accessLists List<GetCiscoVpnInterfaceFeatureTemplateAccessList>
    Apply ACL
    address String
    Assign IPv4 address
    addressVariable String
    Variable name
    arpTimeout Integer
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    autoBandwidthDetect Boolean
    Interface auto detect bandwidth
    autoBandwidthDetectVariable 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
    coreRegion String
    Enable core region
    coreRegionVariable String
    Variable name
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types
    dhcp Boolean
    Enable DHCP
    dhcpDistance Integer
    Set administrative distance for DHCP default route
    dhcpDistanceVariable String
    Variable name
    dhcpVariable String
    Variable name
    dhcpv6 Boolean
    Enable DHCPv6
    dhcpv6Variable String
    Variable name
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableCoreRegion Boolean
    Enable core region
    enableSgt Boolean
    Enables the interface for CTS SGT authorization and forwarding.
    greTunnelSourceIp String
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    greTunnelSourceIpVariable String
    Variable name
    greTunnelXconnect String
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    greTunnelXconnectVariable String
    Variable name
    icmpRedirectDisable Boolean
    Set this option to disable the icmp/icmpv6 redirect packets
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the feature template
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    interfaceMtu Integer
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interfaceMtuVariable String
    Variable name
    interfaceName String
    Interface name: ge0/\n\n or ge0/\n\n.vlanid or irbbridgeid:1-63 or loopback\n\n or natpool-\n\n when present
    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
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses
    ipv4SecondaryAddresses List<GetCiscoVpnInterfaceFeatureTemplateIpv4SecondaryAddress>
    Assign secondary IP addresses
    ipv4Vrrps List<GetCiscoVpnInterfaceFeatureTemplateIpv4Vrrp>
    Enable VRRP
    ipv6AccessLists List<GetCiscoVpnInterfaceFeatureTemplateIpv6AccessList>
    Apply IPv6 access list
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    ipv6DhcpHelpers List<GetCiscoVpnInterfaceFeatureTemplateIpv6DhcpHelper>
    DHCPv6 Helper
    ipv6Nat Boolean
    NAT64 on this interface
    ipv6NatVariable String
    Variable name
    ipv6SecondaryAddresses List<GetCiscoVpnInterfaceFeatureTemplateIpv6SecondaryAddress>
    Assign secondary IPv6 addresses
    ipv6Vrrps List<GetCiscoVpnInterfaceFeatureTemplateIpv6Vrrp>
    Enable VRRP
    loadInterval Integer
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    Set MAC-layer address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    Variable name
    name String
    The name of the feature template
    nat Boolean
    Network Address Translation on this interface
    nat64Interface Boolean
    NAT64 on this interface
    nat66Interface Boolean
    NAT66 on this interface
    natInsideSourceLoopbackInterface String
    Configure NAT Inside Loopback Interface
    natInsideSourceLoopbackInterfaceVariable String
    Variable name
    natOverload Boolean
    Enable port translation(PAT)
    natOverloadVariable String
    Variable name
    natPoolPrefixLength Integer
    Ending IP address of NAT Pool Prefix Length
    natPoolPrefixLengthVariable String
    Variable name
    natPoolRangeEnd String
    Ending IP address of NAT pool range
    natPoolRangeEndVariable String
    Variable name
    natPoolRangeStart String
    Starting IP address of NAT pool range
    natPoolRangeStartVariable String
    Variable name
    natType String
    NAT type
    natTypeVariable String
    Variable name
    poe Boolean
    Configure interface as Power-over-Ethernet source
    poeVariable String
    Variable name
    propagateSgt Boolean
    Enable/Disable CTS SGT propagation on an interface.
    qosAdaptiveBandwidthDownstream Integer
    Adaptive QoS default downstream bandwidth
    qosAdaptiveBandwidthDownstreamVariable String
    Variable name
    qosAdaptiveBandwidthUpstream Integer
    Adaptive QoS default upstream bandwidth
    qosAdaptiveBandwidthUpstreamVariable String
    Variable name
    qosAdaptiveMaxDownstream Integer
    Downstream max bandwidth limit
    qosAdaptiveMaxDownstreamVariable String
    Variable name
    qosAdaptiveMaxUpstream Integer
    Upstream max bandwidth limit
    qosAdaptiveMaxUpstreamVariable String
    Variable name
    qosAdaptiveMinDownstream Integer
    Downstream min bandwidth limit
    qosAdaptiveMinDownstreamVariable String
    Variable name
    qosAdaptiveMinUpstream Integer
    Upstream min bandwidth limit
    qosAdaptiveMinUpstreamVariable String
    Variable name
    qosAdaptivePeriod Integer
    Periodic timer for adaptive QoS in minutes
    qosAdaptivePeriodVariable String
    Variable name
    qosMap String
    Name of QoS map
    qosMapVariable String
    Variable name
    qosMapVpn String
    Name of VPN QoS map
    qosMapVpnVariable String
    Variable name
    rewriteRuleName String
    Name of rewrite rule
    rewriteRuleNameVariable String
    Variable name
    secondaryRegion String
    Enable secondary region
    secondaryRegionVariable String
    Variable name
    sgtEnforcement Boolean
    Enables the interface for CTS SGT authorization and forwarding.
    sgtEnforcementSgt Integer
    SGT value between 2 and 65519.
    sgtEnforcementSgtVariable String
    Variable name
    shapingRate Integer
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
    shapingRateVariable String
    Variable name
    shutdown Boolean
    Administrative state
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    staticArps List<GetCiscoVpnInterfaceFeatureTemplateStaticArp>
    Configure static ARP entries
    staticNat66Entries List<GetCiscoVpnInterfaceFeatureTemplateStaticNat66Entry>
    static NAT
    staticNatEntries List<GetCiscoVpnInterfaceFeatureTemplateStaticNatEntry>
    Configure static NAT entries
    staticPortForwardEntries List<GetCiscoVpnInterfaceFeatureTemplateStaticPortForwardEntry>
    Configure Port Forward entries
    staticSgt Integer
    SGT value between 2 and 65519.
    staticSgtTrusted Boolean
    Indicates that the interface is trustworthy for CTS.
    staticSgtVariable String
    Variable name
    tcpMssAdjust Integer
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable String
    Variable name
    tcpTimeout Integer
    Set NAT TCP session timeout, in minutes
    tcpTimeoutVariable String
    Variable name
    templateType String
    The template type
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    trackerVariable String
    Variable name
    trackers List<String>
    Enable tracker for this interface
    tunnelBandwidth Integer
    Tunnels Bandwidth Percent
    tunnelBandwidthVariable String
    Variable name
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnelInterfaceAllowAllVariable 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
    tunnelInterfaceControlConnections Boolean
    Allow Control Connection
    tunnelInterfaceControlConnectionsVariable String
    Variable name
    tunnelInterfaceEncapsulations List<GetCiscoVpnInterfaceFeatureTemplateTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Integer>
    Exclude the following controller groups defined in this list
    tunnelInterfaceGreTunnelDestinationIp String
    Extend the TLOC to a remote node over GRE tunnel
    tunnelInterfaceGreTunnelDestinationIpVariable String
    Variable name
    tunnelInterfaceGroups List<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
    Set the maximum number of control connections for this TLOC
    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
    tunnelInterfacePropagateSgt Boolean
    CTS SGT Propagation configuration
    tunnelInterfacePropagateSgtVariable 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
    udpTimeout Integer
    Set NAT UDP session timeout, in minutes
    udpTimeoutVariable String
    Variable name
    version Integer
    The version of the feature template
    accessLists GetCiscoVpnInterfaceFeatureTemplateAccessList[]
    Apply ACL
    address string
    Assign IPv4 address
    addressVariable string
    Variable name
    arpTimeout number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable string
    Variable name
    autoBandwidthDetect boolean
    Interface auto detect bandwidth
    autoBandwidthDetectVariable 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
    coreRegion string
    Enable core region
    coreRegionVariable string
    Variable name
    description string
    The description of the feature template
    deviceTypes string[]
    List of supported device types
    dhcp boolean
    Enable DHCP
    dhcpDistance number
    Set administrative distance for DHCP default route
    dhcpDistanceVariable string
    Variable name
    dhcpVariable string
    Variable name
    dhcpv6 boolean
    Enable DHCPv6
    dhcpv6Variable string
    Variable name
    duplex string
    Duplex mode
    duplexVariable string
    Variable name
    enableCoreRegion boolean
    Enable core region
    enableSgt boolean
    Enables the interface for CTS SGT authorization and forwarding.
    greTunnelSourceIp string
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    greTunnelSourceIpVariable string
    Variable name
    greTunnelXconnect string
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    greTunnelXconnectVariable string
    Variable name
    icmpRedirectDisable boolean
    Set this option to disable the icmp/icmpv6 redirect packets
    icmpRedirectDisableVariable string
    Variable name
    id string
    The id of the feature template
    interfaceDescription string
    Interface description
    interfaceDescriptionVariable string
    Variable name
    interfaceMtu number
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interfaceMtuVariable string
    Variable name
    interfaceName string
    Interface name: ge0/\n\n or ge0/\n\n.vlanid or irbbridgeid:1-63 or loopback\n\n or natpool-\n\n when present
    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
    ipv4DhcpHelperVariable string
    Variable name
    ipv4DhcpHelpers string[]
    List of DHCP IPv4 helper addresses
    ipv4SecondaryAddresses GetCiscoVpnInterfaceFeatureTemplateIpv4SecondaryAddress[]
    Assign secondary IP addresses
    ipv4Vrrps GetCiscoVpnInterfaceFeatureTemplateIpv4Vrrp[]
    Enable VRRP
    ipv6AccessLists GetCiscoVpnInterfaceFeatureTemplateIpv6AccessList[]
    Apply IPv6 access list
    ipv6Address string
    Assign IPv6 address
    ipv6AddressVariable string
    Variable name
    ipv6DhcpHelpers GetCiscoVpnInterfaceFeatureTemplateIpv6DhcpHelper[]
    DHCPv6 Helper
    ipv6Nat boolean
    NAT64 on this interface
    ipv6NatVariable string
    Variable name
    ipv6SecondaryAddresses GetCiscoVpnInterfaceFeatureTemplateIpv6SecondaryAddress[]
    Assign secondary IPv6 addresses
    ipv6Vrrps GetCiscoVpnInterfaceFeatureTemplateIpv6Vrrp[]
    Enable VRRP
    loadInterval number
    Interval for interface load calculation
    loadIntervalVariable string
    Variable name
    macAddress string
    Set MAC-layer address
    macAddressVariable string
    Variable name
    mediaType string
    Media type
    mediaTypeVariable string
    Variable name
    name string
    The name of the feature template
    nat boolean
    Network Address Translation on this interface
    nat64Interface boolean
    NAT64 on this interface
    nat66Interface boolean
    NAT66 on this interface
    natInsideSourceLoopbackInterface string
    Configure NAT Inside Loopback Interface
    natInsideSourceLoopbackInterfaceVariable string
    Variable name
    natOverload boolean
    Enable port translation(PAT)
    natOverloadVariable string
    Variable name
    natPoolPrefixLength number
    Ending IP address of NAT Pool Prefix Length
    natPoolPrefixLengthVariable string
    Variable name
    natPoolRangeEnd string
    Ending IP address of NAT pool range
    natPoolRangeEndVariable string
    Variable name
    natPoolRangeStart string
    Starting IP address of NAT pool range
    natPoolRangeStartVariable string
    Variable name
    natType string
    NAT type
    natTypeVariable string
    Variable name
    poe boolean
    Configure interface as Power-over-Ethernet source
    poeVariable string
    Variable name
    propagateSgt boolean
    Enable/Disable CTS SGT propagation on an interface.
    qosAdaptiveBandwidthDownstream number
    Adaptive QoS default downstream bandwidth
    qosAdaptiveBandwidthDownstreamVariable string
    Variable name
    qosAdaptiveBandwidthUpstream number
    Adaptive QoS default upstream bandwidth
    qosAdaptiveBandwidthUpstreamVariable string
    Variable name
    qosAdaptiveMaxDownstream number
    Downstream max bandwidth limit
    qosAdaptiveMaxDownstreamVariable string
    Variable name
    qosAdaptiveMaxUpstream number
    Upstream max bandwidth limit
    qosAdaptiveMaxUpstreamVariable string
    Variable name
    qosAdaptiveMinDownstream number
    Downstream min bandwidth limit
    qosAdaptiveMinDownstreamVariable string
    Variable name
    qosAdaptiveMinUpstream number
    Upstream min bandwidth limit
    qosAdaptiveMinUpstreamVariable string
    Variable name
    qosAdaptivePeriod number
    Periodic timer for adaptive QoS in minutes
    qosAdaptivePeriodVariable string
    Variable name
    qosMap string
    Name of QoS map
    qosMapVariable string
    Variable name
    qosMapVpn string
    Name of VPN QoS map
    qosMapVpnVariable string
    Variable name
    rewriteRuleName string
    Name of rewrite rule
    rewriteRuleNameVariable string
    Variable name
    secondaryRegion string
    Enable secondary region
    secondaryRegionVariable string
    Variable name
    sgtEnforcement boolean
    Enables the interface for CTS SGT authorization and forwarding.
    sgtEnforcementSgt number
    SGT value between 2 and 65519.
    sgtEnforcementSgtVariable string
    Variable name
    shapingRate number
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
    shapingRateVariable string
    Variable name
    shutdown boolean
    Administrative state
    shutdownVariable string
    Variable name
    speed string
    Set interface speed
    speedVariable string
    Variable name
    staticArps GetCiscoVpnInterfaceFeatureTemplateStaticArp[]
    Configure static ARP entries
    staticNat66Entries GetCiscoVpnInterfaceFeatureTemplateStaticNat66Entry[]
    static NAT
    staticNatEntries GetCiscoVpnInterfaceFeatureTemplateStaticNatEntry[]
    Configure static NAT entries
    staticPortForwardEntries GetCiscoVpnInterfaceFeatureTemplateStaticPortForwardEntry[]
    Configure Port Forward entries
    staticSgt number
    SGT value between 2 and 65519.
    staticSgtTrusted boolean
    Indicates that the interface is trustworthy for CTS.
    staticSgtVariable string
    Variable name
    tcpMssAdjust number
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable string
    Variable name
    tcpTimeout number
    Set NAT TCP session timeout, in minutes
    tcpTimeoutVariable string
    Variable name
    templateType string
    The template type
    tlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable string
    Variable name
    trackerVariable string
    Variable name
    trackers string[]
    Enable tracker for this interface
    tunnelBandwidth number
    Tunnels Bandwidth Percent
    tunnelBandwidthVariable string
    Variable name
    tunnelInterfaceAllowAll boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnelInterfaceAllowAllVariable 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
    tunnelInterfaceControlConnections boolean
    Allow Control Connection
    tunnelInterfaceControlConnectionsVariable string
    Variable name
    tunnelInterfaceEncapsulations GetCiscoVpnInterfaceFeatureTemplateTunnelInterfaceEncapsulation[]
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    tunnelInterfaceExcludeControllerGroupLists number[]
    Exclude the following controller groups defined in this list
    tunnelInterfaceGreTunnelDestinationIp string
    Extend the TLOC to a remote node over GRE tunnel
    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
    Set the maximum number of control connections for this TLOC
    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
    tunnelInterfacePropagateSgt boolean
    CTS SGT Propagation configuration
    tunnelInterfacePropagateSgtVariable 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
    udpTimeout number
    Set NAT UDP session timeout, in minutes
    udpTimeoutVariable string
    Variable name
    version number
    The version of the feature template
    access_lists Sequence[GetCiscoVpnInterfaceFeatureTemplateAccessList]
    Apply ACL
    address str
    Assign IPv4 address
    address_variable str
    Variable name
    arp_timeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arp_timeout_variable str
    Variable name
    auto_bandwidth_detect bool
    Interface auto detect bandwidth
    auto_bandwidth_detect_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
    core_region str
    Enable core region
    core_region_variable str
    Variable name
    description str
    The description of the feature template
    device_types Sequence[str]
    List of supported device types
    dhcp bool
    Enable DHCP
    dhcp_distance int
    Set administrative distance for DHCP default route
    dhcp_distance_variable str
    Variable name
    dhcp_variable str
    Variable name
    dhcpv6 bool
    Enable DHCPv6
    dhcpv6_variable str
    Variable name
    duplex str
    Duplex mode
    duplex_variable str
    Variable name
    enable_core_region bool
    Enable core region
    enable_sgt bool
    Enables the interface for CTS SGT authorization and forwarding.
    gre_tunnel_source_ip str
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    gre_tunnel_source_ip_variable str
    Variable name
    gre_tunnel_xconnect str
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    gre_tunnel_xconnect_variable str
    Variable name
    icmp_redirect_disable bool
    Set this option to disable the icmp/icmpv6 redirect packets
    icmp_redirect_disable_variable str
    Variable name
    id str
    The id of the feature template
    interface_description str
    Interface description
    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: ge0/\n\n or ge0/\n\n.vlanid or irbbridgeid:1-63 or loopback\n\n or natpool-\n\n when present
    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_dhcp_helper_variable str
    Variable name
    ipv4_dhcp_helpers Sequence[str]
    List of DHCP IPv4 helper addresses
    ipv4_secondary_addresses Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv4SecondaryAddress]
    Assign secondary IP addresses
    ipv4_vrrps Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv4Vrrp]
    Enable VRRP
    ipv6_access_lists Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv6AccessList]
    Apply IPv6 access list
    ipv6_address str
    Assign IPv6 address
    ipv6_address_variable str
    Variable name
    ipv6_dhcp_helpers Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv6DhcpHelper]
    DHCPv6 Helper
    ipv6_nat bool
    NAT64 on this interface
    ipv6_nat_variable str
    Variable name
    ipv6_secondary_addresses Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv6SecondaryAddress]
    Assign secondary IPv6 addresses
    ipv6_vrrps Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv6Vrrp]
    Enable VRRP
    load_interval int
    Interval for interface load calculation
    load_interval_variable str
    Variable name
    mac_address str
    Set MAC-layer 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 template
    nat bool
    Network Address Translation on this interface
    nat64_interface bool
    NAT64 on this interface
    nat66_interface bool
    NAT66 on this interface
    nat_inside_source_loopback_interface str
    Configure NAT Inside Loopback Interface
    nat_inside_source_loopback_interface_variable str
    Variable name
    nat_overload bool
    Enable port translation(PAT)
    nat_overload_variable str
    Variable name
    nat_pool_prefix_length int
    Ending IP address of NAT Pool Prefix Length
    nat_pool_prefix_length_variable str
    Variable name
    nat_pool_range_end str
    Ending IP address of NAT pool range
    nat_pool_range_end_variable str
    Variable name
    nat_pool_range_start str
    Starting IP address of NAT pool range
    nat_pool_range_start_variable str
    Variable name
    nat_type str
    NAT type
    nat_type_variable str
    Variable name
    poe bool
    Configure interface as Power-over-Ethernet source
    poe_variable str
    Variable name
    propagate_sgt bool
    Enable/Disable CTS SGT propagation on an interface.
    qos_adaptive_bandwidth_downstream int
    Adaptive QoS default downstream bandwidth
    qos_adaptive_bandwidth_downstream_variable str
    Variable name
    qos_adaptive_bandwidth_upstream int
    Adaptive QoS default upstream bandwidth
    qos_adaptive_bandwidth_upstream_variable str
    Variable name
    qos_adaptive_max_downstream int
    Downstream max bandwidth limit
    qos_adaptive_max_downstream_variable str
    Variable name
    qos_adaptive_max_upstream int
    Upstream max bandwidth limit
    qos_adaptive_max_upstream_variable str
    Variable name
    qos_adaptive_min_downstream int
    Downstream min bandwidth limit
    qos_adaptive_min_downstream_variable str
    Variable name
    qos_adaptive_min_upstream int
    Upstream min bandwidth limit
    qos_adaptive_min_upstream_variable str
    Variable name
    qos_adaptive_period int
    Periodic timer for adaptive QoS in minutes
    qos_adaptive_period_variable str
    Variable name
    qos_map str
    Name of QoS map
    qos_map_variable str
    Variable name
    qos_map_vpn str
    Name of VPN QoS map
    qos_map_vpn_variable str
    Variable name
    rewrite_rule_name str
    Name of rewrite rule
    rewrite_rule_name_variable str
    Variable name
    secondary_region str
    Enable secondary region
    secondary_region_variable str
    Variable name
    sgt_enforcement bool
    Enables the interface for CTS SGT authorization and forwarding.
    sgt_enforcement_sgt int
    SGT value between 2 and 65519.
    sgt_enforcement_sgt_variable str
    Variable name
    shaping_rate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
    shaping_rate_variable str
    Variable name
    shutdown bool
    Administrative state
    shutdown_variable str
    Variable name
    speed str
    Set interface speed
    speed_variable str
    Variable name
    static_arps Sequence[GetCiscoVpnInterfaceFeatureTemplateStaticArp]
    Configure static ARP entries
    static_nat66_entries Sequence[GetCiscoVpnInterfaceFeatureTemplateStaticNat66Entry]
    static NAT
    static_nat_entries Sequence[GetCiscoVpnInterfaceFeatureTemplateStaticNatEntry]
    Configure static NAT entries
    static_port_forward_entries Sequence[GetCiscoVpnInterfaceFeatureTemplateStaticPortForwardEntry]
    Configure Port Forward entries
    static_sgt int
    SGT value between 2 and 65519.
    static_sgt_trusted bool
    Indicates that the interface is trustworthy for CTS.
    static_sgt_variable str
    Variable name
    tcp_mss_adjust int
    TCP MSS on SYN packets, in bytes
    tcp_mss_adjust_variable str
    Variable name
    tcp_timeout int
    Set NAT TCP session timeout, in minutes
    tcp_timeout_variable str
    Variable name
    template_type str
    The template type
    tloc_extension str
    Extends a local TLOC to a remote node only for vpn 0
    tloc_extension_variable str
    Variable name
    tracker_variable str
    Variable name
    trackers Sequence[str]
    Enable tracker for this interface
    tunnel_bandwidth int
    Tunnels Bandwidth Percent
    tunnel_bandwidth_variable str
    Variable name
    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_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_control_connections bool
    Allow Control Connection
    tunnel_interface_control_connections_variable str
    Variable name
    tunnel_interface_encapsulations Sequence[GetCiscoVpnInterfaceFeatureTemplateTunnelInterfaceEncapsulation]
    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
    Extend the TLOC to a remote node over GRE tunnel
    tunnel_interface_gre_tunnel_destination_ip_variable str
    Variable name
    tunnel_interface_groups Sequence[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
    Set the maximum number of control connections for this TLOC
    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_propagate_sgt bool
    CTS SGT Propagation configuration
    tunnel_interface_propagate_sgt_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
    udp_timeout int
    Set NAT UDP session timeout, in minutes
    udp_timeout_variable str
    Variable name
    version int
    The version of the feature template
    accessLists List<Property Map>
    Apply ACL
    address String
    Assign IPv4 address
    addressVariable String
    Variable name
    arpTimeout Number
    Timeout value for dynamically learned ARP entries, \n\n seconds
    arpTimeoutVariable String
    Variable name
    autoBandwidthDetect Boolean
    Interface auto detect bandwidth
    autoBandwidthDetectVariable 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
    coreRegion String
    Enable core region
    coreRegionVariable String
    Variable name
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types
    dhcp Boolean
    Enable DHCP
    dhcpDistance Number
    Set administrative distance for DHCP default route
    dhcpDistanceVariable String
    Variable name
    dhcpVariable String
    Variable name
    dhcpv6 Boolean
    Enable DHCPv6
    dhcpv6Variable String
    Variable name
    duplex String
    Duplex mode
    duplexVariable String
    Variable name
    enableCoreRegion Boolean
    Enable core region
    enableSgt Boolean
    Enables the interface for CTS SGT authorization and forwarding.
    greTunnelSourceIp String
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    greTunnelSourceIpVariable String
    Variable name
    greTunnelXconnect String
    Extend remote TLOC over a GRE tunnel to a local WAN interface
    greTunnelXconnectVariable String
    Variable name
    icmpRedirectDisable Boolean
    Set this option to disable the icmp/icmpv6 redirect packets
    icmpRedirectDisableVariable String
    Variable name
    id String
    The id of the feature template
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    interfaceMtu Number
    Interface MTU GigabitEthernet0 \n\n, Other GigabitEthernet \n\n in bytes
    interfaceMtuVariable String
    Variable name
    interfaceName String
    Interface name: ge0/\n\n or ge0/\n\n.vlanid or irbbridgeid:1-63 or loopback\n\n or natpool-\n\n when present
    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
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP IPv4 helper addresses
    ipv4SecondaryAddresses List<Property Map>
    Assign secondary IP addresses
    ipv4Vrrps List<Property Map>
    Enable VRRP
    ipv6AccessLists List<Property Map>
    Apply IPv6 access list
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    ipv6DhcpHelpers List<Property Map>
    DHCPv6 Helper
    ipv6Nat Boolean
    NAT64 on this interface
    ipv6NatVariable String
    Variable name
    ipv6SecondaryAddresses List<Property Map>
    Assign secondary IPv6 addresses
    ipv6Vrrps List<Property Map>
    Enable VRRP
    loadInterval Number
    Interval for interface load calculation
    loadIntervalVariable String
    Variable name
    macAddress String
    Set MAC-layer address
    macAddressVariable String
    Variable name
    mediaType String
    Media type
    mediaTypeVariable String
    Variable name
    name String
    The name of the feature template
    nat Boolean
    Network Address Translation on this interface
    nat64Interface Boolean
    NAT64 on this interface
    nat66Interface Boolean
    NAT66 on this interface
    natInsideSourceLoopbackInterface String
    Configure NAT Inside Loopback Interface
    natInsideSourceLoopbackInterfaceVariable String
    Variable name
    natOverload Boolean
    Enable port translation(PAT)
    natOverloadVariable String
    Variable name
    natPoolPrefixLength Number
    Ending IP address of NAT Pool Prefix Length
    natPoolPrefixLengthVariable String
    Variable name
    natPoolRangeEnd String
    Ending IP address of NAT pool range
    natPoolRangeEndVariable String
    Variable name
    natPoolRangeStart String
    Starting IP address of NAT pool range
    natPoolRangeStartVariable String
    Variable name
    natType String
    NAT type
    natTypeVariable String
    Variable name
    poe Boolean
    Configure interface as Power-over-Ethernet source
    poeVariable String
    Variable name
    propagateSgt Boolean
    Enable/Disable CTS SGT propagation on an interface.
    qosAdaptiveBandwidthDownstream Number
    Adaptive QoS default downstream bandwidth
    qosAdaptiveBandwidthDownstreamVariable String
    Variable name
    qosAdaptiveBandwidthUpstream Number
    Adaptive QoS default upstream bandwidth
    qosAdaptiveBandwidthUpstreamVariable String
    Variable name
    qosAdaptiveMaxDownstream Number
    Downstream max bandwidth limit
    qosAdaptiveMaxDownstreamVariable String
    Variable name
    qosAdaptiveMaxUpstream Number
    Upstream max bandwidth limit
    qosAdaptiveMaxUpstreamVariable String
    Variable name
    qosAdaptiveMinDownstream Number
    Downstream min bandwidth limit
    qosAdaptiveMinDownstreamVariable String
    Variable name
    qosAdaptiveMinUpstream Number
    Upstream min bandwidth limit
    qosAdaptiveMinUpstreamVariable String
    Variable name
    qosAdaptivePeriod Number
    Periodic timer for adaptive QoS in minutes
    qosAdaptivePeriodVariable String
    Variable name
    qosMap String
    Name of QoS map
    qosMapVariable String
    Variable name
    qosMapVpn String
    Name of VPN QoS map
    qosMapVpnVariable String
    Variable name
    rewriteRuleName String
    Name of rewrite rule
    rewriteRuleNameVariable String
    Variable name
    secondaryRegion String
    Enable secondary region
    secondaryRegionVariable String
    Variable name
    sgtEnforcement Boolean
    Enables the interface for CTS SGT authorization and forwarding.
    sgtEnforcementSgt Number
    SGT value between 2 and 65519.
    sgtEnforcementSgtVariable String
    Variable name
    shapingRate Number
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
    shapingRateVariable String
    Variable name
    shutdown Boolean
    Administrative state
    shutdownVariable String
    Variable name
    speed String
    Set interface speed
    speedVariable String
    Variable name
    staticArps List<Property Map>
    Configure static ARP entries
    staticNat66Entries List<Property Map>
    static NAT
    staticNatEntries List<Property Map>
    Configure static NAT entries
    staticPortForwardEntries List<Property Map>
    Configure Port Forward entries
    staticSgt Number
    SGT value between 2 and 65519.
    staticSgtTrusted Boolean
    Indicates that the interface is trustworthy for CTS.
    staticSgtVariable String
    Variable name
    tcpMssAdjust Number
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable String
    Variable name
    tcpTimeout Number
    Set NAT TCP session timeout, in minutes
    tcpTimeoutVariable String
    Variable name
    templateType String
    The template type
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    trackerVariable String
    Variable name
    trackers List<String>
    Enable tracker for this interface
    tunnelBandwidth Number
    Tunnels Bandwidth Percent
    tunnelBandwidthVariable String
    Variable name
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set
    tunnelInterfaceAllowAllVariable 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
    tunnelInterfaceControlConnections Boolean
    Allow Control Connection
    tunnelInterfaceControlConnectionsVariable 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
    Extend the TLOC to a remote node over GRE tunnel
    tunnelInterfaceGreTunnelDestinationIpVariable String
    Variable name
    tunnelInterfaceGroups List<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
    Set the maximum number of control connections for this TLOC
    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
    tunnelInterfacePropagateSgt Boolean
    CTS SGT Propagation configuration
    tunnelInterfacePropagateSgtVariable 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
    udpTimeout Number
    Set NAT UDP session timeout, in minutes
    udpTimeoutVariable String
    Variable name
    version Number
    The version of the feature template

    Supporting Types

    GetCiscoVpnInterfaceFeatureTemplateAccessList

    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction
    optional Boolean
    Indicates if list item is considered optional.
    aclName string
    Name of access list
    aclNameVariable string
    Variable name
    direction string
    Direction
    optional boolean
    Indicates if list item is considered optional.
    acl_name str
    Name of access list
    acl_name_variable str
    Variable name
    direction str
    Direction
    optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoVpnInterfaceFeatureTemplateIpv4SecondaryAddress

    Address string
    IP Address
    AddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Address string
    IP Address
    AddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    address String
    IP Address
    addressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    address string
    IP Address
    addressVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    address str
    IP Address
    address_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    address String
    IP Address
    addressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoVpnInterfaceFeatureTemplateIpv4Vrrp

    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    IpAddress string
    Assign IP Address
    IpAddressVariable string
    Variable name
    Ipv4SecondaryAddresses List<GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpIpv4SecondaryAddress>
    VRRP Secondary IP address
    Optional bool
    Indicates if list item is considered optional.
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TlocPreferenceChange bool
    change TLOC preference
    TlocPreferenceChangeValue int
    Set tloc preference change value
    TlocPreferenceChangeValueVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    TrackingObjects List<GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpTrackingObject>
    tracking object for VRRP configuration
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    IpAddress string
    Assign IP Address
    IpAddressVariable string
    Variable name
    Ipv4SecondaryAddresses []GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpIpv4SecondaryAddress
    VRRP Secondary IP address
    Optional bool
    Indicates if list item is considered optional.
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TlocPreferenceChange bool
    change TLOC preference
    TlocPreferenceChangeValue int
    Set tloc preference change value
    TlocPreferenceChangeValueVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    TrackingObjects []GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpTrackingObject
    tracking object for VRRP configuration
    groupId Integer
    Group ID
    groupIdVariable String
    Variable name
    ipAddress String
    Assign IP Address
    ipAddressVariable String
    Variable name
    ipv4SecondaryAddresses List<GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpIpv4SecondaryAddress>
    VRRP Secondary IP address
    optional Boolean
    Indicates if list item is considered optional.
    priority Integer
    Set priority
    priorityVariable String
    Variable name
    timer Integer
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    tlocPreferenceChange Boolean
    change TLOC preference
    tlocPreferenceChangeValue Integer
    Set tloc preference change value
    tlocPreferenceChangeValueVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name
    trackingObjects List<GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpTrackingObject>
    tracking object for VRRP configuration
    groupId number
    Group ID
    groupIdVariable string
    Variable name
    ipAddress string
    Assign IP Address
    ipAddressVariable string
    Variable name
    ipv4SecondaryAddresses GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpIpv4SecondaryAddress[]
    VRRP Secondary IP address
    optional boolean
    Indicates if list item is considered optional.
    priority number
    Set priority
    priorityVariable string
    Variable name
    timer number
    Timer interval for successive advertisements, in milliseconds
    timerVariable string
    Variable name
    tlocPreferenceChange boolean
    change TLOC preference
    tlocPreferenceChangeValue number
    Set tloc preference change value
    tlocPreferenceChangeValueVariable string
    Variable name
    trackOmp boolean
    Track OMP status
    trackPrefixList string
    Track Prefix List
    trackPrefixListVariable string
    Variable name
    trackingObjects GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpTrackingObject[]
    tracking object for VRRP configuration
    group_id int
    Group ID
    group_id_variable str
    Variable name
    ip_address str
    Assign IP Address
    ip_address_variable str
    Variable name
    ipv4_secondary_addresses Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpIpv4SecondaryAddress]
    VRRP Secondary IP address
    optional bool
    Indicates if list item is considered optional.
    priority int
    Set priority
    priority_variable str
    Variable name
    timer int
    Timer interval for successive advertisements, in milliseconds
    timer_variable str
    Variable name
    tloc_preference_change bool
    change TLOC preference
    tloc_preference_change_value int
    Set tloc preference change value
    tloc_preference_change_value_variable str
    Variable name
    track_omp bool
    Track OMP status
    track_prefix_list str
    Track Prefix List
    track_prefix_list_variable str
    Variable name
    tracking_objects Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpTrackingObject]
    tracking object for VRRP configuration
    groupId Number
    Group ID
    groupIdVariable String
    Variable name
    ipAddress String
    Assign IP Address
    ipAddressVariable String
    Variable name
    ipv4SecondaryAddresses List<Property Map>
    VRRP Secondary IP address
    optional Boolean
    Indicates if list item is considered optional.
    priority Number
    Set priority
    priorityVariable String
    Variable name
    timer Number
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    tlocPreferenceChange Boolean
    change TLOC preference
    tlocPreferenceChangeValue Number
    Set tloc preference change value
    tlocPreferenceChangeValueVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name
    trackingObjects List<Property Map>
    tracking object for VRRP configuration

    GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpIpv4SecondaryAddress

    IpAddress string
    VRRP Secondary IP address
    IpAddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    IpAddress string
    VRRP Secondary IP address
    IpAddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    ipAddress String
    VRRP Secondary IP address
    ipAddressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    ipAddress string
    VRRP Secondary IP address
    ipAddressVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    ip_address str
    VRRP Secondary IP address
    ip_address_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    ipAddress String
    VRRP Secondary IP address
    ipAddressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoVpnInterfaceFeatureTemplateIpv4VrrpTrackingObject

    DecrementValue int
    Decrement Value for VRRP priority
    DecrementValueVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    TrackAction string
    Track Action
    TrackActionVariable string
    Variable name
    TrackerId int
    Tracker ID
    TrackerIdVariable string
    Variable name
    DecrementValue int
    Decrement Value for VRRP priority
    DecrementValueVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    TrackAction string
    Track Action
    TrackActionVariable string
    Variable name
    TrackerId int
    Tracker ID
    TrackerIdVariable string
    Variable name
    decrementValue Integer
    Decrement Value for VRRP priority
    decrementValueVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    trackAction String
    Track Action
    trackActionVariable String
    Variable name
    trackerId Integer
    Tracker ID
    trackerIdVariable String
    Variable name
    decrementValue number
    Decrement Value for VRRP priority
    decrementValueVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    trackAction string
    Track Action
    trackActionVariable string
    Variable name
    trackerId number
    Tracker ID
    trackerIdVariable string
    Variable name
    decrement_value int
    Decrement Value for VRRP priority
    decrement_value_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    track_action str
    Track Action
    track_action_variable str
    Variable name
    tracker_id int
    Tracker ID
    tracker_id_variable str
    Variable name
    decrementValue Number
    Decrement Value for VRRP priority
    decrementValueVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    trackAction String
    Track Action
    trackActionVariable String
    Variable name
    trackerId Number
    Tracker ID
    trackerIdVariable String
    Variable name

    GetCiscoVpnInterfaceFeatureTemplateIpv6AccessList

    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction
    optional Boolean
    Indicates if list item is considered optional.
    aclName string
    Name of access list
    aclNameVariable string
    Variable name
    direction string
    Direction
    optional boolean
    Indicates if list item is considered optional.
    acl_name str
    Name of access list
    acl_name_variable str
    Variable name
    direction str
    Direction
    optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoVpnInterfaceFeatureTemplateIpv6DhcpHelper

    Address string
    DHCPv6 Helper address
    AddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    VpnId int
    DHCPv6 Helper VPN
    VpnIdVariable string
    Variable name
    Address string
    DHCPv6 Helper address
    AddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    VpnId int
    DHCPv6 Helper VPN
    VpnIdVariable string
    Variable name
    address String
    DHCPv6 Helper address
    addressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    vpnId Integer
    DHCPv6 Helper VPN
    vpnIdVariable String
    Variable name
    address string
    DHCPv6 Helper address
    addressVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    vpnId number
    DHCPv6 Helper VPN
    vpnIdVariable string
    Variable name
    address str
    DHCPv6 Helper address
    address_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    vpn_id int
    DHCPv6 Helper VPN
    vpn_id_variable str
    Variable name
    address String
    DHCPv6 Helper address
    addressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    vpnId Number
    DHCPv6 Helper VPN
    vpnIdVariable String
    Variable name

    GetCiscoVpnInterfaceFeatureTemplateIpv6SecondaryAddress

    Address string
    IPv6 Address
    AddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Address string
    IPv6 Address
    AddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    address String
    IPv6 Address
    addressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    address string
    IPv6 Address
    addressVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    address str
    IPv6 Address
    address_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    address String
    IPv6 Address
    addressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoVpnInterfaceFeatureTemplateIpv6Vrrp

    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    Ipv6Addresses List<GetCiscoVpnInterfaceFeatureTemplateIpv6VrrpIpv6Address>
    IPv6 VRRP
    Optional bool
    Indicates if list item is considered optional.
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    TrackOmpVariable string
    Variable name
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    Ipv6Addresses []GetCiscoVpnInterfaceFeatureTemplateIpv6VrrpIpv6Address
    IPv6 VRRP
    Optional bool
    Indicates if list item is considered optional.
    Priority int
    Set priority
    PriorityVariable string
    Variable name
    Timer int
    Timer interval for successive advertisements, in milliseconds
    TimerVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    TrackOmpVariable string
    Variable name
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    groupId Integer
    Group ID
    groupIdVariable String
    Variable name
    ipv6Addresses List<GetCiscoVpnInterfaceFeatureTemplateIpv6VrrpIpv6Address>
    IPv6 VRRP
    optional Boolean
    Indicates if list item is considered optional.
    priority Integer
    Set priority
    priorityVariable String
    Variable name
    timer Integer
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    trackOmpVariable String
    Variable name
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name
    groupId number
    Group ID
    groupIdVariable string
    Variable name
    ipv6Addresses GetCiscoVpnInterfaceFeatureTemplateIpv6VrrpIpv6Address[]
    IPv6 VRRP
    optional boolean
    Indicates if list item is considered optional.
    priority number
    Set priority
    priorityVariable string
    Variable name
    timer number
    Timer interval for successive advertisements, in milliseconds
    timerVariable string
    Variable name
    trackOmp boolean
    Track OMP status
    trackOmpVariable string
    Variable name
    trackPrefixList string
    Track Prefix List
    trackPrefixListVariable string
    Variable name
    group_id int
    Group ID
    group_id_variable str
    Variable name
    ipv6_addresses Sequence[GetCiscoVpnInterfaceFeatureTemplateIpv6VrrpIpv6Address]
    IPv6 VRRP
    optional bool
    Indicates if list item is considered optional.
    priority int
    Set priority
    priority_variable str
    Variable name
    timer int
    Timer interval for successive advertisements, in milliseconds
    timer_variable str
    Variable name
    track_omp bool
    Track OMP status
    track_omp_variable str
    Variable name
    track_prefix_list str
    Track Prefix List
    track_prefix_list_variable str
    Variable name
    groupId Number
    Group ID
    groupIdVariable String
    Variable name
    ipv6Addresses List<Property Map>
    IPv6 VRRP
    optional Boolean
    Indicates if list item is considered optional.
    priority Number
    Set priority
    priorityVariable String
    Variable name
    timer Number
    Timer interval for successive advertisements, in milliseconds
    timerVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    trackOmpVariable String
    Variable name
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name

    GetCiscoVpnInterfaceFeatureTemplateIpv6VrrpIpv6Address

    Ipv6LinkLocal string
    Use link-local IPv6 Address
    Ipv6LinkLocalVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Assign Global IPv6 Prefix
    PrefixVariable string
    Variable name
    Ipv6LinkLocal string
    Use link-local IPv6 Address
    Ipv6LinkLocalVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Assign Global IPv6 Prefix
    PrefixVariable string
    Variable name
    ipv6LinkLocal String
    Use link-local IPv6 Address
    ipv6LinkLocalVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Assign Global IPv6 Prefix
    prefixVariable String
    Variable name
    ipv6LinkLocal string
    Use link-local IPv6 Address
    ipv6LinkLocalVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    prefix string
    Assign Global IPv6 Prefix
    prefixVariable string
    Variable name
    ipv6_link_local str
    Use link-local IPv6 Address
    ipv6_link_local_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    prefix str
    Assign Global IPv6 Prefix
    prefix_variable str
    Variable name
    ipv6LinkLocal String
    Use link-local IPv6 Address
    ipv6LinkLocalVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Assign Global IPv6 Prefix
    prefixVariable String
    Variable name

    GetCiscoVpnInterfaceFeatureTemplateStaticArp

    IpAddress string
    IP Address
    IpAddressVariable string
    Variable name
    Mac string
    MAC address
    MacVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    IpAddress string
    IP Address
    IpAddressVariable string
    Variable name
    Mac string
    MAC address
    MacVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    ipAddress String
    IP Address
    ipAddressVariable String
    Variable name
    mac String
    MAC address
    macVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    ipAddress string
    IP Address
    ipAddressVariable string
    Variable name
    mac string
    MAC address
    macVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    ip_address str
    IP Address
    ip_address_variable str
    Variable name
    mac str
    MAC address
    mac_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    ipAddress String
    IP Address
    ipAddressVariable String
    Variable name
    mac String
    MAC address
    macVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoVpnInterfaceFeatureTemplateStaticNat66Entry

    Optional bool
    Indicates if list item is considered optional.
    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
    Optional bool
    Indicates if list item is considered optional.
    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
    optional Boolean
    Indicates if list item is considered optional.
    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
    optional boolean
    Indicates if list item is considered optional.
    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
    optional bool
    Indicates if list item is considered optional.
    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
    optional Boolean
    Indicates if list item is considered optional.
    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

    GetCiscoVpnInterfaceFeatureTemplateStaticNatEntry

    Optional bool
    Indicates if list item is considered optional.
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourceVpnId int
    Configure VPN ID
    SourceVpnIdVariable string
    Variable name
    StaticNatDirection string
    Direction of static NAT translation
    StaticNatDirectionVariable string
    Variable name
    TranslateIp string
    Statically translated source IP address
    TranslateIpVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourceVpnId int
    Configure VPN ID
    SourceVpnIdVariable string
    Variable name
    StaticNatDirection string
    Direction of static NAT translation
    StaticNatDirectionVariable string
    Variable name
    TranslateIp string
    Statically translated source IP address
    TranslateIpVariable string
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourceVpnId Integer
    Configure VPN ID
    sourceVpnIdVariable String
    Variable name
    staticNatDirection String
    Direction of static NAT translation
    staticNatDirectionVariable String
    Variable name
    translateIp String
    Statically translated source IP address
    translateIpVariable String
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    sourceIp string
    Source IP address to be translated
    sourceIpVariable string
    Variable name
    sourceVpnId number
    Configure VPN ID
    sourceVpnIdVariable string
    Variable name
    staticNatDirection string
    Direction of static NAT translation
    staticNatDirectionVariable string
    Variable name
    translateIp string
    Statically translated source IP address
    translateIpVariable string
    Variable name
    optional bool
    Indicates if list item is considered optional.
    source_ip str
    Source IP address to be translated
    source_ip_variable str
    Variable name
    source_vpn_id int
    Configure VPN ID
    source_vpn_id_variable str
    Variable name
    static_nat_direction str
    Direction of static NAT translation
    static_nat_direction_variable str
    Variable name
    translate_ip str
    Statically translated source IP address
    translate_ip_variable str
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourceVpnId Number
    Configure VPN ID
    sourceVpnIdVariable String
    Variable name
    staticNatDirection String
    Direction of static NAT translation
    staticNatDirectionVariable String
    Variable name
    translateIp String
    Statically translated source IP address
    translateIpVariable String
    Variable name

    GetCiscoVpnInterfaceFeatureTemplateStaticPortForwardEntry

    Optional bool
    Indicates if list item is considered optional.
    Protocol string
    Protocol
    ProtocolVariable string
    Variable name
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourcePort int
    Source Port
    SourcePortVariable string
    Variable name
    SourceVpnId int
    Configure VPN ID
    SourceVpnIdVariable string
    Variable name
    StaticNatDirection string
    Direction of static NAT translation
    StaticNatDirectionVariable string
    Variable name
    TranslateIp string
    Statically translated source IP address
    TranslateIpVariable string
    Variable name
    TranslatePort int
    Translate Port
    TranslatePortVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Protocol string
    Protocol
    ProtocolVariable string
    Variable name
    SourceIp string
    Source IP address to be translated
    SourceIpVariable string
    Variable name
    SourcePort int
    Source Port
    SourcePortVariable string
    Variable name
    SourceVpnId int
    Configure VPN ID
    SourceVpnIdVariable string
    Variable name
    StaticNatDirection string
    Direction of static NAT translation
    StaticNatDirectionVariable string
    Variable name
    TranslateIp string
    Statically translated source IP address
    TranslateIpVariable string
    Variable name
    TranslatePort int
    Translate Port
    TranslatePortVariable string
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    protocol String
    Protocol
    protocolVariable String
    Variable name
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourcePort Integer
    Source Port
    sourcePortVariable String
    Variable name
    sourceVpnId Integer
    Configure VPN ID
    sourceVpnIdVariable String
    Variable name
    staticNatDirection String
    Direction of static NAT translation
    staticNatDirectionVariable String
    Variable name
    translateIp String
    Statically translated source IP address
    translateIpVariable String
    Variable name
    translatePort Integer
    Translate Port
    translatePortVariable String
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    protocol string
    Protocol
    protocolVariable string
    Variable name
    sourceIp string
    Source IP address to be translated
    sourceIpVariable string
    Variable name
    sourcePort number
    Source Port
    sourcePortVariable string
    Variable name
    sourceVpnId number
    Configure VPN ID
    sourceVpnIdVariable string
    Variable name
    staticNatDirection string
    Direction of static NAT translation
    staticNatDirectionVariable string
    Variable name
    translateIp string
    Statically translated source IP address
    translateIpVariable string
    Variable name
    translatePort number
    Translate Port
    translatePortVariable string
    Variable name
    optional bool
    Indicates if list item is considered optional.
    protocol str
    Protocol
    protocol_variable str
    Variable name
    source_ip str
    Source IP address to be translated
    source_ip_variable str
    Variable name
    source_port int
    Source Port
    source_port_variable str
    Variable name
    source_vpn_id int
    Configure VPN ID
    source_vpn_id_variable str
    Variable name
    static_nat_direction str
    Direction of static NAT translation
    static_nat_direction_variable str
    Variable name
    translate_ip str
    Statically translated source IP address
    translate_ip_variable str
    Variable name
    translate_port int
    Translate Port
    translate_port_variable str
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    protocol String
    Protocol
    protocolVariable String
    Variable name
    sourceIp String
    Source IP address to be translated
    sourceIpVariable String
    Variable name
    sourcePort Number
    Source Port
    sourcePortVariable String
    Variable name
    sourceVpnId Number
    Configure VPN ID
    sourceVpnIdVariable String
    Variable name
    staticNatDirection String
    Direction of static NAT translation
    staticNatDirectionVariable String
    Variable name
    translateIp String
    Statically translated source IP address
    translateIpVariable String
    Variable name
    translatePort Number
    Translate Port
    translatePortVariable String
    Variable name

    GetCiscoVpnInterfaceFeatureTemplateTunnelInterfaceEncapsulation

    Encapsulation string
    Encapsulation
    Optional bool
    Indicates if list item is considered optional.
    Preference int
    Set preference for TLOC
    PreferenceVariable string
    Variable name
    Weight int
    Set weight for TLOC
    WeightVariable string
    Variable name
    Encapsulation string
    Encapsulation
    Optional bool
    Indicates if list item is considered optional.
    Preference int
    Set preference for TLOC
    PreferenceVariable string
    Variable name
    Weight int
    Set weight for TLOC
    WeightVariable string
    Variable name
    encapsulation String
    Encapsulation
    optional Boolean
    Indicates if list item is considered optional.
    preference Integer
    Set preference for TLOC
    preferenceVariable String
    Variable name
    weight Integer
    Set weight for TLOC
    weightVariable String
    Variable name
    encapsulation string
    Encapsulation
    optional boolean
    Indicates if list item is considered optional.
    preference number
    Set preference for TLOC
    preferenceVariable string
    Variable name
    weight number
    Set weight for TLOC
    weightVariable string
    Variable name
    encapsulation str
    Encapsulation
    optional bool
    Indicates if list item is considered optional.
    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
    optional Boolean
    Indicates if list item is considered optional.
    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.1 published on Friday, May 31, 2024 by Pulumi