sdwan.TransportWanVpnInterfaceT1E1SerialFeature
Explore with Pulumi AI
This resource can manage a Transport WAN VPN Interface T1 E1 Serial Feature.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = new sdwan.TransportWanVpnInterfaceT1E1SerialFeature("example", {
name: "Example",
description: "My Example",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
shutdown: true,
interfaceName: "Serial0",
ipv4Address: "1.2.3.4",
ipv4SubnetMask: "0.0.0.0",
ipv6Address: "2001:0:0:1::/64",
bandwidth: 123456,
bandwidthDownstream: 123456,
clockRate: "1200",
encapsulation: "ppp",
tunnelInterface: true,
perTunnelQos: true,
perTunnelQosAggregator: false,
tunnelQosMode: "hub",
tunnelInterfaceColor: "mpls",
tunnelInterfaceRestrict: true,
tunnelInterfaceGroups: 42949672,
tunnelInterfaceBorder: false,
tunnelInterfaceMaxControlConnections: 62,
tunnelInterfaceVbondAsStunServer: false,
tunnelInterfaceExcludeControllerGroupLists: [2],
tunnelInterfaceVmanageConnectionPreference: 8,
tunnelInterfacePortHop: true,
tunnelInterfaceLowBandwidthLink: false,
tunnelInterfaceTunnelTcpMss: 1460,
tunnelInterfaceClearDontFragment: false,
tunnelInterfaceClearNetworkBroadcast: false,
tunnelInterfaceCarrier: "default",
tunnelInterfaceBindLoopbackTunnel: "example",
tunnelInterfaceLastResortCircuit: false,
tunnelInterfaceNatRefreshInterval: 5,
tunnelInterfaceHelloInterval: 1000,
tunnelInterfaceHelloTolerance: 12,
tunnelInterfaceAllowAll: false,
tunnelInterfaceAllowBgp: false,
tunnelInterfaceAllowDhcp: true,
tunnelInterfaceAllowDns: true,
tunnelInterfaceAllowIcmp: true,
tunnelInterfaceAllowNetconf: false,
tunnelInterfaceAllowNtp: false,
tunnelInterfaceAllowOspf: false,
tunnelInterfaceAllowSsh: false,
tunnelInterfaceAllowStun: false,
tunnelInterfaceAllowHttps: true,
tunnelInterfaceAllowSnmp: false,
tunnelInterfaceAllowBfd: false,
tunnelInterfaceEncapsulations: [{
encapsulation: "gre",
preference: 4294967,
weight: 250,
}],
tcpMss: 1460,
mtu: 1500,
ipMtu: 1500,
tlocExtension: "tloc",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.TransportWanVpnInterfaceT1E1SerialFeature("example",
name="Example",
description="My Example",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037",
shutdown=True,
interface_name="Serial0",
ipv4_address="1.2.3.4",
ipv4_subnet_mask="0.0.0.0",
ipv6_address="2001:0:0:1::/64",
bandwidth=123456,
bandwidth_downstream=123456,
clock_rate="1200",
encapsulation="ppp",
tunnel_interface=True,
per_tunnel_qos=True,
per_tunnel_qos_aggregator=False,
tunnel_qos_mode="hub",
tunnel_interface_color="mpls",
tunnel_interface_restrict=True,
tunnel_interface_groups=42949672,
tunnel_interface_border=False,
tunnel_interface_max_control_connections=62,
tunnel_interface_vbond_as_stun_server=False,
tunnel_interface_exclude_controller_group_lists=[2],
tunnel_interface_vmanage_connection_preference=8,
tunnel_interface_port_hop=True,
tunnel_interface_low_bandwidth_link=False,
tunnel_interface_tunnel_tcp_mss=1460,
tunnel_interface_clear_dont_fragment=False,
tunnel_interface_clear_network_broadcast=False,
tunnel_interface_carrier="default",
tunnel_interface_bind_loopback_tunnel="example",
tunnel_interface_last_resort_circuit=False,
tunnel_interface_nat_refresh_interval=5,
tunnel_interface_hello_interval=1000,
tunnel_interface_hello_tolerance=12,
tunnel_interface_allow_all=False,
tunnel_interface_allow_bgp=False,
tunnel_interface_allow_dhcp=True,
tunnel_interface_allow_dns=True,
tunnel_interface_allow_icmp=True,
tunnel_interface_allow_netconf=False,
tunnel_interface_allow_ntp=False,
tunnel_interface_allow_ospf=False,
tunnel_interface_allow_ssh=False,
tunnel_interface_allow_stun=False,
tunnel_interface_allow_https=True,
tunnel_interface_allow_snmp=False,
tunnel_interface_allow_bfd=False,
tunnel_interface_encapsulations=[{
"encapsulation": "gre",
"preference": 4294967,
"weight": 250,
}],
tcp_mss=1460,
mtu=1500,
ip_mtu=1500,
tloc_extension="tloc")
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.NewTransportWanVpnInterfaceT1E1SerialFeature(ctx, "example", &sdwan.TransportWanVpnInterfaceT1E1SerialFeatureArgs{
Name: pulumi.String("Example"),
Description: pulumi.String("My Example"),
FeatureProfileId: pulumi.String("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"),
TransportWanVpnFeatureId: pulumi.String("140331f6-5418-4755-a059-13c77eb96037"),
Shutdown: pulumi.Bool(true),
InterfaceName: pulumi.String("Serial0"),
Ipv4Address: pulumi.String("1.2.3.4"),
Ipv4SubnetMask: pulumi.String("0.0.0.0"),
Ipv6Address: pulumi.String("2001:0:0:1::/64"),
Bandwidth: pulumi.Int(123456),
BandwidthDownstream: pulumi.Int(123456),
ClockRate: pulumi.String("1200"),
Encapsulation: pulumi.String("ppp"),
TunnelInterface: pulumi.Bool(true),
PerTunnelQos: pulumi.Bool(true),
PerTunnelQosAggregator: pulumi.Bool(false),
TunnelQosMode: pulumi.String("hub"),
TunnelInterfaceColor: pulumi.String("mpls"),
TunnelInterfaceRestrict: pulumi.Bool(true),
TunnelInterfaceGroups: pulumi.Int(42949672),
TunnelInterfaceBorder: pulumi.Bool(false),
TunnelInterfaceMaxControlConnections: pulumi.Int(62),
TunnelInterfaceVbondAsStunServer: pulumi.Bool(false),
TunnelInterfaceExcludeControllerGroupLists: pulumi.IntArray{
pulumi.Int(2),
},
TunnelInterfaceVmanageConnectionPreference: pulumi.Int(8),
TunnelInterfacePortHop: pulumi.Bool(true),
TunnelInterfaceLowBandwidthLink: pulumi.Bool(false),
TunnelInterfaceTunnelTcpMss: pulumi.Int(1460),
TunnelInterfaceClearDontFragment: pulumi.Bool(false),
TunnelInterfaceClearNetworkBroadcast: pulumi.Bool(false),
TunnelInterfaceCarrier: pulumi.String("default"),
TunnelInterfaceBindLoopbackTunnel: pulumi.String("example"),
TunnelInterfaceLastResortCircuit: pulumi.Bool(false),
TunnelInterfaceNatRefreshInterval: pulumi.Int(5),
TunnelInterfaceHelloInterval: pulumi.Int(1000),
TunnelInterfaceHelloTolerance: pulumi.Int(12),
TunnelInterfaceAllowAll: pulumi.Bool(false),
TunnelInterfaceAllowBgp: pulumi.Bool(false),
TunnelInterfaceAllowDhcp: pulumi.Bool(true),
TunnelInterfaceAllowDns: pulumi.Bool(true),
TunnelInterfaceAllowIcmp: pulumi.Bool(true),
TunnelInterfaceAllowNetconf: pulumi.Bool(false),
TunnelInterfaceAllowNtp: pulumi.Bool(false),
TunnelInterfaceAllowOspf: pulumi.Bool(false),
TunnelInterfaceAllowSsh: pulumi.Bool(false),
TunnelInterfaceAllowStun: pulumi.Bool(false),
TunnelInterfaceAllowHttps: pulumi.Bool(true),
TunnelInterfaceAllowSnmp: pulumi.Bool(false),
TunnelInterfaceAllowBfd: pulumi.Bool(false),
TunnelInterfaceEncapsulations: sdwan.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArray{
&sdwan.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs{
Encapsulation: pulumi.String("gre"),
Preference: pulumi.Int(4294967),
Weight: pulumi.Int(250),
},
},
TcpMss: pulumi.Int(1460),
Mtu: pulumi.Int(1500),
IpMtu: pulumi.Int(1500),
TlocExtension: pulumi.String("tloc"),
})
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 = new Sdwan.TransportWanVpnInterfaceT1E1SerialFeature("example", new()
{
Name = "Example",
Description = "My Example",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
TransportWanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
Shutdown = true,
InterfaceName = "Serial0",
Ipv4Address = "1.2.3.4",
Ipv4SubnetMask = "0.0.0.0",
Ipv6Address = "2001:0:0:1::/64",
Bandwidth = 123456,
BandwidthDownstream = 123456,
ClockRate = "1200",
Encapsulation = "ppp",
TunnelInterface = true,
PerTunnelQos = true,
PerTunnelQosAggregator = false,
TunnelQosMode = "hub",
TunnelInterfaceColor = "mpls",
TunnelInterfaceRestrict = true,
TunnelInterfaceGroups = 42949672,
TunnelInterfaceBorder = false,
TunnelInterfaceMaxControlConnections = 62,
TunnelInterfaceVbondAsStunServer = false,
TunnelInterfaceExcludeControllerGroupLists = new[]
{
2,
},
TunnelInterfaceVmanageConnectionPreference = 8,
TunnelInterfacePortHop = true,
TunnelInterfaceLowBandwidthLink = false,
TunnelInterfaceTunnelTcpMss = 1460,
TunnelInterfaceClearDontFragment = false,
TunnelInterfaceClearNetworkBroadcast = false,
TunnelInterfaceCarrier = "default",
TunnelInterfaceBindLoopbackTunnel = "example",
TunnelInterfaceLastResortCircuit = false,
TunnelInterfaceNatRefreshInterval = 5,
TunnelInterfaceHelloInterval = 1000,
TunnelInterfaceHelloTolerance = 12,
TunnelInterfaceAllowAll = false,
TunnelInterfaceAllowBgp = false,
TunnelInterfaceAllowDhcp = true,
TunnelInterfaceAllowDns = true,
TunnelInterfaceAllowIcmp = true,
TunnelInterfaceAllowNetconf = false,
TunnelInterfaceAllowNtp = false,
TunnelInterfaceAllowOspf = false,
TunnelInterfaceAllowSsh = false,
TunnelInterfaceAllowStun = false,
TunnelInterfaceAllowHttps = true,
TunnelInterfaceAllowSnmp = false,
TunnelInterfaceAllowBfd = false,
TunnelInterfaceEncapsulations = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs
{
Encapsulation = "gre",
Preference = 4294967,
Weight = 250,
},
},
TcpMss = 1460,
Mtu = 1500,
IpMtu = 1500,
TlocExtension = "tloc",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.TransportWanVpnInterfaceT1E1SerialFeature;
import com.pulumi.sdwan.TransportWanVpnInterfaceT1E1SerialFeatureArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs;
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) {
var example = new TransportWanVpnInterfaceT1E1SerialFeature("example", TransportWanVpnInterfaceT1E1SerialFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
.shutdown(true)
.interfaceName("Serial0")
.ipv4Address("1.2.3.4")
.ipv4SubnetMask("0.0.0.0")
.ipv6Address("2001:0:0:1::/64")
.bandwidth(123456)
.bandwidthDownstream(123456)
.clockRate("1200")
.encapsulation("ppp")
.tunnelInterface(true)
.perTunnelQos(true)
.perTunnelQosAggregator(false)
.tunnelQosMode("hub")
.tunnelInterfaceColor("mpls")
.tunnelInterfaceRestrict(true)
.tunnelInterfaceGroups(42949672)
.tunnelInterfaceBorder(false)
.tunnelInterfaceMaxControlConnections(62)
.tunnelInterfaceVbondAsStunServer(false)
.tunnelInterfaceExcludeControllerGroupLists(2)
.tunnelInterfaceVmanageConnectionPreference(8)
.tunnelInterfacePortHop(true)
.tunnelInterfaceLowBandwidthLink(false)
.tunnelInterfaceTunnelTcpMss(1460)
.tunnelInterfaceClearDontFragment(false)
.tunnelInterfaceClearNetworkBroadcast(false)
.tunnelInterfaceCarrier("default")
.tunnelInterfaceBindLoopbackTunnel("example")
.tunnelInterfaceLastResortCircuit(false)
.tunnelInterfaceNatRefreshInterval(5)
.tunnelInterfaceHelloInterval(1000)
.tunnelInterfaceHelloTolerance(12)
.tunnelInterfaceAllowAll(false)
.tunnelInterfaceAllowBgp(false)
.tunnelInterfaceAllowDhcp(true)
.tunnelInterfaceAllowDns(true)
.tunnelInterfaceAllowIcmp(true)
.tunnelInterfaceAllowNetconf(false)
.tunnelInterfaceAllowNtp(false)
.tunnelInterfaceAllowOspf(false)
.tunnelInterfaceAllowSsh(false)
.tunnelInterfaceAllowStun(false)
.tunnelInterfaceAllowHttps(true)
.tunnelInterfaceAllowSnmp(false)
.tunnelInterfaceAllowBfd(false)
.tunnelInterfaceEncapsulations(TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs.builder()
.encapsulation("gre")
.preference(4294967)
.weight(250)
.build())
.tcpMss(1460)
.mtu(1500)
.ipMtu(1500)
.tlocExtension("tloc")
.build());
}
}
resources:
example:
type: sdwan:TransportWanVpnInterfaceT1E1SerialFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
shutdown: true
interfaceName: Serial0
ipv4Address: 1.2.3.4
ipv4SubnetMask: 0.0.0.0
ipv6Address: 2001:0:0:1::/64
bandwidth: 123456
bandwidthDownstream: 123456
clockRate: '1200'
encapsulation: ppp
tunnelInterface: true
perTunnelQos: true
perTunnelQosAggregator: false
tunnelQosMode: hub
tunnelInterfaceColor: mpls
tunnelInterfaceRestrict: true
tunnelInterfaceGroups: 4.2949672e+07
tunnelInterfaceBorder: false
tunnelInterfaceMaxControlConnections: 62
tunnelInterfaceVbondAsStunServer: false
tunnelInterfaceExcludeControllerGroupLists:
- 2
tunnelInterfaceVmanageConnectionPreference: 8
tunnelInterfacePortHop: true
tunnelInterfaceLowBandwidthLink: false
tunnelInterfaceTunnelTcpMss: 1460
tunnelInterfaceClearDontFragment: false
tunnelInterfaceClearNetworkBroadcast: false
tunnelInterfaceCarrier: default
tunnelInterfaceBindLoopbackTunnel: example
tunnelInterfaceLastResortCircuit: false
tunnelInterfaceNatRefreshInterval: 5
tunnelInterfaceHelloInterval: 1000
tunnelInterfaceHelloTolerance: 12
tunnelInterfaceAllowAll: false
tunnelInterfaceAllowBgp: false
tunnelInterfaceAllowDhcp: true
tunnelInterfaceAllowDns: true
tunnelInterfaceAllowIcmp: true
tunnelInterfaceAllowNetconf: false
tunnelInterfaceAllowNtp: false
tunnelInterfaceAllowOspf: false
tunnelInterfaceAllowSsh: false
tunnelInterfaceAllowStun: false
tunnelInterfaceAllowHttps: true
tunnelInterfaceAllowSnmp: false
tunnelInterfaceAllowBfd: false
tunnelInterfaceEncapsulations:
- encapsulation: gre
preference: 4.294967e+06
weight: 250
tcpMss: 1460
mtu: 1500
ipMtu: 1500
tlocExtension: tloc
Create TransportWanVpnInterfaceT1E1SerialFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransportWanVpnInterfaceT1E1SerialFeature(name: string, args: TransportWanVpnInterfaceT1E1SerialFeatureArgs, opts?: CustomResourceOptions);
@overload
def TransportWanVpnInterfaceT1E1SerialFeature(resource_name: str,
args: TransportWanVpnInterfaceT1E1SerialFeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TransportWanVpnInterfaceT1E1SerialFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
bandwidth: Optional[int] = None,
bandwidth_downstream: Optional[int] = None,
bandwidth_downstream_variable: Optional[str] = None,
bandwidth_variable: Optional[str] = None,
clock_rate: Optional[str] = None,
clock_rate_variable: Optional[str] = None,
description: Optional[str] = None,
encapsulation: Optional[str] = None,
encapsulation_variable: Optional[str] = None,
interface_name: Optional[str] = None,
interface_name_variable: Optional[str] = None,
ip_mtu: Optional[int] = None,
ip_mtu_variable: Optional[str] = None,
ipv4_address: Optional[str] = None,
ipv4_address_variable: Optional[str] = None,
ipv4_subnet_mask: Optional[str] = None,
ipv4_subnet_mask_variable: Optional[str] = None,
ipv6_address: Optional[str] = None,
ipv6_address_variable: Optional[str] = None,
mtu: Optional[int] = None,
mtu_variable: Optional[str] = None,
name: Optional[str] = None,
per_tunnel_qos: Optional[bool] = None,
per_tunnel_qos_aggregator: Optional[bool] = None,
per_tunnel_qos_aggregator_variable: Optional[str] = None,
per_tunnel_qos_variable: Optional[str] = None,
qos_shaping_rate: Optional[int] = None,
qos_shaping_rate_variable: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
tcp_mss: Optional[int] = None,
tcp_mss_variable: Optional[str] = None,
tloc_extension: Optional[str] = None,
tloc_extension_variable: Optional[str] = None,
transport_wan_vpn_feature_id: Optional[str] = None,
tunnel_interface: Optional[bool] = None,
tunnel_interface_allow_all: Optional[bool] = None,
tunnel_interface_allow_all_variable: Optional[str] = None,
tunnel_interface_allow_bfd: Optional[bool] = None,
tunnel_interface_allow_bfd_variable: Optional[str] = None,
tunnel_interface_allow_bgp: Optional[bool] = None,
tunnel_interface_allow_bgp_variable: Optional[str] = None,
tunnel_interface_allow_dhcp: Optional[bool] = None,
tunnel_interface_allow_dhcp_variable: Optional[str] = None,
tunnel_interface_allow_dns: Optional[bool] = None,
tunnel_interface_allow_dns_variable: Optional[str] = None,
tunnel_interface_allow_https: Optional[bool] = None,
tunnel_interface_allow_https_variable: Optional[str] = None,
tunnel_interface_allow_icmp: Optional[bool] = None,
tunnel_interface_allow_icmp_variable: Optional[str] = None,
tunnel_interface_allow_netconf: Optional[bool] = None,
tunnel_interface_allow_netconf_variable: Optional[str] = None,
tunnel_interface_allow_ntp: Optional[bool] = None,
tunnel_interface_allow_ntp_variable: Optional[str] = None,
tunnel_interface_allow_ospf: Optional[bool] = None,
tunnel_interface_allow_ospf_variable: Optional[str] = None,
tunnel_interface_allow_snmp: Optional[bool] = None,
tunnel_interface_allow_snmp_variable: Optional[str] = None,
tunnel_interface_allow_ssh: Optional[bool] = None,
tunnel_interface_allow_ssh_variable: Optional[str] = None,
tunnel_interface_allow_stun: Optional[bool] = None,
tunnel_interface_allow_stun_variable: Optional[str] = None,
tunnel_interface_bind_loopback_tunnel: Optional[str] = None,
tunnel_interface_bind_loopback_tunnel_variable: Optional[str] = None,
tunnel_interface_border: Optional[bool] = None,
tunnel_interface_border_variable: Optional[str] = None,
tunnel_interface_carrier: Optional[str] = None,
tunnel_interface_carrier_variable: Optional[str] = None,
tunnel_interface_clear_dont_fragment: Optional[bool] = None,
tunnel_interface_clear_dont_fragment_variable: Optional[str] = None,
tunnel_interface_clear_network_broadcast: Optional[bool] = None,
tunnel_interface_clear_network_broadcast_variable: Optional[str] = None,
tunnel_interface_color: Optional[str] = None,
tunnel_interface_color_variable: Optional[str] = None,
tunnel_interface_encapsulations: Optional[Sequence[TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs]] = None,
tunnel_interface_exclude_controller_group_list_variable: Optional[str] = None,
tunnel_interface_exclude_controller_group_lists: Optional[Sequence[int]] = None,
tunnel_interface_groups: Optional[int] = None,
tunnel_interface_groups_variable: Optional[str] = None,
tunnel_interface_hello_interval: Optional[int] = None,
tunnel_interface_hello_interval_variable: Optional[str] = None,
tunnel_interface_hello_tolerance: Optional[int] = None,
tunnel_interface_hello_tolerance_variable: Optional[str] = None,
tunnel_interface_last_resort_circuit: Optional[bool] = None,
tunnel_interface_last_resort_circuit_variable: Optional[str] = None,
tunnel_interface_low_bandwidth_link: Optional[bool] = None,
tunnel_interface_low_bandwidth_link_variable: Optional[str] = None,
tunnel_interface_max_control_connections: Optional[int] = None,
tunnel_interface_max_control_connections_variable: Optional[str] = None,
tunnel_interface_nat_refresh_interval: Optional[int] = None,
tunnel_interface_nat_refresh_interval_variable: Optional[str] = None,
tunnel_interface_port_hop: Optional[bool] = None,
tunnel_interface_port_hop_variable: Optional[str] = None,
tunnel_interface_restrict: Optional[bool] = None,
tunnel_interface_restrict_variable: Optional[str] = None,
tunnel_interface_tunnel_tcp_mss: Optional[int] = None,
tunnel_interface_tunnel_tcp_mss_variable: Optional[str] = None,
tunnel_interface_vbond_as_stun_server: Optional[bool] = None,
tunnel_interface_vbond_as_stun_server_variable: Optional[str] = None,
tunnel_interface_vmanage_connection_preference: Optional[int] = None,
tunnel_interface_vmanage_connection_preference_variable: Optional[str] = None,
tunnel_qos_mode: Optional[str] = None,
tunnel_qos_mode_variable: Optional[str] = None)
func NewTransportWanVpnInterfaceT1E1SerialFeature(ctx *Context, name string, args TransportWanVpnInterfaceT1E1SerialFeatureArgs, opts ...ResourceOption) (*TransportWanVpnInterfaceT1E1SerialFeature, error)
public TransportWanVpnInterfaceT1E1SerialFeature(string name, TransportWanVpnInterfaceT1E1SerialFeatureArgs args, CustomResourceOptions? opts = null)
public TransportWanVpnInterfaceT1E1SerialFeature(String name, TransportWanVpnInterfaceT1E1SerialFeatureArgs args)
public TransportWanVpnInterfaceT1E1SerialFeature(String name, TransportWanVpnInterfaceT1E1SerialFeatureArgs args, CustomResourceOptions options)
type: sdwan:TransportWanVpnInterfaceT1E1SerialFeature
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TransportWanVpnInterfaceT1E1SerialFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TransportWanVpnInterfaceT1E1SerialFeatureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TransportWanVpnInterfaceT1E1SerialFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransportWanVpnInterfaceT1E1SerialFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransportWanVpnInterfaceT1E1SerialFeatureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var transportWanVpnInterfaceT1E1SerialFeatureResource = new Sdwan.TransportWanVpnInterfaceT1E1SerialFeature("transportWanVpnInterfaceT1E1SerialFeatureResource", new()
{
FeatureProfileId = "string",
Bandwidth = 0,
BandwidthDownstream = 0,
BandwidthDownstreamVariable = "string",
BandwidthVariable = "string",
ClockRate = "string",
ClockRateVariable = "string",
Description = "string",
Encapsulation = "string",
EncapsulationVariable = "string",
InterfaceName = "string",
InterfaceNameVariable = "string",
IpMtu = 0,
IpMtuVariable = "string",
Ipv4Address = "string",
Ipv4AddressVariable = "string",
Ipv4SubnetMask = "string",
Ipv4SubnetMaskVariable = "string",
Ipv6Address = "string",
Ipv6AddressVariable = "string",
Mtu = 0,
MtuVariable = "string",
Name = "string",
PerTunnelQos = false,
PerTunnelQosAggregator = false,
PerTunnelQosAggregatorVariable = "string",
PerTunnelQosVariable = "string",
QosShapingRate = 0,
QosShapingRateVariable = "string",
Shutdown = false,
ShutdownVariable = "string",
TcpMss = 0,
TcpMssVariable = "string",
TlocExtension = "string",
TlocExtensionVariable = "string",
TransportWanVpnFeatureId = "string",
TunnelInterface = false,
TunnelInterfaceAllowAll = false,
TunnelInterfaceAllowAllVariable = "string",
TunnelInterfaceAllowBfd = false,
TunnelInterfaceAllowBfdVariable = "string",
TunnelInterfaceAllowBgp = false,
TunnelInterfaceAllowBgpVariable = "string",
TunnelInterfaceAllowDhcp = false,
TunnelInterfaceAllowDhcpVariable = "string",
TunnelInterfaceAllowDns = false,
TunnelInterfaceAllowDnsVariable = "string",
TunnelInterfaceAllowHttps = false,
TunnelInterfaceAllowHttpsVariable = "string",
TunnelInterfaceAllowIcmp = false,
TunnelInterfaceAllowIcmpVariable = "string",
TunnelInterfaceAllowNetconf = false,
TunnelInterfaceAllowNetconfVariable = "string",
TunnelInterfaceAllowNtp = false,
TunnelInterfaceAllowNtpVariable = "string",
TunnelInterfaceAllowOspf = false,
TunnelInterfaceAllowOspfVariable = "string",
TunnelInterfaceAllowSnmp = false,
TunnelInterfaceAllowSnmpVariable = "string",
TunnelInterfaceAllowSsh = false,
TunnelInterfaceAllowSshVariable = "string",
TunnelInterfaceAllowStun = false,
TunnelInterfaceAllowStunVariable = "string",
TunnelInterfaceBindLoopbackTunnel = "string",
TunnelInterfaceBindLoopbackTunnelVariable = "string",
TunnelInterfaceBorder = false,
TunnelInterfaceBorderVariable = "string",
TunnelInterfaceCarrier = "string",
TunnelInterfaceCarrierVariable = "string",
TunnelInterfaceClearDontFragment = false,
TunnelInterfaceClearDontFragmentVariable = "string",
TunnelInterfaceClearNetworkBroadcast = false,
TunnelInterfaceClearNetworkBroadcastVariable = "string",
TunnelInterfaceColor = "string",
TunnelInterfaceColorVariable = "string",
TunnelInterfaceEncapsulations = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs
{
Encapsulation = "string",
Preference = 0,
PreferenceVariable = "string",
Weight = 0,
WeightVariable = "string",
},
},
TunnelInterfaceExcludeControllerGroupListVariable = "string",
TunnelInterfaceExcludeControllerGroupLists = new[]
{
0,
},
TunnelInterfaceGroups = 0,
TunnelInterfaceGroupsVariable = "string",
TunnelInterfaceHelloInterval = 0,
TunnelInterfaceHelloIntervalVariable = "string",
TunnelInterfaceHelloTolerance = 0,
TunnelInterfaceHelloToleranceVariable = "string",
TunnelInterfaceLastResortCircuit = false,
TunnelInterfaceLastResortCircuitVariable = "string",
TunnelInterfaceLowBandwidthLink = false,
TunnelInterfaceLowBandwidthLinkVariable = "string",
TunnelInterfaceMaxControlConnections = 0,
TunnelInterfaceMaxControlConnectionsVariable = "string",
TunnelInterfaceNatRefreshInterval = 0,
TunnelInterfaceNatRefreshIntervalVariable = "string",
TunnelInterfacePortHop = false,
TunnelInterfacePortHopVariable = "string",
TunnelInterfaceRestrict = false,
TunnelInterfaceRestrictVariable = "string",
TunnelInterfaceTunnelTcpMss = 0,
TunnelInterfaceTunnelTcpMssVariable = "string",
TunnelInterfaceVbondAsStunServer = false,
TunnelInterfaceVbondAsStunServerVariable = "string",
TunnelInterfaceVmanageConnectionPreference = 0,
TunnelInterfaceVmanageConnectionPreferenceVariable = "string",
TunnelQosMode = "string",
TunnelQosModeVariable = "string",
});
example, err := sdwan.NewTransportWanVpnInterfaceT1E1SerialFeature(ctx, "transportWanVpnInterfaceT1E1SerialFeatureResource", &sdwan.TransportWanVpnInterfaceT1E1SerialFeatureArgs{
FeatureProfileId: pulumi.String("string"),
Bandwidth: pulumi.Int(0),
BandwidthDownstream: pulumi.Int(0),
BandwidthDownstreamVariable: pulumi.String("string"),
BandwidthVariable: pulumi.String("string"),
ClockRate: pulumi.String("string"),
ClockRateVariable: pulumi.String("string"),
Description: pulumi.String("string"),
Encapsulation: pulumi.String("string"),
EncapsulationVariable: pulumi.String("string"),
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
IpMtu: pulumi.Int(0),
IpMtuVariable: pulumi.String("string"),
Ipv4Address: pulumi.String("string"),
Ipv4AddressVariable: pulumi.String("string"),
Ipv4SubnetMask: pulumi.String("string"),
Ipv4SubnetMaskVariable: pulumi.String("string"),
Ipv6Address: pulumi.String("string"),
Ipv6AddressVariable: pulumi.String("string"),
Mtu: pulumi.Int(0),
MtuVariable: pulumi.String("string"),
Name: pulumi.String("string"),
PerTunnelQos: pulumi.Bool(false),
PerTunnelQosAggregator: pulumi.Bool(false),
PerTunnelQosAggregatorVariable: pulumi.String("string"),
PerTunnelQosVariable: pulumi.String("string"),
QosShapingRate: pulumi.Int(0),
QosShapingRateVariable: pulumi.String("string"),
Shutdown: pulumi.Bool(false),
ShutdownVariable: pulumi.String("string"),
TcpMss: pulumi.Int(0),
TcpMssVariable: pulumi.String("string"),
TlocExtension: pulumi.String("string"),
TlocExtensionVariable: pulumi.String("string"),
TransportWanVpnFeatureId: pulumi.String("string"),
TunnelInterface: pulumi.Bool(false),
TunnelInterfaceAllowAll: pulumi.Bool(false),
TunnelInterfaceAllowAllVariable: pulumi.String("string"),
TunnelInterfaceAllowBfd: pulumi.Bool(false),
TunnelInterfaceAllowBfdVariable: pulumi.String("string"),
TunnelInterfaceAllowBgp: pulumi.Bool(false),
TunnelInterfaceAllowBgpVariable: pulumi.String("string"),
TunnelInterfaceAllowDhcp: pulumi.Bool(false),
TunnelInterfaceAllowDhcpVariable: pulumi.String("string"),
TunnelInterfaceAllowDns: pulumi.Bool(false),
TunnelInterfaceAllowDnsVariable: pulumi.String("string"),
TunnelInterfaceAllowHttps: pulumi.Bool(false),
TunnelInterfaceAllowHttpsVariable: pulumi.String("string"),
TunnelInterfaceAllowIcmp: pulumi.Bool(false),
TunnelInterfaceAllowIcmpVariable: pulumi.String("string"),
TunnelInterfaceAllowNetconf: pulumi.Bool(false),
TunnelInterfaceAllowNetconfVariable: pulumi.String("string"),
TunnelInterfaceAllowNtp: pulumi.Bool(false),
TunnelInterfaceAllowNtpVariable: pulumi.String("string"),
TunnelInterfaceAllowOspf: pulumi.Bool(false),
TunnelInterfaceAllowOspfVariable: pulumi.String("string"),
TunnelInterfaceAllowSnmp: pulumi.Bool(false),
TunnelInterfaceAllowSnmpVariable: pulumi.String("string"),
TunnelInterfaceAllowSsh: pulumi.Bool(false),
TunnelInterfaceAllowSshVariable: pulumi.String("string"),
TunnelInterfaceAllowStun: pulumi.Bool(false),
TunnelInterfaceAllowStunVariable: pulumi.String("string"),
TunnelInterfaceBindLoopbackTunnel: pulumi.String("string"),
TunnelInterfaceBindLoopbackTunnelVariable: pulumi.String("string"),
TunnelInterfaceBorder: pulumi.Bool(false),
TunnelInterfaceBorderVariable: pulumi.String("string"),
TunnelInterfaceCarrier: pulumi.String("string"),
TunnelInterfaceCarrierVariable: pulumi.String("string"),
TunnelInterfaceClearDontFragment: pulumi.Bool(false),
TunnelInterfaceClearDontFragmentVariable: pulumi.String("string"),
TunnelInterfaceClearNetworkBroadcast: pulumi.Bool(false),
TunnelInterfaceClearNetworkBroadcastVariable: pulumi.String("string"),
TunnelInterfaceColor: pulumi.String("string"),
TunnelInterfaceColorVariable: pulumi.String("string"),
TunnelInterfaceEncapsulations: sdwan.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArray{
&sdwan.TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs{
Encapsulation: pulumi.String("string"),
Preference: pulumi.Int(0),
PreferenceVariable: pulumi.String("string"),
Weight: pulumi.Int(0),
WeightVariable: pulumi.String("string"),
},
},
TunnelInterfaceExcludeControllerGroupListVariable: pulumi.String("string"),
TunnelInterfaceExcludeControllerGroupLists: pulumi.IntArray{
pulumi.Int(0),
},
TunnelInterfaceGroups: pulumi.Int(0),
TunnelInterfaceGroupsVariable: pulumi.String("string"),
TunnelInterfaceHelloInterval: pulumi.Int(0),
TunnelInterfaceHelloIntervalVariable: pulumi.String("string"),
TunnelInterfaceHelloTolerance: pulumi.Int(0),
TunnelInterfaceHelloToleranceVariable: pulumi.String("string"),
TunnelInterfaceLastResortCircuit: pulumi.Bool(false),
TunnelInterfaceLastResortCircuitVariable: pulumi.String("string"),
TunnelInterfaceLowBandwidthLink: pulumi.Bool(false),
TunnelInterfaceLowBandwidthLinkVariable: pulumi.String("string"),
TunnelInterfaceMaxControlConnections: pulumi.Int(0),
TunnelInterfaceMaxControlConnectionsVariable: pulumi.String("string"),
TunnelInterfaceNatRefreshInterval: pulumi.Int(0),
TunnelInterfaceNatRefreshIntervalVariable: pulumi.String("string"),
TunnelInterfacePortHop: pulumi.Bool(false),
TunnelInterfacePortHopVariable: pulumi.String("string"),
TunnelInterfaceRestrict: pulumi.Bool(false),
TunnelInterfaceRestrictVariable: pulumi.String("string"),
TunnelInterfaceTunnelTcpMss: pulumi.Int(0),
TunnelInterfaceTunnelTcpMssVariable: pulumi.String("string"),
TunnelInterfaceVbondAsStunServer: pulumi.Bool(false),
TunnelInterfaceVbondAsStunServerVariable: pulumi.String("string"),
TunnelInterfaceVmanageConnectionPreference: pulumi.Int(0),
TunnelInterfaceVmanageConnectionPreferenceVariable: pulumi.String("string"),
TunnelQosMode: pulumi.String("string"),
TunnelQosModeVariable: pulumi.String("string"),
})
var transportWanVpnInterfaceT1E1SerialFeatureResource = new TransportWanVpnInterfaceT1E1SerialFeature("transportWanVpnInterfaceT1E1SerialFeatureResource", TransportWanVpnInterfaceT1E1SerialFeatureArgs.builder()
.featureProfileId("string")
.bandwidth(0)
.bandwidthDownstream(0)
.bandwidthDownstreamVariable("string")
.bandwidthVariable("string")
.clockRate("string")
.clockRateVariable("string")
.description("string")
.encapsulation("string")
.encapsulationVariable("string")
.interfaceName("string")
.interfaceNameVariable("string")
.ipMtu(0)
.ipMtuVariable("string")
.ipv4Address("string")
.ipv4AddressVariable("string")
.ipv4SubnetMask("string")
.ipv4SubnetMaskVariable("string")
.ipv6Address("string")
.ipv6AddressVariable("string")
.mtu(0)
.mtuVariable("string")
.name("string")
.perTunnelQos(false)
.perTunnelQosAggregator(false)
.perTunnelQosAggregatorVariable("string")
.perTunnelQosVariable("string")
.qosShapingRate(0)
.qosShapingRateVariable("string")
.shutdown(false)
.shutdownVariable("string")
.tcpMss(0)
.tcpMssVariable("string")
.tlocExtension("string")
.tlocExtensionVariable("string")
.transportWanVpnFeatureId("string")
.tunnelInterface(false)
.tunnelInterfaceAllowAll(false)
.tunnelInterfaceAllowAllVariable("string")
.tunnelInterfaceAllowBfd(false)
.tunnelInterfaceAllowBfdVariable("string")
.tunnelInterfaceAllowBgp(false)
.tunnelInterfaceAllowBgpVariable("string")
.tunnelInterfaceAllowDhcp(false)
.tunnelInterfaceAllowDhcpVariable("string")
.tunnelInterfaceAllowDns(false)
.tunnelInterfaceAllowDnsVariable("string")
.tunnelInterfaceAllowHttps(false)
.tunnelInterfaceAllowHttpsVariable("string")
.tunnelInterfaceAllowIcmp(false)
.tunnelInterfaceAllowIcmpVariable("string")
.tunnelInterfaceAllowNetconf(false)
.tunnelInterfaceAllowNetconfVariable("string")
.tunnelInterfaceAllowNtp(false)
.tunnelInterfaceAllowNtpVariable("string")
.tunnelInterfaceAllowOspf(false)
.tunnelInterfaceAllowOspfVariable("string")
.tunnelInterfaceAllowSnmp(false)
.tunnelInterfaceAllowSnmpVariable("string")
.tunnelInterfaceAllowSsh(false)
.tunnelInterfaceAllowSshVariable("string")
.tunnelInterfaceAllowStun(false)
.tunnelInterfaceAllowStunVariable("string")
.tunnelInterfaceBindLoopbackTunnel("string")
.tunnelInterfaceBindLoopbackTunnelVariable("string")
.tunnelInterfaceBorder(false)
.tunnelInterfaceBorderVariable("string")
.tunnelInterfaceCarrier("string")
.tunnelInterfaceCarrierVariable("string")
.tunnelInterfaceClearDontFragment(false)
.tunnelInterfaceClearDontFragmentVariable("string")
.tunnelInterfaceClearNetworkBroadcast(false)
.tunnelInterfaceClearNetworkBroadcastVariable("string")
.tunnelInterfaceColor("string")
.tunnelInterfaceColorVariable("string")
.tunnelInterfaceEncapsulations(TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs.builder()
.encapsulation("string")
.preference(0)
.preferenceVariable("string")
.weight(0)
.weightVariable("string")
.build())
.tunnelInterfaceExcludeControllerGroupListVariable("string")
.tunnelInterfaceExcludeControllerGroupLists(0)
.tunnelInterfaceGroups(0)
.tunnelInterfaceGroupsVariable("string")
.tunnelInterfaceHelloInterval(0)
.tunnelInterfaceHelloIntervalVariable("string")
.tunnelInterfaceHelloTolerance(0)
.tunnelInterfaceHelloToleranceVariable("string")
.tunnelInterfaceLastResortCircuit(false)
.tunnelInterfaceLastResortCircuitVariable("string")
.tunnelInterfaceLowBandwidthLink(false)
.tunnelInterfaceLowBandwidthLinkVariable("string")
.tunnelInterfaceMaxControlConnections(0)
.tunnelInterfaceMaxControlConnectionsVariable("string")
.tunnelInterfaceNatRefreshInterval(0)
.tunnelInterfaceNatRefreshIntervalVariable("string")
.tunnelInterfacePortHop(false)
.tunnelInterfacePortHopVariable("string")
.tunnelInterfaceRestrict(false)
.tunnelInterfaceRestrictVariable("string")
.tunnelInterfaceTunnelTcpMss(0)
.tunnelInterfaceTunnelTcpMssVariable("string")
.tunnelInterfaceVbondAsStunServer(false)
.tunnelInterfaceVbondAsStunServerVariable("string")
.tunnelInterfaceVmanageConnectionPreference(0)
.tunnelInterfaceVmanageConnectionPreferenceVariable("string")
.tunnelQosMode("string")
.tunnelQosModeVariable("string")
.build());
transport_wan_vpn_interface_t1_e1_serial_feature_resource = sdwan.TransportWanVpnInterfaceT1E1SerialFeature("transportWanVpnInterfaceT1E1SerialFeatureResource",
feature_profile_id="string",
bandwidth=0,
bandwidth_downstream=0,
bandwidth_downstream_variable="string",
bandwidth_variable="string",
clock_rate="string",
clock_rate_variable="string",
description="string",
encapsulation="string",
encapsulation_variable="string",
interface_name="string",
interface_name_variable="string",
ip_mtu=0,
ip_mtu_variable="string",
ipv4_address="string",
ipv4_address_variable="string",
ipv4_subnet_mask="string",
ipv4_subnet_mask_variable="string",
ipv6_address="string",
ipv6_address_variable="string",
mtu=0,
mtu_variable="string",
name="string",
per_tunnel_qos=False,
per_tunnel_qos_aggregator=False,
per_tunnel_qos_aggregator_variable="string",
per_tunnel_qos_variable="string",
qos_shaping_rate=0,
qos_shaping_rate_variable="string",
shutdown=False,
shutdown_variable="string",
tcp_mss=0,
tcp_mss_variable="string",
tloc_extension="string",
tloc_extension_variable="string",
transport_wan_vpn_feature_id="string",
tunnel_interface=False,
tunnel_interface_allow_all=False,
tunnel_interface_allow_all_variable="string",
tunnel_interface_allow_bfd=False,
tunnel_interface_allow_bfd_variable="string",
tunnel_interface_allow_bgp=False,
tunnel_interface_allow_bgp_variable="string",
tunnel_interface_allow_dhcp=False,
tunnel_interface_allow_dhcp_variable="string",
tunnel_interface_allow_dns=False,
tunnel_interface_allow_dns_variable="string",
tunnel_interface_allow_https=False,
tunnel_interface_allow_https_variable="string",
tunnel_interface_allow_icmp=False,
tunnel_interface_allow_icmp_variable="string",
tunnel_interface_allow_netconf=False,
tunnel_interface_allow_netconf_variable="string",
tunnel_interface_allow_ntp=False,
tunnel_interface_allow_ntp_variable="string",
tunnel_interface_allow_ospf=False,
tunnel_interface_allow_ospf_variable="string",
tunnel_interface_allow_snmp=False,
tunnel_interface_allow_snmp_variable="string",
tunnel_interface_allow_ssh=False,
tunnel_interface_allow_ssh_variable="string",
tunnel_interface_allow_stun=False,
tunnel_interface_allow_stun_variable="string",
tunnel_interface_bind_loopback_tunnel="string",
tunnel_interface_bind_loopback_tunnel_variable="string",
tunnel_interface_border=False,
tunnel_interface_border_variable="string",
tunnel_interface_carrier="string",
tunnel_interface_carrier_variable="string",
tunnel_interface_clear_dont_fragment=False,
tunnel_interface_clear_dont_fragment_variable="string",
tunnel_interface_clear_network_broadcast=False,
tunnel_interface_clear_network_broadcast_variable="string",
tunnel_interface_color="string",
tunnel_interface_color_variable="string",
tunnel_interface_encapsulations=[{
"encapsulation": "string",
"preference": 0,
"preference_variable": "string",
"weight": 0,
"weight_variable": "string",
}],
tunnel_interface_exclude_controller_group_list_variable="string",
tunnel_interface_exclude_controller_group_lists=[0],
tunnel_interface_groups=0,
tunnel_interface_groups_variable="string",
tunnel_interface_hello_interval=0,
tunnel_interface_hello_interval_variable="string",
tunnel_interface_hello_tolerance=0,
tunnel_interface_hello_tolerance_variable="string",
tunnel_interface_last_resort_circuit=False,
tunnel_interface_last_resort_circuit_variable="string",
tunnel_interface_low_bandwidth_link=False,
tunnel_interface_low_bandwidth_link_variable="string",
tunnel_interface_max_control_connections=0,
tunnel_interface_max_control_connections_variable="string",
tunnel_interface_nat_refresh_interval=0,
tunnel_interface_nat_refresh_interval_variable="string",
tunnel_interface_port_hop=False,
tunnel_interface_port_hop_variable="string",
tunnel_interface_restrict=False,
tunnel_interface_restrict_variable="string",
tunnel_interface_tunnel_tcp_mss=0,
tunnel_interface_tunnel_tcp_mss_variable="string",
tunnel_interface_vbond_as_stun_server=False,
tunnel_interface_vbond_as_stun_server_variable="string",
tunnel_interface_vmanage_connection_preference=0,
tunnel_interface_vmanage_connection_preference_variable="string",
tunnel_qos_mode="string",
tunnel_qos_mode_variable="string")
const transportWanVpnInterfaceT1E1SerialFeatureResource = new sdwan.TransportWanVpnInterfaceT1E1SerialFeature("transportWanVpnInterfaceT1E1SerialFeatureResource", {
featureProfileId: "string",
bandwidth: 0,
bandwidthDownstream: 0,
bandwidthDownstreamVariable: "string",
bandwidthVariable: "string",
clockRate: "string",
clockRateVariable: "string",
description: "string",
encapsulation: "string",
encapsulationVariable: "string",
interfaceName: "string",
interfaceNameVariable: "string",
ipMtu: 0,
ipMtuVariable: "string",
ipv4Address: "string",
ipv4AddressVariable: "string",
ipv4SubnetMask: "string",
ipv4SubnetMaskVariable: "string",
ipv6Address: "string",
ipv6AddressVariable: "string",
mtu: 0,
mtuVariable: "string",
name: "string",
perTunnelQos: false,
perTunnelQosAggregator: false,
perTunnelQosAggregatorVariable: "string",
perTunnelQosVariable: "string",
qosShapingRate: 0,
qosShapingRateVariable: "string",
shutdown: false,
shutdownVariable: "string",
tcpMss: 0,
tcpMssVariable: "string",
tlocExtension: "string",
tlocExtensionVariable: "string",
transportWanVpnFeatureId: "string",
tunnelInterface: false,
tunnelInterfaceAllowAll: false,
tunnelInterfaceAllowAllVariable: "string",
tunnelInterfaceAllowBfd: false,
tunnelInterfaceAllowBfdVariable: "string",
tunnelInterfaceAllowBgp: false,
tunnelInterfaceAllowBgpVariable: "string",
tunnelInterfaceAllowDhcp: false,
tunnelInterfaceAllowDhcpVariable: "string",
tunnelInterfaceAllowDns: false,
tunnelInterfaceAllowDnsVariable: "string",
tunnelInterfaceAllowHttps: false,
tunnelInterfaceAllowHttpsVariable: "string",
tunnelInterfaceAllowIcmp: false,
tunnelInterfaceAllowIcmpVariable: "string",
tunnelInterfaceAllowNetconf: false,
tunnelInterfaceAllowNetconfVariable: "string",
tunnelInterfaceAllowNtp: false,
tunnelInterfaceAllowNtpVariable: "string",
tunnelInterfaceAllowOspf: false,
tunnelInterfaceAllowOspfVariable: "string",
tunnelInterfaceAllowSnmp: false,
tunnelInterfaceAllowSnmpVariable: "string",
tunnelInterfaceAllowSsh: false,
tunnelInterfaceAllowSshVariable: "string",
tunnelInterfaceAllowStun: false,
tunnelInterfaceAllowStunVariable: "string",
tunnelInterfaceBindLoopbackTunnel: "string",
tunnelInterfaceBindLoopbackTunnelVariable: "string",
tunnelInterfaceBorder: false,
tunnelInterfaceBorderVariable: "string",
tunnelInterfaceCarrier: "string",
tunnelInterfaceCarrierVariable: "string",
tunnelInterfaceClearDontFragment: false,
tunnelInterfaceClearDontFragmentVariable: "string",
tunnelInterfaceClearNetworkBroadcast: false,
tunnelInterfaceClearNetworkBroadcastVariable: "string",
tunnelInterfaceColor: "string",
tunnelInterfaceColorVariable: "string",
tunnelInterfaceEncapsulations: [{
encapsulation: "string",
preference: 0,
preferenceVariable: "string",
weight: 0,
weightVariable: "string",
}],
tunnelInterfaceExcludeControllerGroupListVariable: "string",
tunnelInterfaceExcludeControllerGroupLists: [0],
tunnelInterfaceGroups: 0,
tunnelInterfaceGroupsVariable: "string",
tunnelInterfaceHelloInterval: 0,
tunnelInterfaceHelloIntervalVariable: "string",
tunnelInterfaceHelloTolerance: 0,
tunnelInterfaceHelloToleranceVariable: "string",
tunnelInterfaceLastResortCircuit: false,
tunnelInterfaceLastResortCircuitVariable: "string",
tunnelInterfaceLowBandwidthLink: false,
tunnelInterfaceLowBandwidthLinkVariable: "string",
tunnelInterfaceMaxControlConnections: 0,
tunnelInterfaceMaxControlConnectionsVariable: "string",
tunnelInterfaceNatRefreshInterval: 0,
tunnelInterfaceNatRefreshIntervalVariable: "string",
tunnelInterfacePortHop: false,
tunnelInterfacePortHopVariable: "string",
tunnelInterfaceRestrict: false,
tunnelInterfaceRestrictVariable: "string",
tunnelInterfaceTunnelTcpMss: 0,
tunnelInterfaceTunnelTcpMssVariable: "string",
tunnelInterfaceVbondAsStunServer: false,
tunnelInterfaceVbondAsStunServerVariable: "string",
tunnelInterfaceVmanageConnectionPreference: 0,
tunnelInterfaceVmanageConnectionPreferenceVariable: "string",
tunnelQosMode: "string",
tunnelQosModeVariable: "string",
});
type: sdwan:TransportWanVpnInterfaceT1E1SerialFeature
properties:
bandwidth: 0
bandwidthDownstream: 0
bandwidthDownstreamVariable: string
bandwidthVariable: string
clockRate: string
clockRateVariable: string
description: string
encapsulation: string
encapsulationVariable: string
featureProfileId: string
interfaceName: string
interfaceNameVariable: string
ipMtu: 0
ipMtuVariable: string
ipv4Address: string
ipv4AddressVariable: string
ipv4SubnetMask: string
ipv4SubnetMaskVariable: string
ipv6Address: string
ipv6AddressVariable: string
mtu: 0
mtuVariable: string
name: string
perTunnelQos: false
perTunnelQosAggregator: false
perTunnelQosAggregatorVariable: string
perTunnelQosVariable: string
qosShapingRate: 0
qosShapingRateVariable: string
shutdown: false
shutdownVariable: string
tcpMss: 0
tcpMssVariable: string
tlocExtension: string
tlocExtensionVariable: string
transportWanVpnFeatureId: string
tunnelInterface: false
tunnelInterfaceAllowAll: false
tunnelInterfaceAllowAllVariable: string
tunnelInterfaceAllowBfd: false
tunnelInterfaceAllowBfdVariable: string
tunnelInterfaceAllowBgp: false
tunnelInterfaceAllowBgpVariable: string
tunnelInterfaceAllowDhcp: false
tunnelInterfaceAllowDhcpVariable: string
tunnelInterfaceAllowDns: false
tunnelInterfaceAllowDnsVariable: string
tunnelInterfaceAllowHttps: false
tunnelInterfaceAllowHttpsVariable: string
tunnelInterfaceAllowIcmp: false
tunnelInterfaceAllowIcmpVariable: string
tunnelInterfaceAllowNetconf: false
tunnelInterfaceAllowNetconfVariable: string
tunnelInterfaceAllowNtp: false
tunnelInterfaceAllowNtpVariable: string
tunnelInterfaceAllowOspf: false
tunnelInterfaceAllowOspfVariable: string
tunnelInterfaceAllowSnmp: false
tunnelInterfaceAllowSnmpVariable: string
tunnelInterfaceAllowSsh: false
tunnelInterfaceAllowSshVariable: string
tunnelInterfaceAllowStun: false
tunnelInterfaceAllowStunVariable: string
tunnelInterfaceBindLoopbackTunnel: string
tunnelInterfaceBindLoopbackTunnelVariable: string
tunnelInterfaceBorder: false
tunnelInterfaceBorderVariable: string
tunnelInterfaceCarrier: string
tunnelInterfaceCarrierVariable: string
tunnelInterfaceClearDontFragment: false
tunnelInterfaceClearDontFragmentVariable: string
tunnelInterfaceClearNetworkBroadcast: false
tunnelInterfaceClearNetworkBroadcastVariable: string
tunnelInterfaceColor: string
tunnelInterfaceColorVariable: string
tunnelInterfaceEncapsulations:
- encapsulation: string
preference: 0
preferenceVariable: string
weight: 0
weightVariable: string
tunnelInterfaceExcludeControllerGroupListVariable: string
tunnelInterfaceExcludeControllerGroupLists:
- 0
tunnelInterfaceGroups: 0
tunnelInterfaceGroupsVariable: string
tunnelInterfaceHelloInterval: 0
tunnelInterfaceHelloIntervalVariable: string
tunnelInterfaceHelloTolerance: 0
tunnelInterfaceHelloToleranceVariable: string
tunnelInterfaceLastResortCircuit: false
tunnelInterfaceLastResortCircuitVariable: string
tunnelInterfaceLowBandwidthLink: false
tunnelInterfaceLowBandwidthLinkVariable: string
tunnelInterfaceMaxControlConnections: 0
tunnelInterfaceMaxControlConnectionsVariable: string
tunnelInterfaceNatRefreshInterval: 0
tunnelInterfaceNatRefreshIntervalVariable: string
tunnelInterfacePortHop: false
tunnelInterfacePortHopVariable: string
tunnelInterfaceRestrict: false
tunnelInterfaceRestrictVariable: string
tunnelInterfaceTunnelTcpMss: 0
tunnelInterfaceTunnelTcpMssVariable: string
tunnelInterfaceVbondAsStunServer: false
tunnelInterfaceVbondAsStunServerVariable: string
tunnelInterfaceVmanageConnectionPreference: 0
tunnelInterfaceVmanageConnectionPreferenceVariable: string
tunnelQosMode: string
tunnelQosModeVariable: string
TransportWanVpnInterfaceT1E1SerialFeature Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TransportWanVpnInterfaceT1E1SerialFeature resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- Bandwidth int
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Variable string - Variable name
- Clock
Rate string - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- Clock
Rate stringVariable - Variable name
- Description string
- The description of the Feature
- Encapsulation string
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- Encapsulation
Variable string - Variable name
- Interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Set ip mtu - Range:
576
-9216
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Mtu int
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- Mtu
Variable string - Variable name
- Name string
- The name of the Feature
- Per
Tunnel boolQos - Per-tunnel Qos - Default value:
false
- Per
Tunnel boolQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- Per
Tunnel stringQos Aggregator Variable - Variable name
- Per
Tunnel stringQos Variable - Variable name
- Qos
Shaping intRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- Qos
Shaping stringRate Variable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Interface bool - Tunnel Interface - Default value:
false
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD - Default value:
false
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP - Default value:
false
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP - Default value:
true
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS - Default value:
true
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny Https - Default value:
true
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP - Default value:
true
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF - Default value:
false
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP - Default value:
false
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF - Default value:
false
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP - Default value:
false
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH - Default value:
false
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN - Default value:
false
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC - Default value:
false
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface boolClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- Tunnel
Interface stringClear Network Broadcast Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface List<TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface List<int>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- Tunnel
Interface intGroups - List of groups - Range:
1
-4294967295
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort - Default value:
false
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface boolRestrict - Restrict this TLOC behavior - Default value:
false
- Tunnel
Interface stringRestrict Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- Tunnel
Qos stringMode Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Bandwidth int
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Variable string - Variable name
- Clock
Rate string - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- Clock
Rate stringVariable - Variable name
- Description string
- The description of the Feature
- Encapsulation string
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- Encapsulation
Variable string - Variable name
- Interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Set ip mtu - Range:
576
-9216
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Mtu int
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- Mtu
Variable string - Variable name
- Name string
- The name of the Feature
- Per
Tunnel boolQos - Per-tunnel Qos - Default value:
false
- Per
Tunnel boolQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- Per
Tunnel stringQos Aggregator Variable - Variable name
- Per
Tunnel stringQos Variable - Variable name
- Qos
Shaping intRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- Qos
Shaping stringRate Variable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Interface bool - Tunnel Interface - Default value:
false
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD - Default value:
false
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP - Default value:
false
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP - Default value:
true
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS - Default value:
true
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny Https - Default value:
true
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP - Default value:
true
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF - Default value:
false
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP - Default value:
false
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF - Default value:
false
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP - Default value:
false
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH - Default value:
false
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN - Default value:
false
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC - Default value:
false
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface boolClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- Tunnel
Interface stringClear Network Broadcast Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface []TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation Args - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface []intExclude Controller Group Lists - Exclude the following controller groups defined in this list
- Tunnel
Interface intGroups - List of groups - Range:
1
-4294967295
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort - Default value:
false
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface boolRestrict - Restrict this TLOC behavior - Default value:
false
- Tunnel
Interface stringRestrict Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- Tunnel
Qos stringMode Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- bandwidth Integer
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth
Downstream Integer - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Variable String - Variable name
- clock
Rate String - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock
Rate StringVariable - Variable name
- description String
- The description of the Feature
- encapsulation String
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation
Variable String - Variable name
- interface
Name String - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name StringVariable - Variable name
- ip
Mtu Integer - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- mtu Integer
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu
Variable String - Variable name
- name String
- The name of the Feature
- per
Tunnel BooleanQos - Per-tunnel Qos - Default value:
false
- per
Tunnel BooleanQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per
Tunnel StringQos Aggregator Variable - Variable name
- per
Tunnel StringQos Variable - Variable name
- qos
Shaping IntegerRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos
Shaping StringRate Variable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface Boolean - Tunnel Interface - Default value:
false
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD - Default value:
false
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP - Default value:
false
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP - Default value:
true
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS - Default value:
true
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny Https - Default value:
true
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP - Default value:
true
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF - Default value:
false
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP - Default value:
false
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF - Default value:
false
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP - Default value:
false
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH - Default value:
false
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN - Default value:
false
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC - Default value:
false
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface BooleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel
Interface StringClear Network Broadcast Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Integer>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface IntegerGroups - List of groups - Range:
1
-4294967295
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface IntegerHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface IntegerHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort - Default value:
false
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface IntegerMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface IntegerNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface BooleanRestrict - Restrict this TLOC behavior - Default value:
false
- tunnel
Interface StringRestrict Variable - Variable name
- tunnel
Interface IntegerTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface IntegerVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel
Qos StringMode Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- bandwidth number
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth
Downstream number - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth
Downstream stringVariable - Variable name
- bandwidth
Variable string - Variable name
- clock
Rate string - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock
Rate stringVariable - Variable name
- description string
- The description of the Feature
- encapsulation string
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation
Variable string - Variable name
- interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name stringVariable - Variable name
- ip
Mtu number - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip
Mtu stringVariable - Variable name
- ipv4Address string
- ipv4Address
Variable string - Variable name
- ipv4Subnet
Mask string - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4Subnet
Mask stringVariable - Variable name
- ipv6Address string
- Assign IPv6 address
- ipv6Address
Variable string - Variable name
- mtu number
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu
Variable string - Variable name
- name string
- The name of the Feature
- per
Tunnel booleanQos - Per-tunnel Qos - Default value:
false
- per
Tunnel booleanQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per
Tunnel stringQos Aggregator Variable - Variable name
- per
Tunnel stringQos Variable - Variable name
- qos
Shaping numberRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos
Shaping stringRate Variable - Variable name
- shutdown boolean
- Administrative state - Default value:
true
- shutdown
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss stringVariable - Variable name
- tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension stringVariable - Variable name
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface boolean - Tunnel Interface - Default value:
false
- tunnel
Interface booleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel
Interface stringAllow All Variable - Variable name
- tunnel
Interface booleanAllow Bfd - Allow/Deny BFD - Default value:
false
- tunnel
Interface stringAllow Bfd Variable - Variable name
- tunnel
Interface booleanAllow Bgp - Allow/deny BGP - Default value:
false
- tunnel
Interface stringAllow Bgp Variable - Variable name
- tunnel
Interface booleanAllow Dhcp - Allow/Deny DHCP - Default value:
true
- tunnel
Interface stringAllow Dhcp Variable - Variable name
- tunnel
Interface booleanAllow Dns - Allow/Deny DNS - Default value:
true
- tunnel
Interface stringAllow Dns Variable - Variable name
- tunnel
Interface booleanAllow Https - Allow/Deny Https - Default value:
true
- tunnel
Interface stringAllow Https Variable - Variable name
- tunnel
Interface booleanAllow Icmp - Allow/Deny ICMP - Default value:
true
- tunnel
Interface stringAllow Icmp Variable - Variable name
- tunnel
Interface booleanAllow Netconf - Allow/Deny NETCONF - Default value:
false
- tunnel
Interface stringAllow Netconf Variable - Variable name
- tunnel
Interface booleanAllow Ntp - Allow/Deny NTP - Default value:
false
- tunnel
Interface stringAllow Ntp Variable - Variable name
- tunnel
Interface booleanAllow Ospf - Allow/Deny OSPF - Default value:
false
- tunnel
Interface stringAllow Ospf Variable - Variable name
- tunnel
Interface booleanAllow Snmp - Allow/Deny SNMP - Default value:
false
- tunnel
Interface stringAllow Snmp Variable - Variable name
- tunnel
Interface booleanAllow Ssh - Allow/Deny SSH - Default value:
false
- tunnel
Interface stringAllow Ssh Variable - Variable name
- tunnel
Interface booleanAllow Stun - Allow/Deny STUN - Default value:
false
- tunnel
Interface stringAllow Stun Variable - Variable name
- tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface booleanBorder - Set TLOC as border TLOC - Default value:
false
- tunnel
Interface stringBorder Variable - Variable name
- tunnel
Interface stringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel
Interface stringCarrier Variable - Variable name
- tunnel
Interface booleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel
Interface stringClear Dont Fragment Variable - Variable name
- tunnel
Interface booleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel
Interface stringClear Network Broadcast Variable - Variable name
- tunnel
Interface stringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel
Interface stringColor Variable - Variable name
- tunnel
Interface TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation[] - Encapsulation for TLOC
- tunnel
Interface stringExclude Controller Group List Variable - Variable name
- tunnel
Interface number[]Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface numberGroups - List of groups - Range:
1
-4294967295
- tunnel
Interface stringGroups Variable - Variable name
- tunnel
Interface numberHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel
Interface stringHello Interval Variable - Variable name
- tunnel
Interface numberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel
Interface stringHello Tolerance Variable - Variable name
- tunnel
Interface booleanLast Resort Circuit - Set TLOC as last resort - Default value:
false
- tunnel
Interface stringLast Resort Circuit Variable - Variable name
- tunnel
Interface booleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- tunnel
Interface numberMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel
Interface stringMax Control Connections Variable - Variable name
- tunnel
Interface numberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel
Interface stringNat Refresh Interval Variable - Variable name
- tunnel
Interface booleanPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel
Interface stringPort Hop Variable - Variable name
- tunnel
Interface booleanRestrict - Restrict this TLOC behavior - Default value:
false
- tunnel
Interface stringRestrict Variable - Variable name
- tunnel
Interface numberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface booleanVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- tunnel
Interface stringVbond As Stun Server Variable - Variable name
- tunnel
Interface numberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- tunnel
Qos stringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel
Qos stringMode Variable - Variable name
- feature_
profile_ strid - Feature Profile ID
- bandwidth int
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth_
downstream int - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth_
downstream_ strvariable - Variable name
- bandwidth_
variable str - Variable name
- clock_
rate str - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock_
rate_ strvariable - Variable name
- description str
- The description of the Feature
- encapsulation str
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation_
variable str - Variable name
- interface_
name str - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface_
name_ strvariable - Variable name
- ip_
mtu int - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip_
mtu_ strvariable - Variable name
- ipv4_
address str - ipv4_
address_ strvariable - Variable name
- ipv4_
subnet_ strmask - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4_
subnet_ strmask_ variable - Variable name
- ipv6_
address str - Assign IPv6 address
- ipv6_
address_ strvariable - Variable name
- mtu int
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu_
variable str - Variable name
- name str
- The name of the Feature
- per_
tunnel_ boolqos - Per-tunnel Qos - Default value:
false
- per_
tunnel_ boolqos_ aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per_
tunnel_ strqos_ aggregator_ variable - Variable name
- per_
tunnel_ strqos_ variable - Variable name
- qos_
shaping_ intrate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos_
shaping_ strrate_ variable - Variable name
- shutdown bool
- Administrative state - Default value:
true
- shutdown_
variable str - Variable name
- tcp_
mss int - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp_
mss_ strvariable - Variable name
- tloc_
extension str - Extends a local TLOC to a remote node only for vpn 0
- tloc_
extension_ strvariable - Variable name
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- tunnel_
interface bool - Tunnel Interface - Default value:
false
- tunnel_
interface_ boolallow_ all - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel_
interface_ strallow_ all_ variable - Variable name
- tunnel_
interface_ boolallow_ bfd - Allow/Deny BFD - Default value:
false
- tunnel_
interface_ strallow_ bfd_ variable - Variable name
- tunnel_
interface_ boolallow_ bgp - Allow/deny BGP - Default value:
false
- tunnel_
interface_ strallow_ bgp_ variable - Variable name
- tunnel_
interface_ boolallow_ dhcp - Allow/Deny DHCP - Default value:
true
- tunnel_
interface_ strallow_ dhcp_ variable - Variable name
- tunnel_
interface_ boolallow_ dns - Allow/Deny DNS - Default value:
true
- tunnel_
interface_ strallow_ dns_ variable - Variable name
- tunnel_
interface_ boolallow_ https - Allow/Deny Https - Default value:
true
- tunnel_
interface_ strallow_ https_ variable - Variable name
- tunnel_
interface_ boolallow_ icmp - Allow/Deny ICMP - Default value:
true
- tunnel_
interface_ strallow_ icmp_ variable - Variable name
- tunnel_
interface_ boolallow_ netconf - Allow/Deny NETCONF - Default value:
false
- tunnel_
interface_ strallow_ netconf_ variable - Variable name
- tunnel_
interface_ boolallow_ ntp - Allow/Deny NTP - Default value:
false
- tunnel_
interface_ strallow_ ntp_ variable - Variable name
- tunnel_
interface_ boolallow_ ospf - Allow/Deny OSPF - Default value:
false
- tunnel_
interface_ strallow_ ospf_ variable - Variable name
- tunnel_
interface_ boolallow_ snmp - Allow/Deny SNMP - Default value:
false
- tunnel_
interface_ strallow_ snmp_ variable - Variable name
- tunnel_
interface_ boolallow_ ssh - Allow/Deny SSH - Default value:
false
- tunnel_
interface_ strallow_ ssh_ variable - Variable name
- tunnel_
interface_ boolallow_ stun - Allow/Deny STUN - Default value:
false
- tunnel_
interface_ strallow_ stun_ variable - Variable name
- tunnel_
interface_ strbind_ loopback_ tunnel - Bind loopback tunnel interface to a physical interface
- tunnel_
interface_ strbind_ loopback_ tunnel_ variable - Variable name
- tunnel_
interface_ boolborder - Set TLOC as border TLOC - Default value:
false
- tunnel_
interface_ strborder_ variable - Variable name
- tunnel_
interface_ strcarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel_
interface_ strcarrier_ variable - Variable name
- tunnel_
interface_ boolclear_ dont_ fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel_
interface_ strclear_ dont_ fragment_ variable - Variable name
- tunnel_
interface_ boolclear_ network_ broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel_
interface_ strclear_ network_ broadcast_ variable - Variable name
- tunnel_
interface_ strcolor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel_
interface_ strcolor_ variable - Variable name
- tunnel_
interface_ Sequence[Transportencapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation Args] - Encapsulation for TLOC
- tunnel_
interface_ strexclude_ controller_ group_ list_ variable - Variable name
- tunnel_
interface_ Sequence[int]exclude_ controller_ group_ lists - Exclude the following controller groups defined in this list
- tunnel_
interface_ intgroups - List of groups - Range:
1
-4294967295
- tunnel_
interface_ strgroups_ variable - Variable name
- tunnel_
interface_ inthello_ interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel_
interface_ strhello_ interval_ variable - Variable name
- tunnel_
interface_ inthello_ tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel_
interface_ strhello_ tolerance_ variable - Variable name
- tunnel_
interface_ boollast_ resort_ circuit - Set TLOC as last resort - Default value:
false
- tunnel_
interface_ strlast_ resort_ circuit_ variable - Variable name
- tunnel_
interface_ boollow_ bandwidth_ link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel_
interface_ strlow_ bandwidth_ link_ variable - Variable name
- tunnel_
interface_ intmax_ control_ connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel_
interface_ strmax_ control_ connections_ variable - Variable name
- tunnel_
interface_ intnat_ refresh_ interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel_
interface_ strnat_ refresh_ interval_ variable - Variable name
- tunnel_
interface_ boolport_ hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel_
interface_ strport_ hop_ variable - Variable name
- tunnel_
interface_ boolrestrict - Restrict this TLOC behavior - Default value:
false
- tunnel_
interface_ strrestrict_ variable - Variable name
- tunnel_
interface_ inttunnel_ tcp_ mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel_
interface_ strtunnel_ tcp_ mss_ variable - Variable name
- tunnel_
interface_ boolvbond_ as_ stun_ server - Put this wan interface in STUN mode only - Default value:
false
- tunnel_
interface_ strvbond_ as_ stun_ server_ variable - Variable name
- tunnel_
interface_ intvmanage_ connection_ preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel_
interface_ strvmanage_ connection_ preference_ variable - Variable name
- tunnel_
qos_ strmode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel_
qos_ strmode_ variable - Variable name
- feature
Profile StringId - Feature Profile ID
- bandwidth Number
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth
Downstream Number - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Variable String - Variable name
- clock
Rate String - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock
Rate StringVariable - Variable name
- description String
- The description of the Feature
- encapsulation String
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation
Variable String - Variable name
- interface
Name String - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name StringVariable - Variable name
- ip
Mtu Number - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- mtu Number
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu
Variable String - Variable name
- name String
- The name of the Feature
- per
Tunnel BooleanQos - Per-tunnel Qos - Default value:
false
- per
Tunnel BooleanQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per
Tunnel StringQos Aggregator Variable - Variable name
- per
Tunnel StringQos Variable - Variable name
- qos
Shaping NumberRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos
Shaping StringRate Variable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface Boolean - Tunnel Interface - Default value:
false
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD - Default value:
false
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP - Default value:
false
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP - Default value:
true
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS - Default value:
true
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny Https - Default value:
true
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP - Default value:
true
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF - Default value:
false
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP - Default value:
false
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF - Default value:
false
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP - Default value:
false
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH - Default value:
false
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN - Default value:
false
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC - Default value:
false
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface BooleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel
Interface StringClear Network Broadcast Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<Property Map>Encapsulations - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Number>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface NumberGroups - List of groups - Range:
1
-4294967295
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface NumberHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface NumberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort - Default value:
false
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface NumberMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface NumberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface BooleanRestrict - Restrict this TLOC behavior - Default value:
false
- tunnel
Interface StringRestrict Variable - Variable name
- tunnel
Interface NumberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface NumberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel
Qos StringMode Variable - Variable name
Outputs
All input properties are implicitly available as output properties. Additionally, the TransportWanVpnInterfaceT1E1SerialFeature resource produces the following output properties:
Look up Existing TransportWanVpnInterfaceT1E1SerialFeature Resource
Get an existing TransportWanVpnInterfaceT1E1SerialFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TransportWanVpnInterfaceT1E1SerialFeatureState, opts?: CustomResourceOptions): TransportWanVpnInterfaceT1E1SerialFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bandwidth: Optional[int] = None,
bandwidth_downstream: Optional[int] = None,
bandwidth_downstream_variable: Optional[str] = None,
bandwidth_variable: Optional[str] = None,
clock_rate: Optional[str] = None,
clock_rate_variable: Optional[str] = None,
description: Optional[str] = None,
encapsulation: Optional[str] = None,
encapsulation_variable: Optional[str] = None,
feature_profile_id: Optional[str] = None,
interface_name: Optional[str] = None,
interface_name_variable: Optional[str] = None,
ip_mtu: Optional[int] = None,
ip_mtu_variable: Optional[str] = None,
ipv4_address: Optional[str] = None,
ipv4_address_variable: Optional[str] = None,
ipv4_subnet_mask: Optional[str] = None,
ipv4_subnet_mask_variable: Optional[str] = None,
ipv6_address: Optional[str] = None,
ipv6_address_variable: Optional[str] = None,
mtu: Optional[int] = None,
mtu_variable: Optional[str] = None,
name: Optional[str] = None,
per_tunnel_qos: Optional[bool] = None,
per_tunnel_qos_aggregator: Optional[bool] = None,
per_tunnel_qos_aggregator_variable: Optional[str] = None,
per_tunnel_qos_variable: Optional[str] = None,
qos_shaping_rate: Optional[int] = None,
qos_shaping_rate_variable: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
tcp_mss: Optional[int] = None,
tcp_mss_variable: Optional[str] = None,
tloc_extension: Optional[str] = None,
tloc_extension_variable: Optional[str] = None,
transport_wan_vpn_feature_id: Optional[str] = None,
tunnel_interface: Optional[bool] = None,
tunnel_interface_allow_all: Optional[bool] = None,
tunnel_interface_allow_all_variable: Optional[str] = None,
tunnel_interface_allow_bfd: Optional[bool] = None,
tunnel_interface_allow_bfd_variable: Optional[str] = None,
tunnel_interface_allow_bgp: Optional[bool] = None,
tunnel_interface_allow_bgp_variable: Optional[str] = None,
tunnel_interface_allow_dhcp: Optional[bool] = None,
tunnel_interface_allow_dhcp_variable: Optional[str] = None,
tunnel_interface_allow_dns: Optional[bool] = None,
tunnel_interface_allow_dns_variable: Optional[str] = None,
tunnel_interface_allow_https: Optional[bool] = None,
tunnel_interface_allow_https_variable: Optional[str] = None,
tunnel_interface_allow_icmp: Optional[bool] = None,
tunnel_interface_allow_icmp_variable: Optional[str] = None,
tunnel_interface_allow_netconf: Optional[bool] = None,
tunnel_interface_allow_netconf_variable: Optional[str] = None,
tunnel_interface_allow_ntp: Optional[bool] = None,
tunnel_interface_allow_ntp_variable: Optional[str] = None,
tunnel_interface_allow_ospf: Optional[bool] = None,
tunnel_interface_allow_ospf_variable: Optional[str] = None,
tunnel_interface_allow_snmp: Optional[bool] = None,
tunnel_interface_allow_snmp_variable: Optional[str] = None,
tunnel_interface_allow_ssh: Optional[bool] = None,
tunnel_interface_allow_ssh_variable: Optional[str] = None,
tunnel_interface_allow_stun: Optional[bool] = None,
tunnel_interface_allow_stun_variable: Optional[str] = None,
tunnel_interface_bind_loopback_tunnel: Optional[str] = None,
tunnel_interface_bind_loopback_tunnel_variable: Optional[str] = None,
tunnel_interface_border: Optional[bool] = None,
tunnel_interface_border_variable: Optional[str] = None,
tunnel_interface_carrier: Optional[str] = None,
tunnel_interface_carrier_variable: Optional[str] = None,
tunnel_interface_clear_dont_fragment: Optional[bool] = None,
tunnel_interface_clear_dont_fragment_variable: Optional[str] = None,
tunnel_interface_clear_network_broadcast: Optional[bool] = None,
tunnel_interface_clear_network_broadcast_variable: Optional[str] = None,
tunnel_interface_color: Optional[str] = None,
tunnel_interface_color_variable: Optional[str] = None,
tunnel_interface_encapsulations: Optional[Sequence[TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs]] = None,
tunnel_interface_exclude_controller_group_list_variable: Optional[str] = None,
tunnel_interface_exclude_controller_group_lists: Optional[Sequence[int]] = None,
tunnel_interface_groups: Optional[int] = None,
tunnel_interface_groups_variable: Optional[str] = None,
tunnel_interface_hello_interval: Optional[int] = None,
tunnel_interface_hello_interval_variable: Optional[str] = None,
tunnel_interface_hello_tolerance: Optional[int] = None,
tunnel_interface_hello_tolerance_variable: Optional[str] = None,
tunnel_interface_last_resort_circuit: Optional[bool] = None,
tunnel_interface_last_resort_circuit_variable: Optional[str] = None,
tunnel_interface_low_bandwidth_link: Optional[bool] = None,
tunnel_interface_low_bandwidth_link_variable: Optional[str] = None,
tunnel_interface_max_control_connections: Optional[int] = None,
tunnel_interface_max_control_connections_variable: Optional[str] = None,
tunnel_interface_nat_refresh_interval: Optional[int] = None,
tunnel_interface_nat_refresh_interval_variable: Optional[str] = None,
tunnel_interface_port_hop: Optional[bool] = None,
tunnel_interface_port_hop_variable: Optional[str] = None,
tunnel_interface_restrict: Optional[bool] = None,
tunnel_interface_restrict_variable: Optional[str] = None,
tunnel_interface_tunnel_tcp_mss: Optional[int] = None,
tunnel_interface_tunnel_tcp_mss_variable: Optional[str] = None,
tunnel_interface_vbond_as_stun_server: Optional[bool] = None,
tunnel_interface_vbond_as_stun_server_variable: Optional[str] = None,
tunnel_interface_vmanage_connection_preference: Optional[int] = None,
tunnel_interface_vmanage_connection_preference_variable: Optional[str] = None,
tunnel_qos_mode: Optional[str] = None,
tunnel_qos_mode_variable: Optional[str] = None,
version: Optional[int] = None) -> TransportWanVpnInterfaceT1E1SerialFeature
func GetTransportWanVpnInterfaceT1E1SerialFeature(ctx *Context, name string, id IDInput, state *TransportWanVpnInterfaceT1E1SerialFeatureState, opts ...ResourceOption) (*TransportWanVpnInterfaceT1E1SerialFeature, error)
public static TransportWanVpnInterfaceT1E1SerialFeature Get(string name, Input<string> id, TransportWanVpnInterfaceT1E1SerialFeatureState? state, CustomResourceOptions? opts = null)
public static TransportWanVpnInterfaceT1E1SerialFeature get(String name, Output<String> id, TransportWanVpnInterfaceT1E1SerialFeatureState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Bandwidth int
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Variable string - Variable name
- Clock
Rate string - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- Clock
Rate stringVariable - Variable name
- Description string
- The description of the Feature
- Encapsulation string
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- Encapsulation
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Set ip mtu - Range:
576
-9216
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Mtu int
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- Mtu
Variable string - Variable name
- Name string
- The name of the Feature
- Per
Tunnel boolQos - Per-tunnel Qos - Default value:
false
- Per
Tunnel boolQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- Per
Tunnel stringQos Aggregator Variable - Variable name
- Per
Tunnel stringQos Variable - Variable name
- Qos
Shaping intRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- Qos
Shaping stringRate Variable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Interface bool - Tunnel Interface - Default value:
false
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD - Default value:
false
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP - Default value:
false
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP - Default value:
true
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS - Default value:
true
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny Https - Default value:
true
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP - Default value:
true
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF - Default value:
false
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP - Default value:
false
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF - Default value:
false
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP - Default value:
false
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH - Default value:
false
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN - Default value:
false
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC - Default value:
false
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface boolClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- Tunnel
Interface stringClear Network Broadcast Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface List<TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface List<int>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- Tunnel
Interface intGroups - List of groups - Range:
1
-4294967295
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort - Default value:
false
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface boolRestrict - Restrict this TLOC behavior - Default value:
false
- Tunnel
Interface stringRestrict Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- Tunnel
Qos stringMode Variable - Variable name
- Version int
- The version of the Feature
- Bandwidth int
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Variable string - Variable name
- Clock
Rate string - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- Clock
Rate stringVariable - Variable name
- Description string
- The description of the Feature
- Encapsulation string
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- Encapsulation
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Set ip mtu - Range:
576
-9216
- Default value:1500
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Mtu int
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- Mtu
Variable string - Variable name
- Name string
- The name of the Feature
- Per
Tunnel boolQos - Per-tunnel Qos - Default value:
false
- Per
Tunnel boolQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- Per
Tunnel stringQos Aggregator Variable - Variable name
- Per
Tunnel stringQos Variable - Variable name
- Qos
Shaping intRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- Qos
Shaping stringRate Variable - Variable name
- Shutdown bool
- Administrative state - Default value:
true
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Interface bool - Tunnel Interface - Default value:
false
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD - Default value:
false
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP - Default value:
false
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP - Default value:
true
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS - Default value:
true
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny Https - Default value:
true
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP - Default value:
true
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF - Default value:
false
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP - Default value:
false
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF - Default value:
false
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP - Default value:
false
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH - Default value:
false
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN - Default value:
false
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC - Default value:
false
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface boolClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- Tunnel
Interface stringClear Network Broadcast Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface []TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation Args - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface []intExclude Controller Group Lists - Exclude the following controller groups defined in this list
- Tunnel
Interface intGroups - List of groups - Range:
1
-4294967295
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort - Default value:
false
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface boolRestrict - Restrict this TLOC behavior - Default value:
false
- Tunnel
Interface stringRestrict Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- Tunnel
Qos stringMode Variable - Variable name
- Version int
- The version of the Feature
- bandwidth Integer
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth
Downstream Integer - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Variable String - Variable name
- clock
Rate String - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock
Rate StringVariable - Variable name
- description String
- The description of the Feature
- encapsulation String
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- interface
Name String - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name StringVariable - Variable name
- ip
Mtu Integer - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- mtu Integer
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu
Variable String - Variable name
- name String
- The name of the Feature
- per
Tunnel BooleanQos - Per-tunnel Qos - Default value:
false
- per
Tunnel BooleanQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per
Tunnel StringQos Aggregator Variable - Variable name
- per
Tunnel StringQos Variable - Variable name
- qos
Shaping IntegerRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos
Shaping StringRate Variable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface Boolean - Tunnel Interface - Default value:
false
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD - Default value:
false
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP - Default value:
false
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP - Default value:
true
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS - Default value:
true
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny Https - Default value:
true
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP - Default value:
true
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF - Default value:
false
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP - Default value:
false
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF - Default value:
false
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP - Default value:
false
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH - Default value:
false
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN - Default value:
false
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC - Default value:
false
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface BooleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel
Interface StringClear Network Broadcast Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Integer>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface IntegerGroups - List of groups - Range:
1
-4294967295
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface IntegerHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface IntegerHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort - Default value:
false
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface IntegerMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface IntegerNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface BooleanRestrict - Restrict this TLOC behavior - Default value:
false
- tunnel
Interface StringRestrict Variable - Variable name
- tunnel
Interface IntegerTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface IntegerVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel
Qos StringMode Variable - Variable name
- version Integer
- The version of the Feature
- bandwidth number
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth
Downstream number - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth
Downstream stringVariable - Variable name
- bandwidth
Variable string - Variable name
- clock
Rate string - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock
Rate stringVariable - Variable name
- description string
- The description of the Feature
- encapsulation string
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name stringVariable - Variable name
- ip
Mtu number - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip
Mtu stringVariable - Variable name
- ipv4Address string
- ipv4Address
Variable string - Variable name
- ipv4Subnet
Mask string - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4Subnet
Mask stringVariable - Variable name
- ipv6Address string
- Assign IPv6 address
- ipv6Address
Variable string - Variable name
- mtu number
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu
Variable string - Variable name
- name string
- The name of the Feature
- per
Tunnel booleanQos - Per-tunnel Qos - Default value:
false
- per
Tunnel booleanQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per
Tunnel stringQos Aggregator Variable - Variable name
- per
Tunnel stringQos Variable - Variable name
- qos
Shaping numberRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos
Shaping stringRate Variable - Variable name
- shutdown boolean
- Administrative state - Default value:
true
- shutdown
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss stringVariable - Variable name
- tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension stringVariable - Variable name
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface boolean - Tunnel Interface - Default value:
false
- tunnel
Interface booleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel
Interface stringAllow All Variable - Variable name
- tunnel
Interface booleanAllow Bfd - Allow/Deny BFD - Default value:
false
- tunnel
Interface stringAllow Bfd Variable - Variable name
- tunnel
Interface booleanAllow Bgp - Allow/deny BGP - Default value:
false
- tunnel
Interface stringAllow Bgp Variable - Variable name
- tunnel
Interface booleanAllow Dhcp - Allow/Deny DHCP - Default value:
true
- tunnel
Interface stringAllow Dhcp Variable - Variable name
- tunnel
Interface booleanAllow Dns - Allow/Deny DNS - Default value:
true
- tunnel
Interface stringAllow Dns Variable - Variable name
- tunnel
Interface booleanAllow Https - Allow/Deny Https - Default value:
true
- tunnel
Interface stringAllow Https Variable - Variable name
- tunnel
Interface booleanAllow Icmp - Allow/Deny ICMP - Default value:
true
- tunnel
Interface stringAllow Icmp Variable - Variable name
- tunnel
Interface booleanAllow Netconf - Allow/Deny NETCONF - Default value:
false
- tunnel
Interface stringAllow Netconf Variable - Variable name
- tunnel
Interface booleanAllow Ntp - Allow/Deny NTP - Default value:
false
- tunnel
Interface stringAllow Ntp Variable - Variable name
- tunnel
Interface booleanAllow Ospf - Allow/Deny OSPF - Default value:
false
- tunnel
Interface stringAllow Ospf Variable - Variable name
- tunnel
Interface booleanAllow Snmp - Allow/Deny SNMP - Default value:
false
- tunnel
Interface stringAllow Snmp Variable - Variable name
- tunnel
Interface booleanAllow Ssh - Allow/Deny SSH - Default value:
false
- tunnel
Interface stringAllow Ssh Variable - Variable name
- tunnel
Interface booleanAllow Stun - Allow/Deny STUN - Default value:
false
- tunnel
Interface stringAllow Stun Variable - Variable name
- tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface booleanBorder - Set TLOC as border TLOC - Default value:
false
- tunnel
Interface stringBorder Variable - Variable name
- tunnel
Interface stringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel
Interface stringCarrier Variable - Variable name
- tunnel
Interface booleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel
Interface stringClear Dont Fragment Variable - Variable name
- tunnel
Interface booleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel
Interface stringClear Network Broadcast Variable - Variable name
- tunnel
Interface stringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel
Interface stringColor Variable - Variable name
- tunnel
Interface TransportEncapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation[] - Encapsulation for TLOC
- tunnel
Interface stringExclude Controller Group List Variable - Variable name
- tunnel
Interface number[]Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface numberGroups - List of groups - Range:
1
-4294967295
- tunnel
Interface stringGroups Variable - Variable name
- tunnel
Interface numberHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel
Interface stringHello Interval Variable - Variable name
- tunnel
Interface numberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel
Interface stringHello Tolerance Variable - Variable name
- tunnel
Interface booleanLast Resort Circuit - Set TLOC as last resort - Default value:
false
- tunnel
Interface stringLast Resort Circuit Variable - Variable name
- tunnel
Interface booleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- tunnel
Interface numberMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel
Interface stringMax Control Connections Variable - Variable name
- tunnel
Interface numberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel
Interface stringNat Refresh Interval Variable - Variable name
- tunnel
Interface booleanPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel
Interface stringPort Hop Variable - Variable name
- tunnel
Interface booleanRestrict - Restrict this TLOC behavior - Default value:
false
- tunnel
Interface stringRestrict Variable - Variable name
- tunnel
Interface numberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface booleanVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- tunnel
Interface stringVbond As Stun Server Variable - Variable name
- tunnel
Interface numberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- tunnel
Qos stringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel
Qos stringMode Variable - Variable name
- version number
- The version of the Feature
- bandwidth int
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth_
downstream int - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth_
downstream_ strvariable - Variable name
- bandwidth_
variable str - Variable name
- clock_
rate str - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock_
rate_ strvariable - Variable name
- description str
- The description of the Feature
- encapsulation str
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation_
variable str - Variable name
- feature_
profile_ strid - Feature Profile ID
- interface_
name str - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface_
name_ strvariable - Variable name
- ip_
mtu int - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip_
mtu_ strvariable - Variable name
- ipv4_
address str - ipv4_
address_ strvariable - Variable name
- ipv4_
subnet_ strmask - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4_
subnet_ strmask_ variable - Variable name
- ipv6_
address str - Assign IPv6 address
- ipv6_
address_ strvariable - Variable name
- mtu int
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu_
variable str - Variable name
- name str
- The name of the Feature
- per_
tunnel_ boolqos - Per-tunnel Qos - Default value:
false
- per_
tunnel_ boolqos_ aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per_
tunnel_ strqos_ aggregator_ variable - Variable name
- per_
tunnel_ strqos_ variable - Variable name
- qos_
shaping_ intrate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos_
shaping_ strrate_ variable - Variable name
- shutdown bool
- Administrative state - Default value:
true
- shutdown_
variable str - Variable name
- tcp_
mss int - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp_
mss_ strvariable - Variable name
- tloc_
extension str - Extends a local TLOC to a remote node only for vpn 0
- tloc_
extension_ strvariable - Variable name
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- tunnel_
interface bool - Tunnel Interface - Default value:
false
- tunnel_
interface_ boolallow_ all - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel_
interface_ strallow_ all_ variable - Variable name
- tunnel_
interface_ boolallow_ bfd - Allow/Deny BFD - Default value:
false
- tunnel_
interface_ strallow_ bfd_ variable - Variable name
- tunnel_
interface_ boolallow_ bgp - Allow/deny BGP - Default value:
false
- tunnel_
interface_ strallow_ bgp_ variable - Variable name
- tunnel_
interface_ boolallow_ dhcp - Allow/Deny DHCP - Default value:
true
- tunnel_
interface_ strallow_ dhcp_ variable - Variable name
- tunnel_
interface_ boolallow_ dns - Allow/Deny DNS - Default value:
true
- tunnel_
interface_ strallow_ dns_ variable - Variable name
- tunnel_
interface_ boolallow_ https - Allow/Deny Https - Default value:
true
- tunnel_
interface_ strallow_ https_ variable - Variable name
- tunnel_
interface_ boolallow_ icmp - Allow/Deny ICMP - Default value:
true
- tunnel_
interface_ strallow_ icmp_ variable - Variable name
- tunnel_
interface_ boolallow_ netconf - Allow/Deny NETCONF - Default value:
false
- tunnel_
interface_ strallow_ netconf_ variable - Variable name
- tunnel_
interface_ boolallow_ ntp - Allow/Deny NTP - Default value:
false
- tunnel_
interface_ strallow_ ntp_ variable - Variable name
- tunnel_
interface_ boolallow_ ospf - Allow/Deny OSPF - Default value:
false
- tunnel_
interface_ strallow_ ospf_ variable - Variable name
- tunnel_
interface_ boolallow_ snmp - Allow/Deny SNMP - Default value:
false
- tunnel_
interface_ strallow_ snmp_ variable - Variable name
- tunnel_
interface_ boolallow_ ssh - Allow/Deny SSH - Default value:
false
- tunnel_
interface_ strallow_ ssh_ variable - Variable name
- tunnel_
interface_ boolallow_ stun - Allow/Deny STUN - Default value:
false
- tunnel_
interface_ strallow_ stun_ variable - Variable name
- tunnel_
interface_ strbind_ loopback_ tunnel - Bind loopback tunnel interface to a physical interface
- tunnel_
interface_ strbind_ loopback_ tunnel_ variable - Variable name
- tunnel_
interface_ boolborder - Set TLOC as border TLOC - Default value:
false
- tunnel_
interface_ strborder_ variable - Variable name
- tunnel_
interface_ strcarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel_
interface_ strcarrier_ variable - Variable name
- tunnel_
interface_ boolclear_ dont_ fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel_
interface_ strclear_ dont_ fragment_ variable - Variable name
- tunnel_
interface_ boolclear_ network_ broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel_
interface_ strclear_ network_ broadcast_ variable - Variable name
- tunnel_
interface_ strcolor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel_
interface_ strcolor_ variable - Variable name
- tunnel_
interface_ Sequence[Transportencapsulations Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation Args] - Encapsulation for TLOC
- tunnel_
interface_ strexclude_ controller_ group_ list_ variable - Variable name
- tunnel_
interface_ Sequence[int]exclude_ controller_ group_ lists - Exclude the following controller groups defined in this list
- tunnel_
interface_ intgroups - List of groups - Range:
1
-4294967295
- tunnel_
interface_ strgroups_ variable - Variable name
- tunnel_
interface_ inthello_ interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel_
interface_ strhello_ interval_ variable - Variable name
- tunnel_
interface_ inthello_ tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel_
interface_ strhello_ tolerance_ variable - Variable name
- tunnel_
interface_ boollast_ resort_ circuit - Set TLOC as last resort - Default value:
false
- tunnel_
interface_ strlast_ resort_ circuit_ variable - Variable name
- tunnel_
interface_ boollow_ bandwidth_ link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel_
interface_ strlow_ bandwidth_ link_ variable - Variable name
- tunnel_
interface_ intmax_ control_ connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel_
interface_ strmax_ control_ connections_ variable - Variable name
- tunnel_
interface_ intnat_ refresh_ interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel_
interface_ strnat_ refresh_ interval_ variable - Variable name
- tunnel_
interface_ boolport_ hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel_
interface_ strport_ hop_ variable - Variable name
- tunnel_
interface_ boolrestrict - Restrict this TLOC behavior - Default value:
false
- tunnel_
interface_ strrestrict_ variable - Variable name
- tunnel_
interface_ inttunnel_ tcp_ mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel_
interface_ strtunnel_ tcp_ mss_ variable - Variable name
- tunnel_
interface_ boolvbond_ as_ stun_ server - Put this wan interface in STUN mode only - Default value:
false
- tunnel_
interface_ strvbond_ as_ stun_ server_ variable - Variable name
- tunnel_
interface_ intvmanage_ connection_ preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel_
interface_ strvmanage_ connection_ preference_ variable - Variable name
- tunnel_
qos_ strmode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel_
qos_ strmode_ variable - Variable name
- version int
- The version of the Feature
- bandwidth Number
- Interface bandwidth capacity, in kbps - Range:
1
-200000000
- bandwidth
Downstream Number - Interface downstream bandwidth capacity, in kbps - Range:
1
-2147483647
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Variable String - Variable name
- clock
Rate String - Set preference for interface Clock speed - Choices:
1200
,2400
,4800
,9600
,14400
,19200
,28800
,32000
,38400
,48000
,56000
,57600
,64000
,72000
,115200
,125000
,148000
,192000
,250000
,256000
,384000
,500000
,512000
,768000
,800000
,1000000
,2000000
,4000000
,5300000
,8000000
- clock
Rate StringVariable - Variable name
- description String
- The description of the Feature
- encapsulation String
- Configure Encapsulation for interface - Choices:
hdlc
,ppp
,frame-relay
- encapsulation
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- interface
Name String - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name StringVariable - Variable name
- ip
Mtu Number - Set ip mtu - Range:
576
-9216
- Default value:1500
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - Choices:
255.255.255.255
,255.255.255.254
,255.255.255.252
,255.255.255.248
,255.255.255.240
,255.255.255.224
,255.255.255.192
,255.255.255.128
,255.255.255.0
,255.255.254.0
,255.255.252.0
,255.255.248.0
,255.255.240.0
,255.255.224.0
,255.255.192.0
,255.255.128.0
,255.255.0.0
,255.254.0.0
,255.252.0.0
,255.240.0.0
,255.224.0.0
,255.192.0.0
,255.128.0.0
,255.0.0.0
,254.0.0.0
,252.0.0.0
,248.0.0.0
,240.0.0.0
,224.0.0.0
,192.0.0.0
,128.0.0.0
,0.0.0.0
- Choices:
- ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- mtu Number
- Interface MTU <68...2000>, in bytes - Range:
576
-9216
- Default value:1500
- mtu
Variable String - Variable name
- name String
- The name of the Feature
- per
Tunnel BooleanQos - Per-tunnel Qos - Default value:
false
- per
Tunnel BooleanQos Aggregator - Per-tunnel QoS Aggregator - Default value:
false
- per
Tunnel StringQos Aggregator Variable - Variable name
- per
Tunnel StringQos Variable - Variable name
- qos
Shaping NumberRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range:
8
-100000000
- qos
Shaping StringRate Variable - Variable name
- shutdown Boolean
- Administrative state - Default value:
true
- shutdown
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface Boolean - Tunnel Interface - Default value:
false
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value:
false
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD - Default value:
false
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP - Default value:
false
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP - Default value:
true
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS - Default value:
true
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny Https - Default value:
true
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP - Default value:
true
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF - Default value:
false
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP - Default value:
false
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF - Default value:
false
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP - Default value:
false
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH - Default value:
false
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN - Default value:
false
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC - Default value:
false
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC - Choices:
default
,carrier1
,carrier2
,carrier3
,carrier4
,carrier5
,carrier6
,carrier7
,carrier8
- Default value:default
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value:
false
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface BooleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts) - Default value:
false
- tunnel
Interface StringClear Network Broadcast Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC - Choices:
default
,mpls
,metro-ethernet
,biz-internet
,public-internet
,lte
,3g
,red
,green
,blue
,gold
,silver
,bronze
,custom1
,custom2
,custom3
,private1
,private2
,private3
,private4
,private5
,private6
- Default value:default
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<Property Map>Encapsulations - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Number>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface NumberGroups - List of groups - Range:
1
-4294967295
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface NumberHello Interval - Set time period of control hello packets <100..600000> milli seconds - Range:
100
-600000
- Default value:1000
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface NumberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds - Range:
12
-6000
- Default value:12
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort - Default value:
false
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit - Default value:
false
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface NumberMax Control Connections - Set the maximum number of control connections for this TLOC - Range:
0
-100
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface NumberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds - Range:
1
-60
- Default value:5
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface - Default value:
true
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface BooleanRestrict - Restrict this TLOC behavior - Default value:
false
- tunnel
Interface StringRestrict Variable - Variable name
- tunnel
Interface NumberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes - Range:
500
-1460
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only - Default value:
false
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface NumberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8> - Range:
0
-8
- Default value:5
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode - Choices:
spoke
,hub
- tunnel
Qos StringMode Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulation, TransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulationArgs
- Encapsulation string
- Encapsulation
- Choices:
gre
,ipsec
- Choices:
- Preference int
- Set preference for TLOC
- Range:
0
-4294967295
- Range:
- Preference
Variable string - Variable name
- Weight int
- Set weight for TLOC
- Range:
1
-255
- Default value:
1
- Range:
- Weight
Variable string - Variable name
- Encapsulation string
- Encapsulation
- Choices:
gre
,ipsec
- Choices:
- Preference int
- Set preference for TLOC
- Range:
0
-4294967295
- Range:
- Preference
Variable string - Variable name
- Weight int
- Set weight for TLOC
- Range:
1
-255
- Default value:
1
- Range:
- Weight
Variable string - Variable name
- encapsulation String
- Encapsulation
- Choices:
gre
,ipsec
- Choices:
- preference Integer
- Set preference for TLOC
- Range:
0
-4294967295
- Range:
- preference
Variable String - Variable name
- weight Integer
- Set weight for TLOC
- Range:
1
-255
- Default value:
1
- Range:
- weight
Variable String - Variable name
- encapsulation string
- Encapsulation
- Choices:
gre
,ipsec
- Choices:
- preference number
- Set preference for TLOC
- Range:
0
-4294967295
- Range:
- preference
Variable string - Variable name
- weight number
- Set weight for TLOC
- Range:
1
-255
- Default value:
1
- Range:
- weight
Variable string - Variable name
- encapsulation str
- Encapsulation
- Choices:
gre
,ipsec
- Choices:
- preference int
- Set preference for TLOC
- Range:
0
-4294967295
- Range:
- preference_
variable str - Variable name
- weight int
- Set weight for TLOC
- Range:
1
-255
- Default value:
1
- Range:
- weight_
variable str - Variable name
- encapsulation String
- Encapsulation
- Choices:
gre
,ipsec
- Choices:
- preference Number
- Set preference for TLOC
- Range:
0
-4294967295
- Range:
- preference
Variable String - Variable name
- weight Number
- Set weight for TLOC
- Range:
1
-255
- Default value:
1
- Range:
- weight
Variable String - Variable name
Import
Expected import identifier with the format: “transport_wan_vpn_interface_t1_e1_serial_feature_id,feature_profile_id,transport_wan_vpn_feature_id”
$ pulumi import sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.