1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getVpnInterfaceDslPppoaFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getVpnInterfaceDslPppoaFeatureTemplate

Explore with Pulumi AI

This data source can read the VPN Interface DSL PPPoA feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getVpnInterfaceDslPppoaFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_vpn_interface_dsl_pppoa_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
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.LookupVpnInterfaceDslPppoaFeatureTemplate(ctx, &sdwan.LookupVpnInterfaceDslPppoaFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetVpnInterfaceDslPppoaFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
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.GetVpnInterfaceDslPppoaFeatureTemplateArgs;
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.getVpnInterfaceDslPppoaFeatureTemplate(GetVpnInterfaceDslPppoaFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getVpnInterfaceDslPppoaFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getVpnInterfaceDslPppoaFeatureTemplate

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 getVpnInterfaceDslPppoaFeatureTemplate(args: GetVpnInterfaceDslPppoaFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetVpnInterfaceDslPppoaFeatureTemplateResult>
function getVpnInterfaceDslPppoaFeatureTemplateOutput(args: GetVpnInterfaceDslPppoaFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetVpnInterfaceDslPppoaFeatureTemplateResult>
Copy
def get_vpn_interface_dsl_pppoa_feature_template(id: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetVpnInterfaceDslPppoaFeatureTemplateResult
def get_vpn_interface_dsl_pppoa_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetVpnInterfaceDslPppoaFeatureTemplateResult]
Copy
func LookupVpnInterfaceDslPppoaFeatureTemplate(ctx *Context, args *LookupVpnInterfaceDslPppoaFeatureTemplateArgs, opts ...InvokeOption) (*LookupVpnInterfaceDslPppoaFeatureTemplateResult, error)
func LookupVpnInterfaceDslPppoaFeatureTemplateOutput(ctx *Context, args *LookupVpnInterfaceDslPppoaFeatureTemplateOutputArgs, opts ...InvokeOption) LookupVpnInterfaceDslPppoaFeatureTemplateResultOutput
Copy

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

public static class GetVpnInterfaceDslPppoaFeatureTemplate 
{
    public static Task<GetVpnInterfaceDslPppoaFeatureTemplateResult> InvokeAsync(GetVpnInterfaceDslPppoaFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnInterfaceDslPppoaFeatureTemplateResult> Invoke(GetVpnInterfaceDslPppoaFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetVpnInterfaceDslPppoaFeatureTemplateResult> getVpnInterfaceDslPppoaFeatureTemplate(GetVpnInterfaceDslPppoaFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetVpnInterfaceDslPppoaFeatureTemplateResult> getVpnInterfaceDslPppoaFeatureTemplate(GetVpnInterfaceDslPppoaFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getVpnInterfaceDslPppoaFeatureTemplate:getVpnInterfaceDslPppoaFeatureTemplate
  arguments:
    # arguments dictionary
Copy

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

getVpnInterfaceDslPppoaFeatureTemplate Result

The following output properties are available:

AccessLists List<GetVpnInterfaceDslPppoaFeatureTemplateAccessList>
Apply ACL
AtmDescription string
Interface description
AtmDescriptionVariable string
Variable name
AtmSubInterfaceName string
ATM Sub interface Name
AtmSubInterfaceNameVariable 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
ChapHostname string
CHAP Hostname
ChapHostnameVariable string
Variable name
ChapPppAuthPassword string
Specify ppp authentication Password
ChapPppAuthPasswordVariable 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
EnableCoreRegion bool
Enable core region
EnableCoreRegionVariable string
Variable name
Id string
The id of the feature template
IpDirectedBroadcast bool
IP Directed-Broadcast
IpDirectedBroadcastVariable string
Variable name
IpMtu int
Interface MTU \n\n, in bytes
IpMtuVariable string
Variable name
Name string
The name of the feature template
Nat bool
Network Address Translation on this interface
NatBlockIcmpError bool
Block inbound ICMP error messages
NatBlockIcmpErrorVariable string
Variable name
NatPortForwards List<GetVpnInterfaceDslPppoaFeatureTemplateNatPortForward>
Set port-forwarding rules for NAT on this interface
NatRefreshMode string
Set NAT refresh mode
NatRefreshModeVariable string
Variable name
NatResponseToPing bool
Respond to ping requests to NAT interface ip address from the public side
NatResponseToPingVariable string
Variable name
NatTcpTimeout int
Set NAT TCP session timeout, in minutes
NatTcpTimeoutVariable string
Variable name
NatUdpTimeout int
Set NAT UDP session timeout, in minutes
NatUdpTimeoutVariable string
Variable name
PapPassword bool
PAP outbound Password
PapPppAuthPassword string
Specify ppp authentication Password
PapPppAuthPasswordVariable string
Variable name
PapUsername string
PAP outbound Sent Username
PapUsernameVariable string
Variable name
PerTunnelQos bool
Per-tunnel Qos
PerTunnelQosAggregator bool
Per-tunnel QoS Aggregator
PerTunnelQosAggregatorVariable string
Variable name
PerTunnelQosVariable string
Variable name
Policers List<GetVpnInterfaceDslPppoaFeatureTemplatePolicer>
Enable policer
PppAuthenticationProtocol string
PPP Link Authentication Protocol
PppAuthenticationProtocolPap bool
PPP Authentication Protocol PAP
PppAuthenticationProtocolVariable string
Variable name
PppAuthenticationType string
Authenticate remote on incoming call only
Pvcs List<GetVpnInterfaceDslPppoaFeatureTemplatePvc>
pvc
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
SecondaryRegion string
Enable secondary region
SecondaryRegionVariable 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
TcpMss int
TCP MSS on SYN packets, in bytes
TcpMssVariable 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
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
TunnelInterfaceColorVariable string
Variable name
TunnelInterfaceControlConnections bool
Allow Control Connection
TunnelInterfaceControlConnectionsVariable string
Variable name
TunnelInterfaceEncapsulations List<GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulation>
Encapsulation for TLOC
TunnelInterfaceExcludeControllerGroupListVariable string
Variable name
TunnelInterfaceExcludeControllerGroupLists List<int>
Exclude the following controller groups defined in this list
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
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
VdslConfigurations List<GetVpnInterfaceDslPppoaFeatureTemplateVdslConfiguration>
vdsl
Version int
The version of the feature template
WriteRule string
Name of rewrite rule
WriteRuleVariable string
Variable name
AccessLists []GetVpnInterfaceDslPppoaFeatureTemplateAccessList
Apply ACL
AtmDescription string
Interface description
AtmDescriptionVariable string
Variable name
AtmSubInterfaceName string
ATM Sub interface Name
AtmSubInterfaceNameVariable 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
ChapHostname string
CHAP Hostname
ChapHostnameVariable string
Variable name
ChapPppAuthPassword string
Specify ppp authentication Password
ChapPppAuthPasswordVariable 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
EnableCoreRegion bool
Enable core region
EnableCoreRegionVariable string
Variable name
Id string
The id of the feature template
IpDirectedBroadcast bool
IP Directed-Broadcast
IpDirectedBroadcastVariable string
Variable name
IpMtu int
Interface MTU \n\n, in bytes
IpMtuVariable string
Variable name
Name string
The name of the feature template
Nat bool
Network Address Translation on this interface
NatBlockIcmpError bool
Block inbound ICMP error messages
NatBlockIcmpErrorVariable string
Variable name
NatPortForwards []GetVpnInterfaceDslPppoaFeatureTemplateNatPortForward
Set port-forwarding rules for NAT on this interface
NatRefreshMode string
Set NAT refresh mode
NatRefreshModeVariable string
Variable name
NatResponseToPing bool
Respond to ping requests to NAT interface ip address from the public side
NatResponseToPingVariable string
Variable name
NatTcpTimeout int
Set NAT TCP session timeout, in minutes
NatTcpTimeoutVariable string
Variable name
NatUdpTimeout int
Set NAT UDP session timeout, in minutes
NatUdpTimeoutVariable string
Variable name
PapPassword bool
PAP outbound Password
PapPppAuthPassword string
Specify ppp authentication Password
PapPppAuthPasswordVariable string
Variable name
PapUsername string
PAP outbound Sent Username
PapUsernameVariable string
Variable name
PerTunnelQos bool
Per-tunnel Qos
PerTunnelQosAggregator bool
Per-tunnel QoS Aggregator
PerTunnelQosAggregatorVariable string
Variable name
PerTunnelQosVariable string
Variable name
Policers []GetVpnInterfaceDslPppoaFeatureTemplatePolicer
Enable policer
PppAuthenticationProtocol string
PPP Link Authentication Protocol
PppAuthenticationProtocolPap bool
PPP Authentication Protocol PAP
PppAuthenticationProtocolVariable string
Variable name
PppAuthenticationType string
Authenticate remote on incoming call only
Pvcs []GetVpnInterfaceDslPppoaFeatureTemplatePvc
pvc
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
SecondaryRegion string
Enable secondary region
SecondaryRegionVariable 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
TcpMss int
TCP MSS on SYN packets, in bytes
TcpMssVariable 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
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
TunnelInterfaceColorVariable string
Variable name
TunnelInterfaceControlConnections bool
Allow Control Connection
TunnelInterfaceControlConnectionsVariable string
Variable name
TunnelInterfaceEncapsulations []GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulation
Encapsulation for TLOC
TunnelInterfaceExcludeControllerGroupListVariable string
Variable name
TunnelInterfaceExcludeControllerGroupLists []int
Exclude the following controller groups defined in this list
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
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
VdslConfigurations []GetVpnInterfaceDslPppoaFeatureTemplateVdslConfiguration
vdsl
Version int
The version of the feature template
WriteRule string
Name of rewrite rule
WriteRuleVariable string
Variable name
accessLists List<GetVpnInterfaceDslPppoaFeatureTemplateAccessList>
Apply ACL
atmDescription String
Interface description
atmDescriptionVariable String
Variable name
atmSubInterfaceName String
ATM Sub interface Name
atmSubInterfaceNameVariable 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
chapHostname String
CHAP Hostname
chapHostnameVariable String
Variable name
chapPppAuthPassword String
Specify ppp authentication Password
chapPppAuthPasswordVariable 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
enableCoreRegion Boolean
Enable core region
enableCoreRegionVariable String
Variable name
id String
The id of the feature template
ipDirectedBroadcast Boolean
IP Directed-Broadcast
ipDirectedBroadcastVariable String
Variable name
ipMtu Integer
Interface MTU \n\n, in bytes
ipMtuVariable String
Variable name
name String
The name of the feature template
nat Boolean
Network Address Translation on this interface
natBlockIcmpError Boolean
Block inbound ICMP error messages
natBlockIcmpErrorVariable String
Variable name
natPortForwards List<GetVpnInterfaceDslPppoaFeatureTemplateNatPortForward>
Set port-forwarding rules for NAT on this interface
natRefreshMode String
Set NAT refresh mode
natRefreshModeVariable String
Variable name
natResponseToPing Boolean
Respond to ping requests to NAT interface ip address from the public side
natResponseToPingVariable String
Variable name
natTcpTimeout Integer
Set NAT TCP session timeout, in minutes
natTcpTimeoutVariable String
Variable name
natUdpTimeout Integer
Set NAT UDP session timeout, in minutes
natUdpTimeoutVariable String
Variable name
papPassword Boolean
PAP outbound Password
papPppAuthPassword String
Specify ppp authentication Password
papPppAuthPasswordVariable String
Variable name
papUsername String
PAP outbound Sent Username
papUsernameVariable String
Variable name
perTunnelQos Boolean
Per-tunnel Qos
perTunnelQosAggregator Boolean
Per-tunnel QoS Aggregator
perTunnelQosAggregatorVariable String
Variable name
perTunnelQosVariable String
Variable name
policers List<GetVpnInterfaceDslPppoaFeatureTemplatePolicer>
Enable policer
pppAuthenticationProtocol String
PPP Link Authentication Protocol
pppAuthenticationProtocolPap Boolean
PPP Authentication Protocol PAP
pppAuthenticationProtocolVariable String
Variable name
pppAuthenticationType String
Authenticate remote on incoming call only
pvcs List<GetVpnInterfaceDslPppoaFeatureTemplatePvc>
pvc
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
secondaryRegion String
Enable secondary region
secondaryRegionVariable 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
tcpMss Integer
TCP MSS on SYN packets, in bytes
tcpMssVariable 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
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
tunnelInterfaceColorVariable String
Variable name
tunnelInterfaceControlConnections Boolean
Allow Control Connection
tunnelInterfaceControlConnectionsVariable String
Variable name
tunnelInterfaceEncapsulations List<GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulation>
Encapsulation for TLOC
tunnelInterfaceExcludeControllerGroupListVariable String
Variable name
tunnelInterfaceExcludeControllerGroupLists List<Integer>
Exclude the following controller groups defined in this list
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
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
vdslConfigurations List<GetVpnInterfaceDslPppoaFeatureTemplateVdslConfiguration>
vdsl
version Integer
The version of the feature template
writeRule String
Name of rewrite rule
writeRuleVariable String
Variable name
accessLists GetVpnInterfaceDslPppoaFeatureTemplateAccessList[]
Apply ACL
atmDescription string
Interface description
atmDescriptionVariable string
Variable name
atmSubInterfaceName string
ATM Sub interface Name
atmSubInterfaceNameVariable 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
chapHostname string
CHAP Hostname
chapHostnameVariable string
Variable name
chapPppAuthPassword string
Specify ppp authentication Password
chapPppAuthPasswordVariable 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
enableCoreRegion boolean
Enable core region
enableCoreRegionVariable string
Variable name
id string
The id of the feature template
ipDirectedBroadcast boolean
IP Directed-Broadcast
ipDirectedBroadcastVariable string
Variable name
ipMtu number
Interface MTU \n\n, in bytes
ipMtuVariable string
Variable name
name string
The name of the feature template
nat boolean
Network Address Translation on this interface
natBlockIcmpError boolean
Block inbound ICMP error messages
natBlockIcmpErrorVariable string
Variable name
natPortForwards GetVpnInterfaceDslPppoaFeatureTemplateNatPortForward[]
Set port-forwarding rules for NAT on this interface
natRefreshMode string
Set NAT refresh mode
natRefreshModeVariable string
Variable name
natResponseToPing boolean
Respond to ping requests to NAT interface ip address from the public side
natResponseToPingVariable string
Variable name
natTcpTimeout number
Set NAT TCP session timeout, in minutes
natTcpTimeoutVariable string
Variable name
natUdpTimeout number
Set NAT UDP session timeout, in minutes
natUdpTimeoutVariable string
Variable name
papPassword boolean
PAP outbound Password
papPppAuthPassword string
Specify ppp authentication Password
papPppAuthPasswordVariable string
Variable name
papUsername string
PAP outbound Sent Username
papUsernameVariable string
Variable name
perTunnelQos boolean
Per-tunnel Qos
perTunnelQosAggregator boolean
Per-tunnel QoS Aggregator
perTunnelQosAggregatorVariable string
Variable name
perTunnelQosVariable string
Variable name
policers GetVpnInterfaceDslPppoaFeatureTemplatePolicer[]
Enable policer
pppAuthenticationProtocol string
PPP Link Authentication Protocol
pppAuthenticationProtocolPap boolean
PPP Authentication Protocol PAP
pppAuthenticationProtocolVariable string
Variable name
pppAuthenticationType string
Authenticate remote on incoming call only
pvcs GetVpnInterfaceDslPppoaFeatureTemplatePvc[]
pvc
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
secondaryRegion string
Enable secondary region
secondaryRegionVariable 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
tcpMss number
TCP MSS on SYN packets, in bytes
tcpMssVariable 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
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
tunnelInterfaceColorVariable string
Variable name
tunnelInterfaceControlConnections boolean
Allow Control Connection
tunnelInterfaceControlConnectionsVariable string
Variable name
tunnelInterfaceEncapsulations GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulation[]
Encapsulation for TLOC
tunnelInterfaceExcludeControllerGroupListVariable string
Variable name
tunnelInterfaceExcludeControllerGroupLists number[]
Exclude the following controller groups defined in this list
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
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
vdslConfigurations GetVpnInterfaceDslPppoaFeatureTemplateVdslConfiguration[]
vdsl
version number
The version of the feature template
writeRule string
Name of rewrite rule
writeRuleVariable string
Variable name
access_lists Sequence[GetVpnInterfaceDslPppoaFeatureTemplateAccessList]
Apply ACL
atm_description str
Interface description
atm_description_variable str
Variable name
atm_sub_interface_name str
ATM Sub interface Name
atm_sub_interface_name_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
chap_hostname str
CHAP Hostname
chap_hostname_variable str
Variable name
chap_ppp_auth_password str
Specify ppp authentication Password
chap_ppp_auth_password_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
enable_core_region bool
Enable core region
enable_core_region_variable str
Variable name
id str
The id of the feature template
ip_directed_broadcast bool
IP Directed-Broadcast
ip_directed_broadcast_variable str
Variable name
ip_mtu int
Interface MTU \n\n, in bytes
ip_mtu_variable str
Variable name
name str
The name of the feature template
nat bool
Network Address Translation on this interface
nat_block_icmp_error bool
Block inbound ICMP error messages
nat_block_icmp_error_variable str
Variable name
nat_port_forwards Sequence[GetVpnInterfaceDslPppoaFeatureTemplateNatPortForward]
Set port-forwarding rules for NAT on this interface
nat_refresh_mode str
Set NAT refresh mode
nat_refresh_mode_variable str
Variable name
nat_response_to_ping bool
Respond to ping requests to NAT interface ip address from the public side
nat_response_to_ping_variable str
Variable name
nat_tcp_timeout int
Set NAT TCP session timeout, in minutes
nat_tcp_timeout_variable str
Variable name
nat_udp_timeout int
Set NAT UDP session timeout, in minutes
nat_udp_timeout_variable str
Variable name
pap_password bool
PAP outbound Password
pap_ppp_auth_password str
Specify ppp authentication Password
pap_ppp_auth_password_variable str
Variable name
pap_username str
PAP outbound Sent Username
pap_username_variable str
Variable name
per_tunnel_qos bool
Per-tunnel Qos
per_tunnel_qos_aggregator bool
Per-tunnel QoS Aggregator
per_tunnel_qos_aggregator_variable str
Variable name
per_tunnel_qos_variable str
Variable name
policers Sequence[GetVpnInterfaceDslPppoaFeatureTemplatePolicer]
Enable policer
ppp_authentication_protocol str
PPP Link Authentication Protocol
ppp_authentication_protocol_pap bool
PPP Authentication Protocol PAP
ppp_authentication_protocol_variable str
Variable name
ppp_authentication_type str
Authenticate remote on incoming call only
pvcs Sequence[GetVpnInterfaceDslPppoaFeatureTemplatePvc]
pvc
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
secondary_region str
Enable secondary region
secondary_region_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
tcp_mss int
TCP MSS on SYN packets, in bytes
tcp_mss_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_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_variable str
Variable name
tunnel_interface_control_connections bool
Allow Control Connection
tunnel_interface_control_connections_variable str
Variable name
tunnel_interface_encapsulations Sequence[GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulation]
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_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_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
vdsl_configurations Sequence[GetVpnInterfaceDslPppoaFeatureTemplateVdslConfiguration]
vdsl
version int
The version of the feature template
write_rule str
Name of rewrite rule
write_rule_variable str
Variable name
accessLists List<Property Map>
Apply ACL
atmDescription String
Interface description
atmDescriptionVariable String
Variable name
atmSubInterfaceName String
ATM Sub interface Name
atmSubInterfaceNameVariable 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
chapHostname String
CHAP Hostname
chapHostnameVariable String
Variable name
chapPppAuthPassword String
Specify ppp authentication Password
chapPppAuthPasswordVariable 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
enableCoreRegion Boolean
Enable core region
enableCoreRegionVariable String
Variable name
id String
The id of the feature template
ipDirectedBroadcast Boolean
IP Directed-Broadcast
ipDirectedBroadcastVariable String
Variable name
ipMtu Number
Interface MTU \n\n, in bytes
ipMtuVariable String
Variable name
name String
The name of the feature template
nat Boolean
Network Address Translation on this interface
natBlockIcmpError Boolean
Block inbound ICMP error messages
natBlockIcmpErrorVariable String
Variable name
natPortForwards List<Property Map>
Set port-forwarding rules for NAT on this interface
natRefreshMode String
Set NAT refresh mode
natRefreshModeVariable String
Variable name
natResponseToPing Boolean
Respond to ping requests to NAT interface ip address from the public side
natResponseToPingVariable String
Variable name
natTcpTimeout Number
Set NAT TCP session timeout, in minutes
natTcpTimeoutVariable String
Variable name
natUdpTimeout Number
Set NAT UDP session timeout, in minutes
natUdpTimeoutVariable String
Variable name
papPassword Boolean
PAP outbound Password
papPppAuthPassword String
Specify ppp authentication Password
papPppAuthPasswordVariable String
Variable name
papUsername String
PAP outbound Sent Username
papUsernameVariable String
Variable name
perTunnelQos Boolean
Per-tunnel Qos
perTunnelQosAggregator Boolean
Per-tunnel QoS Aggregator
perTunnelQosAggregatorVariable String
Variable name
perTunnelQosVariable String
Variable name
policers List<Property Map>
Enable policer
pppAuthenticationProtocol String
PPP Link Authentication Protocol
pppAuthenticationProtocolPap Boolean
PPP Authentication Protocol PAP
pppAuthenticationProtocolVariable String
Variable name
pppAuthenticationType String
Authenticate remote on incoming call only
pvcs List<Property Map>
pvc
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
secondaryRegion String
Enable secondary region
secondaryRegionVariable 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
tcpMss Number
TCP MSS on SYN packets, in bytes
tcpMssVariable 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
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
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
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
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
vdslConfigurations List<Property Map>
vdsl
version Number
The version of the feature template
writeRule String
Name of rewrite rule
writeRuleVariable String
Variable name

Supporting Types

GetVpnInterfaceDslPppoaFeatureTemplateAccessList

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

GetVpnInterfaceDslPppoaFeatureTemplateNatPortForward

Optional This property is required. bool
Indicates if list item is considered optional.
PortEndRange This property is required. int
Ending port of port range
PortStartRange This property is required. int
Starting port of port range
PrivateIpAddress This property is required. string
Private IP Address to translate to
PrivateIpAddressVariable This property is required. string
Variable name
PrivateVpn This property is required. int
VPN in which private IP Address resides
PrivateVpnVariable This property is required. string
Variable name
Protocol This property is required. string
Layer 4 protocol to apply port forwarding to
Optional This property is required. bool
Indicates if list item is considered optional.
PortEndRange This property is required. int
Ending port of port range
PortStartRange This property is required. int
Starting port of port range
PrivateIpAddress This property is required. string
Private IP Address to translate to
PrivateIpAddressVariable This property is required. string
Variable name
PrivateVpn This property is required. int
VPN in which private IP Address resides
PrivateVpnVariable This property is required. string
Variable name
Protocol This property is required. string
Layer 4 protocol to apply port forwarding to
optional This property is required. Boolean
Indicates if list item is considered optional.
portEndRange This property is required. Integer
Ending port of port range
portStartRange This property is required. Integer
Starting port of port range
privateIpAddress This property is required. String
Private IP Address to translate to
privateIpAddressVariable This property is required. String
Variable name
privateVpn This property is required. Integer
VPN in which private IP Address resides
privateVpnVariable This property is required. String
Variable name
protocol This property is required. String
Layer 4 protocol to apply port forwarding to
optional This property is required. boolean
Indicates if list item is considered optional.
portEndRange This property is required. number
Ending port of port range
portStartRange This property is required. number
Starting port of port range
privateIpAddress This property is required. string
Private IP Address to translate to
privateIpAddressVariable This property is required. string
Variable name
privateVpn This property is required. number
VPN in which private IP Address resides
privateVpnVariable This property is required. string
Variable name
protocol This property is required. string
Layer 4 protocol to apply port forwarding to
optional This property is required. bool
Indicates if list item is considered optional.
port_end_range This property is required. int
Ending port of port range
port_start_range This property is required. int
Starting port of port range
private_ip_address This property is required. str
Private IP Address to translate to
private_ip_address_variable This property is required. str
Variable name
private_vpn This property is required. int
VPN in which private IP Address resides
private_vpn_variable This property is required. str
Variable name
protocol This property is required. str
Layer 4 protocol to apply port forwarding to
optional This property is required. Boolean
Indicates if list item is considered optional.
portEndRange This property is required. Number
Ending port of port range
portStartRange This property is required. Number
Starting port of port range
privateIpAddress This property is required. String
Private IP Address to translate to
privateIpAddressVariable This property is required. String
Variable name
privateVpn This property is required. Number
VPN in which private IP Address resides
privateVpnVariable This property is required. String
Variable name
protocol This property is required. String
Layer 4 protocol to apply port forwarding to

GetVpnInterfaceDslPppoaFeatureTemplatePolicer

Direction This property is required. string
Direction
Optional This property is required. bool
Indicates if list item is considered optional.
PolicerName This property is required. string
Name of policer
Direction This property is required. string
Direction
Optional This property is required. bool
Indicates if list item is considered optional.
PolicerName This property is required. string
Name of policer
direction This property is required. String
Direction
optional This property is required. Boolean
Indicates if list item is considered optional.
policerName This property is required. String
Name of policer
direction This property is required. string
Direction
optional This property is required. boolean
Indicates if list item is considered optional.
policerName This property is required. string
Name of policer
direction This property is required. str
Direction
optional This property is required. bool
Indicates if list item is considered optional.
policer_name This property is required. str
Name of policer
direction This property is required. String
Direction
optional This property is required. Boolean
Indicates if list item is considered optional.
policerName This property is required. String
Name of policer

GetVpnInterfaceDslPppoaFeatureTemplatePvc

AtmDialerPoolMember This property is required. int
Dialer Pool corresponding to this pvc
AtmDialerPoolMemberVariable This property is required. string
Variable name
AtmEncapsulationAal5mux This property is required. bool
dialer
AtmEncapsulationAal5nlpid This property is required. bool
aal5nlpid
AtmEncapsulationAal5snap This property is required. bool
aal5snap
AtmVbrNrtMaximumBurstSize This property is required. int
Maximum Burst Size in Cells
AtmVbrNrtMaximumBurstSizeVariable This property is required. string
Variable name
AtmVbrNrtPeakCellRate This property is required. int
Peak Cell Rate in Kbps
AtmVbrNrtPeakCellRateVariable This property is required. string
Variable name
AtmVbrNrtSustainableCellRate This property is required. int
Peak Cell Rate in Kbps
AtmVbrNrtSustainableCellRateVariable This property is required. string
Variable name
AtmVbrRtAverageCellRate This property is required. int
Average Cell Rate in Kbps
AtmVbrRtAverageCellRateVariable This property is required. string
Variable name
AtmVbrRtMaximumBurstSize This property is required. int
Maximum Burst Size in number of Cells
AtmVbrRtMaximumBurstSizeVariable This property is required. string
Variable name
AtmVbrRtPeakCellRate This property is required. int
Peak Cell Rate in Kbps
AtmVbrRtPeakCellRateVariable This property is required. string
Variable name
AtmVpiAndVci This property is required. string
VPI/VCI
AtmVpiAndVciVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
AtmDialerPoolMember This property is required. int
Dialer Pool corresponding to this pvc
AtmDialerPoolMemberVariable This property is required. string
Variable name
AtmEncapsulationAal5mux This property is required. bool
dialer
AtmEncapsulationAal5nlpid This property is required. bool
aal5nlpid
AtmEncapsulationAal5snap This property is required. bool
aal5snap
AtmVbrNrtMaximumBurstSize This property is required. int
Maximum Burst Size in Cells
AtmVbrNrtMaximumBurstSizeVariable This property is required. string
Variable name
AtmVbrNrtPeakCellRate This property is required. int
Peak Cell Rate in Kbps
AtmVbrNrtPeakCellRateVariable This property is required. string
Variable name
AtmVbrNrtSustainableCellRate This property is required. int
Peak Cell Rate in Kbps
AtmVbrNrtSustainableCellRateVariable This property is required. string
Variable name
AtmVbrRtAverageCellRate This property is required. int
Average Cell Rate in Kbps
AtmVbrRtAverageCellRateVariable This property is required. string
Variable name
AtmVbrRtMaximumBurstSize This property is required. int
Maximum Burst Size in number of Cells
AtmVbrRtMaximumBurstSizeVariable This property is required. string
Variable name
AtmVbrRtPeakCellRate This property is required. int
Peak Cell Rate in Kbps
AtmVbrRtPeakCellRateVariable This property is required. string
Variable name
AtmVpiAndVci This property is required. string
VPI/VCI
AtmVpiAndVciVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
atmDialerPoolMember This property is required. Integer
Dialer Pool corresponding to this pvc
atmDialerPoolMemberVariable This property is required. String
Variable name
atmEncapsulationAal5mux This property is required. Boolean
dialer
atmEncapsulationAal5nlpid This property is required. Boolean
aal5nlpid
atmEncapsulationAal5snap This property is required. Boolean
aal5snap
atmVbrNrtMaximumBurstSize This property is required. Integer
Maximum Burst Size in Cells
atmVbrNrtMaximumBurstSizeVariable This property is required. String
Variable name
atmVbrNrtPeakCellRate This property is required. Integer
Peak Cell Rate in Kbps
atmVbrNrtPeakCellRateVariable This property is required. String
Variable name
atmVbrNrtSustainableCellRate This property is required. Integer
Peak Cell Rate in Kbps
atmVbrNrtSustainableCellRateVariable This property is required. String
Variable name
atmVbrRtAverageCellRate This property is required. Integer
Average Cell Rate in Kbps
atmVbrRtAverageCellRateVariable This property is required. String
Variable name
atmVbrRtMaximumBurstSize This property is required. Integer
Maximum Burst Size in number of Cells
atmVbrRtMaximumBurstSizeVariable This property is required. String
Variable name
atmVbrRtPeakCellRate This property is required. Integer
Peak Cell Rate in Kbps
atmVbrRtPeakCellRateVariable This property is required. String
Variable name
atmVpiAndVci This property is required. String
VPI/VCI
atmVpiAndVciVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
atmDialerPoolMember This property is required. number
Dialer Pool corresponding to this pvc
atmDialerPoolMemberVariable This property is required. string
Variable name
atmEncapsulationAal5mux This property is required. boolean
dialer
atmEncapsulationAal5nlpid This property is required. boolean
aal5nlpid
atmEncapsulationAal5snap This property is required. boolean
aal5snap
atmVbrNrtMaximumBurstSize This property is required. number
Maximum Burst Size in Cells
atmVbrNrtMaximumBurstSizeVariable This property is required. string
Variable name
atmVbrNrtPeakCellRate This property is required. number
Peak Cell Rate in Kbps
atmVbrNrtPeakCellRateVariable This property is required. string
Variable name
atmVbrNrtSustainableCellRate This property is required. number
Peak Cell Rate in Kbps
atmVbrNrtSustainableCellRateVariable This property is required. string
Variable name
atmVbrRtAverageCellRate This property is required. number
Average Cell Rate in Kbps
atmVbrRtAverageCellRateVariable This property is required. string
Variable name
atmVbrRtMaximumBurstSize This property is required. number
Maximum Burst Size in number of Cells
atmVbrRtMaximumBurstSizeVariable This property is required. string
Variable name
atmVbrRtPeakCellRate This property is required. number
Peak Cell Rate in Kbps
atmVbrRtPeakCellRateVariable This property is required. string
Variable name
atmVpiAndVci This property is required. string
VPI/VCI
atmVpiAndVciVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
atm_dialer_pool_member This property is required. int
Dialer Pool corresponding to this pvc
atm_dialer_pool_member_variable This property is required. str
Variable name
atm_encapsulation_aal5mux This property is required. bool
dialer
atm_encapsulation_aal5nlpid This property is required. bool
aal5nlpid
atm_encapsulation_aal5snap This property is required. bool
aal5snap
atm_vbr_nrt_maximum_burst_size This property is required. int
Maximum Burst Size in Cells
atm_vbr_nrt_maximum_burst_size_variable This property is required. str
Variable name
atm_vbr_nrt_peak_cell_rate This property is required. int
Peak Cell Rate in Kbps
atm_vbr_nrt_peak_cell_rate_variable This property is required. str
Variable name
atm_vbr_nrt_sustainable_cell_rate This property is required. int
Peak Cell Rate in Kbps
atm_vbr_nrt_sustainable_cell_rate_variable This property is required. str
Variable name
atm_vbr_rt_average_cell_rate This property is required. int
Average Cell Rate in Kbps
atm_vbr_rt_average_cell_rate_variable This property is required. str
Variable name
atm_vbr_rt_maximum_burst_size This property is required. int
Maximum Burst Size in number of Cells
atm_vbr_rt_maximum_burst_size_variable This property is required. str
Variable name
atm_vbr_rt_peak_cell_rate This property is required. int
Peak Cell Rate in Kbps
atm_vbr_rt_peak_cell_rate_variable This property is required. str
Variable name
atm_vpi_and_vci This property is required. str
VPI/VCI
atm_vpi_and_vci_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
atmDialerPoolMember This property is required. Number
Dialer Pool corresponding to this pvc
atmDialerPoolMemberVariable This property is required. String
Variable name
atmEncapsulationAal5mux This property is required. Boolean
dialer
atmEncapsulationAal5nlpid This property is required. Boolean
aal5nlpid
atmEncapsulationAal5snap This property is required. Boolean
aal5snap
atmVbrNrtMaximumBurstSize This property is required. Number
Maximum Burst Size in Cells
atmVbrNrtMaximumBurstSizeVariable This property is required. String
Variable name
atmVbrNrtPeakCellRate This property is required. Number
Peak Cell Rate in Kbps
atmVbrNrtPeakCellRateVariable This property is required. String
Variable name
atmVbrNrtSustainableCellRate This property is required. Number
Peak Cell Rate in Kbps
atmVbrNrtSustainableCellRateVariable This property is required. String
Variable name
atmVbrRtAverageCellRate This property is required. Number
Average Cell Rate in Kbps
atmVbrRtAverageCellRateVariable This property is required. String
Variable name
atmVbrRtMaximumBurstSize This property is required. Number
Maximum Burst Size in number of Cells
atmVbrRtMaximumBurstSizeVariable This property is required. String
Variable name
atmVbrRtPeakCellRate This property is required. Number
Peak Cell Rate in Kbps
atmVbrRtPeakCellRateVariable This property is required. String
Variable name
atmVpiAndVci This property is required. String
VPI/VCI
atmVpiAndVciVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.

GetVpnInterfaceDslPppoaFeatureTemplateTunnelInterfaceEncapsulation

Encapsulation This property is required. string
Encapsulation
Optional This property is required. bool
Indicates if list item is considered optional.
Preference This property is required. int
Set preference for TLOC
PreferenceVariable This property is required. string
Variable name
Weight This property is required. int
Set weight for TLOC
WeightVariable This property is required. string
Variable name
Encapsulation This property is required. string
Encapsulation
Optional This property is required. bool
Indicates if list item is considered optional.
Preference This property is required. int
Set preference for TLOC
PreferenceVariable This property is required. string
Variable name
Weight This property is required. int
Set weight for TLOC
WeightVariable This property is required. string
Variable name
encapsulation This property is required. String
Encapsulation
optional This property is required. Boolean
Indicates if list item is considered optional.
preference This property is required. Integer
Set preference for TLOC
preferenceVariable This property is required. String
Variable name
weight This property is required. Integer
Set weight for TLOC
weightVariable This property is required. String
Variable name
encapsulation This property is required. string
Encapsulation
optional This property is required. boolean
Indicates if list item is considered optional.
preference This property is required. number
Set preference for TLOC
preferenceVariable This property is required. string
Variable name
weight This property is required. number
Set weight for TLOC
weightVariable This property is required. string
Variable name
encapsulation This property is required. str
Encapsulation
optional This property is required. bool
Indicates if list item is considered optional.
preference This property is required. int
Set preference for TLOC
preference_variable This property is required. str
Variable name
weight This property is required. int
Set weight for TLOC
weight_variable This property is required. str
Variable name
encapsulation This property is required. String
Encapsulation
optional This property is required. Boolean
Indicates if list item is considered optional.
preference This property is required. Number
Set preference for TLOC
preferenceVariable This property is required. String
Variable name
weight This property is required. Number
Set weight for TLOC
weightVariable This property is required. String
Variable name

GetVpnInterfaceDslPppoaFeatureTemplateVdslConfiguration

ControllerVdslSlot This property is required. string
Set module slot/subslot/port number
ControllerVdslSlotVariable This property is required. string
Variable name
ModeAdsl1 This property is required. bool
Set VDSL operating mode to adsl1
ModeAdsl2 This property is required. bool
Set VDSL operating mode to adsl2
ModeAdsl2plus This property is required. bool
Set VDSL operating mode to adsl2plus
ModeAnsi This property is required. bool
Set VDSL operating mode to ansi
ModeVdsl2 This property is required. bool
Set VDSL operating mode to vdsl2
Optional This property is required. bool
Indicates if list item is considered optional.
Sra This property is required. bool
Seamless rate adaption
VdslModemConfiguration This property is required. string
Set module slot/subslot/port number
VdslModemConfigurationVariable This property is required. string
Variable name
ControllerVdslSlot This property is required. string
Set module slot/subslot/port number
ControllerVdslSlotVariable This property is required. string
Variable name
ModeAdsl1 This property is required. bool
Set VDSL operating mode to adsl1
ModeAdsl2 This property is required. bool
Set VDSL operating mode to adsl2
ModeAdsl2plus This property is required. bool
Set VDSL operating mode to adsl2plus
ModeAnsi This property is required. bool
Set VDSL operating mode to ansi
ModeVdsl2 This property is required. bool
Set VDSL operating mode to vdsl2
Optional This property is required. bool
Indicates if list item is considered optional.
Sra This property is required. bool
Seamless rate adaption
VdslModemConfiguration This property is required. string
Set module slot/subslot/port number
VdslModemConfigurationVariable This property is required. string
Variable name
controllerVdslSlot This property is required. String
Set module slot/subslot/port number
controllerVdslSlotVariable This property is required. String
Variable name
modeAdsl1 This property is required. Boolean
Set VDSL operating mode to adsl1
modeAdsl2 This property is required. Boolean
Set VDSL operating mode to adsl2
modeAdsl2plus This property is required. Boolean
Set VDSL operating mode to adsl2plus
modeAnsi This property is required. Boolean
Set VDSL operating mode to ansi
modeVdsl2 This property is required. Boolean
Set VDSL operating mode to vdsl2
optional This property is required. Boolean
Indicates if list item is considered optional.
sra This property is required. Boolean
Seamless rate adaption
vdslModemConfiguration This property is required. String
Set module slot/subslot/port number
vdslModemConfigurationVariable This property is required. String
Variable name
controllerVdslSlot This property is required. string
Set module slot/subslot/port number
controllerVdslSlotVariable This property is required. string
Variable name
modeAdsl1 This property is required. boolean
Set VDSL operating mode to adsl1
modeAdsl2 This property is required. boolean
Set VDSL operating mode to adsl2
modeAdsl2plus This property is required. boolean
Set VDSL operating mode to adsl2plus
modeAnsi This property is required. boolean
Set VDSL operating mode to ansi
modeVdsl2 This property is required. boolean
Set VDSL operating mode to vdsl2
optional This property is required. boolean
Indicates if list item is considered optional.
sra This property is required. boolean
Seamless rate adaption
vdslModemConfiguration This property is required. string
Set module slot/subslot/port number
vdslModemConfigurationVariable This property is required. string
Variable name
controller_vdsl_slot This property is required. str
Set module slot/subslot/port number
controller_vdsl_slot_variable This property is required. str
Variable name
mode_adsl1 This property is required. bool
Set VDSL operating mode to adsl1
mode_adsl2 This property is required. bool
Set VDSL operating mode to adsl2
mode_adsl2plus This property is required. bool
Set VDSL operating mode to adsl2plus
mode_ansi This property is required. bool
Set VDSL operating mode to ansi
mode_vdsl2 This property is required. bool
Set VDSL operating mode to vdsl2
optional This property is required. bool
Indicates if list item is considered optional.
sra This property is required. bool
Seamless rate adaption
vdsl_modem_configuration This property is required. str
Set module slot/subslot/port number
vdsl_modem_configuration_variable This property is required. str
Variable name
controllerVdslSlot This property is required. String
Set module slot/subslot/port number
controllerVdslSlotVariable This property is required. String
Variable name
modeAdsl1 This property is required. Boolean
Set VDSL operating mode to adsl1
modeAdsl2 This property is required. Boolean
Set VDSL operating mode to adsl2
modeAdsl2plus This property is required. Boolean
Set VDSL operating mode to adsl2plus
modeAnsi This property is required. Boolean
Set VDSL operating mode to ansi
modeVdsl2 This property is required. Boolean
Set VDSL operating mode to vdsl2
optional This property is required. Boolean
Indicates if list item is considered optional.
sra This property is required. Boolean
Seamless rate adaption
vdslModemConfiguration This property is required. String
Set module slot/subslot/port number
vdslModemConfigurationVariable This property is required. 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.