published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This resource can manage a Transport WAN VPN Interface Ethernet Feature.
- Minimum SD-WAN Manager version:
20.15.0
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = new sdwan.TransportWanVpnInterfaceEthernetFeature("example", {
name: "Example",
description: "My Example",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
shutdown: true,
interfaceName: "GigabitEthernet1",
interfaceDescription: "WAN",
ipv4ConfigurationType: "static",
ipv4Address: "1.2.3.4",
ipv4SubnetMask: "0.0.0.0",
ipv4SecondaryAddresses: [{
address: "1.2.3.4",
subnetMask: "0.0.0.0",
}],
ipv4DhcpHelpers: ["1.2.3.4"],
ipv6ConfigurationType: "static",
ipv6Address: "2001:0:0:1::1/64",
iperfServer: "example",
blockNonSourceIp: false,
serviceProvider: "example",
bandwidthUpstream: 21474836,
bandwidthDownstream: 21474836,
autoDetectBandwidth: false,
tunnelInterface: true,
perTunnelQos: true,
tunnelQosMode: "hub",
tunnelBandwidthPercent: 82,
tunnelInterfaceBindLoopbackTunnel: "example",
tunnelInterfaceCarrier: "default",
tunnelInterfaceColor: "mpls",
tunnelInterfaceHelloInterval: 1000,
tunnelInterfaceHelloTolerance: 12,
tunnelInterfaceLastResortCircuit: false,
tunnelInterfaceGreTunnelDestinationIp: "1.2.3.4",
tunnelInterfaceColorRestrict: true,
tunnelInterfaceGroups: 42949672,
tunnelInterfaceBorder: false,
tunnelInterfaceMaxControlConnections: 62,
tunnelInterfaceNatRefreshInterval: 5,
tunnelInterfaceVbondAsStunServer: false,
tunnelInterfaceExcludeControllerGroupLists: [2],
tunnelInterfaceVmanageConnectionPreference: 8,
tunnelInterfacePortHop: true,
tunnelInterfaceLowBandwidthLink: false,
tunnelInterfaceTunnelTcpMss: 1460,
tunnelInterfaceClearDontFragment: false,
tunnelInterfaceCtsSgtPropagation: false,
tunnelInterfaceNetworkBroadcast: false,
tunnelInterfaceAllowFragmentation: false,
tunnelInterfaceSetSdwanTunnelMtuToMax: false,
tunnelInterfaceAllowAll: false,
tunnelInterfaceAllowBgp: false,
tunnelInterfaceAllowDhcp: true,
tunnelInterfaceAllowNtp: false,
tunnelInterfaceAllowSsh: false,
tunnelInterfaceAllowDns: true,
tunnelInterfaceAllowIcmp: true,
tunnelInterfaceAllowHttps: true,
tunnelInterfaceAllowOspf: false,
tunnelInterfaceAllowStun: false,
tunnelInterfaceAllowSnmp: false,
tunnelInterfaceAllowNetconf: false,
tunnelInterfaceAllowBfd: false,
tunnelInterfaceEncapsulations: [{
encapsulation: "gre",
preference: 4294967,
weight: 250,
}],
natIpv4: true,
natType: "interface",
natIpv4Pools: [{
name: 10,
rangeStart: "203.0.115.50",
rangeEnd: "203.0.115.100",
overload: true,
prefixLength: 25,
enableDualRouterHaMapping: false,
}],
natIpv4Loopbacks: [{
loopbackInterface: "Loopback0",
}],
natUdpTimeout: 1,
natTcpTimeout: 60,
newStaticNats: [{
sourceIp: "1.2.3.4",
translatedIp: "2.3.4.5",
direction: "inside",
sourceVpn: 3,
enableDualRouterHaMapping: false,
}],
staticPortForwards: [{
protocol: "tcp",
sourceIp: "1.2.3.4",
sourcePort: 8080,
translatedIp: "2.3.4.5",
translatedPort: 80,
direction: "inside",
sourceVpn: 3,
enableDualRouterHaMapping: false,
}],
natIpv6: true,
nat64: false,
nat66: true,
staticNat66s: [{
sourcePrefix: "2001:0db8:85a3::/48",
translatedSourcePrefix: "abcd:1234:5678::/48",
sourceVpnId: 4,
egressInterface: true,
}],
qosAdaptive: false,
qosShapingRate: 16,
aclIpv4EgressFeatureId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
aclIpv6IngressFeatureId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
arps: [{
ipAddress: "1.2.3.4",
macAddress: "00-B0-D0-63-C2-26",
}],
icmpRedirectDisable: true,
duplex: "full",
macAddress: "00-B0-D0-63-C2-26",
ipMtu: 1500,
interfaceMtu: 1500,
tcpMss: 505,
speed: "2500",
arpTimeout: 1200,
autonegotiate: false,
mediaType: "rj45",
tlocExtension: "tloc",
greTunnelSourceIp: "1.2.3.4",
xconnect: "example",
loadInterval: 30,
tracker: "example",
ipDirectedBroadcast: false,
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.TransportWanVpnInterfaceEthernetFeature("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="GigabitEthernet1",
interface_description="WAN",
ipv4_configuration_type="static",
ipv4_address="1.2.3.4",
ipv4_subnet_mask="0.0.0.0",
ipv4_secondary_addresses=[{
"address": "1.2.3.4",
"subnet_mask": "0.0.0.0",
}],
ipv4_dhcp_helpers=["1.2.3.4"],
ipv6_configuration_type="static",
ipv6_address="2001:0:0:1::1/64",
iperf_server="example",
block_non_source_ip=False,
service_provider="example",
bandwidth_upstream=21474836,
bandwidth_downstream=21474836,
auto_detect_bandwidth=False,
tunnel_interface=True,
per_tunnel_qos=True,
tunnel_qos_mode="hub",
tunnel_bandwidth_percent=82,
tunnel_interface_bind_loopback_tunnel="example",
tunnel_interface_carrier="default",
tunnel_interface_color="mpls",
tunnel_interface_hello_interval=1000,
tunnel_interface_hello_tolerance=12,
tunnel_interface_last_resort_circuit=False,
tunnel_interface_gre_tunnel_destination_ip="1.2.3.4",
tunnel_interface_color_restrict=True,
tunnel_interface_groups=42949672,
tunnel_interface_border=False,
tunnel_interface_max_control_connections=62,
tunnel_interface_nat_refresh_interval=5,
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_cts_sgt_propagation=False,
tunnel_interface_network_broadcast=False,
tunnel_interface_allow_fragmentation=False,
tunnel_interface_set_sdwan_tunnel_mtu_to_max=False,
tunnel_interface_allow_all=False,
tunnel_interface_allow_bgp=False,
tunnel_interface_allow_dhcp=True,
tunnel_interface_allow_ntp=False,
tunnel_interface_allow_ssh=False,
tunnel_interface_allow_dns=True,
tunnel_interface_allow_icmp=True,
tunnel_interface_allow_https=True,
tunnel_interface_allow_ospf=False,
tunnel_interface_allow_stun=False,
tunnel_interface_allow_snmp=False,
tunnel_interface_allow_netconf=False,
tunnel_interface_allow_bfd=False,
tunnel_interface_encapsulations=[{
"encapsulation": "gre",
"preference": 4294967,
"weight": 250,
}],
nat_ipv4=True,
nat_type="interface",
nat_ipv4_pools=[{
"name": 10,
"range_start": "203.0.115.50",
"range_end": "203.0.115.100",
"overload": True,
"prefix_length": 25,
"enable_dual_router_ha_mapping": False,
}],
nat_ipv4_loopbacks=[{
"loopback_interface": "Loopback0",
}],
nat_udp_timeout=1,
nat_tcp_timeout=60,
new_static_nats=[{
"source_ip": "1.2.3.4",
"translated_ip": "2.3.4.5",
"direction": "inside",
"source_vpn": 3,
"enable_dual_router_ha_mapping": False,
}],
static_port_forwards=[{
"protocol": "tcp",
"source_ip": "1.2.3.4",
"source_port": 8080,
"translated_ip": "2.3.4.5",
"translated_port": 80,
"direction": "inside",
"source_vpn": 3,
"enable_dual_router_ha_mapping": False,
}],
nat_ipv6=True,
nat64=False,
nat66=True,
static_nat66s=[{
"source_prefix": "2001:0db8:85a3::/48",
"translated_source_prefix": "abcd:1234:5678::/48",
"source_vpn_id": 4,
"egress_interface": True,
}],
qos_adaptive=False,
qos_shaping_rate=16,
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
arps=[{
"ip_address": "1.2.3.4",
"mac_address": "00-B0-D0-63-C2-26",
}],
icmp_redirect_disable=True,
duplex="full",
mac_address="00-B0-D0-63-C2-26",
ip_mtu=1500,
interface_mtu=1500,
tcp_mss=505,
speed="2500",
arp_timeout=1200,
autonegotiate=False,
media_type="rj45",
tloc_extension="tloc",
gre_tunnel_source_ip="1.2.3.4",
xconnect="example",
load_interval=30,
tracker="example",
ip_directed_broadcast=False)
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.NewTransportWanVpnInterfaceEthernetFeature(ctx, "example", &sdwan.TransportWanVpnInterfaceEthernetFeatureArgs{
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("GigabitEthernet1"),
InterfaceDescription: pulumi.String("WAN"),
Ipv4ConfigurationType: pulumi.String("static"),
Ipv4Address: pulumi.String("1.2.3.4"),
Ipv4SubnetMask: pulumi.String("0.0.0.0"),
Ipv4SecondaryAddresses: sdwan.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs{
Address: pulumi.String("1.2.3.4"),
SubnetMask: pulumi.String("0.0.0.0"),
},
},
Ipv4DhcpHelpers: pulumi.StringArray{
pulumi.String("1.2.3.4"),
},
Ipv6ConfigurationType: pulumi.String("static"),
Ipv6Address: pulumi.String("2001:0:0:1::1/64"),
IperfServer: pulumi.String("example"),
BlockNonSourceIp: pulumi.Bool(false),
ServiceProvider: pulumi.String("example"),
BandwidthUpstream: pulumi.Int(21474836),
BandwidthDownstream: pulumi.Int(21474836),
AutoDetectBandwidth: pulumi.Bool(false),
TunnelInterface: pulumi.Bool(true),
PerTunnelQos: pulumi.Bool(true),
TunnelQosMode: pulumi.String("hub"),
TunnelBandwidthPercent: pulumi.Int(82),
TunnelInterfaceBindLoopbackTunnel: pulumi.String("example"),
TunnelInterfaceCarrier: pulumi.String("default"),
TunnelInterfaceColor: pulumi.String("mpls"),
TunnelInterfaceHelloInterval: pulumi.Int(1000),
TunnelInterfaceHelloTolerance: pulumi.Int(12),
TunnelInterfaceLastResortCircuit: pulumi.Bool(false),
TunnelInterfaceGreTunnelDestinationIp: pulumi.String("1.2.3.4"),
TunnelInterfaceColorRestrict: pulumi.Bool(true),
TunnelInterfaceGroups: pulumi.Int(42949672),
TunnelInterfaceBorder: pulumi.Bool(false),
TunnelInterfaceMaxControlConnections: pulumi.Int(62),
TunnelInterfaceNatRefreshInterval: pulumi.Int(5),
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),
TunnelInterfaceCtsSgtPropagation: pulumi.Bool(false),
TunnelInterfaceNetworkBroadcast: pulumi.Bool(false),
TunnelInterfaceAllowFragmentation: pulumi.Bool(false),
TunnelInterfaceSetSdwanTunnelMtuToMax: pulumi.Bool(false),
TunnelInterfaceAllowAll: pulumi.Bool(false),
TunnelInterfaceAllowBgp: pulumi.Bool(false),
TunnelInterfaceAllowDhcp: pulumi.Bool(true),
TunnelInterfaceAllowNtp: pulumi.Bool(false),
TunnelInterfaceAllowSsh: pulumi.Bool(false),
TunnelInterfaceAllowDns: pulumi.Bool(true),
TunnelInterfaceAllowIcmp: pulumi.Bool(true),
TunnelInterfaceAllowHttps: pulumi.Bool(true),
TunnelInterfaceAllowOspf: pulumi.Bool(false),
TunnelInterfaceAllowStun: pulumi.Bool(false),
TunnelInterfaceAllowSnmp: pulumi.Bool(false),
TunnelInterfaceAllowNetconf: pulumi.Bool(false),
TunnelInterfaceAllowBfd: pulumi.Bool(false),
TunnelInterfaceEncapsulations: sdwan.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs{
Encapsulation: pulumi.String("gre"),
Preference: pulumi.Int(4294967),
Weight: pulumi.Int(250),
},
},
NatIpv4: pulumi.Bool(true),
NatType: pulumi.String("interface"),
NatIpv4Pools: sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs{
Name: pulumi.Int(10),
RangeStart: pulumi.String("203.0.115.50"),
RangeEnd: pulumi.String("203.0.115.100"),
Overload: pulumi.Bool(true),
PrefixLength: pulumi.Int(25),
EnableDualRouterHaMapping: pulumi.Bool(false),
},
},
NatIpv4Loopbacks: sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs{
LoopbackInterface: pulumi.String("Loopback0"),
},
},
NatUdpTimeout: pulumi.Int(1),
NatTcpTimeout: pulumi.Int(60),
NewStaticNats: sdwan.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs{
SourceIp: pulumi.String("1.2.3.4"),
TranslatedIp: pulumi.String("2.3.4.5"),
Direction: pulumi.String("inside"),
SourceVpn: pulumi.Int(3),
EnableDualRouterHaMapping: pulumi.Bool(false),
},
},
StaticPortForwards: sdwan.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs{
Protocol: pulumi.String("tcp"),
SourceIp: pulumi.String("1.2.3.4"),
SourcePort: pulumi.Int(8080),
TranslatedIp: pulumi.String("2.3.4.5"),
TranslatedPort: pulumi.Int(80),
Direction: pulumi.String("inside"),
SourceVpn: pulumi.Int(3),
EnableDualRouterHaMapping: pulumi.Bool(false),
},
},
NatIpv6: pulumi.Bool(true),
Nat64: pulumi.Bool(false),
Nat66: pulumi.Bool(true),
StaticNat66s: sdwan.TransportWanVpnInterfaceEthernetFeatureStaticNat66Array{
&sdwan.TransportWanVpnInterfaceEthernetFeatureStaticNat66Args{
SourcePrefix: pulumi.String("2001:0db8:85a3::/48"),
TranslatedSourcePrefix: pulumi.String("abcd:1234:5678::/48"),
SourceVpnId: pulumi.Int(4),
EgressInterface: pulumi.Bool(true),
},
},
QosAdaptive: pulumi.Bool(false),
QosShapingRate: pulumi.Int(16),
AclIpv4EgressFeatureId: pulumi.String("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"),
AclIpv6IngressFeatureId: pulumi.String("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"),
Arps: sdwan.TransportWanVpnInterfaceEthernetFeatureArpArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureArpArgs{
IpAddress: pulumi.String("1.2.3.4"),
MacAddress: pulumi.String("00-B0-D0-63-C2-26"),
},
},
IcmpRedirectDisable: pulumi.Bool(true),
Duplex: pulumi.String("full"),
MacAddress: pulumi.String("00-B0-D0-63-C2-26"),
IpMtu: pulumi.Int(1500),
InterfaceMtu: pulumi.Int(1500),
TcpMss: pulumi.Int(505),
Speed: pulumi.String("2500"),
ArpTimeout: pulumi.Int(1200),
Autonegotiate: pulumi.Bool(false),
MediaType: pulumi.String("rj45"),
TlocExtension: pulumi.String("tloc"),
GreTunnelSourceIp: pulumi.String("1.2.3.4"),
Xconnect: pulumi.String("example"),
LoadInterval: pulumi.Int(30),
Tracker: pulumi.String("example"),
IpDirectedBroadcast: pulumi.Bool(false),
})
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.TransportWanVpnInterfaceEthernetFeature("example", new()
{
Name = "Example",
Description = "My Example",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
TransportWanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
Shutdown = true,
InterfaceName = "GigabitEthernet1",
InterfaceDescription = "WAN",
Ipv4ConfigurationType = "static",
Ipv4Address = "1.2.3.4",
Ipv4SubnetMask = "0.0.0.0",
Ipv4SecondaryAddresses = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs
{
Address = "1.2.3.4",
SubnetMask = "0.0.0.0",
},
},
Ipv4DhcpHelpers = new[]
{
"1.2.3.4",
},
Ipv6ConfigurationType = "static",
Ipv6Address = "2001:0:0:1::1/64",
IperfServer = "example",
BlockNonSourceIp = false,
ServiceProvider = "example",
BandwidthUpstream = 21474836,
BandwidthDownstream = 21474836,
AutoDetectBandwidth = false,
TunnelInterface = true,
PerTunnelQos = true,
TunnelQosMode = "hub",
TunnelBandwidthPercent = 82,
TunnelInterfaceBindLoopbackTunnel = "example",
TunnelInterfaceCarrier = "default",
TunnelInterfaceColor = "mpls",
TunnelInterfaceHelloInterval = 1000,
TunnelInterfaceHelloTolerance = 12,
TunnelInterfaceLastResortCircuit = false,
TunnelInterfaceGreTunnelDestinationIp = "1.2.3.4",
TunnelInterfaceColorRestrict = true,
TunnelInterfaceGroups = 42949672,
TunnelInterfaceBorder = false,
TunnelInterfaceMaxControlConnections = 62,
TunnelInterfaceNatRefreshInterval = 5,
TunnelInterfaceVbondAsStunServer = false,
TunnelInterfaceExcludeControllerGroupLists = new[]
{
2,
},
TunnelInterfaceVmanageConnectionPreference = 8,
TunnelInterfacePortHop = true,
TunnelInterfaceLowBandwidthLink = false,
TunnelInterfaceTunnelTcpMss = 1460,
TunnelInterfaceClearDontFragment = false,
TunnelInterfaceCtsSgtPropagation = false,
TunnelInterfaceNetworkBroadcast = false,
TunnelInterfaceAllowFragmentation = false,
TunnelInterfaceSetSdwanTunnelMtuToMax = false,
TunnelInterfaceAllowAll = false,
TunnelInterfaceAllowBgp = false,
TunnelInterfaceAllowDhcp = true,
TunnelInterfaceAllowNtp = false,
TunnelInterfaceAllowSsh = false,
TunnelInterfaceAllowDns = true,
TunnelInterfaceAllowIcmp = true,
TunnelInterfaceAllowHttps = true,
TunnelInterfaceAllowOspf = false,
TunnelInterfaceAllowStun = false,
TunnelInterfaceAllowSnmp = false,
TunnelInterfaceAllowNetconf = false,
TunnelInterfaceAllowBfd = false,
TunnelInterfaceEncapsulations = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs
{
Encapsulation = "gre",
Preference = 4294967,
Weight = 250,
},
},
NatIpv4 = true,
NatType = "interface",
NatIpv4Pools = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs
{
Name = 10,
RangeStart = "203.0.115.50",
RangeEnd = "203.0.115.100",
Overload = true,
PrefixLength = 25,
EnableDualRouterHaMapping = false,
},
},
NatIpv4Loopbacks = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs
{
LoopbackInterface = "Loopback0",
},
},
NatUdpTimeout = 1,
NatTcpTimeout = 60,
NewStaticNats = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs
{
SourceIp = "1.2.3.4",
TranslatedIp = "2.3.4.5",
Direction = "inside",
SourceVpn = 3,
EnableDualRouterHaMapping = false,
},
},
StaticPortForwards = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs
{
Protocol = "tcp",
SourceIp = "1.2.3.4",
SourcePort = 8080,
TranslatedIp = "2.3.4.5",
TranslatedPort = 80,
Direction = "inside",
SourceVpn = 3,
EnableDualRouterHaMapping = false,
},
},
NatIpv6 = true,
Nat64 = false,
Nat66 = true,
StaticNat66s = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureStaticNat66Args
{
SourcePrefix = "2001:0db8:85a3::/48",
TranslatedSourcePrefix = "abcd:1234:5678::/48",
SourceVpnId = 4,
EgressInterface = true,
},
},
QosAdaptive = false,
QosShapingRate = 16,
AclIpv4EgressFeatureId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
AclIpv6IngressFeatureId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
Arps = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureArpArgs
{
IpAddress = "1.2.3.4",
MacAddress = "00-B0-D0-63-C2-26",
},
},
IcmpRedirectDisable = true,
Duplex = "full",
MacAddress = "00-B0-D0-63-C2-26",
IpMtu = 1500,
InterfaceMtu = 1500,
TcpMss = 505,
Speed = "2500",
ArpTimeout = 1200,
Autonegotiate = false,
MediaType = "rj45",
TlocExtension = "tloc",
GreTunnelSourceIp = "1.2.3.4",
Xconnect = "example",
LoadInterval = 30,
Tracker = "example",
IpDirectedBroadcast = false,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.TransportWanVpnInterfaceEthernetFeature;
import com.pulumi.sdwan.TransportWanVpnInterfaceEthernetFeatureArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureStaticNat66Args;
import com.pulumi.sdwan.inputs.TransportWanVpnInterfaceEthernetFeatureArpArgs;
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 TransportWanVpnInterfaceEthernetFeature("example", TransportWanVpnInterfaceEthernetFeatureArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
.shutdown(true)
.interfaceName("GigabitEthernet1")
.interfaceDescription("WAN")
.ipv4ConfigurationType("static")
.ipv4Address("1.2.3.4")
.ipv4SubnetMask("0.0.0.0")
.ipv4SecondaryAddresses(TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs.builder()
.address("1.2.3.4")
.subnetMask("0.0.0.0")
.build())
.ipv4DhcpHelpers("1.2.3.4")
.ipv6ConfigurationType("static")
.ipv6Address("2001:0:0:1::1/64")
.iperfServer("example")
.blockNonSourceIp(false)
.serviceProvider("example")
.bandwidthUpstream(21474836)
.bandwidthDownstream(21474836)
.autoDetectBandwidth(false)
.tunnelInterface(true)
.perTunnelQos(true)
.tunnelQosMode("hub")
.tunnelBandwidthPercent(82)
.tunnelInterfaceBindLoopbackTunnel("example")
.tunnelInterfaceCarrier("default")
.tunnelInterfaceColor("mpls")
.tunnelInterfaceHelloInterval(1000)
.tunnelInterfaceHelloTolerance(12)
.tunnelInterfaceLastResortCircuit(false)
.tunnelInterfaceGreTunnelDestinationIp("1.2.3.4")
.tunnelInterfaceColorRestrict(true)
.tunnelInterfaceGroups(42949672)
.tunnelInterfaceBorder(false)
.tunnelInterfaceMaxControlConnections(62)
.tunnelInterfaceNatRefreshInterval(5)
.tunnelInterfaceVbondAsStunServer(false)
.tunnelInterfaceExcludeControllerGroupLists(2)
.tunnelInterfaceVmanageConnectionPreference(8)
.tunnelInterfacePortHop(true)
.tunnelInterfaceLowBandwidthLink(false)
.tunnelInterfaceTunnelTcpMss(1460)
.tunnelInterfaceClearDontFragment(false)
.tunnelInterfaceCtsSgtPropagation(false)
.tunnelInterfaceNetworkBroadcast(false)
.tunnelInterfaceAllowFragmentation(false)
.tunnelInterfaceSetSdwanTunnelMtuToMax(false)
.tunnelInterfaceAllowAll(false)
.tunnelInterfaceAllowBgp(false)
.tunnelInterfaceAllowDhcp(true)
.tunnelInterfaceAllowNtp(false)
.tunnelInterfaceAllowSsh(false)
.tunnelInterfaceAllowDns(true)
.tunnelInterfaceAllowIcmp(true)
.tunnelInterfaceAllowHttps(true)
.tunnelInterfaceAllowOspf(false)
.tunnelInterfaceAllowStun(false)
.tunnelInterfaceAllowSnmp(false)
.tunnelInterfaceAllowNetconf(false)
.tunnelInterfaceAllowBfd(false)
.tunnelInterfaceEncapsulations(TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs.builder()
.encapsulation("gre")
.preference(4294967)
.weight(250)
.build())
.natIpv4(true)
.natType("interface")
.natIpv4Pools(TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs.builder()
.name(10)
.rangeStart("203.0.115.50")
.rangeEnd("203.0.115.100")
.overload(true)
.prefixLength(25)
.enableDualRouterHaMapping(false)
.build())
.natIpv4Loopbacks(TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs.builder()
.loopbackInterface("Loopback0")
.build())
.natUdpTimeout(1)
.natTcpTimeout(60)
.newStaticNats(TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs.builder()
.sourceIp("1.2.3.4")
.translatedIp("2.3.4.5")
.direction("inside")
.sourceVpn(3)
.enableDualRouterHaMapping(false)
.build())
.staticPortForwards(TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs.builder()
.protocol("tcp")
.sourceIp("1.2.3.4")
.sourcePort(8080)
.translatedIp("2.3.4.5")
.translatedPort(80)
.direction("inside")
.sourceVpn(3)
.enableDualRouterHaMapping(false)
.build())
.natIpv6(true)
.nat64(false)
.nat66(true)
.staticNat66s(TransportWanVpnInterfaceEthernetFeatureStaticNat66Args.builder()
.sourcePrefix("2001:0db8:85a3::/48")
.translatedSourcePrefix("abcd:1234:5678::/48")
.sourceVpnId(4)
.egressInterface(true)
.build())
.qosAdaptive(false)
.qosShapingRate(16)
.aclIpv4EgressFeatureId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.aclIpv6IngressFeatureId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.arps(TransportWanVpnInterfaceEthernetFeatureArpArgs.builder()
.ipAddress("1.2.3.4")
.macAddress("00-B0-D0-63-C2-26")
.build())
.icmpRedirectDisable(true)
.duplex("full")
.macAddress("00-B0-D0-63-C2-26")
.ipMtu(1500)
.interfaceMtu(1500)
.tcpMss(505)
.speed("2500")
.arpTimeout(1200)
.autonegotiate(false)
.mediaType("rj45")
.tlocExtension("tloc")
.greTunnelSourceIp("1.2.3.4")
.xconnect("example")
.loadInterval(30)
.tracker("example")
.ipDirectedBroadcast(false)
.build());
}
}
resources:
example:
type: sdwan:TransportWanVpnInterfaceEthernetFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
shutdown: true
interfaceName: GigabitEthernet1
interfaceDescription: WAN
ipv4ConfigurationType: static
ipv4Address: 1.2.3.4
ipv4SubnetMask: 0.0.0.0
ipv4SecondaryAddresses:
- address: 1.2.3.4
subnetMask: 0.0.0.0
ipv4DhcpHelpers:
- 1.2.3.4
ipv6ConfigurationType: static
ipv6Address: 2001:0:0:1::1/64
iperfServer: example
blockNonSourceIp: false
serviceProvider: example
bandwidthUpstream: 2.1474836e+07
bandwidthDownstream: 2.1474836e+07
autoDetectBandwidth: false
tunnelInterface: true
perTunnelQos: true
tunnelQosMode: hub
tunnelBandwidthPercent: 82
tunnelInterfaceBindLoopbackTunnel: example
tunnelInterfaceCarrier: default
tunnelInterfaceColor: mpls
tunnelInterfaceHelloInterval: 1000
tunnelInterfaceHelloTolerance: 12
tunnelInterfaceLastResortCircuit: false
tunnelInterfaceGreTunnelDestinationIp: 1.2.3.4
tunnelInterfaceColorRestrict: true
tunnelInterfaceGroups: 4.2949672e+07
tunnelInterfaceBorder: false
tunnelInterfaceMaxControlConnections: 62
tunnelInterfaceNatRefreshInterval: 5
tunnelInterfaceVbondAsStunServer: false
tunnelInterfaceExcludeControllerGroupLists:
- 2
tunnelInterfaceVmanageConnectionPreference: 8
tunnelInterfacePortHop: true
tunnelInterfaceLowBandwidthLink: false
tunnelInterfaceTunnelTcpMss: 1460
tunnelInterfaceClearDontFragment: false
tunnelInterfaceCtsSgtPropagation: false
tunnelInterfaceNetworkBroadcast: false
tunnelInterfaceAllowFragmentation: false
tunnelInterfaceSetSdwanTunnelMtuToMax: false
tunnelInterfaceAllowAll: false
tunnelInterfaceAllowBgp: false
tunnelInterfaceAllowDhcp: true
tunnelInterfaceAllowNtp: false
tunnelInterfaceAllowSsh: false
tunnelInterfaceAllowDns: true
tunnelInterfaceAllowIcmp: true
tunnelInterfaceAllowHttps: true
tunnelInterfaceAllowOspf: false
tunnelInterfaceAllowStun: false
tunnelInterfaceAllowSnmp: false
tunnelInterfaceAllowNetconf: false
tunnelInterfaceAllowBfd: false
tunnelInterfaceEncapsulations:
- encapsulation: gre
preference: 4.294967e+06
weight: 250
natIpv4: true
natType: interface
natIpv4Pools:
- name: 10
rangeStart: 203.0.115.50
rangeEnd: 203.0.115.100
overload: true
prefixLength: 25
enableDualRouterHaMapping: false
natIpv4Loopbacks:
- loopbackInterface: Loopback0
natUdpTimeout: 1
natTcpTimeout: 60
newStaticNats:
- sourceIp: 1.2.3.4
translatedIp: 2.3.4.5
direction: inside
sourceVpn: 3
enableDualRouterHaMapping: false
staticPortForwards:
- protocol: tcp
sourceIp: 1.2.3.4
sourcePort: 8080
translatedIp: 2.3.4.5
translatedPort: 80
direction: inside
sourceVpn: 3
enableDualRouterHaMapping: false
natIpv6: true
nat64: false
nat66: true
staticNat66s:
- sourcePrefix: 2001:0db8:85a3::/48
translatedSourcePrefix: abcd:1234:5678::/48
sourceVpnId: 4
egressInterface: true
qosAdaptive: false
qosShapingRate: 16
aclIpv4EgressFeatureId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
aclIpv6IngressFeatureId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
arps:
- ipAddress: 1.2.3.4
macAddress: 00-B0-D0-63-C2-26
icmpRedirectDisable: true
duplex: full
macAddress: 00-B0-D0-63-C2-26
ipMtu: 1500
interfaceMtu: 1500
tcpMss: 505
speed: '2500'
arpTimeout: 1200
autonegotiate: false
mediaType: rj45
tlocExtension: tloc
greTunnelSourceIp: 1.2.3.4
xconnect: example
loadInterval: 30
tracker: example
ipDirectedBroadcast: false
Create TransportWanVpnInterfaceEthernetFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransportWanVpnInterfaceEthernetFeature(name: string, args: TransportWanVpnInterfaceEthernetFeatureArgs, opts?: CustomResourceOptions);@overload
def TransportWanVpnInterfaceEthernetFeature(resource_name: str,
args: TransportWanVpnInterfaceEthernetFeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TransportWanVpnInterfaceEthernetFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
transport_wan_vpn_feature_id: Optional[str] = None,
acl_ipv4_egress_feature_id: Optional[str] = None,
acl_ipv4_ingress_feature_id: Optional[str] = None,
acl_ipv6_egress_feature_id: Optional[str] = None,
acl_ipv6_ingress_feature_id: Optional[str] = None,
arp_timeout: Optional[int] = None,
arp_timeout_variable: Optional[str] = None,
arps: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureArpArgs]] = None,
auto_detect_bandwidth: Optional[bool] = None,
auto_detect_bandwidth_variable: Optional[str] = None,
autonegotiate: Optional[bool] = None,
autonegotiate_variable: Optional[str] = None,
bandwidth_downstream: Optional[int] = None,
bandwidth_downstream_variable: Optional[str] = None,
bandwidth_upstream: Optional[int] = None,
bandwidth_upstream_variable: Optional[str] = None,
block_non_source_ip: Optional[bool] = None,
block_non_source_ip_variable: Optional[str] = None,
description: Optional[str] = None,
duplex: Optional[str] = None,
duplex_variable: Optional[str] = None,
enable_dhcpv6: Optional[bool] = None,
gre_tunnel_source_ip: Optional[str] = None,
gre_tunnel_source_ip_variable: Optional[str] = None,
icmp_redirect_disable: Optional[bool] = None,
icmp_redirect_disable_variable: Optional[str] = None,
interface_description: Optional[str] = None,
interface_description_variable: Optional[str] = None,
interface_mtu: Optional[int] = None,
interface_mtu_variable: Optional[str] = None,
interface_name: Optional[str] = None,
interface_name_variable: Optional[str] = None,
ip_directed_broadcast: Optional[bool] = None,
ip_directed_broadcast_variable: Optional[str] = None,
ip_mtu: Optional[int] = None,
ip_mtu_variable: Optional[str] = None,
iperf_server: Optional[str] = None,
iperf_server_variable: Optional[str] = None,
ipv4_address: Optional[str] = None,
ipv4_address_variable: Optional[str] = None,
ipv4_configuration_type: Optional[str] = None,
ipv4_dhcp_distance: Optional[int] = None,
ipv4_dhcp_distance_variable: Optional[str] = None,
ipv4_dhcp_helper_variable: Optional[str] = None,
ipv4_dhcp_helpers: Optional[Sequence[str]] = None,
ipv4_secondary_addresses: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs]] = 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,
ipv6_configuration_type: Optional[str] = None,
ipv6_dhcp_secondary_addresses: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs]] = None,
ipv6_secondary_addresses: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs]] = None,
load_interval: Optional[int] = None,
load_interval_variable: Optional[str] = None,
mac_address: Optional[str] = None,
mac_address_variable: Optional[str] = None,
media_type: Optional[str] = None,
media_type_variable: Optional[str] = None,
mrf_core_region_type: Optional[str] = None,
mrf_enable_core_region: Optional[bool] = None,
name: Optional[str] = None,
nat64: Optional[bool] = None,
nat66: Optional[bool] = None,
nat_ipv4: Optional[bool] = None,
nat_ipv4_loopbacks: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs]] = None,
nat_ipv4_pools: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs]] = None,
nat_ipv4_variable: Optional[str] = None,
nat_ipv6: Optional[bool] = None,
nat_ipv6_variable: Optional[str] = None,
nat_loopback: Optional[str] = None,
nat_loopback_variable: Optional[str] = None,
nat_match_interface: Optional[bool] = None,
nat_match_interface_variable: Optional[str] = None,
nat_overload: Optional[bool] = None,
nat_overload_variable: Optional[str] = None,
nat_prefix_length: Optional[int] = None,
nat_prefix_length_variable: Optional[str] = None,
nat_range_end: Optional[str] = None,
nat_range_end_variable: Optional[str] = None,
nat_range_start: Optional[str] = None,
nat_range_start_variable: Optional[str] = None,
nat_tcp_timeout: Optional[int] = None,
nat_tcp_timeout_variable: Optional[str] = None,
nat_type: Optional[str] = None,
nat_udp_timeout: Optional[int] = None,
nat_udp_timeout_variable: Optional[str] = None,
new_static_nats: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs]] = None,
per_tunnel_qos: Optional[bool] = None,
per_tunnel_qos_variable: Optional[str] = None,
port_channel_interface: Optional[bool] = None,
port_channel_lacp_fast_switchover: Optional[bool] = None,
port_channel_lacp_fast_switchover_variable: Optional[str] = None,
port_channel_lacp_load_balance: Optional[str] = None,
port_channel_lacp_load_balance_variable: Optional[str] = None,
port_channel_lacp_max_bundle: Optional[int] = None,
port_channel_lacp_max_bundle_variable: Optional[str] = None,
port_channel_lacp_member_links: Optional[Sequence[TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArgs]] = None,
port_channel_lacp_min_bundle: Optional[int] = None,
port_channel_lacp_min_bundle_variable: Optional[str] = None,
port_channel_lacp_qos_aggregate: Optional[bool] = None,
port_channel_lacp_qos_aggregate_variable: Optional[str] = None,
port_channel_member_interface: Optional[bool] = None,
port_channel_mode: Optional[str] = None,
port_channel_static_load_balance: Optional[str] = None,
port_channel_static_load_balance_variable: Optional[str] = None,
port_channel_static_member_links: Optional[Sequence[TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArgs]] = None,
port_channel_static_qos_aggregate: Optional[bool] = None,
port_channel_static_qos_aggregate_variable: Optional[str] = None,
port_channel_subinterface: Optional[bool] = None,
qos_adaptive: Optional[bool] = None,
qos_adaptive_bandwidth_downstream: Optional[bool] = None,
qos_adaptive_bandwidth_upstream: Optional[bool] = None,
qos_adaptive_default_downstream: Optional[int] = None,
qos_adaptive_default_downstream_variable: Optional[str] = None,
qos_adaptive_default_upstream: Optional[int] = None,
qos_adaptive_default_upstream_variable: Optional[str] = None,
qos_adaptive_max_downstream: Optional[int] = None,
qos_adaptive_max_downstream_variable: Optional[str] = None,
qos_adaptive_max_upstream: Optional[int] = None,
qos_adaptive_max_upstream_variable: Optional[str] = None,
qos_adaptive_min_downstream: Optional[int] = None,
qos_adaptive_min_downstream_variable: Optional[str] = None,
qos_adaptive_min_upstream: Optional[int] = None,
qos_adaptive_min_upstream_variable: Optional[str] = None,
qos_adaptive_period: Optional[int] = None,
qos_adaptive_period_variable: Optional[str] = None,
qos_shaping_rate: Optional[int] = None,
qos_shaping_rate_variable: Optional[str] = None,
service_provider: Optional[str] = None,
service_provider_variable: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
speed: Optional[str] = None,
speed_variable: Optional[str] = None,
static_nat66s: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureStaticNat66Args]] = None,
static_port_forwards: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs]] = None,
tcp_mss: Optional[int] = None,
tcp_mss_variable: Optional[str] = None,
tloc_extension: Optional[str] = None,
tloc_extension_variable: Optional[str] = None,
tracker: Optional[str] = None,
tracker_variable: Optional[str] = None,
tunnel_bandwidth_percent: Optional[int] = None,
tunnel_bandwidth_percent_variable: 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_fragmentation: Optional[bool] = None,
tunnel_interface_allow_fragmentation_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_color: Optional[str] = None,
tunnel_interface_color_restrict: Optional[bool] = None,
tunnel_interface_color_restrict_variable: Optional[str] = None,
tunnel_interface_color_variable: Optional[str] = None,
tunnel_interface_cts_sgt_propagation: Optional[bool] = None,
tunnel_interface_cts_sgt_propagation_variable: Optional[str] = None,
tunnel_interface_encapsulations: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs]] = None,
tunnel_interface_exclude_controller_group_list_variable: Optional[str] = None,
tunnel_interface_exclude_controller_group_lists: Optional[Sequence[int]] = None,
tunnel_interface_gre_tunnel_destination_ip: Optional[str] = None,
tunnel_interface_gre_tunnel_destination_ip_variable: Optional[str] = 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_network_broadcast: Optional[bool] = None,
tunnel_interface_network_broadcast_variable: Optional[str] = None,
tunnel_interface_port_hop: Optional[bool] = None,
tunnel_interface_port_hop_variable: Optional[str] = None,
tunnel_interface_set_sdwan_tunnel_mtu_to_max: Optional[bool] = None,
tunnel_interface_set_sdwan_tunnel_mtu_to_max_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,
xconnect: Optional[str] = None,
xconnect_variable: Optional[str] = None)func NewTransportWanVpnInterfaceEthernetFeature(ctx *Context, name string, args TransportWanVpnInterfaceEthernetFeatureArgs, opts ...ResourceOption) (*TransportWanVpnInterfaceEthernetFeature, error)public TransportWanVpnInterfaceEthernetFeature(string name, TransportWanVpnInterfaceEthernetFeatureArgs args, CustomResourceOptions? opts = null)
public TransportWanVpnInterfaceEthernetFeature(String name, TransportWanVpnInterfaceEthernetFeatureArgs args)
public TransportWanVpnInterfaceEthernetFeature(String name, TransportWanVpnInterfaceEthernetFeatureArgs args, CustomResourceOptions options)
type: sdwan:TransportWanVpnInterfaceEthernetFeature
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 TransportWanVpnInterfaceEthernetFeatureArgs
- 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 TransportWanVpnInterfaceEthernetFeatureArgs
- 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 TransportWanVpnInterfaceEthernetFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransportWanVpnInterfaceEthernetFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransportWanVpnInterfaceEthernetFeatureArgs
- 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 transportWanVpnInterfaceEthernetFeatureResource = new Sdwan.TransportWanVpnInterfaceEthernetFeature("transportWanVpnInterfaceEthernetFeatureResource", new()
{
FeatureProfileId = "string",
TransportWanVpnFeatureId = "string",
AclIpv4EgressFeatureId = "string",
AclIpv4IngressFeatureId = "string",
AclIpv6EgressFeatureId = "string",
AclIpv6IngressFeatureId = "string",
ArpTimeout = 0,
ArpTimeoutVariable = "string",
Arps = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureArpArgs
{
IpAddress = "string",
IpAddressVariable = "string",
MacAddress = "string",
MacAddressVariable = "string",
},
},
AutoDetectBandwidth = false,
AutoDetectBandwidthVariable = "string",
Autonegotiate = false,
AutonegotiateVariable = "string",
BandwidthDownstream = 0,
BandwidthDownstreamVariable = "string",
BandwidthUpstream = 0,
BandwidthUpstreamVariable = "string",
BlockNonSourceIp = false,
BlockNonSourceIpVariable = "string",
Description = "string",
Duplex = "string",
DuplexVariable = "string",
EnableDhcpv6 = false,
GreTunnelSourceIp = "string",
GreTunnelSourceIpVariable = "string",
IcmpRedirectDisable = false,
IcmpRedirectDisableVariable = "string",
InterfaceDescription = "string",
InterfaceDescriptionVariable = "string",
InterfaceMtu = 0,
InterfaceMtuVariable = "string",
InterfaceName = "string",
InterfaceNameVariable = "string",
IpDirectedBroadcast = false,
IpDirectedBroadcastVariable = "string",
IpMtu = 0,
IpMtuVariable = "string",
IperfServer = "string",
IperfServerVariable = "string",
Ipv4Address = "string",
Ipv4AddressVariable = "string",
Ipv4ConfigurationType = "string",
Ipv4DhcpDistance = 0,
Ipv4DhcpDistanceVariable = "string",
Ipv4DhcpHelperVariable = "string",
Ipv4DhcpHelpers = new[]
{
"string",
},
Ipv4SecondaryAddresses = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs
{
Address = "string",
AddressVariable = "string",
SubnetMask = "string",
SubnetMaskVariable = "string",
},
},
Ipv4SubnetMask = "string",
Ipv4SubnetMaskVariable = "string",
Ipv6Address = "string",
Ipv6AddressVariable = "string",
Ipv6ConfigurationType = "string",
Ipv6DhcpSecondaryAddresses = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs
{
Address = "string",
AddressVariable = "string",
},
},
Ipv6SecondaryAddresses = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs
{
Address = "string",
AddressVariable = "string",
},
},
LoadInterval = 0,
LoadIntervalVariable = "string",
MacAddress = "string",
MacAddressVariable = "string",
MediaType = "string",
MediaTypeVariable = "string",
MrfCoreRegionType = "string",
MrfEnableCoreRegion = false,
Name = "string",
Nat64 = false,
Nat66 = false,
NatIpv4 = false,
NatIpv4Loopbacks = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs
{
LoopbackInterface = "string",
LoopbackInterfaceVariable = "string",
},
},
NatIpv4Pools = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs
{
EnableDualRouterHaMapping = false,
Name = 0,
NameVariable = "string",
Overload = false,
OverloadVariable = "string",
PrefixLength = 0,
PrefixLengthVariable = "string",
RangeEnd = "string",
RangeEndVariable = "string",
RangeStart = "string",
RangeStartVariable = "string",
},
},
NatIpv4Variable = "string",
NatIpv6 = false,
NatIpv6Variable = "string",
NatLoopback = "string",
NatLoopbackVariable = "string",
NatMatchInterface = false,
NatMatchInterfaceVariable = "string",
NatOverload = false,
NatOverloadVariable = "string",
NatPrefixLength = 0,
NatPrefixLengthVariable = "string",
NatRangeEnd = "string",
NatRangeEndVariable = "string",
NatRangeStart = "string",
NatRangeStartVariable = "string",
NatTcpTimeout = 0,
NatTcpTimeoutVariable = "string",
NatType = "string",
NatUdpTimeout = 0,
NatUdpTimeoutVariable = "string",
NewStaticNats = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs
{
Direction = "string",
EnableDualRouterHaMapping = false,
SourceIp = "string",
SourceIpVariable = "string",
SourceVpn = 0,
SourceVpnVariable = "string",
TranslatedIp = "string",
TranslatedIpVariable = "string",
},
},
PerTunnelQos = false,
PerTunnelQosVariable = "string",
PortChannelInterface = false,
PortChannelLacpFastSwitchover = false,
PortChannelLacpFastSwitchoverVariable = "string",
PortChannelLacpLoadBalance = "string",
PortChannelLacpLoadBalanceVariable = "string",
PortChannelLacpMaxBundle = 0,
PortChannelLacpMaxBundleVariable = "string",
PortChannelLacpMemberLinks = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArgs
{
InterfaceId = "string",
LacpMode = "string",
LacpModeVariable = "string",
LacpPortPriority = 0,
LacpPortPriorityVariable = "string",
LacpRate = "string",
LacpRateVariable = "string",
},
},
PortChannelLacpMinBundle = 0,
PortChannelLacpMinBundleVariable = "string",
PortChannelLacpQosAggregate = false,
PortChannelLacpQosAggregateVariable = "string",
PortChannelMemberInterface = false,
PortChannelMode = "string",
PortChannelStaticLoadBalance = "string",
PortChannelStaticLoadBalanceVariable = "string",
PortChannelStaticMemberLinks = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArgs
{
InterfaceId = "string",
},
},
PortChannelStaticQosAggregate = false,
PortChannelStaticQosAggregateVariable = "string",
PortChannelSubinterface = false,
QosAdaptive = false,
QosAdaptiveBandwidthDownstream = false,
QosAdaptiveBandwidthUpstream = false,
QosAdaptiveDefaultDownstream = 0,
QosAdaptiveDefaultDownstreamVariable = "string",
QosAdaptiveDefaultUpstream = 0,
QosAdaptiveDefaultUpstreamVariable = "string",
QosAdaptiveMaxDownstream = 0,
QosAdaptiveMaxDownstreamVariable = "string",
QosAdaptiveMaxUpstream = 0,
QosAdaptiveMaxUpstreamVariable = "string",
QosAdaptiveMinDownstream = 0,
QosAdaptiveMinDownstreamVariable = "string",
QosAdaptiveMinUpstream = 0,
QosAdaptiveMinUpstreamVariable = "string",
QosAdaptivePeriod = 0,
QosAdaptivePeriodVariable = "string",
QosShapingRate = 0,
QosShapingRateVariable = "string",
ServiceProvider = "string",
ServiceProviderVariable = "string",
Shutdown = false,
ShutdownVariable = "string",
Speed = "string",
SpeedVariable = "string",
StaticNat66s = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureStaticNat66Args
{
EgressInterface = false,
EgressInterfaceVariable = "string",
SourcePrefix = "string",
SourcePrefixVariable = "string",
SourceVpnId = 0,
SourceVpnIdVariable = "string",
TranslatedSourcePrefix = "string",
TranslatedSourcePrefixVariable = "string",
},
},
StaticPortForwards = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs
{
Direction = "string",
EnableDualRouterHaMapping = false,
Protocol = "string",
ProtocolVariable = "string",
SourceIp = "string",
SourceIpVariable = "string",
SourcePort = 0,
SourcePortVariable = "string",
SourceVpn = 0,
SourceVpnVariable = "string",
TranslatedIp = "string",
TranslatedIpVariable = "string",
TranslatedPort = 0,
TranslatedPortVariable = "string",
},
},
TcpMss = 0,
TcpMssVariable = "string",
TlocExtension = "string",
TlocExtensionVariable = "string",
Tracker = "string",
TrackerVariable = "string",
TunnelBandwidthPercent = 0,
TunnelBandwidthPercentVariable = "string",
TunnelInterface = false,
TunnelInterfaceAllowAll = false,
TunnelInterfaceAllowAllVariable = "string",
TunnelInterfaceAllowBfd = false,
TunnelInterfaceAllowBfdVariable = "string",
TunnelInterfaceAllowBgp = false,
TunnelInterfaceAllowBgpVariable = "string",
TunnelInterfaceAllowDhcp = false,
TunnelInterfaceAllowDhcpVariable = "string",
TunnelInterfaceAllowDns = false,
TunnelInterfaceAllowDnsVariable = "string",
TunnelInterfaceAllowFragmentation = false,
TunnelInterfaceAllowFragmentationVariable = "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",
TunnelInterfaceColor = "string",
TunnelInterfaceColorRestrict = false,
TunnelInterfaceColorRestrictVariable = "string",
TunnelInterfaceColorVariable = "string",
TunnelInterfaceCtsSgtPropagation = false,
TunnelInterfaceCtsSgtPropagationVariable = "string",
TunnelInterfaceEncapsulations = new[]
{
new Sdwan.Inputs.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs
{
Encapsulation = "string",
Preference = 0,
PreferenceVariable = "string",
Weight = 0,
WeightVariable = "string",
},
},
TunnelInterfaceExcludeControllerGroupListVariable = "string",
TunnelInterfaceExcludeControllerGroupLists = new[]
{
0,
},
TunnelInterfaceGreTunnelDestinationIp = "string",
TunnelInterfaceGreTunnelDestinationIpVariable = "string",
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",
TunnelInterfaceNetworkBroadcast = false,
TunnelInterfaceNetworkBroadcastVariable = "string",
TunnelInterfacePortHop = false,
TunnelInterfacePortHopVariable = "string",
TunnelInterfaceSetSdwanTunnelMtuToMax = false,
TunnelInterfaceSetSdwanTunnelMtuToMaxVariable = "string",
TunnelInterfaceTunnelTcpMss = 0,
TunnelInterfaceTunnelTcpMssVariable = "string",
TunnelInterfaceVbondAsStunServer = false,
TunnelInterfaceVbondAsStunServerVariable = "string",
TunnelInterfaceVmanageConnectionPreference = 0,
TunnelInterfaceVmanageConnectionPreferenceVariable = "string",
TunnelQosMode = "string",
TunnelQosModeVariable = "string",
Xconnect = "string",
XconnectVariable = "string",
});
example, err := sdwan.NewTransportWanVpnInterfaceEthernetFeature(ctx, "transportWanVpnInterfaceEthernetFeatureResource", &sdwan.TransportWanVpnInterfaceEthernetFeatureArgs{
FeatureProfileId: pulumi.String("string"),
TransportWanVpnFeatureId: pulumi.String("string"),
AclIpv4EgressFeatureId: pulumi.String("string"),
AclIpv4IngressFeatureId: pulumi.String("string"),
AclIpv6EgressFeatureId: pulumi.String("string"),
AclIpv6IngressFeatureId: pulumi.String("string"),
ArpTimeout: pulumi.Int(0),
ArpTimeoutVariable: pulumi.String("string"),
Arps: sdwan.TransportWanVpnInterfaceEthernetFeatureArpArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureArpArgs{
IpAddress: pulumi.String("string"),
IpAddressVariable: pulumi.String("string"),
MacAddress: pulumi.String("string"),
MacAddressVariable: pulumi.String("string"),
},
},
AutoDetectBandwidth: pulumi.Bool(false),
AutoDetectBandwidthVariable: pulumi.String("string"),
Autonegotiate: pulumi.Bool(false),
AutonegotiateVariable: pulumi.String("string"),
BandwidthDownstream: pulumi.Int(0),
BandwidthDownstreamVariable: pulumi.String("string"),
BandwidthUpstream: pulumi.Int(0),
BandwidthUpstreamVariable: pulumi.String("string"),
BlockNonSourceIp: pulumi.Bool(false),
BlockNonSourceIpVariable: pulumi.String("string"),
Description: pulumi.String("string"),
Duplex: pulumi.String("string"),
DuplexVariable: pulumi.String("string"),
EnableDhcpv6: pulumi.Bool(false),
GreTunnelSourceIp: pulumi.String("string"),
GreTunnelSourceIpVariable: pulumi.String("string"),
IcmpRedirectDisable: pulumi.Bool(false),
IcmpRedirectDisableVariable: pulumi.String("string"),
InterfaceDescription: pulumi.String("string"),
InterfaceDescriptionVariable: pulumi.String("string"),
InterfaceMtu: pulumi.Int(0),
InterfaceMtuVariable: pulumi.String("string"),
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
IpDirectedBroadcast: pulumi.Bool(false),
IpDirectedBroadcastVariable: pulumi.String("string"),
IpMtu: pulumi.Int(0),
IpMtuVariable: pulumi.String("string"),
IperfServer: pulumi.String("string"),
IperfServerVariable: pulumi.String("string"),
Ipv4Address: pulumi.String("string"),
Ipv4AddressVariable: pulumi.String("string"),
Ipv4ConfigurationType: pulumi.String("string"),
Ipv4DhcpDistance: pulumi.Int(0),
Ipv4DhcpDistanceVariable: pulumi.String("string"),
Ipv4DhcpHelperVariable: pulumi.String("string"),
Ipv4DhcpHelpers: pulumi.StringArray{
pulumi.String("string"),
},
Ipv4SecondaryAddresses: sdwan.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs{
Address: pulumi.String("string"),
AddressVariable: pulumi.String("string"),
SubnetMask: pulumi.String("string"),
SubnetMaskVariable: pulumi.String("string"),
},
},
Ipv4SubnetMask: pulumi.String("string"),
Ipv4SubnetMaskVariable: pulumi.String("string"),
Ipv6Address: pulumi.String("string"),
Ipv6AddressVariable: pulumi.String("string"),
Ipv6ConfigurationType: pulumi.String("string"),
Ipv6DhcpSecondaryAddresses: sdwan.TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs{
Address: pulumi.String("string"),
AddressVariable: pulumi.String("string"),
},
},
Ipv6SecondaryAddresses: sdwan.TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs{
Address: pulumi.String("string"),
AddressVariable: pulumi.String("string"),
},
},
LoadInterval: pulumi.Int(0),
LoadIntervalVariable: pulumi.String("string"),
MacAddress: pulumi.String("string"),
MacAddressVariable: pulumi.String("string"),
MediaType: pulumi.String("string"),
MediaTypeVariable: pulumi.String("string"),
MrfCoreRegionType: pulumi.String("string"),
MrfEnableCoreRegion: pulumi.Bool(false),
Name: pulumi.String("string"),
Nat64: pulumi.Bool(false),
Nat66: pulumi.Bool(false),
NatIpv4: pulumi.Bool(false),
NatIpv4Loopbacks: sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs{
LoopbackInterface: pulumi.String("string"),
LoopbackInterfaceVariable: pulumi.String("string"),
},
},
NatIpv4Pools: sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs{
EnableDualRouterHaMapping: pulumi.Bool(false),
Name: pulumi.Int(0),
NameVariable: pulumi.String("string"),
Overload: pulumi.Bool(false),
OverloadVariable: pulumi.String("string"),
PrefixLength: pulumi.Int(0),
PrefixLengthVariable: pulumi.String("string"),
RangeEnd: pulumi.String("string"),
RangeEndVariable: pulumi.String("string"),
RangeStart: pulumi.String("string"),
RangeStartVariable: pulumi.String("string"),
},
},
NatIpv4Variable: pulumi.String("string"),
NatIpv6: pulumi.Bool(false),
NatIpv6Variable: pulumi.String("string"),
NatLoopback: pulumi.String("string"),
NatLoopbackVariable: pulumi.String("string"),
NatMatchInterface: pulumi.Bool(false),
NatMatchInterfaceVariable: pulumi.String("string"),
NatOverload: pulumi.Bool(false),
NatOverloadVariable: pulumi.String("string"),
NatPrefixLength: pulumi.Int(0),
NatPrefixLengthVariable: pulumi.String("string"),
NatRangeEnd: pulumi.String("string"),
NatRangeEndVariable: pulumi.String("string"),
NatRangeStart: pulumi.String("string"),
NatRangeStartVariable: pulumi.String("string"),
NatTcpTimeout: pulumi.Int(0),
NatTcpTimeoutVariable: pulumi.String("string"),
NatType: pulumi.String("string"),
NatUdpTimeout: pulumi.Int(0),
NatUdpTimeoutVariable: pulumi.String("string"),
NewStaticNats: sdwan.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs{
Direction: pulumi.String("string"),
EnableDualRouterHaMapping: pulumi.Bool(false),
SourceIp: pulumi.String("string"),
SourceIpVariable: pulumi.String("string"),
SourceVpn: pulumi.Int(0),
SourceVpnVariable: pulumi.String("string"),
TranslatedIp: pulumi.String("string"),
TranslatedIpVariable: pulumi.String("string"),
},
},
PerTunnelQos: pulumi.Bool(false),
PerTunnelQosVariable: pulumi.String("string"),
PortChannelInterface: pulumi.Bool(false),
PortChannelLacpFastSwitchover: pulumi.Bool(false),
PortChannelLacpFastSwitchoverVariable: pulumi.String("string"),
PortChannelLacpLoadBalance: pulumi.String("string"),
PortChannelLacpLoadBalanceVariable: pulumi.String("string"),
PortChannelLacpMaxBundle: pulumi.Int(0),
PortChannelLacpMaxBundleVariable: pulumi.String("string"),
PortChannelLacpMemberLinks: sdwan.TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArray{
&sdwan.TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArgs{
InterfaceId: pulumi.String("string"),
LacpMode: pulumi.String("string"),
LacpModeVariable: pulumi.String("string"),
LacpPortPriority: pulumi.Int(0),
LacpPortPriorityVariable: pulumi.String("string"),
LacpRate: pulumi.String("string"),
LacpRateVariable: pulumi.String("string"),
},
},
PortChannelLacpMinBundle: pulumi.Int(0),
PortChannelLacpMinBundleVariable: pulumi.String("string"),
PortChannelLacpQosAggregate: pulumi.Bool(false),
PortChannelLacpQosAggregateVariable: pulumi.String("string"),
PortChannelMemberInterface: pulumi.Bool(false),
PortChannelMode: pulumi.String("string"),
PortChannelStaticLoadBalance: pulumi.String("string"),
PortChannelStaticLoadBalanceVariable: pulumi.String("string"),
PortChannelStaticMemberLinks: sdwan.TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArray{
&sdwan.TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArgs{
InterfaceId: pulumi.String("string"),
},
},
PortChannelStaticQosAggregate: pulumi.Bool(false),
PortChannelStaticQosAggregateVariable: pulumi.String("string"),
PortChannelSubinterface: pulumi.Bool(false),
QosAdaptive: pulumi.Bool(false),
QosAdaptiveBandwidthDownstream: pulumi.Bool(false),
QosAdaptiveBandwidthUpstream: pulumi.Bool(false),
QosAdaptiveDefaultDownstream: pulumi.Int(0),
QosAdaptiveDefaultDownstreamVariable: pulumi.String("string"),
QosAdaptiveDefaultUpstream: pulumi.Int(0),
QosAdaptiveDefaultUpstreamVariable: pulumi.String("string"),
QosAdaptiveMaxDownstream: pulumi.Int(0),
QosAdaptiveMaxDownstreamVariable: pulumi.String("string"),
QosAdaptiveMaxUpstream: pulumi.Int(0),
QosAdaptiveMaxUpstreamVariable: pulumi.String("string"),
QosAdaptiveMinDownstream: pulumi.Int(0),
QosAdaptiveMinDownstreamVariable: pulumi.String("string"),
QosAdaptiveMinUpstream: pulumi.Int(0),
QosAdaptiveMinUpstreamVariable: pulumi.String("string"),
QosAdaptivePeriod: pulumi.Int(0),
QosAdaptivePeriodVariable: pulumi.String("string"),
QosShapingRate: pulumi.Int(0),
QosShapingRateVariable: pulumi.String("string"),
ServiceProvider: pulumi.String("string"),
ServiceProviderVariable: pulumi.String("string"),
Shutdown: pulumi.Bool(false),
ShutdownVariable: pulumi.String("string"),
Speed: pulumi.String("string"),
SpeedVariable: pulumi.String("string"),
StaticNat66s: sdwan.TransportWanVpnInterfaceEthernetFeatureStaticNat66Array{
&sdwan.TransportWanVpnInterfaceEthernetFeatureStaticNat66Args{
EgressInterface: pulumi.Bool(false),
EgressInterfaceVariable: pulumi.String("string"),
SourcePrefix: pulumi.String("string"),
SourcePrefixVariable: pulumi.String("string"),
SourceVpnId: pulumi.Int(0),
SourceVpnIdVariable: pulumi.String("string"),
TranslatedSourcePrefix: pulumi.String("string"),
TranslatedSourcePrefixVariable: pulumi.String("string"),
},
},
StaticPortForwards: sdwan.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs{
Direction: pulumi.String("string"),
EnableDualRouterHaMapping: pulumi.Bool(false),
Protocol: pulumi.String("string"),
ProtocolVariable: pulumi.String("string"),
SourceIp: pulumi.String("string"),
SourceIpVariable: pulumi.String("string"),
SourcePort: pulumi.Int(0),
SourcePortVariable: pulumi.String("string"),
SourceVpn: pulumi.Int(0),
SourceVpnVariable: pulumi.String("string"),
TranslatedIp: pulumi.String("string"),
TranslatedIpVariable: pulumi.String("string"),
TranslatedPort: pulumi.Int(0),
TranslatedPortVariable: pulumi.String("string"),
},
},
TcpMss: pulumi.Int(0),
TcpMssVariable: pulumi.String("string"),
TlocExtension: pulumi.String("string"),
TlocExtensionVariable: pulumi.String("string"),
Tracker: pulumi.String("string"),
TrackerVariable: pulumi.String("string"),
TunnelBandwidthPercent: pulumi.Int(0),
TunnelBandwidthPercentVariable: 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"),
TunnelInterfaceAllowFragmentation: pulumi.Bool(false),
TunnelInterfaceAllowFragmentationVariable: 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"),
TunnelInterfaceColor: pulumi.String("string"),
TunnelInterfaceColorRestrict: pulumi.Bool(false),
TunnelInterfaceColorRestrictVariable: pulumi.String("string"),
TunnelInterfaceColorVariable: pulumi.String("string"),
TunnelInterfaceCtsSgtPropagation: pulumi.Bool(false),
TunnelInterfaceCtsSgtPropagationVariable: pulumi.String("string"),
TunnelInterfaceEncapsulations: sdwan.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArray{
&sdwan.TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs{
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),
},
TunnelInterfaceGreTunnelDestinationIp: pulumi.String("string"),
TunnelInterfaceGreTunnelDestinationIpVariable: pulumi.String("string"),
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"),
TunnelInterfaceNetworkBroadcast: pulumi.Bool(false),
TunnelInterfaceNetworkBroadcastVariable: pulumi.String("string"),
TunnelInterfacePortHop: pulumi.Bool(false),
TunnelInterfacePortHopVariable: pulumi.String("string"),
TunnelInterfaceSetSdwanTunnelMtuToMax: pulumi.Bool(false),
TunnelInterfaceSetSdwanTunnelMtuToMaxVariable: 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"),
Xconnect: pulumi.String("string"),
XconnectVariable: pulumi.String("string"),
})
var transportWanVpnInterfaceEthernetFeatureResource = new TransportWanVpnInterfaceEthernetFeature("transportWanVpnInterfaceEthernetFeatureResource", TransportWanVpnInterfaceEthernetFeatureArgs.builder()
.featureProfileId("string")
.transportWanVpnFeatureId("string")
.aclIpv4EgressFeatureId("string")
.aclIpv4IngressFeatureId("string")
.aclIpv6EgressFeatureId("string")
.aclIpv6IngressFeatureId("string")
.arpTimeout(0)
.arpTimeoutVariable("string")
.arps(TransportWanVpnInterfaceEthernetFeatureArpArgs.builder()
.ipAddress("string")
.ipAddressVariable("string")
.macAddress("string")
.macAddressVariable("string")
.build())
.autoDetectBandwidth(false)
.autoDetectBandwidthVariable("string")
.autonegotiate(false)
.autonegotiateVariable("string")
.bandwidthDownstream(0)
.bandwidthDownstreamVariable("string")
.bandwidthUpstream(0)
.bandwidthUpstreamVariable("string")
.blockNonSourceIp(false)
.blockNonSourceIpVariable("string")
.description("string")
.duplex("string")
.duplexVariable("string")
.enableDhcpv6(false)
.greTunnelSourceIp("string")
.greTunnelSourceIpVariable("string")
.icmpRedirectDisable(false)
.icmpRedirectDisableVariable("string")
.interfaceDescription("string")
.interfaceDescriptionVariable("string")
.interfaceMtu(0)
.interfaceMtuVariable("string")
.interfaceName("string")
.interfaceNameVariable("string")
.ipDirectedBroadcast(false)
.ipDirectedBroadcastVariable("string")
.ipMtu(0)
.ipMtuVariable("string")
.iperfServer("string")
.iperfServerVariable("string")
.ipv4Address("string")
.ipv4AddressVariable("string")
.ipv4ConfigurationType("string")
.ipv4DhcpDistance(0)
.ipv4DhcpDistanceVariable("string")
.ipv4DhcpHelperVariable("string")
.ipv4DhcpHelpers("string")
.ipv4SecondaryAddresses(TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs.builder()
.address("string")
.addressVariable("string")
.subnetMask("string")
.subnetMaskVariable("string")
.build())
.ipv4SubnetMask("string")
.ipv4SubnetMaskVariable("string")
.ipv6Address("string")
.ipv6AddressVariable("string")
.ipv6ConfigurationType("string")
.ipv6DhcpSecondaryAddresses(TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs.builder()
.address("string")
.addressVariable("string")
.build())
.ipv6SecondaryAddresses(TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs.builder()
.address("string")
.addressVariable("string")
.build())
.loadInterval(0)
.loadIntervalVariable("string")
.macAddress("string")
.macAddressVariable("string")
.mediaType("string")
.mediaTypeVariable("string")
.mrfCoreRegionType("string")
.mrfEnableCoreRegion(false)
.name("string")
.nat64(false)
.nat66(false)
.natIpv4(false)
.natIpv4Loopbacks(TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs.builder()
.loopbackInterface("string")
.loopbackInterfaceVariable("string")
.build())
.natIpv4Pools(TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs.builder()
.enableDualRouterHaMapping(false)
.name(0)
.nameVariable("string")
.overload(false)
.overloadVariable("string")
.prefixLength(0)
.prefixLengthVariable("string")
.rangeEnd("string")
.rangeEndVariable("string")
.rangeStart("string")
.rangeStartVariable("string")
.build())
.natIpv4Variable("string")
.natIpv6(false)
.natIpv6Variable("string")
.natLoopback("string")
.natLoopbackVariable("string")
.natMatchInterface(false)
.natMatchInterfaceVariable("string")
.natOverload(false)
.natOverloadVariable("string")
.natPrefixLength(0)
.natPrefixLengthVariable("string")
.natRangeEnd("string")
.natRangeEndVariable("string")
.natRangeStart("string")
.natRangeStartVariable("string")
.natTcpTimeout(0)
.natTcpTimeoutVariable("string")
.natType("string")
.natUdpTimeout(0)
.natUdpTimeoutVariable("string")
.newStaticNats(TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs.builder()
.direction("string")
.enableDualRouterHaMapping(false)
.sourceIp("string")
.sourceIpVariable("string")
.sourceVpn(0)
.sourceVpnVariable("string")
.translatedIp("string")
.translatedIpVariable("string")
.build())
.perTunnelQos(false)
.perTunnelQosVariable("string")
.portChannelInterface(false)
.portChannelLacpFastSwitchover(false)
.portChannelLacpFastSwitchoverVariable("string")
.portChannelLacpLoadBalance("string")
.portChannelLacpLoadBalanceVariable("string")
.portChannelLacpMaxBundle(0)
.portChannelLacpMaxBundleVariable("string")
.portChannelLacpMemberLinks(TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArgs.builder()
.interfaceId("string")
.lacpMode("string")
.lacpModeVariable("string")
.lacpPortPriority(0)
.lacpPortPriorityVariable("string")
.lacpRate("string")
.lacpRateVariable("string")
.build())
.portChannelLacpMinBundle(0)
.portChannelLacpMinBundleVariable("string")
.portChannelLacpQosAggregate(false)
.portChannelLacpQosAggregateVariable("string")
.portChannelMemberInterface(false)
.portChannelMode("string")
.portChannelStaticLoadBalance("string")
.portChannelStaticLoadBalanceVariable("string")
.portChannelStaticMemberLinks(TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArgs.builder()
.interfaceId("string")
.build())
.portChannelStaticQosAggregate(false)
.portChannelStaticQosAggregateVariable("string")
.portChannelSubinterface(false)
.qosAdaptive(false)
.qosAdaptiveBandwidthDownstream(false)
.qosAdaptiveBandwidthUpstream(false)
.qosAdaptiveDefaultDownstream(0)
.qosAdaptiveDefaultDownstreamVariable("string")
.qosAdaptiveDefaultUpstream(0)
.qosAdaptiveDefaultUpstreamVariable("string")
.qosAdaptiveMaxDownstream(0)
.qosAdaptiveMaxDownstreamVariable("string")
.qosAdaptiveMaxUpstream(0)
.qosAdaptiveMaxUpstreamVariable("string")
.qosAdaptiveMinDownstream(0)
.qosAdaptiveMinDownstreamVariable("string")
.qosAdaptiveMinUpstream(0)
.qosAdaptiveMinUpstreamVariable("string")
.qosAdaptivePeriod(0)
.qosAdaptivePeriodVariable("string")
.qosShapingRate(0)
.qosShapingRateVariable("string")
.serviceProvider("string")
.serviceProviderVariable("string")
.shutdown(false)
.shutdownVariable("string")
.speed("string")
.speedVariable("string")
.staticNat66s(TransportWanVpnInterfaceEthernetFeatureStaticNat66Args.builder()
.egressInterface(false)
.egressInterfaceVariable("string")
.sourcePrefix("string")
.sourcePrefixVariable("string")
.sourceVpnId(0)
.sourceVpnIdVariable("string")
.translatedSourcePrefix("string")
.translatedSourcePrefixVariable("string")
.build())
.staticPortForwards(TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs.builder()
.direction("string")
.enableDualRouterHaMapping(false)
.protocol("string")
.protocolVariable("string")
.sourceIp("string")
.sourceIpVariable("string")
.sourcePort(0)
.sourcePortVariable("string")
.sourceVpn(0)
.sourceVpnVariable("string")
.translatedIp("string")
.translatedIpVariable("string")
.translatedPort(0)
.translatedPortVariable("string")
.build())
.tcpMss(0)
.tcpMssVariable("string")
.tlocExtension("string")
.tlocExtensionVariable("string")
.tracker("string")
.trackerVariable("string")
.tunnelBandwidthPercent(0)
.tunnelBandwidthPercentVariable("string")
.tunnelInterface(false)
.tunnelInterfaceAllowAll(false)
.tunnelInterfaceAllowAllVariable("string")
.tunnelInterfaceAllowBfd(false)
.tunnelInterfaceAllowBfdVariable("string")
.tunnelInterfaceAllowBgp(false)
.tunnelInterfaceAllowBgpVariable("string")
.tunnelInterfaceAllowDhcp(false)
.tunnelInterfaceAllowDhcpVariable("string")
.tunnelInterfaceAllowDns(false)
.tunnelInterfaceAllowDnsVariable("string")
.tunnelInterfaceAllowFragmentation(false)
.tunnelInterfaceAllowFragmentationVariable("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")
.tunnelInterfaceColor("string")
.tunnelInterfaceColorRestrict(false)
.tunnelInterfaceColorRestrictVariable("string")
.tunnelInterfaceColorVariable("string")
.tunnelInterfaceCtsSgtPropagation(false)
.tunnelInterfaceCtsSgtPropagationVariable("string")
.tunnelInterfaceEncapsulations(TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs.builder()
.encapsulation("string")
.preference(0)
.preferenceVariable("string")
.weight(0)
.weightVariable("string")
.build())
.tunnelInterfaceExcludeControllerGroupListVariable("string")
.tunnelInterfaceExcludeControllerGroupLists(0)
.tunnelInterfaceGreTunnelDestinationIp("string")
.tunnelInterfaceGreTunnelDestinationIpVariable("string")
.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")
.tunnelInterfaceNetworkBroadcast(false)
.tunnelInterfaceNetworkBroadcastVariable("string")
.tunnelInterfacePortHop(false)
.tunnelInterfacePortHopVariable("string")
.tunnelInterfaceSetSdwanTunnelMtuToMax(false)
.tunnelInterfaceSetSdwanTunnelMtuToMaxVariable("string")
.tunnelInterfaceTunnelTcpMss(0)
.tunnelInterfaceTunnelTcpMssVariable("string")
.tunnelInterfaceVbondAsStunServer(false)
.tunnelInterfaceVbondAsStunServerVariable("string")
.tunnelInterfaceVmanageConnectionPreference(0)
.tunnelInterfaceVmanageConnectionPreferenceVariable("string")
.tunnelQosMode("string")
.tunnelQosModeVariable("string")
.xconnect("string")
.xconnectVariable("string")
.build());
transport_wan_vpn_interface_ethernet_feature_resource = sdwan.TransportWanVpnInterfaceEthernetFeature("transportWanVpnInterfaceEthernetFeatureResource",
feature_profile_id="string",
transport_wan_vpn_feature_id="string",
acl_ipv4_egress_feature_id="string",
acl_ipv4_ingress_feature_id="string",
acl_ipv6_egress_feature_id="string",
acl_ipv6_ingress_feature_id="string",
arp_timeout=0,
arp_timeout_variable="string",
arps=[{
"ip_address": "string",
"ip_address_variable": "string",
"mac_address": "string",
"mac_address_variable": "string",
}],
auto_detect_bandwidth=False,
auto_detect_bandwidth_variable="string",
autonegotiate=False,
autonegotiate_variable="string",
bandwidth_downstream=0,
bandwidth_downstream_variable="string",
bandwidth_upstream=0,
bandwidth_upstream_variable="string",
block_non_source_ip=False,
block_non_source_ip_variable="string",
description="string",
duplex="string",
duplex_variable="string",
enable_dhcpv6=False,
gre_tunnel_source_ip="string",
gre_tunnel_source_ip_variable="string",
icmp_redirect_disable=False,
icmp_redirect_disable_variable="string",
interface_description="string",
interface_description_variable="string",
interface_mtu=0,
interface_mtu_variable="string",
interface_name="string",
interface_name_variable="string",
ip_directed_broadcast=False,
ip_directed_broadcast_variable="string",
ip_mtu=0,
ip_mtu_variable="string",
iperf_server="string",
iperf_server_variable="string",
ipv4_address="string",
ipv4_address_variable="string",
ipv4_configuration_type="string",
ipv4_dhcp_distance=0,
ipv4_dhcp_distance_variable="string",
ipv4_dhcp_helper_variable="string",
ipv4_dhcp_helpers=["string"],
ipv4_secondary_addresses=[{
"address": "string",
"address_variable": "string",
"subnet_mask": "string",
"subnet_mask_variable": "string",
}],
ipv4_subnet_mask="string",
ipv4_subnet_mask_variable="string",
ipv6_address="string",
ipv6_address_variable="string",
ipv6_configuration_type="string",
ipv6_dhcp_secondary_addresses=[{
"address": "string",
"address_variable": "string",
}],
ipv6_secondary_addresses=[{
"address": "string",
"address_variable": "string",
}],
load_interval=0,
load_interval_variable="string",
mac_address="string",
mac_address_variable="string",
media_type="string",
media_type_variable="string",
mrf_core_region_type="string",
mrf_enable_core_region=False,
name="string",
nat64=False,
nat66=False,
nat_ipv4=False,
nat_ipv4_loopbacks=[{
"loopback_interface": "string",
"loopback_interface_variable": "string",
}],
nat_ipv4_pools=[{
"enable_dual_router_ha_mapping": False,
"name": 0,
"name_variable": "string",
"overload": False,
"overload_variable": "string",
"prefix_length": 0,
"prefix_length_variable": "string",
"range_end": "string",
"range_end_variable": "string",
"range_start": "string",
"range_start_variable": "string",
}],
nat_ipv4_variable="string",
nat_ipv6=False,
nat_ipv6_variable="string",
nat_loopback="string",
nat_loopback_variable="string",
nat_match_interface=False,
nat_match_interface_variable="string",
nat_overload=False,
nat_overload_variable="string",
nat_prefix_length=0,
nat_prefix_length_variable="string",
nat_range_end="string",
nat_range_end_variable="string",
nat_range_start="string",
nat_range_start_variable="string",
nat_tcp_timeout=0,
nat_tcp_timeout_variable="string",
nat_type="string",
nat_udp_timeout=0,
nat_udp_timeout_variable="string",
new_static_nats=[{
"direction": "string",
"enable_dual_router_ha_mapping": False,
"source_ip": "string",
"source_ip_variable": "string",
"source_vpn": 0,
"source_vpn_variable": "string",
"translated_ip": "string",
"translated_ip_variable": "string",
}],
per_tunnel_qos=False,
per_tunnel_qos_variable="string",
port_channel_interface=False,
port_channel_lacp_fast_switchover=False,
port_channel_lacp_fast_switchover_variable="string",
port_channel_lacp_load_balance="string",
port_channel_lacp_load_balance_variable="string",
port_channel_lacp_max_bundle=0,
port_channel_lacp_max_bundle_variable="string",
port_channel_lacp_member_links=[{
"interface_id": "string",
"lacp_mode": "string",
"lacp_mode_variable": "string",
"lacp_port_priority": 0,
"lacp_port_priority_variable": "string",
"lacp_rate": "string",
"lacp_rate_variable": "string",
}],
port_channel_lacp_min_bundle=0,
port_channel_lacp_min_bundle_variable="string",
port_channel_lacp_qos_aggregate=False,
port_channel_lacp_qos_aggregate_variable="string",
port_channel_member_interface=False,
port_channel_mode="string",
port_channel_static_load_balance="string",
port_channel_static_load_balance_variable="string",
port_channel_static_member_links=[{
"interface_id": "string",
}],
port_channel_static_qos_aggregate=False,
port_channel_static_qos_aggregate_variable="string",
port_channel_subinterface=False,
qos_adaptive=False,
qos_adaptive_bandwidth_downstream=False,
qos_adaptive_bandwidth_upstream=False,
qos_adaptive_default_downstream=0,
qos_adaptive_default_downstream_variable="string",
qos_adaptive_default_upstream=0,
qos_adaptive_default_upstream_variable="string",
qos_adaptive_max_downstream=0,
qos_adaptive_max_downstream_variable="string",
qos_adaptive_max_upstream=0,
qos_adaptive_max_upstream_variable="string",
qos_adaptive_min_downstream=0,
qos_adaptive_min_downstream_variable="string",
qos_adaptive_min_upstream=0,
qos_adaptive_min_upstream_variable="string",
qos_adaptive_period=0,
qos_adaptive_period_variable="string",
qos_shaping_rate=0,
qos_shaping_rate_variable="string",
service_provider="string",
service_provider_variable="string",
shutdown=False,
shutdown_variable="string",
speed="string",
speed_variable="string",
static_nat66s=[{
"egress_interface": False,
"egress_interface_variable": "string",
"source_prefix": "string",
"source_prefix_variable": "string",
"source_vpn_id": 0,
"source_vpn_id_variable": "string",
"translated_source_prefix": "string",
"translated_source_prefix_variable": "string",
}],
static_port_forwards=[{
"direction": "string",
"enable_dual_router_ha_mapping": False,
"protocol": "string",
"protocol_variable": "string",
"source_ip": "string",
"source_ip_variable": "string",
"source_port": 0,
"source_port_variable": "string",
"source_vpn": 0,
"source_vpn_variable": "string",
"translated_ip": "string",
"translated_ip_variable": "string",
"translated_port": 0,
"translated_port_variable": "string",
}],
tcp_mss=0,
tcp_mss_variable="string",
tloc_extension="string",
tloc_extension_variable="string",
tracker="string",
tracker_variable="string",
tunnel_bandwidth_percent=0,
tunnel_bandwidth_percent_variable="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_fragmentation=False,
tunnel_interface_allow_fragmentation_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_color="string",
tunnel_interface_color_restrict=False,
tunnel_interface_color_restrict_variable="string",
tunnel_interface_color_variable="string",
tunnel_interface_cts_sgt_propagation=False,
tunnel_interface_cts_sgt_propagation_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_gre_tunnel_destination_ip="string",
tunnel_interface_gre_tunnel_destination_ip_variable="string",
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_network_broadcast=False,
tunnel_interface_network_broadcast_variable="string",
tunnel_interface_port_hop=False,
tunnel_interface_port_hop_variable="string",
tunnel_interface_set_sdwan_tunnel_mtu_to_max=False,
tunnel_interface_set_sdwan_tunnel_mtu_to_max_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",
xconnect="string",
xconnect_variable="string")
const transportWanVpnInterfaceEthernetFeatureResource = new sdwan.TransportWanVpnInterfaceEthernetFeature("transportWanVpnInterfaceEthernetFeatureResource", {
featureProfileId: "string",
transportWanVpnFeatureId: "string",
aclIpv4EgressFeatureId: "string",
aclIpv4IngressFeatureId: "string",
aclIpv6EgressFeatureId: "string",
aclIpv6IngressFeatureId: "string",
arpTimeout: 0,
arpTimeoutVariable: "string",
arps: [{
ipAddress: "string",
ipAddressVariable: "string",
macAddress: "string",
macAddressVariable: "string",
}],
autoDetectBandwidth: false,
autoDetectBandwidthVariable: "string",
autonegotiate: false,
autonegotiateVariable: "string",
bandwidthDownstream: 0,
bandwidthDownstreamVariable: "string",
bandwidthUpstream: 0,
bandwidthUpstreamVariable: "string",
blockNonSourceIp: false,
blockNonSourceIpVariable: "string",
description: "string",
duplex: "string",
duplexVariable: "string",
enableDhcpv6: false,
greTunnelSourceIp: "string",
greTunnelSourceIpVariable: "string",
icmpRedirectDisable: false,
icmpRedirectDisableVariable: "string",
interfaceDescription: "string",
interfaceDescriptionVariable: "string",
interfaceMtu: 0,
interfaceMtuVariable: "string",
interfaceName: "string",
interfaceNameVariable: "string",
ipDirectedBroadcast: false,
ipDirectedBroadcastVariable: "string",
ipMtu: 0,
ipMtuVariable: "string",
iperfServer: "string",
iperfServerVariable: "string",
ipv4Address: "string",
ipv4AddressVariable: "string",
ipv4ConfigurationType: "string",
ipv4DhcpDistance: 0,
ipv4DhcpDistanceVariable: "string",
ipv4DhcpHelperVariable: "string",
ipv4DhcpHelpers: ["string"],
ipv4SecondaryAddresses: [{
address: "string",
addressVariable: "string",
subnetMask: "string",
subnetMaskVariable: "string",
}],
ipv4SubnetMask: "string",
ipv4SubnetMaskVariable: "string",
ipv6Address: "string",
ipv6AddressVariable: "string",
ipv6ConfigurationType: "string",
ipv6DhcpSecondaryAddresses: [{
address: "string",
addressVariable: "string",
}],
ipv6SecondaryAddresses: [{
address: "string",
addressVariable: "string",
}],
loadInterval: 0,
loadIntervalVariable: "string",
macAddress: "string",
macAddressVariable: "string",
mediaType: "string",
mediaTypeVariable: "string",
mrfCoreRegionType: "string",
mrfEnableCoreRegion: false,
name: "string",
nat64: false,
nat66: false,
natIpv4: false,
natIpv4Loopbacks: [{
loopbackInterface: "string",
loopbackInterfaceVariable: "string",
}],
natIpv4Pools: [{
enableDualRouterHaMapping: false,
name: 0,
nameVariable: "string",
overload: false,
overloadVariable: "string",
prefixLength: 0,
prefixLengthVariable: "string",
rangeEnd: "string",
rangeEndVariable: "string",
rangeStart: "string",
rangeStartVariable: "string",
}],
natIpv4Variable: "string",
natIpv6: false,
natIpv6Variable: "string",
natLoopback: "string",
natLoopbackVariable: "string",
natMatchInterface: false,
natMatchInterfaceVariable: "string",
natOverload: false,
natOverloadVariable: "string",
natPrefixLength: 0,
natPrefixLengthVariable: "string",
natRangeEnd: "string",
natRangeEndVariable: "string",
natRangeStart: "string",
natRangeStartVariable: "string",
natTcpTimeout: 0,
natTcpTimeoutVariable: "string",
natType: "string",
natUdpTimeout: 0,
natUdpTimeoutVariable: "string",
newStaticNats: [{
direction: "string",
enableDualRouterHaMapping: false,
sourceIp: "string",
sourceIpVariable: "string",
sourceVpn: 0,
sourceVpnVariable: "string",
translatedIp: "string",
translatedIpVariable: "string",
}],
perTunnelQos: false,
perTunnelQosVariable: "string",
portChannelInterface: false,
portChannelLacpFastSwitchover: false,
portChannelLacpFastSwitchoverVariable: "string",
portChannelLacpLoadBalance: "string",
portChannelLacpLoadBalanceVariable: "string",
portChannelLacpMaxBundle: 0,
portChannelLacpMaxBundleVariable: "string",
portChannelLacpMemberLinks: [{
interfaceId: "string",
lacpMode: "string",
lacpModeVariable: "string",
lacpPortPriority: 0,
lacpPortPriorityVariable: "string",
lacpRate: "string",
lacpRateVariable: "string",
}],
portChannelLacpMinBundle: 0,
portChannelLacpMinBundleVariable: "string",
portChannelLacpQosAggregate: false,
portChannelLacpQosAggregateVariable: "string",
portChannelMemberInterface: false,
portChannelMode: "string",
portChannelStaticLoadBalance: "string",
portChannelStaticLoadBalanceVariable: "string",
portChannelStaticMemberLinks: [{
interfaceId: "string",
}],
portChannelStaticQosAggregate: false,
portChannelStaticQosAggregateVariable: "string",
portChannelSubinterface: false,
qosAdaptive: false,
qosAdaptiveBandwidthDownstream: false,
qosAdaptiveBandwidthUpstream: false,
qosAdaptiveDefaultDownstream: 0,
qosAdaptiveDefaultDownstreamVariable: "string",
qosAdaptiveDefaultUpstream: 0,
qosAdaptiveDefaultUpstreamVariable: "string",
qosAdaptiveMaxDownstream: 0,
qosAdaptiveMaxDownstreamVariable: "string",
qosAdaptiveMaxUpstream: 0,
qosAdaptiveMaxUpstreamVariable: "string",
qosAdaptiveMinDownstream: 0,
qosAdaptiveMinDownstreamVariable: "string",
qosAdaptiveMinUpstream: 0,
qosAdaptiveMinUpstreamVariable: "string",
qosAdaptivePeriod: 0,
qosAdaptivePeriodVariable: "string",
qosShapingRate: 0,
qosShapingRateVariable: "string",
serviceProvider: "string",
serviceProviderVariable: "string",
shutdown: false,
shutdownVariable: "string",
speed: "string",
speedVariable: "string",
staticNat66s: [{
egressInterface: false,
egressInterfaceVariable: "string",
sourcePrefix: "string",
sourcePrefixVariable: "string",
sourceVpnId: 0,
sourceVpnIdVariable: "string",
translatedSourcePrefix: "string",
translatedSourcePrefixVariable: "string",
}],
staticPortForwards: [{
direction: "string",
enableDualRouterHaMapping: false,
protocol: "string",
protocolVariable: "string",
sourceIp: "string",
sourceIpVariable: "string",
sourcePort: 0,
sourcePortVariable: "string",
sourceVpn: 0,
sourceVpnVariable: "string",
translatedIp: "string",
translatedIpVariable: "string",
translatedPort: 0,
translatedPortVariable: "string",
}],
tcpMss: 0,
tcpMssVariable: "string",
tlocExtension: "string",
tlocExtensionVariable: "string",
tracker: "string",
trackerVariable: "string",
tunnelBandwidthPercent: 0,
tunnelBandwidthPercentVariable: "string",
tunnelInterface: false,
tunnelInterfaceAllowAll: false,
tunnelInterfaceAllowAllVariable: "string",
tunnelInterfaceAllowBfd: false,
tunnelInterfaceAllowBfdVariable: "string",
tunnelInterfaceAllowBgp: false,
tunnelInterfaceAllowBgpVariable: "string",
tunnelInterfaceAllowDhcp: false,
tunnelInterfaceAllowDhcpVariable: "string",
tunnelInterfaceAllowDns: false,
tunnelInterfaceAllowDnsVariable: "string",
tunnelInterfaceAllowFragmentation: false,
tunnelInterfaceAllowFragmentationVariable: "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",
tunnelInterfaceColor: "string",
tunnelInterfaceColorRestrict: false,
tunnelInterfaceColorRestrictVariable: "string",
tunnelInterfaceColorVariable: "string",
tunnelInterfaceCtsSgtPropagation: false,
tunnelInterfaceCtsSgtPropagationVariable: "string",
tunnelInterfaceEncapsulations: [{
encapsulation: "string",
preference: 0,
preferenceVariable: "string",
weight: 0,
weightVariable: "string",
}],
tunnelInterfaceExcludeControllerGroupListVariable: "string",
tunnelInterfaceExcludeControllerGroupLists: [0],
tunnelInterfaceGreTunnelDestinationIp: "string",
tunnelInterfaceGreTunnelDestinationIpVariable: "string",
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",
tunnelInterfaceNetworkBroadcast: false,
tunnelInterfaceNetworkBroadcastVariable: "string",
tunnelInterfacePortHop: false,
tunnelInterfacePortHopVariable: "string",
tunnelInterfaceSetSdwanTunnelMtuToMax: false,
tunnelInterfaceSetSdwanTunnelMtuToMaxVariable: "string",
tunnelInterfaceTunnelTcpMss: 0,
tunnelInterfaceTunnelTcpMssVariable: "string",
tunnelInterfaceVbondAsStunServer: false,
tunnelInterfaceVbondAsStunServerVariable: "string",
tunnelInterfaceVmanageConnectionPreference: 0,
tunnelInterfaceVmanageConnectionPreferenceVariable: "string",
tunnelQosMode: "string",
tunnelQosModeVariable: "string",
xconnect: "string",
xconnectVariable: "string",
});
type: sdwan:TransportWanVpnInterfaceEthernetFeature
properties:
aclIpv4EgressFeatureId: string
aclIpv4IngressFeatureId: string
aclIpv6EgressFeatureId: string
aclIpv6IngressFeatureId: string
arpTimeout: 0
arpTimeoutVariable: string
arps:
- ipAddress: string
ipAddressVariable: string
macAddress: string
macAddressVariable: string
autoDetectBandwidth: false
autoDetectBandwidthVariable: string
autonegotiate: false
autonegotiateVariable: string
bandwidthDownstream: 0
bandwidthDownstreamVariable: string
bandwidthUpstream: 0
bandwidthUpstreamVariable: string
blockNonSourceIp: false
blockNonSourceIpVariable: string
description: string
duplex: string
duplexVariable: string
enableDhcpv6: false
featureProfileId: string
greTunnelSourceIp: string
greTunnelSourceIpVariable: string
icmpRedirectDisable: false
icmpRedirectDisableVariable: string
interfaceDescription: string
interfaceDescriptionVariable: string
interfaceMtu: 0
interfaceMtuVariable: string
interfaceName: string
interfaceNameVariable: string
ipDirectedBroadcast: false
ipDirectedBroadcastVariable: string
ipMtu: 0
ipMtuVariable: string
iperfServer: string
iperfServerVariable: string
ipv4Address: string
ipv4AddressVariable: string
ipv4ConfigurationType: string
ipv4DhcpDistance: 0
ipv4DhcpDistanceVariable: string
ipv4DhcpHelperVariable: string
ipv4DhcpHelpers:
- string
ipv4SecondaryAddresses:
- address: string
addressVariable: string
subnetMask: string
subnetMaskVariable: string
ipv4SubnetMask: string
ipv4SubnetMaskVariable: string
ipv6Address: string
ipv6AddressVariable: string
ipv6ConfigurationType: string
ipv6DhcpSecondaryAddresses:
- address: string
addressVariable: string
ipv6SecondaryAddresses:
- address: string
addressVariable: string
loadInterval: 0
loadIntervalVariable: string
macAddress: string
macAddressVariable: string
mediaType: string
mediaTypeVariable: string
mrfCoreRegionType: string
mrfEnableCoreRegion: false
name: string
nat64: false
nat66: false
natIpv4: false
natIpv4Loopbacks:
- loopbackInterface: string
loopbackInterfaceVariable: string
natIpv4Pools:
- enableDualRouterHaMapping: false
name: 0
nameVariable: string
overload: false
overloadVariable: string
prefixLength: 0
prefixLengthVariable: string
rangeEnd: string
rangeEndVariable: string
rangeStart: string
rangeStartVariable: string
natIpv4Variable: string
natIpv6: false
natIpv6Variable: string
natLoopback: string
natLoopbackVariable: string
natMatchInterface: false
natMatchInterfaceVariable: string
natOverload: false
natOverloadVariable: string
natPrefixLength: 0
natPrefixLengthVariable: string
natRangeEnd: string
natRangeEndVariable: string
natRangeStart: string
natRangeStartVariable: string
natTcpTimeout: 0
natTcpTimeoutVariable: string
natType: string
natUdpTimeout: 0
natUdpTimeoutVariable: string
newStaticNats:
- direction: string
enableDualRouterHaMapping: false
sourceIp: string
sourceIpVariable: string
sourceVpn: 0
sourceVpnVariable: string
translatedIp: string
translatedIpVariable: string
perTunnelQos: false
perTunnelQosVariable: string
portChannelInterface: false
portChannelLacpFastSwitchover: false
portChannelLacpFastSwitchoverVariable: string
portChannelLacpLoadBalance: string
portChannelLacpLoadBalanceVariable: string
portChannelLacpMaxBundle: 0
portChannelLacpMaxBundleVariable: string
portChannelLacpMemberLinks:
- interfaceId: string
lacpMode: string
lacpModeVariable: string
lacpPortPriority: 0
lacpPortPriorityVariable: string
lacpRate: string
lacpRateVariable: string
portChannelLacpMinBundle: 0
portChannelLacpMinBundleVariable: string
portChannelLacpQosAggregate: false
portChannelLacpQosAggregateVariable: string
portChannelMemberInterface: false
portChannelMode: string
portChannelStaticLoadBalance: string
portChannelStaticLoadBalanceVariable: string
portChannelStaticMemberLinks:
- interfaceId: string
portChannelStaticQosAggregate: false
portChannelStaticQosAggregateVariable: string
portChannelSubinterface: false
qosAdaptive: false
qosAdaptiveBandwidthDownstream: false
qosAdaptiveBandwidthUpstream: false
qosAdaptiveDefaultDownstream: 0
qosAdaptiveDefaultDownstreamVariable: string
qosAdaptiveDefaultUpstream: 0
qosAdaptiveDefaultUpstreamVariable: string
qosAdaptiveMaxDownstream: 0
qosAdaptiveMaxDownstreamVariable: string
qosAdaptiveMaxUpstream: 0
qosAdaptiveMaxUpstreamVariable: string
qosAdaptiveMinDownstream: 0
qosAdaptiveMinDownstreamVariable: string
qosAdaptiveMinUpstream: 0
qosAdaptiveMinUpstreamVariable: string
qosAdaptivePeriod: 0
qosAdaptivePeriodVariable: string
qosShapingRate: 0
qosShapingRateVariable: string
serviceProvider: string
serviceProviderVariable: string
shutdown: false
shutdownVariable: string
speed: string
speedVariable: string
staticNat66s:
- egressInterface: false
egressInterfaceVariable: string
sourcePrefix: string
sourcePrefixVariable: string
sourceVpnId: 0
sourceVpnIdVariable: string
translatedSourcePrefix: string
translatedSourcePrefixVariable: string
staticPortForwards:
- direction: string
enableDualRouterHaMapping: false
protocol: string
protocolVariable: string
sourceIp: string
sourceIpVariable: string
sourcePort: 0
sourcePortVariable: string
sourceVpn: 0
sourceVpnVariable: string
translatedIp: string
translatedIpVariable: string
translatedPort: 0
translatedPortVariable: string
tcpMss: 0
tcpMssVariable: string
tlocExtension: string
tlocExtensionVariable: string
tracker: string
trackerVariable: string
transportWanVpnFeatureId: string
tunnelBandwidthPercent: 0
tunnelBandwidthPercentVariable: string
tunnelInterface: false
tunnelInterfaceAllowAll: false
tunnelInterfaceAllowAllVariable: string
tunnelInterfaceAllowBfd: false
tunnelInterfaceAllowBfdVariable: string
tunnelInterfaceAllowBgp: false
tunnelInterfaceAllowBgpVariable: string
tunnelInterfaceAllowDhcp: false
tunnelInterfaceAllowDhcpVariable: string
tunnelInterfaceAllowDns: false
tunnelInterfaceAllowDnsVariable: string
tunnelInterfaceAllowFragmentation: false
tunnelInterfaceAllowFragmentationVariable: 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
tunnelInterfaceColor: string
tunnelInterfaceColorRestrict: false
tunnelInterfaceColorRestrictVariable: string
tunnelInterfaceColorVariable: string
tunnelInterfaceCtsSgtPropagation: false
tunnelInterfaceCtsSgtPropagationVariable: string
tunnelInterfaceEncapsulations:
- encapsulation: string
preference: 0
preferenceVariable: string
weight: 0
weightVariable: string
tunnelInterfaceExcludeControllerGroupListVariable: string
tunnelInterfaceExcludeControllerGroupLists:
- 0
tunnelInterfaceGreTunnelDestinationIp: string
tunnelInterfaceGreTunnelDestinationIpVariable: string
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
tunnelInterfaceNetworkBroadcast: false
tunnelInterfaceNetworkBroadcastVariable: string
tunnelInterfacePortHop: false
tunnelInterfacePortHopVariable: string
tunnelInterfaceSetSdwanTunnelMtuToMax: false
tunnelInterfaceSetSdwanTunnelMtuToMaxVariable: string
tunnelInterfaceTunnelTcpMss: 0
tunnelInterfaceTunnelTcpMssVariable: string
tunnelInterfaceVbondAsStunServer: false
tunnelInterfaceVbondAsStunServerVariable: string
tunnelInterfaceVmanageConnectionPreference: 0
tunnelInterfaceVmanageConnectionPreferenceVariable: string
tunnelQosMode: string
tunnelQosModeVariable: string
xconnect: string
xconnectVariable: string
TransportWanVpnInterfaceEthernetFeature 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 TransportWanVpnInterfaceEthernetFeature resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Arp
Timeout int - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- Arp
Timeout stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Arps
List<Transport
Wan Vpn Interface Ethernet Feature Arp> - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - Auto
Detect boolBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Auto
Detect stringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Autonegotiate bool
- Link autonegotiation
- Autonegotiate
Variable string - Variable name
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Downstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Bandwidth
Upstream int - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Upstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Block
Non boolSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Block
Non stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Description string
- The description of the Feature
- Duplex string
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- Duplex
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Enable
Dhcpv6 bool - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - Gre
Tunnel stringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - Gre
Tunnel stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Icmp
Redirect boolDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Icmp
Redirect stringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- Interface
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Ip
Directed stringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ip
Mtu int - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- Ip
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server string - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Address string
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Address
Variable string - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Configuration
Type string - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- Ipv4Dhcp
Distance int - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- Ipv4Dhcp
Distance stringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - Ipv4Dhcp
Helper stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Dhcp
Helpers List<string> - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address> - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Subnet
Mask string - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv6Address string
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Address
Variable string - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Configuration
Type string - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- Ipv6Dhcp
Secondary List<TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address> - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - Ipv6Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address> - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - Load
Interval int - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- Load
Interval stringVariable - Variable name
- Mac
Address string - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Mac
Address stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Media
Type string - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- Media
Type stringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Mrf
Core stringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- Mrf
Enable boolCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Name string
- The name of the Feature
- Nat64 bool
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat66 bool
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat
Ipv4 bool - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv4Loopbacks List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback> - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Pools List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool> - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Ipv6 bool - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv6Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Loopback string - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - Nat
Loopback stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Match boolInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- Nat
Match stringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Overload bool - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- Nat
Overload stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Prefix intLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- Nat
Prefix stringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Tcp intTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- Nat
Tcp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Type string - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- Nat
Udp intTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- Nat
Udp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - New
Static List<TransportNats Wan Vpn Interface Ethernet Feature New Static Nat> - static NAT, Attribute conditional on
nat_ipv4equal totrue - Per
Tunnel boolQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Per
Tunnel stringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Port
Channel boolInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- Port
Channel boolLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- Port
Channel stringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel List<TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- Port
Channel stringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- Port
Channel stringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- Port
Channel stringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel List<TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel stringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - Qos
Adaptive bool - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- Qos
Adaptive intDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Downstream Variable - Variable name
- Qos
Adaptive intDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Upstream Variable - Variable name
- Qos
Adaptive intMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Downstream Variable - Variable name
- Qos
Adaptive intMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Upstream Variable - Variable name
- Qos
Adaptive intMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Downstream Variable - Variable name
- Qos
Adaptive intMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Upstream Variable - Variable name
- Qos
Adaptive intPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- Qos
Adaptive stringPeriod Variable - Variable name
- Qos
Shaping intRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- Qos
Shaping stringRate Variable - Variable name
- Service
Provider string - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Service
Provider stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Shutdown bool
- Default value:
true
- Default value:
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- Speed
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Static
Nat66s List<TransportWan Vpn Interface Ethernet Feature Static Nat66> - static NAT66, Attribute conditional on
nat_ipv6equal totrue - Static
Port List<TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward> - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - Tcp
Mss int - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- Tcp
Mss stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker string
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Bandwidth intPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- Tunnel
Bandwidth stringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface bool - Tunnel Interface on/off
- Default value:
false
- Default value:
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- Tunnel
Interface stringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- Tunnel
Interface boolColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface List<TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface List<int>Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- Tunnel
Interface stringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- Tunnel
Interface stringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- Tunnel
Interface stringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- Tunnel
Interface stringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Qos stringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- Tunnel
Qos stringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Xconnect
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- Feature
Profile stringId - Feature Profile ID
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Arp
Timeout int - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- Arp
Timeout stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Arps
[]Transport
Wan Vpn Interface Ethernet Feature Arp Args - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - Auto
Detect boolBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Auto
Detect stringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Autonegotiate bool
- Link autonegotiation
- Autonegotiate
Variable string - Variable name
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Downstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Bandwidth
Upstream int - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Upstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Block
Non boolSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Block
Non stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Description string
- The description of the Feature
- Duplex string
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- Duplex
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Enable
Dhcpv6 bool - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - Gre
Tunnel stringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - Gre
Tunnel stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Icmp
Redirect boolDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Icmp
Redirect stringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- Interface
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Ip
Directed stringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ip
Mtu int - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- Ip
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server string - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Address string
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Address
Variable string - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Configuration
Type string - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- Ipv4Dhcp
Distance int - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- Ipv4Dhcp
Distance stringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - Ipv4Dhcp
Helper stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Dhcp
Helpers []string - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Secondary
Addresses []TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address Args - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Subnet
Mask string - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv6Address string
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Address
Variable string - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Configuration
Type string - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- Ipv6Dhcp
Secondary []TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address Args - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - Ipv6Secondary
Addresses []TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address Args - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - Load
Interval int - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- Load
Interval stringVariable - Variable name
- Mac
Address string - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Mac
Address stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Media
Type string - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- Media
Type stringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Mrf
Core stringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- Mrf
Enable boolCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Name string
- The name of the Feature
- Nat64 bool
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat66 bool
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat
Ipv4 bool - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv4Loopbacks []TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback Args - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Pools []TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool Args - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Ipv6 bool - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv6Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Loopback string - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - Nat
Loopback stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Match boolInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- Nat
Match stringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Overload bool - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- Nat
Overload stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Prefix intLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- Nat
Prefix stringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Tcp intTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- Nat
Tcp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Type string - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- Nat
Udp intTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- Nat
Udp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - New
Static []TransportNats Wan Vpn Interface Ethernet Feature New Static Nat Args - static NAT, Attribute conditional on
nat_ipv4equal totrue - Per
Tunnel boolQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Per
Tunnel stringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Port
Channel boolInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- Port
Channel boolLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- Port
Channel stringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel []TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link Args - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- Port
Channel stringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- Port
Channel stringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- Port
Channel stringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel []TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link Args - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel stringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - Qos
Adaptive bool - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- Qos
Adaptive intDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Downstream Variable - Variable name
- Qos
Adaptive intDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Upstream Variable - Variable name
- Qos
Adaptive intMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Downstream Variable - Variable name
- Qos
Adaptive intMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Upstream Variable - Variable name
- Qos
Adaptive intMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Downstream Variable - Variable name
- Qos
Adaptive intMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Upstream Variable - Variable name
- Qos
Adaptive intPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- Qos
Adaptive stringPeriod Variable - Variable name
- Qos
Shaping intRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- Qos
Shaping stringRate Variable - Variable name
- Service
Provider string - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Service
Provider stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Shutdown bool
- Default value:
true
- Default value:
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- Speed
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Static
Nat66s []TransportWan Vpn Interface Ethernet Feature Static Nat66Args - static NAT66, Attribute conditional on
nat_ipv6equal totrue - Static
Port []TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward Args - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - Tcp
Mss int - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- Tcp
Mss stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker string
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Bandwidth intPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- Tunnel
Bandwidth stringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface bool - Tunnel Interface on/off
- Default value:
false
- Default value:
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- Tunnel
Interface stringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- Tunnel
Interface boolColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface []TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation Args - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface []intExclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- Tunnel
Interface stringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- Tunnel
Interface stringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- Tunnel
Interface stringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- Tunnel
Interface stringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Qos stringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- Tunnel
Qos stringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Xconnect
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- feature
Profile StringId - Feature Profile ID
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - arp
Timeout Integer - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp
Timeout StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps
List<Transport
Wan Vpn Interface Ethernet Feature Arp> - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto
Detect BooleanBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto
Detect StringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate Boolean
- Link autonegotiation
- autonegotiate
Variable String - Variable name
- bandwidth
Downstream Integer - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Downstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth
Upstream Integer - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Upstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block
Non BooleanSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block
Non StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description String
- The description of the Feature
- duplex String
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable
Dhcpv6 Boolean - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - gre
Tunnel StringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre
Tunnel StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp
Redirect BooleanDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp
Redirect StringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Integer - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip
Directed StringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip
Mtu Integer - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server String - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Address String
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Address
Variable String - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Configuration
Type String - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4Dhcp
Distance Integer - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4Dhcp
Distance StringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4Dhcp
Helper StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address> - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Subnet
Mask String - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6Address String
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Address
Variable String - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Configuration
Type String - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6Dhcp
Secondary List<TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address> - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address> - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load
Interval Integer - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load
Interval StringVariable - Variable name
- mac
Address String - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac
Address StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media
Type String - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media
Type StringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf
Core StringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf
Enable BooleanCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name String
- The name of the Feature
- nat64 Boolean
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 Boolean
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat
Ipv4 Boolean - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv4Loopbacks List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback> - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Pools List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool> - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Ipv6 Boolean - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv6Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Loopback String - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat
Loopback StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Match BooleanInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat
Match StringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Overload Boolean - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat
Overload StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Prefix IntegerLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat
Prefix StringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Tcp IntegerTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat
Tcp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Type String - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat
Udp IntegerTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat
Udp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new
Static List<TransportNats Wan Vpn Interface Ethernet Feature New Static Nat> - static NAT, Attribute conditional on
nat_ipv4equal totrue - per
Tunnel BooleanQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per
Tunnel StringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port
Channel BooleanInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port
Channel BooleanLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port
Channel StringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel IntegerLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel List<TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port
Channel IntegerLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port
Channel StringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port
Channel StringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port
Channel StringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel List<TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port
Channel StringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos
Adaptive Boolean - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos
Adaptive IntegerDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Downstream Variable - Variable name
- qos
Adaptive IntegerDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Upstream Variable - Variable name
- qos
Adaptive IntegerMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Downstream Variable - Variable name
- qos
Adaptive IntegerMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Upstream Variable - Variable name
- qos
Adaptive IntegerMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Downstream Variable - Variable name
- qos
Adaptive IntegerMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Upstream Variable - Variable name
- qos
Adaptive IntegerPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos
Adaptive StringPeriod Variable - Variable name
- qos
Shaping IntegerRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos
Shaping StringRate Variable - Variable name
- service
Provider String - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service
Provider StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown Boolean
- Default value:
true
- Default value:
- shutdown
Variable String - Variable name
- speed String
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static
Nat66s List<TransportWan Vpn Interface Ethernet Feature Static Nat66> - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static
Port List<TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward> - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp
Mss Integer - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp
Mss StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker String
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Bandwidth IntegerPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel
Bandwidth StringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface Boolean - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel
Interface StringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel
Interface BooleanColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<Integer>Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel
Interface StringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel
Interface StringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel
Interface StringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel
Interface StringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel
Interface StringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel
Interface StringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Qos StringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel
Qos StringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - xconnect String
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- feature
Profile stringId - Feature Profile ID
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- acl
Ipv4Egress stringFeature Id - acl
Ipv4Ingress stringFeature Id - acl
Ipv6Egress stringFeature Id - acl
Ipv6Ingress stringFeature Id - arp
Timeout number - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp
Timeout stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps
Transport
Wan Vpn Interface Ethernet Feature Arp[] - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto
Detect booleanBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto
Detect stringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate boolean
- Link autonegotiation
- autonegotiate
Variable string - Variable name
- bandwidth
Downstream number - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Downstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth
Upstream number - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Upstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block
Non booleanSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block
Non stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description string
- The description of the Feature
- duplex string
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable
Dhcpv6 boolean - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - gre
Tunnel stringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre
Tunnel stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp
Redirect booleanDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp
Redirect stringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Description string - interface
Description stringVariable - Variable name
- interface
Mtu number - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Name string - interface
Name stringVariable - Variable name
- ip
Directed booleanBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip
Directed stringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip
Mtu number - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server string - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Address string
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Address
Variable string - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Configuration
Type string - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4Dhcp
Distance number - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4Dhcp
Distance stringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4Dhcp
Helper stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Dhcp
Helpers string[] - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Secondary
Addresses TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address[] - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Subnet
Mask string - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6Address string
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Address
Variable string - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Configuration
Type string - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6Dhcp
Secondary TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address[] - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6Secondary
Addresses TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address[] - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load
Interval number - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load
Interval stringVariable - Variable name
- mac
Address string - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac
Address stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media
Type string - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media
Type stringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf
Core stringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf
Enable booleanCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name string
- The name of the Feature
- nat64 boolean
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 boolean
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat
Ipv4 boolean - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv4Loopbacks TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback[] - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Pools TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool[] - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Ipv6 boolean - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv6Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Loopback string - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat
Loopback stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Match booleanInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat
Match stringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Overload boolean - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat
Overload stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Prefix numberLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat
Prefix stringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Tcp numberTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat
Tcp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Type string - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat
Udp numberTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat
Udp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new
Static TransportNats Wan Vpn Interface Ethernet Feature New Static Nat[] - static NAT, Attribute conditional on
nat_ipv4equal totrue - per
Tunnel booleanQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per
Tunnel stringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port
Channel booleanInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port
Channel booleanLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port
Channel stringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel stringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port
Channel stringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel numberLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel stringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link[] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port
Channel numberLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel stringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel booleanLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port
Channel stringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel booleanMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port
Channel stringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port
Channel stringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port
Channel stringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link[] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port
Channel booleanStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port
Channel stringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel booleanSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos
Adaptive boolean - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos
Adaptive booleanBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos
Adaptive booleanBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos
Adaptive numberDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringDefault Downstream Variable - Variable name
- qos
Adaptive numberDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringDefault Upstream Variable - Variable name
- qos
Adaptive numberMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMax Downstream Variable - Variable name
- qos
Adaptive numberMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMax Upstream Variable - Variable name
- qos
Adaptive numberMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMin Downstream Variable - Variable name
- qos
Adaptive numberMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMin Upstream Variable - Variable name
- qos
Adaptive numberPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos
Adaptive stringPeriod Variable - Variable name
- qos
Shaping numberRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos
Shaping stringRate Variable - Variable name
- service
Provider string - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service
Provider stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown boolean
- Default value:
true
- Default value:
- shutdown
Variable string - Variable name
- speed string
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static
Nat66s TransportWan Vpn Interface Ethernet Feature Static Nat66[] - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static
Port TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward[] - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp
Mss number - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp
Mss stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker string
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Bandwidth numberPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel
Bandwidth stringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface boolean - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel
Interface booleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel
Interface stringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel
Interface booleanColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation[] - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface stringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface number[]Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel
Interface stringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel
Interface stringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel
Interface stringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel
Interface stringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel
Interface stringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel
Interface stringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel
Interface stringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel
Interface stringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Qos stringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel
Qos stringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- feature_
profile_ strid - Feature Profile ID
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- acl_
ipv4_ stregress_ feature_ id - acl_
ipv4_ stringress_ feature_ id - acl_
ipv6_ stregress_ feature_ id - acl_
ipv6_ stringress_ feature_ id - arp_
timeout int - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp_
timeout_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps
Sequence[Transport
Wan Vpn Interface Ethernet Feature Arp Args] - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto_
detect_ boolbandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto_
detect_ strbandwidth_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate bool
- Link autonegotiation
- autonegotiate_
variable str - Variable name
- bandwidth_
downstream int - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth_
downstream_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth_
upstream int - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth_
upstream_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block_
non_ boolsource_ ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block_
non_ strsource_ ip_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description str
- The description of the Feature
- duplex str
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex_
variable str - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable_
dhcpv6 bool - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - gre_
tunnel_ strsource_ ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre_
tunnel_ strsource_ ip_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp_
redirect_ booldisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp_
redirect_ strdisable_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface_
description str - interface_
description_ strvariable - Variable name
- interface_
mtu int - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface_
mtu_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface_
name str - interface_
name_ strvariable - Variable name
- ip_
directed_ boolbroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip_
directed_ strbroadcast_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip_
mtu int - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip_
mtu_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf_
server str - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf_
server_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4_
address str - IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4_
address_ strvariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4_
configuration_ strtype - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4_
dhcp_ intdistance - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4_
dhcp_ strdistance_ variable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4_
dhcp_ strhelper_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4_
dhcp_ Sequence[str]helpers - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4_
secondary_ Sequence[Transportaddresses Wan Vpn Interface Ethernet Feature Ipv4Secondary Address Args] - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4_
subnet_ strmask - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6_
address str - IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6_
address_ strvariable - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6_
configuration_ strtype - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6_
dhcp_ Sequence[Transportsecondary_ addresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address Args] - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6_
secondary_ Sequence[Transportaddresses Wan Vpn Interface Ethernet Feature Ipv6Secondary Address Args] - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load_
interval int - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load_
interval_ strvariable - Variable name
- mac_
address str - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac_
address_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media_
type str - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media_
type_ strvariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf_
core_ strregion_ type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf_
enable_ boolcore_ region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name str
- The name of the Feature
- nat64 bool
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 bool
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat_
ipv4 bool - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat_
ipv4_ Sequence[Transportloopbacks Wan Vpn Interface Ethernet Feature Nat Ipv4Loopback Args] - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat_
ipv4_ Sequence[Transportpools Wan Vpn Interface Ethernet Feature Nat Ipv4Pool Args] - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat_
ipv4_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat_
ipv6 bool - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat_
ipv6_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat_
loopback str - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat_
loopback_ strvariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
match_ boolinterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat_
match_ strinterface_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
overload bool - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat_
overload_ strvariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
prefix_ intlength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat_
prefix_ strlength_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strend - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strend_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strstart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strstart_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
tcp_ inttimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat_
tcp_ strtimeout_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
type str - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat_
udp_ inttimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat_
udp_ strtimeout_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new_
static_ Sequence[Transportnats Wan Vpn Interface Ethernet Feature New Static Nat Args] - static NAT, Attribute conditional on
nat_ipv4equal totrue - per_
tunnel_ boolqos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per_
tunnel_ strqos_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port_
channel_ boolinterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port_
channel_ boollacp_ fast_ switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ strlacp_ fast_ switchover_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ strlacp_ load_ balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port_
channel_ strlacp_ load_ balance_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ intlacp_ max_ bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port_
channel_ strlacp_ max_ bundle_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ Sequence[Transportlacp_ member_ links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link Args] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ intlacp_ min_ bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port_
channel_ strlacp_ min_ bundle_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ boollacp_ qos_ aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ strlacp_ qos_ aggregate_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ boolmember_ interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port_
channel_ strmode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port_
channel_ strstatic_ load_ balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port_
channel_ strstatic_ load_ balance_ variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ Sequence[Transportstatic_ member_ links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link Args] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ boolstatic_ qos_ aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ strstatic_ qos_ aggregate_ variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ boolsubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos_
adaptive bool - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos_
adaptive_ boolbandwidth_ downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos_
adaptive_ boolbandwidth_ upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos_
adaptive_ intdefault_ downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strdefault_ downstream_ variable - Variable name
- qos_
adaptive_ intdefault_ upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strdefault_ upstream_ variable - Variable name
- qos_
adaptive_ intmax_ downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmax_ downstream_ variable - Variable name
- qos_
adaptive_ intmax_ upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmax_ upstream_ variable - Variable name
- qos_
adaptive_ intmin_ downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmin_ downstream_ variable - Variable name
- qos_
adaptive_ intmin_ upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmin_ upstream_ variable - Variable name
- qos_
adaptive_ intperiod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos_
adaptive_ strperiod_ variable - Variable name
- qos_
shaping_ intrate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos_
shaping_ strrate_ variable - Variable name
- service_
provider str - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service_
provider_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown bool
- Default value:
true
- Default value:
- shutdown_
variable str - Variable name
- speed str
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed_
variable str - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static_
nat66s Sequence[TransportWan Vpn Interface Ethernet Feature Static Nat66Args] - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static_
port_ Sequence[Transportforwards Wan Vpn Interface Ethernet Feature Static Port Forward Args] - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp_
mss int - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp_
mss_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc_
extension str - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc_
extension_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker str
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker_
variable str - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
bandwidth_ intpercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel_
bandwidth_ strpercent_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface bool - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel_
interface_ boolallow_ all - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ all_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ bfd_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ bgp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ dhcp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ dns_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ fragmentation_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolallow_ https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ https_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ icmp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ netconf_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ ntp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ ospf_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ snmp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ ssh_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ stun_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ strbind_ loopback_ tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strbind_ loopback_ tunnel_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolborder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strborder_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strcarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel_
interface_ strcarrier_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolclear_ dont_ fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strclear_ dont_ fragment_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strcolor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel_
interface_ boolcolor_ restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strcolor_ restrict_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strcolor_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolcts_ sgt_ propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strcts_ sgt_ propagation_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ Sequence[Transportencapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation Args] - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ strexclude_ controller_ group_ list_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ Sequence[int]exclude_ controller_ group_ lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strgre_ tunnel_ destination_ ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strgre_ tunnel_ destination_ ip_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intgroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel_
interface_ strgroups_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ inthello_ interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel_
interface_ strhello_ interval_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ inthello_ tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel_
interface_ strhello_ tolerance_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boollast_ resort_ circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strlast_ resort_ circuit_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boollow_ bandwidth_ link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strlow_ bandwidth_ link_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intmax_ control_ connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel_
interface_ strmax_ control_ connections_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intnat_ refresh_ interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel_
interface_ strnat_ refresh_ interval_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolnetwork_ broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strnetwork_ broadcast_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolport_ hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strport_ hop_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolset_ sdwan_ tunnel_ mtu_ to_ max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strset_ sdwan_ tunnel_ mtu_ to_ max_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ inttunnel_ tcp_ mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel_
interface_ strtunnel_ tcp_ mss_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolvbond_ as_ stun_ server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strvbond_ as_ stun_ server_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intvmanage_ connection_ preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel_
interface_ strvmanage_ connection_ preference_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
qos_ strmode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel_
qos_ strmode_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - xconnect str
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect_
variable str - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- feature
Profile StringId - Feature Profile ID
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - arp
Timeout Number - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp
Timeout StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps List<Property Map>
- Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto
Detect BooleanBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto
Detect StringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate Boolean
- Link autonegotiation
- autonegotiate
Variable String - Variable name
- bandwidth
Downstream Number - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Downstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth
Upstream Number - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Upstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block
Non BooleanSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block
Non StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description String
- The description of the Feature
- duplex String
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable
Dhcpv6 Boolean - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - gre
Tunnel StringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre
Tunnel StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp
Redirect BooleanDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp
Redirect StringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Number - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip
Directed StringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip
Mtu Number - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server String - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Address String
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Address
Variable String - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Configuration
Type String - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4Dhcp
Distance Number - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4Dhcp
Distance StringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4Dhcp
Helper StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Secondary
Addresses List<Property Map> - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Subnet
Mask String - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6Address String
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Address
Variable String - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Configuration
Type String - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6Dhcp
Secondary List<Property Map>Addresses - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6Secondary
Addresses List<Property Map> - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load
Interval Number - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load
Interval StringVariable - Variable name
- mac
Address String - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac
Address StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media
Type String - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media
Type StringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf
Core StringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf
Enable BooleanCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name String
- The name of the Feature
- nat64 Boolean
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 Boolean
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat
Ipv4 Boolean - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv4Loopbacks List<Property Map> - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Pools List<Property Map> - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Ipv6 Boolean - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv6Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Loopback String - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat
Loopback StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Match BooleanInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat
Match StringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Overload Boolean - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat
Overload StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Prefix NumberLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat
Prefix StringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Tcp NumberTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat
Tcp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Type String - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat
Udp NumberTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat
Udp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new
Static List<Property Map>Nats - static NAT, Attribute conditional on
nat_ipv4equal totrue - per
Tunnel BooleanQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per
Tunnel StringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port
Channel BooleanInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port
Channel BooleanLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port
Channel StringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel NumberLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel List<Property Map>Lacp Member Links - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port
Channel NumberLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port
Channel StringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port
Channel StringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port
Channel StringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel List<Property Map>Static Member Links - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port
Channel StringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos
Adaptive Boolean - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos
Adaptive NumberDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Downstream Variable - Variable name
- qos
Adaptive NumberDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Upstream Variable - Variable name
- qos
Adaptive NumberMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Downstream Variable - Variable name
- qos
Adaptive NumberMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Upstream Variable - Variable name
- qos
Adaptive NumberMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Downstream Variable - Variable name
- qos
Adaptive NumberMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Upstream Variable - Variable name
- qos
Adaptive NumberPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos
Adaptive StringPeriod Variable - Variable name
- qos
Shaping NumberRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos
Shaping StringRate Variable - Variable name
- service
Provider String - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service
Provider StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown Boolean
- Default value:
true
- Default value:
- shutdown
Variable String - Variable name
- speed String
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static
Nat66s List<Property Map> - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static
Port List<Property Map>Forwards - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp
Mss Number - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp
Mss StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker String
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Bandwidth NumberPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel
Bandwidth StringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface Boolean - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel
Interface StringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel
Interface BooleanColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<Property Map>Encapsulations - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<Number>Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel
Interface StringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel
Interface StringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel
Interface StringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel
Interface StringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel
Interface StringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel
Interface StringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Qos StringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel
Qos StringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - xconnect String
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
Outputs
All input properties are implicitly available as output properties. Additionally, the TransportWanVpnInterfaceEthernetFeature resource produces the following output properties:
Look up Existing TransportWanVpnInterfaceEthernetFeature Resource
Get an existing TransportWanVpnInterfaceEthernetFeature 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?: TransportWanVpnInterfaceEthernetFeatureState, opts?: CustomResourceOptions): TransportWanVpnInterfaceEthernetFeature@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
acl_ipv4_egress_feature_id: Optional[str] = None,
acl_ipv4_ingress_feature_id: Optional[str] = None,
acl_ipv6_egress_feature_id: Optional[str] = None,
acl_ipv6_ingress_feature_id: Optional[str] = None,
arp_timeout: Optional[int] = None,
arp_timeout_variable: Optional[str] = None,
arps: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureArpArgs]] = None,
auto_detect_bandwidth: Optional[bool] = None,
auto_detect_bandwidth_variable: Optional[str] = None,
autonegotiate: Optional[bool] = None,
autonegotiate_variable: Optional[str] = None,
bandwidth_downstream: Optional[int] = None,
bandwidth_downstream_variable: Optional[str] = None,
bandwidth_upstream: Optional[int] = None,
bandwidth_upstream_variable: Optional[str] = None,
block_non_source_ip: Optional[bool] = None,
block_non_source_ip_variable: Optional[str] = None,
description: Optional[str] = None,
duplex: Optional[str] = None,
duplex_variable: Optional[str] = None,
enable_dhcpv6: Optional[bool] = None,
feature_profile_id: Optional[str] = None,
gre_tunnel_source_ip: Optional[str] = None,
gre_tunnel_source_ip_variable: Optional[str] = None,
icmp_redirect_disable: Optional[bool] = None,
icmp_redirect_disable_variable: Optional[str] = None,
interface_description: Optional[str] = None,
interface_description_variable: Optional[str] = None,
interface_mtu: Optional[int] = None,
interface_mtu_variable: Optional[str] = None,
interface_name: Optional[str] = None,
interface_name_variable: Optional[str] = None,
ip_directed_broadcast: Optional[bool] = None,
ip_directed_broadcast_variable: Optional[str] = None,
ip_mtu: Optional[int] = None,
ip_mtu_variable: Optional[str] = None,
iperf_server: Optional[str] = None,
iperf_server_variable: Optional[str] = None,
ipv4_address: Optional[str] = None,
ipv4_address_variable: Optional[str] = None,
ipv4_configuration_type: Optional[str] = None,
ipv4_dhcp_distance: Optional[int] = None,
ipv4_dhcp_distance_variable: Optional[str] = None,
ipv4_dhcp_helper_variable: Optional[str] = None,
ipv4_dhcp_helpers: Optional[Sequence[str]] = None,
ipv4_secondary_addresses: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs]] = 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,
ipv6_configuration_type: Optional[str] = None,
ipv6_dhcp_secondary_addresses: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs]] = None,
ipv6_secondary_addresses: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs]] = None,
load_interval: Optional[int] = None,
load_interval_variable: Optional[str] = None,
mac_address: Optional[str] = None,
mac_address_variable: Optional[str] = None,
media_type: Optional[str] = None,
media_type_variable: Optional[str] = None,
mrf_core_region_type: Optional[str] = None,
mrf_enable_core_region: Optional[bool] = None,
name: Optional[str] = None,
nat64: Optional[bool] = None,
nat66: Optional[bool] = None,
nat_ipv4: Optional[bool] = None,
nat_ipv4_loopbacks: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs]] = None,
nat_ipv4_pools: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs]] = None,
nat_ipv4_variable: Optional[str] = None,
nat_ipv6: Optional[bool] = None,
nat_ipv6_variable: Optional[str] = None,
nat_loopback: Optional[str] = None,
nat_loopback_variable: Optional[str] = None,
nat_match_interface: Optional[bool] = None,
nat_match_interface_variable: Optional[str] = None,
nat_overload: Optional[bool] = None,
nat_overload_variable: Optional[str] = None,
nat_prefix_length: Optional[int] = None,
nat_prefix_length_variable: Optional[str] = None,
nat_range_end: Optional[str] = None,
nat_range_end_variable: Optional[str] = None,
nat_range_start: Optional[str] = None,
nat_range_start_variable: Optional[str] = None,
nat_tcp_timeout: Optional[int] = None,
nat_tcp_timeout_variable: Optional[str] = None,
nat_type: Optional[str] = None,
nat_udp_timeout: Optional[int] = None,
nat_udp_timeout_variable: Optional[str] = None,
new_static_nats: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs]] = None,
per_tunnel_qos: Optional[bool] = None,
per_tunnel_qos_variable: Optional[str] = None,
port_channel_interface: Optional[bool] = None,
port_channel_lacp_fast_switchover: Optional[bool] = None,
port_channel_lacp_fast_switchover_variable: Optional[str] = None,
port_channel_lacp_load_balance: Optional[str] = None,
port_channel_lacp_load_balance_variable: Optional[str] = None,
port_channel_lacp_max_bundle: Optional[int] = None,
port_channel_lacp_max_bundle_variable: Optional[str] = None,
port_channel_lacp_member_links: Optional[Sequence[TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArgs]] = None,
port_channel_lacp_min_bundle: Optional[int] = None,
port_channel_lacp_min_bundle_variable: Optional[str] = None,
port_channel_lacp_qos_aggregate: Optional[bool] = None,
port_channel_lacp_qos_aggregate_variable: Optional[str] = None,
port_channel_member_interface: Optional[bool] = None,
port_channel_mode: Optional[str] = None,
port_channel_static_load_balance: Optional[str] = None,
port_channel_static_load_balance_variable: Optional[str] = None,
port_channel_static_member_links: Optional[Sequence[TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArgs]] = None,
port_channel_static_qos_aggregate: Optional[bool] = None,
port_channel_static_qos_aggregate_variable: Optional[str] = None,
port_channel_subinterface: Optional[bool] = None,
qos_adaptive: Optional[bool] = None,
qos_adaptive_bandwidth_downstream: Optional[bool] = None,
qos_adaptive_bandwidth_upstream: Optional[bool] = None,
qos_adaptive_default_downstream: Optional[int] = None,
qos_adaptive_default_downstream_variable: Optional[str] = None,
qos_adaptive_default_upstream: Optional[int] = None,
qos_adaptive_default_upstream_variable: Optional[str] = None,
qos_adaptive_max_downstream: Optional[int] = None,
qos_adaptive_max_downstream_variable: Optional[str] = None,
qos_adaptive_max_upstream: Optional[int] = None,
qos_adaptive_max_upstream_variable: Optional[str] = None,
qos_adaptive_min_downstream: Optional[int] = None,
qos_adaptive_min_downstream_variable: Optional[str] = None,
qos_adaptive_min_upstream: Optional[int] = None,
qos_adaptive_min_upstream_variable: Optional[str] = None,
qos_adaptive_period: Optional[int] = None,
qos_adaptive_period_variable: Optional[str] = None,
qos_shaping_rate: Optional[int] = None,
qos_shaping_rate_variable: Optional[str] = None,
service_provider: Optional[str] = None,
service_provider_variable: Optional[str] = None,
shutdown: Optional[bool] = None,
shutdown_variable: Optional[str] = None,
speed: Optional[str] = None,
speed_variable: Optional[str] = None,
static_nat66s: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureStaticNat66Args]] = None,
static_port_forwards: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs]] = None,
tcp_mss: Optional[int] = None,
tcp_mss_variable: Optional[str] = None,
tloc_extension: Optional[str] = None,
tloc_extension_variable: Optional[str] = None,
tracker: Optional[str] = None,
tracker_variable: Optional[str] = None,
transport_wan_vpn_feature_id: Optional[str] = None,
tunnel_bandwidth_percent: Optional[int] = None,
tunnel_bandwidth_percent_variable: 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_fragmentation: Optional[bool] = None,
tunnel_interface_allow_fragmentation_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_color: Optional[str] = None,
tunnel_interface_color_restrict: Optional[bool] = None,
tunnel_interface_color_restrict_variable: Optional[str] = None,
tunnel_interface_color_variable: Optional[str] = None,
tunnel_interface_cts_sgt_propagation: Optional[bool] = None,
tunnel_interface_cts_sgt_propagation_variable: Optional[str] = None,
tunnel_interface_encapsulations: Optional[Sequence[TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs]] = None,
tunnel_interface_exclude_controller_group_list_variable: Optional[str] = None,
tunnel_interface_exclude_controller_group_lists: Optional[Sequence[int]] = None,
tunnel_interface_gre_tunnel_destination_ip: Optional[str] = None,
tunnel_interface_gre_tunnel_destination_ip_variable: Optional[str] = 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_network_broadcast: Optional[bool] = None,
tunnel_interface_network_broadcast_variable: Optional[str] = None,
tunnel_interface_port_hop: Optional[bool] = None,
tunnel_interface_port_hop_variable: Optional[str] = None,
tunnel_interface_set_sdwan_tunnel_mtu_to_max: Optional[bool] = None,
tunnel_interface_set_sdwan_tunnel_mtu_to_max_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,
xconnect: Optional[str] = None,
xconnect_variable: Optional[str] = None) -> TransportWanVpnInterfaceEthernetFeaturefunc GetTransportWanVpnInterfaceEthernetFeature(ctx *Context, name string, id IDInput, state *TransportWanVpnInterfaceEthernetFeatureState, opts ...ResourceOption) (*TransportWanVpnInterfaceEthernetFeature, error)public static TransportWanVpnInterfaceEthernetFeature Get(string name, Input<string> id, TransportWanVpnInterfaceEthernetFeatureState? state, CustomResourceOptions? opts = null)public static TransportWanVpnInterfaceEthernetFeature get(String name, Output<String> id, TransportWanVpnInterfaceEthernetFeatureState state, CustomResourceOptions options)resources: _: type: sdwan:TransportWanVpnInterfaceEthernetFeature get: id: ${id}- 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.
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Arp
Timeout int - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- Arp
Timeout stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Arps
List<Transport
Wan Vpn Interface Ethernet Feature Arp> - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - Auto
Detect boolBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Auto
Detect stringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Autonegotiate bool
- Link autonegotiation
- Autonegotiate
Variable string - Variable name
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Downstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Bandwidth
Upstream int - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Upstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Block
Non boolSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Block
Non stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Description string
- The description of the Feature
- Duplex string
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- Duplex
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Enable
Dhcpv6 bool - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - Feature
Profile stringId - Feature Profile ID
- Gre
Tunnel stringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - Gre
Tunnel stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Icmp
Redirect boolDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Icmp
Redirect stringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- Interface
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Ip
Directed stringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ip
Mtu int - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- Ip
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server string - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Address string
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Address
Variable string - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Configuration
Type string - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- Ipv4Dhcp
Distance int - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- Ipv4Dhcp
Distance stringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - Ipv4Dhcp
Helper stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Dhcp
Helpers List<string> - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address> - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Subnet
Mask string - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv6Address string
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Address
Variable string - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Configuration
Type string - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- Ipv6Dhcp
Secondary List<TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address> - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - Ipv6Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address> - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - Load
Interval int - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- Load
Interval stringVariable - Variable name
- Mac
Address string - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Mac
Address stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Media
Type string - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- Media
Type stringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Mrf
Core stringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- Mrf
Enable boolCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Name string
- The name of the Feature
- Nat64 bool
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat66 bool
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat
Ipv4 bool - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv4Loopbacks List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback> - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Pools List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool> - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Ipv6 bool - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv6Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Loopback string - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - Nat
Loopback stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Match boolInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- Nat
Match stringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Overload bool - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- Nat
Overload stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Prefix intLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- Nat
Prefix stringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Tcp intTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- Nat
Tcp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Type string - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- Nat
Udp intTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- Nat
Udp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - New
Static List<TransportNats Wan Vpn Interface Ethernet Feature New Static Nat> - static NAT, Attribute conditional on
nat_ipv4equal totrue - Per
Tunnel boolQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Per
Tunnel stringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Port
Channel boolInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- Port
Channel boolLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- Port
Channel stringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel List<TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- Port
Channel stringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- Port
Channel stringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- Port
Channel stringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel List<TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel stringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - Qos
Adaptive bool - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- Qos
Adaptive intDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Downstream Variable - Variable name
- Qos
Adaptive intDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Upstream Variable - Variable name
- Qos
Adaptive intMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Downstream Variable - Variable name
- Qos
Adaptive intMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Upstream Variable - Variable name
- Qos
Adaptive intMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Downstream Variable - Variable name
- Qos
Adaptive intMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Upstream Variable - Variable name
- Qos
Adaptive intPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- Qos
Adaptive stringPeriod Variable - Variable name
- Qos
Shaping intRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- Qos
Shaping stringRate Variable - Variable name
- Service
Provider string - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Service
Provider stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Shutdown bool
- Default value:
true
- Default value:
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- Speed
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Static
Nat66s List<TransportWan Vpn Interface Ethernet Feature Static Nat66> - static NAT66, Attribute conditional on
nat_ipv6equal totrue - Static
Port List<TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward> - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - Tcp
Mss int - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- Tcp
Mss stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker string
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Bandwidth intPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- Tunnel
Bandwidth stringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface bool - Tunnel Interface on/off
- Default value:
false
- Default value:
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- Tunnel
Interface stringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- Tunnel
Interface boolColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface List<TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface List<int>Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- Tunnel
Interface stringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- Tunnel
Interface stringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- Tunnel
Interface stringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- Tunnel
Interface stringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Qos stringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- Tunnel
Qos stringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Version int
- The version of the Feature
- Xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Xconnect
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Arp
Timeout int - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- Arp
Timeout stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Arps
[]Transport
Wan Vpn Interface Ethernet Feature Arp Args - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - Auto
Detect boolBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Auto
Detect stringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Autonegotiate bool
- Link autonegotiation
- Autonegotiate
Variable string - Variable name
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Downstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Bandwidth
Upstream int - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- Bandwidth
Upstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Block
Non boolSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Block
Non stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Description string
- The description of the Feature
- Duplex string
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- Duplex
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Enable
Dhcpv6 bool - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - Feature
Profile stringId - Feature Profile ID
- Gre
Tunnel stringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - Gre
Tunnel stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Icmp
Redirect boolDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Icmp
Redirect stringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Description string - Interface
Description stringVariable - Variable name
- Interface
Mtu int - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- Interface
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Interface
Name string - Interface
Name stringVariable - Variable name
- Ip
Directed boolBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Ip
Directed stringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ip
Mtu int - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- Ip
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server string - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - Iperf
Server stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Address string
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Address
Variable string - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Configuration
Type string - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- Ipv4Dhcp
Distance int - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- Ipv4Dhcp
Distance stringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - Ipv4Dhcp
Helper stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Dhcp
Helpers []string - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - Ipv4Secondary
Addresses []TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address Args - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv4Subnet
Mask string - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - Ipv6Address string
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Address
Variable string - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - Ipv6Configuration
Type string - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- Ipv6Dhcp
Secondary []TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address Args - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - Ipv6Secondary
Addresses []TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address Args - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - Load
Interval int - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- Load
Interval stringVariable - Variable name
- Mac
Address string - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Mac
Address stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - Media
Type string - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- Media
Type stringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Mrf
Core stringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- Mrf
Enable boolCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Name string
- The name of the Feature
- Nat64 bool
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat66 bool
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- Nat
Ipv4 bool - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv4Loopbacks []TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback Args - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Pools []TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool Args - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - Nat
Ipv4Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Ipv6 bool - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Nat
Ipv6Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Nat
Loopback string - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - Nat
Loopback stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Match boolInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- Nat
Match stringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Overload bool - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- Nat
Overload stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Prefix intLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- Nat
Prefix stringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - Nat
Range stringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Tcp intTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- Nat
Tcp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - Nat
Type string - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- Nat
Udp intTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- Nat
Udp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - New
Static []TransportNats Wan Vpn Interface Ethernet Feature New Static Nat Args - static NAT, Attribute conditional on
nat_ipv4equal totrue - Per
Tunnel boolQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Per
Tunnel stringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Port
Channel boolInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- Port
Channel boolLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- Port
Channel stringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel []TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link Args - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel intLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- Port
Channel stringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel stringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - Port
Channel boolMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- Port
Channel stringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- Port
Channel stringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- Port
Channel stringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel []TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link Args - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel stringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - Port
Channel boolSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - Qos
Adaptive bool - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- Qos
Adaptive boolBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- Qos
Adaptive intDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Downstream Variable - Variable name
- Qos
Adaptive intDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringDefault Upstream Variable - Variable name
- Qos
Adaptive intMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Downstream Variable - Variable name
- Qos
Adaptive intMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMax Upstream Variable - Variable name
- Qos
Adaptive intMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Downstream Variable - Variable name
- Qos
Adaptive intMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- Qos
Adaptive stringMin Upstream Variable - Variable name
- Qos
Adaptive intPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- Qos
Adaptive stringPeriod Variable - Variable name
- Qos
Shaping intRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- Qos
Shaping stringRate Variable - Variable name
- Service
Provider string - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Service
Provider stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Shutdown bool
- Default value:
true
- Default value:
- Shutdown
Variable string - Variable name
- Speed string
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- Speed
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - Static
Nat66s []TransportWan Vpn Interface Ethernet Feature Static Nat66Args - static NAT66, Attribute conditional on
nat_ipv6equal totrue - Static
Port []TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward Args - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - Tcp
Mss int - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- Tcp
Mss stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tloc
Extension stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker string
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tracker
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Bandwidth intPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- Tunnel
Bandwidth stringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface bool - Tunnel Interface on/off
- Default value:
false
- Default value:
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface boolAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- Tunnel
Interface stringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- Tunnel
Interface boolColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface []TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation Args - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - Tunnel
Interface stringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface []intExclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface stringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- Tunnel
Interface stringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- Tunnel
Interface stringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- Tunnel
Interface stringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- Tunnel
Interface stringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- Tunnel
Interface stringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Tunnel
Qos stringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- Tunnel
Qos stringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - Version int
- The version of the Feature
- Xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - Xconnect
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - arp
Timeout Integer - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp
Timeout StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps
List<Transport
Wan Vpn Interface Ethernet Feature Arp> - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto
Detect BooleanBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto
Detect StringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate Boolean
- Link autonegotiation
- autonegotiate
Variable String - Variable name
- bandwidth
Downstream Integer - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Downstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth
Upstream Integer - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Upstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block
Non BooleanSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block
Non StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description String
- The description of the Feature
- duplex String
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable
Dhcpv6 Boolean - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - feature
Profile StringId - Feature Profile ID
- gre
Tunnel StringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre
Tunnel StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp
Redirect BooleanDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp
Redirect StringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Integer - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip
Directed StringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip
Mtu Integer - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server String - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Address String
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Address
Variable String - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Configuration
Type String - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4Dhcp
Distance Integer - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4Dhcp
Distance StringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4Dhcp
Helper StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address> - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Subnet
Mask String - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6Address String
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Address
Variable String - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Configuration
Type String - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6Dhcp
Secondary List<TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address> - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6Secondary
Addresses List<TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address> - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load
Interval Integer - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load
Interval StringVariable - Variable name
- mac
Address String - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac
Address StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media
Type String - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media
Type StringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf
Core StringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf
Enable BooleanCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name String
- The name of the Feature
- nat64 Boolean
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 Boolean
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat
Ipv4 Boolean - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv4Loopbacks List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback> - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Pools List<TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool> - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Ipv6 Boolean - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv6Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Loopback String - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat
Loopback StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Match BooleanInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat
Match StringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Overload Boolean - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat
Overload StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Prefix IntegerLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat
Prefix StringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Tcp IntegerTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat
Tcp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Type String - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat
Udp IntegerTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat
Udp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new
Static List<TransportNats Wan Vpn Interface Ethernet Feature New Static Nat> - static NAT, Attribute conditional on
nat_ipv4equal totrue - per
Tunnel BooleanQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per
Tunnel StringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port
Channel BooleanInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port
Channel BooleanLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port
Channel StringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel IntegerLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel List<TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port
Channel IntegerLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port
Channel StringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port
Channel StringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port
Channel StringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel List<TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link> - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port
Channel StringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos
Adaptive Boolean - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos
Adaptive IntegerDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Downstream Variable - Variable name
- qos
Adaptive IntegerDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Upstream Variable - Variable name
- qos
Adaptive IntegerMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Downstream Variable - Variable name
- qos
Adaptive IntegerMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Upstream Variable - Variable name
- qos
Adaptive IntegerMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Downstream Variable - Variable name
- qos
Adaptive IntegerMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Upstream Variable - Variable name
- qos
Adaptive IntegerPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos
Adaptive StringPeriod Variable - Variable name
- qos
Shaping IntegerRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos
Shaping StringRate Variable - Variable name
- service
Provider String - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service
Provider StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown Boolean
- Default value:
true
- Default value:
- shutdown
Variable String - Variable name
- speed String
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static
Nat66s List<TransportWan Vpn Interface Ethernet Feature Static Nat66> - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static
Port List<TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward> - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp
Mss Integer - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp
Mss StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker String
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Bandwidth IntegerPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel
Bandwidth StringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface Boolean - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel
Interface StringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel
Interface BooleanColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<Integer>Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel
Interface StringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel
Interface StringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel
Interface StringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel
Interface StringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel
Interface StringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel
Interface StringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface IntegerVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Qos StringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel
Qos StringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - version Integer
- The version of the Feature
- xconnect String
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- acl
Ipv4Egress stringFeature Id - acl
Ipv4Ingress stringFeature Id - acl
Ipv6Egress stringFeature Id - acl
Ipv6Ingress stringFeature Id - arp
Timeout number - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp
Timeout stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps
Transport
Wan Vpn Interface Ethernet Feature Arp[] - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto
Detect booleanBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto
Detect stringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate boolean
- Link autonegotiation
- autonegotiate
Variable string - Variable name
- bandwidth
Downstream number - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Downstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth
Upstream number - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Upstream stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block
Non booleanSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block
Non stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description string
- The description of the Feature
- duplex string
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable
Dhcpv6 boolean - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - feature
Profile stringId - Feature Profile ID
- gre
Tunnel stringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre
Tunnel stringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp
Redirect booleanDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp
Redirect stringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Description string - interface
Description stringVariable - Variable name
- interface
Mtu number - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Name string - interface
Name stringVariable - Variable name
- ip
Directed booleanBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip
Directed stringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip
Mtu number - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip
Mtu stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server string - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Address string
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Address
Variable string - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Configuration
Type string - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4Dhcp
Distance number - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4Dhcp
Distance stringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4Dhcp
Helper stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Dhcp
Helpers string[] - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Secondary
Addresses TransportWan Vpn Interface Ethernet Feature Ipv4Secondary Address[] - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Subnet
Mask string - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6Address string
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Address
Variable string - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Configuration
Type string - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6Dhcp
Secondary TransportAddresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address[] - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6Secondary
Addresses TransportWan Vpn Interface Ethernet Feature Ipv6Secondary Address[] - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load
Interval number - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load
Interval stringVariable - Variable name
- mac
Address string - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac
Address stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media
Type string - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media
Type stringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf
Core stringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf
Enable booleanCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name string
- The name of the Feature
- nat64 boolean
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 boolean
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat
Ipv4 boolean - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv4Loopbacks TransportWan Vpn Interface Ethernet Feature Nat Ipv4Loopback[] - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Pools TransportWan Vpn Interface Ethernet Feature Nat Ipv4Pool[] - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Ipv6 boolean - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv6Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Loopback string - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat
Loopback stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Match booleanInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat
Match stringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Overload boolean - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat
Overload stringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Prefix numberLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat
Prefix stringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat
Range stringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Tcp numberTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat
Tcp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Type string - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat
Udp numberTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat
Udp stringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new
Static TransportNats Wan Vpn Interface Ethernet Feature New Static Nat[] - static NAT, Attribute conditional on
nat_ipv4equal totrue - per
Tunnel booleanQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per
Tunnel stringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port
Channel booleanInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port
Channel booleanLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port
Channel stringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel stringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port
Channel stringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel numberLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel stringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel TransportLacp Member Links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link[] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port
Channel numberLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel stringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel booleanLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port
Channel stringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel booleanMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port
Channel stringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port
Channel stringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port
Channel stringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel TransportStatic Member Links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link[] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port
Channel booleanStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port
Channel stringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel booleanSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos
Adaptive boolean - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos
Adaptive booleanBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos
Adaptive booleanBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos
Adaptive numberDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringDefault Downstream Variable - Variable name
- qos
Adaptive numberDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringDefault Upstream Variable - Variable name
- qos
Adaptive numberMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMax Downstream Variable - Variable name
- qos
Adaptive numberMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMax Upstream Variable - Variable name
- qos
Adaptive numberMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMin Downstream Variable - Variable name
- qos
Adaptive numberMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive stringMin Upstream Variable - Variable name
- qos
Adaptive numberPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos
Adaptive stringPeriod Variable - Variable name
- qos
Shaping numberRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos
Shaping stringRate Variable - Variable name
- service
Provider string - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service
Provider stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown boolean
- Default value:
true
- Default value:
- shutdown
Variable string - Variable name
- speed string
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed
Variable string - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static
Nat66s TransportWan Vpn Interface Ethernet Feature Static Nat66[] - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static
Port TransportForwards Wan Vpn Interface Ethernet Feature Static Port Forward[] - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp
Mss number - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp
Mss stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension stringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker string
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Bandwidth numberPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel
Bandwidth stringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface boolean - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel
Interface booleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface stringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface booleanAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface stringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel
Interface stringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel
Interface booleanColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface TransportEncapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation[] - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface stringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface number[]Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface stringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel
Interface stringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel
Interface stringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel
Interface stringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel
Interface stringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel
Interface stringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel
Interface stringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel
Interface stringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface booleanVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface stringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface numberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel
Interface stringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Qos stringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel
Qos stringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - version number
- The version of the Feature
- xconnect string
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect
Variable string - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- acl_
ipv4_ stregress_ feature_ id - acl_
ipv4_ stringress_ feature_ id - acl_
ipv6_ stregress_ feature_ id - acl_
ipv6_ stringress_ feature_ id - arp_
timeout int - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp_
timeout_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps
Sequence[Transport
Wan Vpn Interface Ethernet Feature Arp Args] - Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto_
detect_ boolbandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto_
detect_ strbandwidth_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate bool
- Link autonegotiation
- autonegotiate_
variable str - Variable name
- bandwidth_
downstream int - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth_
downstream_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth_
upstream int - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth_
upstream_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block_
non_ boolsource_ ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block_
non_ strsource_ ip_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description str
- The description of the Feature
- duplex str
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex_
variable str - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable_
dhcpv6 bool - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - feature_
profile_ strid - Feature Profile ID
- gre_
tunnel_ strsource_ ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre_
tunnel_ strsource_ ip_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp_
redirect_ booldisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp_
redirect_ strdisable_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface_
description str - interface_
description_ strvariable - Variable name
- interface_
mtu int - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface_
mtu_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface_
name str - interface_
name_ strvariable - Variable name
- ip_
directed_ boolbroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip_
directed_ strbroadcast_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip_
mtu int - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip_
mtu_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf_
server str - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf_
server_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4_
address str - IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4_
address_ strvariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4_
configuration_ strtype - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4_
dhcp_ intdistance - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4_
dhcp_ strdistance_ variable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4_
dhcp_ strhelper_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4_
dhcp_ Sequence[str]helpers - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4_
secondary_ Sequence[Transportaddresses Wan Vpn Interface Ethernet Feature Ipv4Secondary Address Args] - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4_
subnet_ strmask - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6_
address str - IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6_
address_ strvariable - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6_
configuration_ strtype - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6_
dhcp_ Sequence[Transportsecondary_ addresses Wan Vpn Interface Ethernet Feature Ipv6Dhcp Secondary Address Args] - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6_
secondary_ Sequence[Transportaddresses Wan Vpn Interface Ethernet Feature Ipv6Secondary Address Args] - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load_
interval int - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load_
interval_ strvariable - Variable name
- mac_
address str - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac_
address_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media_
type str - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media_
type_ strvariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf_
core_ strregion_ type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf_
enable_ boolcore_ region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name str
- The name of the Feature
- nat64 bool
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 bool
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat_
ipv4 bool - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat_
ipv4_ Sequence[Transportloopbacks Wan Vpn Interface Ethernet Feature Nat Ipv4Loopback Args] - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat_
ipv4_ Sequence[Transportpools Wan Vpn Interface Ethernet Feature Nat Ipv4Pool Args] - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat_
ipv4_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat_
ipv6 bool - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat_
ipv6_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat_
loopback str - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat_
loopback_ strvariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
match_ boolinterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat_
match_ strinterface_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
overload bool - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat_
overload_ strvariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
prefix_ intlength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat_
prefix_ strlength_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strend - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strend_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strstart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat_
range_ strstart_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
tcp_ inttimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat_
tcp_ strtimeout_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat_
type str - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat_
udp_ inttimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat_
udp_ strtimeout_ variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new_
static_ Sequence[Transportnats Wan Vpn Interface Ethernet Feature New Static Nat Args] - static NAT, Attribute conditional on
nat_ipv4equal totrue - per_
tunnel_ boolqos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per_
tunnel_ strqos_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port_
channel_ boolinterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port_
channel_ boollacp_ fast_ switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ strlacp_ fast_ switchover_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ strlacp_ load_ balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port_
channel_ strlacp_ load_ balance_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ intlacp_ max_ bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port_
channel_ strlacp_ max_ bundle_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ Sequence[Transportlacp_ member_ links Wan Vpn Interface Ethernet Feature Port Channel Lacp Member Link Args] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ intlacp_ min_ bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port_
channel_ strlacp_ min_ bundle_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ boollacp_ qos_ aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ strlacp_ qos_ aggregate_ variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port_
channel_ boolmember_ interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port_
channel_ strmode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port_
channel_ strstatic_ load_ balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port_
channel_ strstatic_ load_ balance_ variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ Sequence[Transportstatic_ member_ links Wan Vpn Interface Ethernet Feature Port Channel Static Member Link Args] - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ boolstatic_ qos_ aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ strstatic_ qos_ aggregate_ variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port_
channel_ boolsubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos_
adaptive bool - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos_
adaptive_ boolbandwidth_ downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos_
adaptive_ boolbandwidth_ upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos_
adaptive_ intdefault_ downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strdefault_ downstream_ variable - Variable name
- qos_
adaptive_ intdefault_ upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strdefault_ upstream_ variable - Variable name
- qos_
adaptive_ intmax_ downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmax_ downstream_ variable - Variable name
- qos_
adaptive_ intmax_ upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmax_ upstream_ variable - Variable name
- qos_
adaptive_ intmin_ downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmin_ downstream_ variable - Variable name
- qos_
adaptive_ intmin_ upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos_
adaptive_ strmin_ upstream_ variable - Variable name
- qos_
adaptive_ intperiod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos_
adaptive_ strperiod_ variable - Variable name
- qos_
shaping_ intrate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos_
shaping_ strrate_ variable - Variable name
- service_
provider str - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service_
provider_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown bool
- Default value:
true
- Default value:
- shutdown_
variable str - Variable name
- speed str
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed_
variable str - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static_
nat66s Sequence[TransportWan Vpn Interface Ethernet Feature Static Nat66Args] - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static_
port_ Sequence[Transportforwards Wan Vpn Interface Ethernet Feature Static Port Forward Args] - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp_
mss int - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp_
mss_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc_
extension str - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc_
extension_ strvariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker str
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker_
variable str - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- tunnel_
bandwidth_ intpercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel_
bandwidth_ strpercent_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface bool - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel_
interface_ boolallow_ all - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ all_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ bfd_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ bgp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ dhcp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ dns_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ fragmentation_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolallow_ https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ https_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strallow_ icmp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ netconf_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ ntp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ ospf_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ snmp_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ ssh_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ boolallow_ stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strallow_ stun_ variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ strbind_ loopback_ tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strbind_ loopback_ tunnel_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolborder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strborder_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strcarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel_
interface_ strcarrier_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolclear_ dont_ fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strclear_ dont_ fragment_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strcolor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel_
interface_ boolcolor_ restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strcolor_ restrict_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strcolor_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolcts_ sgt_ propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strcts_ sgt_ propagation_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ Sequence[Transportencapsulations Wan Vpn Interface Ethernet Feature Tunnel Interface Encapsulation Args] - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel_
interface_ strexclude_ controller_ group_ list_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ Sequence[int]exclude_ controller_ group_ lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strgre_ tunnel_ destination_ ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ strgre_ tunnel_ destination_ ip_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intgroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel_
interface_ strgroups_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ inthello_ interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel_
interface_ strhello_ interval_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ inthello_ tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel_
interface_ strhello_ tolerance_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boollast_ resort_ circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strlast_ resort_ circuit_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boollow_ bandwidth_ link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strlow_ bandwidth_ link_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intmax_ control_ connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel_
interface_ strmax_ control_ connections_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intnat_ refresh_ interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel_
interface_ strnat_ refresh_ interval_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolnetwork_ broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strnetwork_ broadcast_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolport_ hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel_
interface_ strport_ hop_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolset_ sdwan_ tunnel_ mtu_ to_ max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strset_ sdwan_ tunnel_ mtu_ to_ max_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ inttunnel_ tcp_ mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel_
interface_ strtunnel_ tcp_ mss_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ boolvbond_ as_ stun_ server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel_
interface_ strvbond_ as_ stun_ server_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
interface_ intvmanage_ connection_ preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel_
interface_ strvmanage_ connection_ preference_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel_
qos_ strmode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel_
qos_ strmode_ variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - version int
- The version of the Feature
- xconnect str
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect_
variable str - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - arp
Timeout Number - Timeout value for dynamically learned ARP entries, <0..2678400> seconds, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
0-2147483 - Default value:
1200
- Range:
- arp
Timeout StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - arps List<Property Map>
- Configure ARP entries, Attribute conditional on
port_channel_member_interfacenot equal totrue - auto
Detect BooleanBandwidth - Interface auto detect bandwidth, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- auto
Detect StringBandwidth Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - autonegotiate Boolean
- Link autonegotiation
- autonegotiate
Variable String - Variable name
- bandwidth
Downstream Number - Interface downstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Downstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - bandwidth
Upstream Number - Interface upstream bandwidth capacity, in kbps, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1-2147483647
- Range:
- bandwidth
Upstream StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - block
Non BooleanSource Ip - Block packets originating from IP address that is not from this source, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- block
Non StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - description String
- The description of the Feature
- duplex String
- Duplex mode, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
full,half,auto
- Choices:
- duplex
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - enable
Dhcpv6 Boolean - Enable DHCPv6, Attribute conditional on
ipv6_configuration_typeequal todynamic - feature
Profile StringId - Feature Profile ID
- gre
Tunnel StringSource Ip - GRE tunnel source IP, Attribute conditional on
port_channel_member_interfacenot equal totrue - gre
Tunnel StringSource Ip Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - icmp
Redirect BooleanDisable - ICMP/ICMPv6 Redirect Disable, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- icmp
Redirect StringDisable Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Description String - interface
Description StringVariable - Variable name
- interface
Mtu Number - Interface MTU GigabitEthernet0 <1500..1518>, Other GigabitEthernet <1500..9216> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
1500-9216 - Default value:
1500
- Range:
- interface
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - interface
Name String - interface
Name StringVariable - Variable name
- ip
Directed BooleanBroadcast - IP Directed-Broadcast, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- ip
Directed StringBroadcast Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ip
Mtu Number - IP MTU for GigabitEthernet main <576..Interface MTU>, GigabitEthernet subinterface <576..9216>, Other Interfaces <576..2000> in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
576-9216 - Default value:
1500
- Range:
- ip
Mtu StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server String - Iperf server for auto bandwidth detect, Attribute conditional on
port_channel_member_interfacenot equal totrue - iperf
Server StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Address String
- IP Address, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Address
Variable String - Variable name, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Configuration
Type String - IPv4 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
dynamic
- Choices:
- ipv4Dhcp
Distance Number - DHCP Distance, Attribute conditional on
ipv4_configuration_typeequal todynamic- Range:
1-255 - Default value:
1
- Range:
- ipv4Dhcp
Distance StringVariable - Variable name, Attribute conditional on
ipv4_configuration_typeequal todynamic - ipv4Dhcp
Helper StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Dhcp
Helpers List<String> - List of DHCP IPv4 helper addresses (min 1, max 8), Attribute conditional on
port_channel_member_interfacenot equal totrue - ipv4Secondary
Addresses List<Property Map> - Secondary IpV4 Addresses, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv4Subnet
Mask String - Subnet Mask, Attribute conditional on
ipv4_configuration_typeequal tostatic- 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, Attribute conditional on
ipv4_configuration_typeequal tostatic - ipv6Address String
- IPv6 Address Secondary, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Address
Variable String - Variable name, Attribute conditional on
ipv6_configuration_typeequal tostatic - ipv6Configuration
Type String - IPv6 Configuration Type, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
dynamic,static,none - Default value:
none
- Choices:
- ipv6Dhcp
Secondary List<Property Map>Addresses - secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal todynamic - ipv6Secondary
Addresses List<Property Map> - Static secondary IPv6 addresses, Attribute conditional on
ipv6_configuration_typeequal tostatic - load
Interval Number - Interval for interface load calculation
- Range:
30-600 - Default value:
30
- Range:
- load
Interval StringVariable - Variable name
- mac
Address String - MAC Address, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - mac
Address StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrueandport_channel_interfacenot equal totrue - media
Type String - Media type, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
auto-select,rj45,sfp
- Choices:
- media
Type StringVariable - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - mrf
Core StringRegion Type - Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Choices:
core-shared,core - Default value:
core-shared
- Choices:
- mrf
Enable BooleanCore Region - Enable Core Region, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- name String
- The name of the Feature
- nat64 Boolean
- NAT64 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat66 Boolean
- NAT66 on this interface, Attribute conditional on
nat_ipv6equal totrue- Default value:
false
- Default value:
- nat
Ipv4 Boolean - enable Network Address Translation on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv4Loopbacks List<Property Map> - NAT Multiple Loopback, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Pools List<Property Map> - NAT Multiple Pool, Attribute conditional on
nat_ipv4equal totrue - nat
Ipv4Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Ipv6 Boolean - enable Network Address Translation ipv6 on this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- nat
Ipv6Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - nat
Loopback String - NAT Inside Source Loopback Interface, Attribute conditional on
nat_ipv4equal totrue - nat
Loopback StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Match BooleanInterface - NAT Match Interface, Attribute conditional on
nat_ipv4equal totrue- Default value:
false
- Default value:
- nat
Match StringInterface Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Overload Boolean - NAT Overload, Attribute conditional on
nat_ipv4equal totrue- Default value:
true
- Default value:
- nat
Overload StringVariable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Prefix NumberLength - NAT Pool Prefix Length, Attribute conditional on
nat_ipv4equal totrue- Range:
1-32
- Range:
- nat
Prefix StringLength Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd - NAT Pool Range End, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringEnd Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart - NAT Pool Range Start, Attribute conditional on
nat_ipv4equal totrue - nat
Range StringStart Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Tcp NumberTimeout - Set NAT TCP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
60
- Range:
- nat
Tcp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - nat
Type String - NAT Type, Attribute conditional on
nat_ipv4equal totrue- Choices:
interface,pool,loopback - Default value:
interface
- Choices:
- nat
Udp NumberTimeout - Set NAT UDP session timeout, in minutes, Attribute conditional on
nat_ipv4equal totrue- Range:
1-8947 - Default value:
1
- Range:
- nat
Udp StringTimeout Variable - Variable name, Attribute conditional on
nat_ipv4equal totrue - new
Static List<Property Map>Nats - static NAT, Attribute conditional on
nat_ipv4equal totrue - per
Tunnel BooleanQos - Per-tunnel Qos, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- per
Tunnel StringQos Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - port
Channel BooleanInterface - Port-Channel interface on/off
- Default value:
false
- Default value:
- port
Channel BooleanLacp Fast Switchover - Eanble lacp fast switchover, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Fast Switchover Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp- Choices:
flow,vlan
- Choices:
- port
Channel StringLacp Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel NumberLacp Max Bundle - Set LACP max bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Max Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel List<Property Map>Lacp Member Links - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tolacp - port
Channel NumberLacp Min Bundle - Set LACP min bundle, Attribute conditional on
port_channel_modeequal tolacp- Range:
1-16
- Range:
- port
Channel StringLacp Min Bundle Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanLacp Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tolacp - port
Channel StringLacp Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tolacp - port
Channel BooleanMember Interface - Port-Channel member interface on/off
- Default value:
false
- Default value:
- port
Channel StringMode - Port Channel Mode, Attribute conditional on
port_channel_interfaceequal totrue- Choices:
lacp,static
- Choices:
- port
Channel StringStatic Load Balance - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic- Choices:
flow,vlan
- Choices:
- port
Channel StringStatic Load Balance Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel List<Property Map>Static Member Links - Configure Port-Channel member links, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanStatic Qos Aggregate - Enable QoS Port-Channel aggregate, Attribute conditional on
port_channel_modeequal tostatic - port
Channel StringStatic Qos Aggregate Variable - Variable name, Attribute conditional on
port_channel_modeequal tostatic - port
Channel BooleanSubinterface - , Attribute conditional on
port_channel_interfaceequal totrue - qos
Adaptive Boolean - Adaptive QoS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Downstream - Shaping Rate Downstream
- Default value:
false
- Default value:
- qos
Adaptive BooleanBandwidth Upstream - Shaping Rate Upstream
- Default value:
false
- Default value:
- qos
Adaptive NumberDefault Downstream - Adaptive QoS default downstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Downstream Variable - Variable name
- qos
Adaptive NumberDefault Upstream - Adaptive QoS default upstream bandwidth (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringDefault Upstream Variable - Variable name
- qos
Adaptive NumberMax Downstream - Downstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Downstream Variable - Variable name
- qos
Adaptive NumberMax Upstream - Upstream max bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMax Upstream Variable - Variable name
- qos
Adaptive NumberMin Downstream - Downstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Downstream Variable - Variable name
- qos
Adaptive NumberMin Upstream - Upstream min bandwidth limit (kbps)
- Range:
8-100000000
- Range:
- qos
Adaptive StringMin Upstream Variable - Variable name
- qos
Adaptive NumberPeriod - Adapt Period(Minutes)
- Range:
1-720 - Default value:
15
- Range:
- qos
Adaptive StringPeriod Variable - Variable name
- qos
Shaping NumberRate - Shaping Rate (Kbps)
- Range:
8-100000000
- Range:
- qos
Shaping StringRate Variable - Variable name
- service
Provider String - Service Provider Name, Attribute conditional on
port_channel_member_interfacenot equal totrue - service
Provider StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - shutdown Boolean
- Default value:
true
- Default value:
- shutdown
Variable String - Variable name
- speed String
- Set interface speed, Attribute conditional on
port_channel_interfacenot equal totrue- Choices:
10,100,1000,2500,10000,25000
- Choices:
- speed
Variable String - Variable name, Attribute conditional on
port_channel_interfacenot equal totrue - static
Nat66s List<Property Map> - static NAT66, Attribute conditional on
nat_ipv6equal totrue - static
Port List<Property Map>Forwards - Configure Port Forward entries, Attribute conditional on
nat_ipv4equal totrue - tcp
Mss Number - TCP MSS on SYN packets, in bytes, Attribute conditional on
port_channel_member_interfacenot equal totrue- Range:
500-1460
- Range:
- tcp
Mss StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0, Attribute conditional on
port_channel_member_interfacenot equal totrue - tloc
Extension StringVariable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker String
- Enable tracker for this interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - tracker
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Bandwidth NumberPercent - Tunnels Bandwidth Percent, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-100 - Default value:
50
- Range:
- tunnel
Bandwidth StringPercent Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface Boolean - Tunnel Interface on/off
- Default value:
false
- Default value:
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow All Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bfd Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Bgp - Allow/deny BGP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Bgp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dhcp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Dns - Allow/Deny DNS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Dns Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Fragmentation - Allow Fragmentation and will clear DF bit in outer IP, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Fragmentation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanAllow Https - Allow/Deny HTTPS, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Https Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
true
- Default value:
- tunnel
Interface StringAllow Icmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Netconf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ntp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ospf Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Snmp Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Ssh Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface BooleanAllow Stun - Allow/Deny STUN, Attribute conditional on
port_channel_member_interfacenot equal totrue- Default value:
false
- Default value:
- tunnel
Interface StringAllow Stun Variable - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringBind Loopback Tunnel Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanBorder - Set TLOC as border TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringBorder Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringCarrier - Set carrier for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
default,carrier1,carrier2,carrier3,carrier4,carrier5,carrier6,carrier7,carrier8 - Default value:
default
- Choices:
- tunnel
Interface StringCarrier Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface), Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringClear Dont Fragment Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor - Set color for TLOC, Attribute conditional on
tunnel_interfaceequal totrue- 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:
mpls
- Choices:
- tunnel
Interface BooleanColor Restrict - Restrict this TLOC behavior, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringColor Restrict Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringColor Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanCts Sgt Propagation - CTS SGT Propagation configuration, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringCts Sgt Propagation Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<Property Map>Encapsulations - Encapsulation for TLOC, Attribute conditional on
port_channel_member_interfacenot equal totrue - tunnel
Interface StringExclude Controller Group List Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface List<Number>Exclude Controller Group Lists - Exclude the following controller groups defined in this list., Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip - GRE tunnel destination IP, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface StringGre Tunnel Destination Ip Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberGroups - List of groups, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-4294967295
- Range:
- tunnel
Interface StringGroups Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberHello Interval - Set time period of control hello packets <100..600000> milli seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
100-600000 - Default value:
1000
- Range:
- tunnel
Interface StringHello Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberHello Tolerance - Set tolerance of control hello packets <12..6000> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
12-6000 - Default value:
12
- Range:
- tunnel
Interface StringHello Tolerance Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLast Resort Circuit Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberMax Control Connections - Maximum Control Connections, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-100
- Range:
- tunnel
Interface StringMax Control Connections Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberNat Refresh Interval - Set time period of nat refresh packets <1...60> seconds, Attribute conditional on
tunnel_interfaceequal totrue- Range:
1-60 - Default value:
5
- Range:
- tunnel
Interface StringNat Refresh Interval Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanNetwork Broadcast - Accept and respond to network-prefix-directed broadcasts, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringNetwork Broadcast Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
true
- Default value:
- tunnel
Interface StringPort Hop Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanSet Sdwan Tunnel Mtu To Max - Set current tunnel mtu to 9k, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringSet Sdwan Tunnel Mtu To Max Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes, Attribute conditional on
tunnel_interfaceequal totrue- Range:
500-1460
- Range:
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only, Attribute conditional on
tunnel_interfaceequal totrue- Default value:
false
- Default value:
- tunnel
Interface StringVbond As Stun Server Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Interface NumberVmanage Connection Preference - Set interface preference for control connection to vManage <0..8>, Attribute conditional on
tunnel_interfaceequal totrue- Range:
0-8 - Default value:
5
- Range:
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - tunnel
Qos StringMode - Set tunnel QoS mode, Attribute conditional on
tunnel_interfaceequal totrue- Choices:
hub,spoke
- Choices:
- tunnel
Qos StringMode Variable - Variable name, Attribute conditional on
tunnel_interfaceequal totrue - version Number
- The version of the Feature
- xconnect String
- Extend remote TLOC over a GRE tunnel to a local WAN interface, Attribute conditional on
port_channel_member_interfacenot equal totrue - xconnect
Variable String - Variable name, Attribute conditional on
port_channel_member_interfacenot equal totrue
Supporting Types
TransportWanVpnInterfaceEthernetFeatureArp, TransportWanVpnInterfaceEthernetFeatureArpArgs
- Ip
Address string - IP V4 Address
- Ip
Address stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- Ip
Address string - IP V4 Address
- Ip
Address stringVariable - Variable name
- Mac
Address string - MAC Address
- Mac
Address stringVariable - Variable name
- ip
Address String - IP V4 Address
- ip
Address StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
- ip
Address string - IP V4 Address
- ip
Address stringVariable - Variable name
- mac
Address string - MAC Address
- mac
Address stringVariable - Variable name
- ip_
address str - IP V4 Address
- ip_
address_ strvariable - Variable name
- mac_
address str - MAC Address
- mac_
address_ strvariable - Variable name
- ip
Address String - IP V4 Address
- ip
Address StringVariable - Variable name
- mac
Address String - MAC Address
- mac
Address StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddress, TransportWanVpnInterfaceEthernetFeatureIpv4SecondaryAddressArgs
- Address string
- IpV4 Address
- Address
Variable string - Variable name
- Subnet
Mask string - Subnet Mask
- 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:
- Subnet
Mask stringVariable - Variable name
- Address string
- IpV4 Address
- Address
Variable string - Variable name
- Subnet
Mask string - Subnet Mask
- 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:
- Subnet
Mask stringVariable - Variable name
- address String
- IpV4 Address
- address
Variable String - Variable name
- subnet
Mask String - Subnet Mask
- 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:
- subnet
Mask StringVariable - Variable name
- address string
- IpV4 Address
- address
Variable string - Variable name
- subnet
Mask string - Subnet Mask
- 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:
- subnet
Mask stringVariable - Variable name
- address str
- IpV4 Address
- address_
variable str - Variable name
- subnet_
mask str - Subnet Mask
- 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:
- subnet_
mask_ strvariable - Variable name
- address String
- IpV4 Address
- address
Variable String - Variable name
- subnet
Mask String - Subnet Mask
- 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:
- subnet
Mask StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddress, TransportWanVpnInterfaceEthernetFeatureIpv6DhcpSecondaryAddressArgs
- Address string
- IPv6 Address Secondary
- Address
Variable string - Variable name
- Address string
- IPv6 Address Secondary
- Address
Variable string - Variable name
- address String
- IPv6 Address Secondary
- address
Variable String - Variable name
- address string
- IPv6 Address Secondary
- address
Variable string - Variable name
- address str
- IPv6 Address Secondary
- address_
variable str - Variable name
- address String
- IPv6 Address Secondary
- address
Variable String - Variable name
TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddress, TransportWanVpnInterfaceEthernetFeatureIpv6SecondaryAddressArgs
- Address string
- IPv6 Address Secondary
- Address
Variable string - Variable name
- Address string
- IPv6 Address Secondary
- Address
Variable string - Variable name
- address String
- IPv6 Address Secondary
- address
Variable String - Variable name
- address string
- IPv6 Address Secondary
- address
Variable string - Variable name
- address str
- IPv6 Address Secondary
- address_
variable str - Variable name
- address String
- IPv6 Address Secondary
- address
Variable String - Variable name
TransportWanVpnInterfaceEthernetFeatureNatIpv4Loopback, TransportWanVpnInterfaceEthernetFeatureNatIpv4LoopbackArgs
- Loopback
Interface string - NAT Inside Source Loopback Interface
- Loopback
Interface stringVariable - Variable name
- Loopback
Interface string - NAT Inside Source Loopback Interface
- Loopback
Interface stringVariable - Variable name
- loopback
Interface String - NAT Inside Source Loopback Interface
- loopback
Interface StringVariable - Variable name
- loopback
Interface string - NAT Inside Source Loopback Interface
- loopback
Interface stringVariable - Variable name
- loopback_
interface str - NAT Inside Source Loopback Interface
- loopback_
interface_ strvariable - Variable name
- loopback
Interface String - NAT Inside Source Loopback Interface
- loopback
Interface StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeatureNatIpv4Pool, TransportWanVpnInterfaceEthernetFeatureNatIpv4PoolArgs
- Enable
Dual boolRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- Name int
- NAT Pool Name
- Range:
1-4095
- Range:
- Name
Variable string - Variable name
- Overload bool
- NAT Overload
- Default value:
true
- Default value:
- Overload
Variable string - Variable name
- Prefix
Length int - NAT Pool Prefix Length
- Range:
1-32
- Range:
- Prefix
Length stringVariable - Variable name
- Range
End string - NAT Pool Range End
- Range
End stringVariable - Variable name
- Range
Start string - NAT Pool Range Start
- Range
Start stringVariable - Variable name
- Enable
Dual boolRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- Name int
- NAT Pool Name
- Range:
1-4095
- Range:
- Name
Variable string - Variable name
- Overload bool
- NAT Overload
- Default value:
true
- Default value:
- Overload
Variable string - Variable name
- Prefix
Length int - NAT Pool Prefix Length
- Range:
1-32
- Range:
- Prefix
Length stringVariable - Variable name
- Range
End string - NAT Pool Range End
- Range
End stringVariable - Variable name
- Range
Start string - NAT Pool Range Start
- Range
Start stringVariable - Variable name
- enable
Dual BooleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- name Integer
- NAT Pool Name
- Range:
1-4095
- Range:
- name
Variable String - Variable name
- overload Boolean
- NAT Overload
- Default value:
true
- Default value:
- overload
Variable String - Variable name
- prefix
Length Integer - NAT Pool Prefix Length
- Range:
1-32
- Range:
- prefix
Length StringVariable - Variable name
- range
End String - NAT Pool Range End
- range
End StringVariable - Variable name
- range
Start String - NAT Pool Range Start
- range
Start StringVariable - Variable name
- enable
Dual booleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- name number
- NAT Pool Name
- Range:
1-4095
- Range:
- name
Variable string - Variable name
- overload boolean
- NAT Overload
- Default value:
true
- Default value:
- overload
Variable string - Variable name
- prefix
Length number - NAT Pool Prefix Length
- Range:
1-32
- Range:
- prefix
Length stringVariable - Variable name
- range
End string - NAT Pool Range End
- range
End stringVariable - Variable name
- range
Start string - NAT Pool Range Start
- range
Start stringVariable - Variable name
- enable_
dual_ boolrouter_ ha_ mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- name int
- NAT Pool Name
- Range:
1-4095
- Range:
- name_
variable str - Variable name
- overload bool
- NAT Overload
- Default value:
true
- Default value:
- overload_
variable str - Variable name
- prefix_
length int - NAT Pool Prefix Length
- Range:
1-32
- Range:
- prefix_
length_ strvariable - Variable name
- range_
end str - NAT Pool Range End
- range_
end_ strvariable - Variable name
- range_
start str - NAT Pool Range Start
- range_
start_ strvariable - Variable name
- enable
Dual BooleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- name Number
- NAT Pool Name
- Range:
1-4095
- Range:
- name
Variable String - Variable name
- overload Boolean
- NAT Overload
- Default value:
true
- Default value:
- overload
Variable String - Variable name
- prefix
Length Number - NAT Pool Prefix Length
- Range:
1-32
- Range:
- prefix
Length StringVariable - Variable name
- range
End String - NAT Pool Range End
- range
End StringVariable - Variable name
- range
Start String - NAT Pool Range Start
- range
Start StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeatureNewStaticNat, TransportWanVpnInterfaceEthernetFeatureNewStaticNatArgs
- Direction string
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- Enable
Dual boolRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- Source
Ip string - Source IP address to be translated
- Source
Ip stringVariable - Variable name
- Source
Vpn int - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- Source
Vpn stringVariable - Variable name
- Translated
Ip string - Statically translated source IP address
- Translated
Ip stringVariable - Variable name
- Direction string
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- Enable
Dual boolRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- Source
Ip string - Source IP address to be translated
- Source
Ip stringVariable - Variable name
- Source
Vpn int - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- Source
Vpn stringVariable - Variable name
- Translated
Ip string - Statically translated source IP address
- Translated
Ip stringVariable - Variable name
- direction String
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable
Dual BooleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- source
Ip String - Source IP address to be translated
- source
Ip StringVariable - Variable name
- source
Vpn Integer - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source
Vpn StringVariable - Variable name
- translated
Ip String - Statically translated source IP address
- translated
Ip StringVariable - Variable name
- direction string
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable
Dual booleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- source
Ip string - Source IP address to be translated
- source
Ip stringVariable - Variable name
- source
Vpn number - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source
Vpn stringVariable - Variable name
- translated
Ip string - Statically translated source IP address
- translated
Ip stringVariable - Variable name
- direction str
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable_
dual_ boolrouter_ ha_ mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- source_
ip str - Source IP address to be translated
- source_
ip_ strvariable - Variable name
- source_
vpn int - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source_
vpn_ strvariable - Variable name
- translated_
ip str - Statically translated source IP address
- translated_
ip_ strvariable - Variable name
- direction String
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable
Dual BooleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- source
Ip String - Source IP address to be translated
- source
Ip StringVariable - Variable name
- source
Vpn Number - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source
Vpn StringVariable - Variable name
- translated
Ip String - Statically translated source IP address
- translated
Ip StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLink, TransportWanVpnInterfaceEthernetFeaturePortChannelLacpMemberLinkArgs
- Interface
Id string - Lacp
Mode string - Set lacp mode
- Choices:
active,passive - Default value:
active
- Choices:
- Lacp
Mode stringVariable - Variable name
- Lacp
Port intPriority - Set lacp port priority
- Range:
1-65535
- Range:
- Lacp
Port stringPriority Variable - Variable name
- Lacp
Rate string - Set lacp rate
- Choices:
fast,normal
- Choices:
- Lacp
Rate stringVariable - Variable name
- Interface
Id string - Lacp
Mode string - Set lacp mode
- Choices:
active,passive - Default value:
active
- Choices:
- Lacp
Mode stringVariable - Variable name
- Lacp
Port intPriority - Set lacp port priority
- Range:
1-65535
- Range:
- Lacp
Port stringPriority Variable - Variable name
- Lacp
Rate string - Set lacp rate
- Choices:
fast,normal
- Choices:
- Lacp
Rate stringVariable - Variable name
- interface
Id String - lacp
Mode String - Set lacp mode
- Choices:
active,passive - Default value:
active
- Choices:
- lacp
Mode StringVariable - Variable name
- lacp
Port IntegerPriority - Set lacp port priority
- Range:
1-65535
- Range:
- lacp
Port StringPriority Variable - Variable name
- lacp
Rate String - Set lacp rate
- Choices:
fast,normal
- Choices:
- lacp
Rate StringVariable - Variable name
- interface
Id string - lacp
Mode string - Set lacp mode
- Choices:
active,passive - Default value:
active
- Choices:
- lacp
Mode stringVariable - Variable name
- lacp
Port numberPriority - Set lacp port priority
- Range:
1-65535
- Range:
- lacp
Port stringPriority Variable - Variable name
- lacp
Rate string - Set lacp rate
- Choices:
fast,normal
- Choices:
- lacp
Rate stringVariable - Variable name
- interface_
id str - lacp_
mode str - Set lacp mode
- Choices:
active,passive - Default value:
active
- Choices:
- lacp_
mode_ strvariable - Variable name
- lacp_
port_ intpriority - Set lacp port priority
- Range:
1-65535
- Range:
- lacp_
port_ strpriority_ variable - Variable name
- lacp_
rate str - Set lacp rate
- Choices:
fast,normal
- Choices:
- lacp_
rate_ strvariable - Variable name
- interface
Id String - lacp
Mode String - Set lacp mode
- Choices:
active,passive - Default value:
active
- Choices:
- lacp
Mode StringVariable - Variable name
- lacp
Port NumberPriority - Set lacp port priority
- Range:
1-65535
- Range:
- lacp
Port StringPriority Variable - Variable name
- lacp
Rate String - Set lacp rate
- Choices:
fast,normal
- Choices:
- lacp
Rate StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLink, TransportWanVpnInterfaceEthernetFeaturePortChannelStaticMemberLinkArgs
- Interface
Id string
- Interface
Id string
- interface
Id String
- interface
Id string
- interface_
id str
- interface
Id String
TransportWanVpnInterfaceEthernetFeatureStaticNat66, TransportWanVpnInterfaceEthernetFeatureStaticNat66Args
- Egress
Interface bool - Egress Interface
- Default value:
false
- Default value:
- Egress
Interface stringVariable - Variable name
- Source
Prefix string - Source Prefix
- Source
Prefix stringVariable - Variable name
- Source
Vpn intId - Source VPN ID
- Range:
0-65530
- Range:
- Source
Vpn stringId Variable - Variable name
- Translated
Source stringPrefix - Translated Source Prefix
- Translated
Source stringPrefix Variable - Variable name
- Egress
Interface bool - Egress Interface
- Default value:
false
- Default value:
- Egress
Interface stringVariable - Variable name
- Source
Prefix string - Source Prefix
- Source
Prefix stringVariable - Variable name
- Source
Vpn intId - Source VPN ID
- Range:
0-65530
- Range:
- Source
Vpn stringId Variable - Variable name
- Translated
Source stringPrefix - Translated Source Prefix
- Translated
Source stringPrefix Variable - Variable name
- egress
Interface Boolean - Egress Interface
- Default value:
false
- Default value:
- egress
Interface StringVariable - Variable name
- source
Prefix String - Source Prefix
- source
Prefix StringVariable - Variable name
- source
Vpn IntegerId - Source VPN ID
- Range:
0-65530
- Range:
- source
Vpn StringId Variable - Variable name
- translated
Source StringPrefix - Translated Source Prefix
- translated
Source StringPrefix Variable - Variable name
- egress
Interface boolean - Egress Interface
- Default value:
false
- Default value:
- egress
Interface stringVariable - Variable name
- source
Prefix string - Source Prefix
- source
Prefix stringVariable - Variable name
- source
Vpn numberId - Source VPN ID
- Range:
0-65530
- Range:
- source
Vpn stringId Variable - Variable name
- translated
Source stringPrefix - Translated Source Prefix
- translated
Source stringPrefix Variable - Variable name
- egress_
interface bool - Egress Interface
- Default value:
false
- Default value:
- egress_
interface_ strvariable - Variable name
- source_
prefix str - Source Prefix
- source_
prefix_ strvariable - Variable name
- source_
vpn_ intid - Source VPN ID
- Range:
0-65530
- Range:
- source_
vpn_ strid_ variable - Variable name
- translated_
source_ strprefix - Translated Source Prefix
- translated_
source_ strprefix_ variable - Variable name
- egress
Interface Boolean - Egress Interface
- Default value:
false
- Default value:
- egress
Interface StringVariable - Variable name
- source
Prefix String - Source Prefix
- source
Prefix StringVariable - Variable name
- source
Vpn NumberId - Source VPN ID
- Range:
0-65530
- Range:
- source
Vpn StringId Variable - Variable name
- translated
Source StringPrefix - Translated Source Prefix
- translated
Source StringPrefix Variable - Variable name
TransportWanVpnInterfaceEthernetFeatureStaticPortForward, TransportWanVpnInterfaceEthernetFeatureStaticPortForwardArgs
- Direction string
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- Enable
Dual boolRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- Protocol string
- Protocol
- Choices:
tcp,udp
- Choices:
- Protocol
Variable string - Variable name
- Source
Ip string - Source IP address to be translated
- Source
Ip stringVariable - Variable name
- Source
Port int - source port to be translated
- Range:
1-65535
- Range:
- Source
Port stringVariable - Variable name
- Source
Vpn int - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- Source
Vpn stringVariable - Variable name
- Translated
Ip string - Statically translated source IP address
- Translated
Ip stringVariable - Variable name
- Translated
Port int - Statically translated source IP address
- Range:
1-65535
- Range:
- Translated
Port stringVariable - Variable name
- Direction string
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- Enable
Dual boolRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- Protocol string
- Protocol
- Choices:
tcp,udp
- Choices:
- Protocol
Variable string - Variable name
- Source
Ip string - Source IP address to be translated
- Source
Ip stringVariable - Variable name
- Source
Port int - source port to be translated
- Range:
1-65535
- Range:
- Source
Port stringVariable - Variable name
- Source
Vpn int - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- Source
Vpn stringVariable - Variable name
- Translated
Ip string - Statically translated source IP address
- Translated
Ip stringVariable - Variable name
- Translated
Port int - Statically translated source IP address
- Range:
1-65535
- Range:
- Translated
Port stringVariable - Variable name
- direction String
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable
Dual BooleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- protocol String
- Protocol
- Choices:
tcp,udp
- Choices:
- protocol
Variable String - Variable name
- source
Ip String - Source IP address to be translated
- source
Ip StringVariable - Variable name
- source
Port Integer - source port to be translated
- Range:
1-65535
- Range:
- source
Port StringVariable - Variable name
- source
Vpn Integer - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source
Vpn StringVariable - Variable name
- translated
Ip String - Statically translated source IP address
- translated
Ip StringVariable - Variable name
- translated
Port Integer - Statically translated source IP address
- Range:
1-65535
- Range:
- translated
Port StringVariable - Variable name
- direction string
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable
Dual booleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- protocol string
- Protocol
- Choices:
tcp,udp
- Choices:
- protocol
Variable string - Variable name
- source
Ip string - Source IP address to be translated
- source
Ip stringVariable - Variable name
- source
Port number - source port to be translated
- Range:
1-65535
- Range:
- source
Port stringVariable - Variable name
- source
Vpn number - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source
Vpn stringVariable - Variable name
- translated
Ip string - Statically translated source IP address
- translated
Ip stringVariable - Variable name
- translated
Port number - Statically translated source IP address
- Range:
1-65535
- Range:
- translated
Port stringVariable - Variable name
- direction str
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable_
dual_ boolrouter_ ha_ mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- protocol str
- Protocol
- Choices:
tcp,udp
- Choices:
- protocol_
variable str - Variable name
- source_
ip str - Source IP address to be translated
- source_
ip_ strvariable - Variable name
- source_
port int - source port to be translated
- Range:
1-65535
- Range:
- source_
port_ strvariable - Variable name
- source_
vpn int - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source_
vpn_ strvariable - Variable name
- translated_
ip str - Statically translated source IP address
- translated_
ip_ strvariable - Variable name
- translated_
port int - Statically translated source IP address
- Range:
1-65535
- Range:
- translated_
port_ strvariable - Variable name
- direction String
- Direction of static NAT translation
- Choices:
inside - Default value:
inside
- Choices:
- enable
Dual BooleanRouter Ha Mapping - Enable DualRouter HA Mapping
- Default value:
false
- Default value:
- protocol String
- Protocol
- Choices:
tcp,udp
- Choices:
- protocol
Variable String - Variable name
- source
Ip String - Source IP address to be translated
- source
Ip StringVariable - Variable name
- source
Port Number - source port to be translated
- Range:
1-65535
- Range:
- source
Port StringVariable - Variable name
- source
Vpn Number - Source VPN ID
- Range:
0-65530 - Default value:
0
- Range:
- source
Vpn StringVariable - Variable name
- translated
Ip String - Statically translated source IP address
- translated
Ip StringVariable - Variable name
- translated
Port Number - Statically translated source IP address
- Range:
1-65535
- Range:
- translated
Port StringVariable - Variable name
TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulation, TransportWanVpnInterfaceEthernetFeatureTunnelInterfaceEncapsulationArgs
- 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
The pulumi import command can be used, for example:
Expected import identifier with the format: “transport_wan_vpn_interface_ethernet_feature_id,feature_profile_id,transport_wan_vpn_feature_id”
$ pulumi import sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature 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
sdwanTerraform Provider.
published on Tuesday, Feb 24, 2026 by Pulumi
