Cisco Catalyst SD-WAN v0.5.0 published on Tuesday, Oct 14, 2025 by Pulumi
sdwan.getTransportWanVpnInterfaceT1E1SerialFeature
This data source can read the Transport WAN VPN Interface T1 E1 Serial Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportWanVpnInterfaceT1E1SerialFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_wan_vpn_interface_t1_e1_serial_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.LookupTransportWanVpnInterfaceT1E1SerialFeature(ctx, &sdwan.LookupTransportWanVpnInterfaceT1E1SerialFeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
TransportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetTransportWanVpnInterfaceT1E1SerialFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
TransportWanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetTransportWanVpnInterfaceT1E1SerialFeatureArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = SdwanFunctions.getTransportWanVpnInterfaceT1E1SerialFeature(GetTransportWanVpnInterfaceT1E1SerialFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTransportWanVpnInterfaceT1E1SerialFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
Using getTransportWanVpnInterfaceT1E1SerialFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTransportWanVpnInterfaceT1E1SerialFeature(args: GetTransportWanVpnInterfaceT1E1SerialFeatureArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnInterfaceT1E1SerialFeatureResult>
function getTransportWanVpnInterfaceT1E1SerialFeatureOutput(args: GetTransportWanVpnInterfaceT1E1SerialFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnInterfaceT1E1SerialFeatureResult>def get_transport_wan_vpn_interface_t1_e1_serial_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
transport_wan_vpn_feature_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnInterfaceT1E1SerialFeatureResult
def get_transport_wan_vpn_interface_t1_e1_serial_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportWanVpnInterfaceT1E1SerialFeatureResult]func LookupTransportWanVpnInterfaceT1E1SerialFeature(ctx *Context, args *LookupTransportWanVpnInterfaceT1E1SerialFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnInterfaceT1E1SerialFeatureResult, error)
func LookupTransportWanVpnInterfaceT1E1SerialFeatureOutput(ctx *Context, args *LookupTransportWanVpnInterfaceT1E1SerialFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnInterfaceT1E1SerialFeatureResultOutput> Note: This function is named LookupTransportWanVpnInterfaceT1E1SerialFeature in the Go SDK.
public static class GetTransportWanVpnInterfaceT1E1SerialFeature
{
public static Task<GetTransportWanVpnInterfaceT1E1SerialFeatureResult> InvokeAsync(GetTransportWanVpnInterfaceT1E1SerialFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportWanVpnInterfaceT1E1SerialFeatureResult> Invoke(GetTransportWanVpnInterfaceT1E1SerialFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportWanVpnInterfaceT1E1SerialFeatureResult> getTransportWanVpnInterfaceT1E1SerialFeature(GetTransportWanVpnInterfaceT1E1SerialFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnInterfaceT1E1SerialFeatureResult> getTransportWanVpnInterfaceT1E1SerialFeature(GetTransportWanVpnInterfaceT1E1SerialFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportWanVpnInterfaceT1E1SerialFeature:getTransportWanVpnInterfaceT1E1SerialFeature
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
getTransportWanVpnInterfaceT1E1SerialFeature Result
The following output properties are available:
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Bandwidth int
- Interface bandwidth capacity, in kbps
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Variable string - Variable name
- Clock
Rate string - Set preference for interface Clock speed
- Clock
Rate stringVariable - Variable name
- Description string
- The description of the Feature
- Encapsulation string
- Configure Encapsulation for interface
- Encapsulation
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Set ip mtu
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- The name of the Feature
- Per
Tunnel boolQos - Per-tunnel Qos
- Per
Tunnel boolQos Aggregator - Per-tunnel QoS Aggregator
- Per
Tunnel stringQos Aggregator Variable - Variable name
- Per
Tunnel stringQos Variable - Variable name
- Qos
Shaping intRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- Qos
Shaping stringRate Variable - Variable name
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Interface bool - Tunnel Interface
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny Https
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface boolClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts)
- Tunnel
Interface stringClear Network Broadcast Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface List<GetEncapsulations Transport Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface List<int>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- Tunnel
Interface intGroups - List of groups
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets \n\n milli seconds
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets \n\n seconds
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Set the maximum number of control connections for this TLOC
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface boolRestrict - Restrict this TLOC behavior
- Tunnel
Interface stringRestrict Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode
- Tunnel
Qos stringMode Variable - Variable name
- Version int
- The version of the Feature
- Acl
Ipv4Egress stringFeature Id - Acl
Ipv4Ingress stringFeature Id - Acl
Ipv6Egress stringFeature Id - Acl
Ipv6Ingress stringFeature Id - Bandwidth int
- Interface bandwidth capacity, in kbps
- Bandwidth
Downstream int - Interface downstream bandwidth capacity, in kbps
- Bandwidth
Downstream stringVariable - Variable name
- Bandwidth
Variable string - Variable name
- Clock
Rate string - Set preference for interface Clock speed
- Clock
Rate stringVariable - Variable name
- Description string
- The description of the Feature
- Encapsulation string
- Configure Encapsulation for interface
- Encapsulation
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- Interface
Name stringVariable - Variable name
- Ip
Mtu int - Set ip mtu
- Ip
Mtu stringVariable - Variable name
- Ipv4Address string
- Ipv4Address
Variable string - Variable name
- Ipv4Subnet
Mask string - Ipv4Subnet
Mask stringVariable - Variable name
- Ipv6Address string
- Assign IPv6 address
- Ipv6Address
Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- The name of the Feature
- Per
Tunnel boolQos - Per-tunnel Qos
- Per
Tunnel boolQos Aggregator - Per-tunnel QoS Aggregator
- Per
Tunnel stringQos Aggregator Variable - Variable name
- Per
Tunnel stringQos Variable - Variable name
- Qos
Shaping intRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- Qos
Shaping stringRate Variable - Variable name
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- Tloc
Extension stringVariable - Variable name
- Transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- Tunnel
Interface bool - Tunnel Interface
- Tunnel
Interface boolAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- Tunnel
Interface stringAllow All Variable - Variable name
- Tunnel
Interface boolAllow Bfd - Allow/Deny BFD
- Tunnel
Interface stringAllow Bfd Variable - Variable name
- Tunnel
Interface boolAllow Bgp - Allow/deny BGP
- Tunnel
Interface stringAllow Bgp Variable - Variable name
- Tunnel
Interface boolAllow Dhcp - Allow/Deny DHCP
- Tunnel
Interface stringAllow Dhcp Variable - Variable name
- Tunnel
Interface boolAllow Dns - Allow/Deny DNS
- Tunnel
Interface stringAllow Dns Variable - Variable name
- Tunnel
Interface boolAllow Https - Allow/Deny Https
- Tunnel
Interface stringAllow Https Variable - Variable name
- Tunnel
Interface boolAllow Icmp - Allow/Deny ICMP
- Tunnel
Interface stringAllow Icmp Variable - Variable name
- Tunnel
Interface boolAllow Netconf - Allow/Deny NETCONF
- Tunnel
Interface stringAllow Netconf Variable - Variable name
- Tunnel
Interface boolAllow Ntp - Allow/Deny NTP
- Tunnel
Interface stringAllow Ntp Variable - Variable name
- Tunnel
Interface boolAllow Ospf - Allow/Deny OSPF
- Tunnel
Interface stringAllow Ospf Variable - Variable name
- Tunnel
Interface boolAllow Snmp - Allow/Deny SNMP
- Tunnel
Interface stringAllow Snmp Variable - Variable name
- Tunnel
Interface boolAllow Ssh - Allow/Deny SSH
- Tunnel
Interface stringAllow Ssh Variable - Variable name
- Tunnel
Interface boolAllow Stun - Allow/Deny STUN
- Tunnel
Interface stringAllow Stun Variable - Variable name
- Tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- Tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- Tunnel
Interface boolBorder - Set TLOC as border TLOC
- Tunnel
Interface stringBorder Variable - Variable name
- Tunnel
Interface stringCarrier - Set carrier for TLOC
- Tunnel
Interface stringCarrier Variable - Variable name
- Tunnel
Interface boolClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Tunnel
Interface stringClear Dont Fragment Variable - Variable name
- Tunnel
Interface boolClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts)
- Tunnel
Interface stringClear Network Broadcast Variable - Variable name
- Tunnel
Interface stringColor - Set color for TLOC
- Tunnel
Interface stringColor Variable - Variable name
- Tunnel
Interface []GetEncapsulations Transport Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation - Encapsulation for TLOC
- Tunnel
Interface stringExclude Controller Group List Variable - Variable name
- Tunnel
Interface []intExclude Controller Group Lists - Exclude the following controller groups defined in this list
- Tunnel
Interface intGroups - List of groups
- Tunnel
Interface stringGroups Variable - Variable name
- Tunnel
Interface intHello Interval - Set time period of control hello packets \n\n milli seconds
- Tunnel
Interface stringHello Interval Variable - Variable name
- Tunnel
Interface intHello Tolerance - Set tolerance of control hello packets \n\n seconds
- Tunnel
Interface stringHello Tolerance Variable - Variable name
- Tunnel
Interface boolLast Resort Circuit - Set TLOC as last resort
- Tunnel
Interface stringLast Resort Circuit Variable - Variable name
- Tunnel
Interface boolLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- Tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- Tunnel
Interface intMax Control Connections - Set the maximum number of control connections for this TLOC
- Tunnel
Interface stringMax Control Connections Variable - Variable name
- Tunnel
Interface intNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- Tunnel
Interface stringNat Refresh Interval Variable - Variable name
- Tunnel
Interface boolPort Hop - Disallow port hopping on the tunnel interface
- Tunnel
Interface stringPort Hop Variable - Variable name
- Tunnel
Interface boolRestrict - Restrict this TLOC behavior
- Tunnel
Interface stringRestrict Variable - Variable name
- Tunnel
Interface intTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- Tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- Tunnel
Interface boolVbond As Stun Server - Put this wan interface in STUN mode only
- Tunnel
Interface stringVbond As Stun Server Variable - Variable name
- Tunnel
Interface intVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- Tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- Tunnel
Qos stringMode - Set tunnel QoS mode
- Tunnel
Qos stringMode Variable - Variable name
- Version int
- The version of the Feature
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - bandwidth Integer
- Interface bandwidth capacity, in kbps
- bandwidth
Downstream Integer - Interface downstream bandwidth capacity, in kbps
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Variable String - Variable name
- clock
Rate String - Set preference for interface Clock speed
- clock
Rate StringVariable - Variable name
- description String
- The description of the Feature
- encapsulation String
- Configure Encapsulation for interface
- encapsulation
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Name String - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name StringVariable - Variable name
- ip
Mtu Integer - Set ip mtu
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- mtu Integer
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- The name of the Feature
- per
Tunnel BooleanQos - Per-tunnel Qos
- per
Tunnel BooleanQos Aggregator - Per-tunnel QoS Aggregator
- per
Tunnel StringQos Aggregator Variable - Variable name
- per
Tunnel StringQos Variable - Variable name
- qos
Shaping IntegerRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- qos
Shaping StringRate Variable - Variable name
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface Boolean - Tunnel Interface
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny Https
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface BooleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts)
- tunnel
Interface StringClear Network Broadcast Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<GetEncapsulations Transport Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation> - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Integer>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface IntegerGroups - List of groups
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface IntegerHello Interval - Set time period of control hello packets \n\n milli seconds
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface IntegerHello Tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface IntegerMax Control Connections - Set the maximum number of control connections for this TLOC
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface IntegerNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface BooleanRestrict - Restrict this TLOC behavior
- tunnel
Interface StringRestrict Variable - Variable name
- tunnel
Interface IntegerTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface IntegerVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode
- tunnel
Qos StringMode Variable - Variable name
- version Integer
- The version of the Feature
- acl
Ipv4Egress stringFeature Id - acl
Ipv4Ingress stringFeature Id - acl
Ipv6Egress stringFeature Id - acl
Ipv6Ingress stringFeature Id - bandwidth number
- Interface bandwidth capacity, in kbps
- bandwidth
Downstream number - Interface downstream bandwidth capacity, in kbps
- bandwidth
Downstream stringVariable - Variable name
- bandwidth
Variable string - Variable name
- clock
Rate string - Set preference for interface Clock speed
- clock
Rate stringVariable - Variable name
- description string
- The description of the Feature
- encapsulation string
- Configure Encapsulation for interface
- encapsulation
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- interface
Name string - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name stringVariable - Variable name
- ip
Mtu number - Set ip mtu
- ip
Mtu stringVariable - Variable name
- ipv4Address string
- ipv4Address
Variable string - Variable name
- ipv4Subnet
Mask string - ipv4Subnet
Mask stringVariable - Variable name
- ipv6Address string
- Assign IPv6 address
- ipv6Address
Variable string - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu
Variable string - Variable name
- name string
- The name of the Feature
- per
Tunnel booleanQos - Per-tunnel Qos
- per
Tunnel booleanQos Aggregator - Per-tunnel QoS Aggregator
- per
Tunnel stringQos Aggregator Variable - Variable name
- per
Tunnel stringQos Variable - Variable name
- qos
Shaping numberRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- qos
Shaping stringRate Variable - Variable name
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- tcp
Mss stringVariable - Variable name
- tloc
Extension string - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension stringVariable - Variable name
- transport
Wan stringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface boolean - Tunnel Interface
- tunnel
Interface booleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel
Interface stringAllow All Variable - Variable name
- tunnel
Interface booleanAllow Bfd - Allow/Deny BFD
- tunnel
Interface stringAllow Bfd Variable - Variable name
- tunnel
Interface booleanAllow Bgp - Allow/deny BGP
- tunnel
Interface stringAllow Bgp Variable - Variable name
- tunnel
Interface booleanAllow Dhcp - Allow/Deny DHCP
- tunnel
Interface stringAllow Dhcp Variable - Variable name
- tunnel
Interface booleanAllow Dns - Allow/Deny DNS
- tunnel
Interface stringAllow Dns Variable - Variable name
- tunnel
Interface booleanAllow Https - Allow/Deny Https
- tunnel
Interface stringAllow Https Variable - Variable name
- tunnel
Interface booleanAllow Icmp - Allow/Deny ICMP
- tunnel
Interface stringAllow Icmp Variable - Variable name
- tunnel
Interface booleanAllow Netconf - Allow/Deny NETCONF
- tunnel
Interface stringAllow Netconf Variable - Variable name
- tunnel
Interface booleanAllow Ntp - Allow/Deny NTP
- tunnel
Interface stringAllow Ntp Variable - Variable name
- tunnel
Interface booleanAllow Ospf - Allow/Deny OSPF
- tunnel
Interface stringAllow Ospf Variable - Variable name
- tunnel
Interface booleanAllow Snmp - Allow/Deny SNMP
- tunnel
Interface stringAllow Snmp Variable - Variable name
- tunnel
Interface booleanAllow Ssh - Allow/Deny SSH
- tunnel
Interface stringAllow Ssh Variable - Variable name
- tunnel
Interface booleanAllow Stun - Allow/Deny STUN
- tunnel
Interface stringAllow Stun Variable - Variable name
- tunnel
Interface stringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface stringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface booleanBorder - Set TLOC as border TLOC
- tunnel
Interface stringBorder Variable - Variable name
- tunnel
Interface stringCarrier - Set carrier for TLOC
- tunnel
Interface stringCarrier Variable - Variable name
- tunnel
Interface booleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel
Interface stringClear Dont Fragment Variable - Variable name
- tunnel
Interface booleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts)
- tunnel
Interface stringClear Network Broadcast Variable - Variable name
- tunnel
Interface stringColor - Set color for TLOC
- tunnel
Interface stringColor Variable - Variable name
- tunnel
Interface GetEncapsulations Transport Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation[] - Encapsulation for TLOC
- tunnel
Interface stringExclude Controller Group List Variable - Variable name
- tunnel
Interface number[]Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface numberGroups - List of groups
- tunnel
Interface stringGroups Variable - Variable name
- tunnel
Interface numberHello Interval - Set time period of control hello packets \n\n milli seconds
- tunnel
Interface stringHello Interval Variable - Variable name
- tunnel
Interface numberHello Tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel
Interface stringHello Tolerance Variable - Variable name
- tunnel
Interface booleanLast Resort Circuit - Set TLOC as last resort
- tunnel
Interface stringLast Resort Circuit Variable - Variable name
- tunnel
Interface booleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- tunnel
Interface stringLow Bandwidth Link Variable - Variable name
- tunnel
Interface numberMax Control Connections - Set the maximum number of control connections for this TLOC
- tunnel
Interface stringMax Control Connections Variable - Variable name
- tunnel
Interface numberNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- tunnel
Interface stringNat Refresh Interval Variable - Variable name
- tunnel
Interface booleanPort Hop - Disallow port hopping on the tunnel interface
- tunnel
Interface stringPort Hop Variable - Variable name
- tunnel
Interface booleanRestrict - Restrict this TLOC behavior
- tunnel
Interface stringRestrict Variable - Variable name
- tunnel
Interface numberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel
Interface stringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface booleanVbond As Stun Server - Put this wan interface in STUN mode only
- tunnel
Interface stringVbond As Stun Server Variable - Variable name
- tunnel
Interface numberVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- tunnel
Interface stringVmanage Connection Preference Variable - Variable name
- tunnel
Qos stringMode - Set tunnel QoS mode
- tunnel
Qos stringMode Variable - Variable name
- version number
- The version of the Feature
- acl_
ipv4_ stregress_ feature_ id - acl_
ipv4_ stringress_ feature_ id - acl_
ipv6_ stregress_ feature_ id - acl_
ipv6_ stringress_ feature_ id - bandwidth int
- Interface bandwidth capacity, in kbps
- bandwidth_
downstream int - Interface downstream bandwidth capacity, in kbps
- bandwidth_
downstream_ strvariable - Variable name
- bandwidth_
variable str - Variable name
- clock_
rate str - Set preference for interface Clock speed
- clock_
rate_ strvariable - Variable name
- description str
- The description of the Feature
- encapsulation str
- Configure Encapsulation for interface
- encapsulation_
variable str - Variable name
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- interface_
name str - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface_
name_ strvariable - Variable name
- ip_
mtu int - Set ip mtu
- ip_
mtu_ strvariable - Variable name
- ipv4_
address str - ipv4_
address_ strvariable - Variable name
- ipv4_
subnet_ strmask - ipv4_
subnet_ strmask_ variable - Variable name
- ipv6_
address str - Assign IPv6 address
- ipv6_
address_ strvariable - Variable name
- mtu int
- Interface MTU \n\n, in bytes
- mtu_
variable str - Variable name
- name str
- The name of the Feature
- per_
tunnel_ boolqos - Per-tunnel Qos
- per_
tunnel_ boolqos_ aggregator - Per-tunnel QoS Aggregator
- per_
tunnel_ strqos_ aggregator_ variable - Variable name
- per_
tunnel_ strqos_ variable - Variable name
- qos_
shaping_ intrate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- qos_
shaping_ strrate_ variable - Variable name
- shutdown bool
- Administrative state
- shutdown_
variable str - Variable name
- tcp_
mss int - TCP MSS on SYN packets, in bytes
- tcp_
mss_ strvariable - Variable name
- tloc_
extension str - Extends a local TLOC to a remote node only for vpn 0
- tloc_
extension_ strvariable - Variable name
- transport_
wan_ strvpn_ feature_ id - Transport WAN VPN Feature ID
- tunnel_
interface bool - Tunnel Interface
- tunnel_
interface_ boolallow_ all - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel_
interface_ strallow_ all_ variable - Variable name
- tunnel_
interface_ boolallow_ bfd - Allow/Deny BFD
- tunnel_
interface_ strallow_ bfd_ variable - Variable name
- tunnel_
interface_ boolallow_ bgp - Allow/deny BGP
- tunnel_
interface_ strallow_ bgp_ variable - Variable name
- tunnel_
interface_ boolallow_ dhcp - Allow/Deny DHCP
- tunnel_
interface_ strallow_ dhcp_ variable - Variable name
- tunnel_
interface_ boolallow_ dns - Allow/Deny DNS
- tunnel_
interface_ strallow_ dns_ variable - Variable name
- tunnel_
interface_ boolallow_ https - Allow/Deny Https
- tunnel_
interface_ strallow_ https_ variable - Variable name
- tunnel_
interface_ boolallow_ icmp - Allow/Deny ICMP
- tunnel_
interface_ strallow_ icmp_ variable - Variable name
- tunnel_
interface_ boolallow_ netconf - Allow/Deny NETCONF
- tunnel_
interface_ strallow_ netconf_ variable - Variable name
- tunnel_
interface_ boolallow_ ntp - Allow/Deny NTP
- tunnel_
interface_ strallow_ ntp_ variable - Variable name
- tunnel_
interface_ boolallow_ ospf - Allow/Deny OSPF
- tunnel_
interface_ strallow_ ospf_ variable - Variable name
- tunnel_
interface_ boolallow_ snmp - Allow/Deny SNMP
- tunnel_
interface_ strallow_ snmp_ variable - Variable name
- tunnel_
interface_ boolallow_ ssh - Allow/Deny SSH
- tunnel_
interface_ strallow_ ssh_ variable - Variable name
- tunnel_
interface_ boolallow_ stun - Allow/Deny STUN
- tunnel_
interface_ strallow_ stun_ variable - Variable name
- tunnel_
interface_ strbind_ loopback_ tunnel - Bind loopback tunnel interface to a physical interface
- tunnel_
interface_ strbind_ loopback_ tunnel_ variable - Variable name
- tunnel_
interface_ boolborder - Set TLOC as border TLOC
- tunnel_
interface_ strborder_ variable - Variable name
- tunnel_
interface_ strcarrier - Set carrier for TLOC
- tunnel_
interface_ strcarrier_ variable - Variable name
- tunnel_
interface_ boolclear_ dont_ fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel_
interface_ strclear_ dont_ fragment_ variable - Variable name
- tunnel_
interface_ boolclear_ network_ broadcast - Accept and respond to network-prefix-directed broadcasts)
- tunnel_
interface_ strclear_ network_ broadcast_ variable - Variable name
- tunnel_
interface_ strcolor - Set color for TLOC
- tunnel_
interface_ strcolor_ variable - Variable name
- tunnel_
interface_ Sequence[Getencapsulations Transport Wan Vpn Interface T1E1Serial Feature Tunnel Interface Encapsulation] - Encapsulation for TLOC
- tunnel_
interface_ strexclude_ controller_ group_ list_ variable - Variable name
- tunnel_
interface_ Sequence[int]exclude_ controller_ group_ lists - Exclude the following controller groups defined in this list
- tunnel_
interface_ intgroups - List of groups
- tunnel_
interface_ strgroups_ variable - Variable name
- tunnel_
interface_ inthello_ interval - Set time period of control hello packets \n\n milli seconds
- tunnel_
interface_ strhello_ interval_ variable - Variable name
- tunnel_
interface_ inthello_ tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel_
interface_ strhello_ tolerance_ variable - Variable name
- tunnel_
interface_ boollast_ resort_ circuit - Set TLOC as last resort
- tunnel_
interface_ strlast_ resort_ circuit_ variable - Variable name
- tunnel_
interface_ boollow_ bandwidth_ link - Set the interface as a low-bandwidth circuit
- tunnel_
interface_ strlow_ bandwidth_ link_ variable - Variable name
- tunnel_
interface_ intmax_ control_ connections - Set the maximum number of control connections for this TLOC
- tunnel_
interface_ strmax_ control_ connections_ variable - Variable name
- tunnel_
interface_ intnat_ refresh_ interval - Set time period of nat refresh packets \n\n seconds
- tunnel_
interface_ strnat_ refresh_ interval_ variable - Variable name
- tunnel_
interface_ boolport_ hop - Disallow port hopping on the tunnel interface
- tunnel_
interface_ strport_ hop_ variable - Variable name
- tunnel_
interface_ boolrestrict - Restrict this TLOC behavior
- tunnel_
interface_ strrestrict_ variable - Variable name
- tunnel_
interface_ inttunnel_ tcp_ mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel_
interface_ strtunnel_ tcp_ mss_ variable - Variable name
- tunnel_
interface_ boolvbond_ as_ stun_ server - Put this wan interface in STUN mode only
- tunnel_
interface_ strvbond_ as_ stun_ server_ variable - Variable name
- tunnel_
interface_ intvmanage_ connection_ preference - Set interface preference for control connection to vManage \n\n
- tunnel_
interface_ strvmanage_ connection_ preference_ variable - Variable name
- tunnel_
qos_ strmode - Set tunnel QoS mode
- tunnel_
qos_ strmode_ variable - Variable name
- version int
- The version of the Feature
- acl
Ipv4Egress StringFeature Id - acl
Ipv4Ingress StringFeature Id - acl
Ipv6Egress StringFeature Id - acl
Ipv6Ingress StringFeature Id - bandwidth Number
- Interface bandwidth capacity, in kbps
- bandwidth
Downstream Number - Interface downstream bandwidth capacity, in kbps
- bandwidth
Downstream StringVariable - Variable name
- bandwidth
Variable String - Variable name
- clock
Rate String - Set preference for interface Clock speed
- clock
Rate StringVariable - Variable name
- description String
- The description of the Feature
- encapsulation String
- Configure Encapsulation for interface
- encapsulation
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Name String - Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
- interface
Name StringVariable - Variable name
- ip
Mtu Number - Set ip mtu
- ip
Mtu StringVariable - Variable name
- ipv4Address String
- ipv4Address
Variable String - Variable name
- ipv4Subnet
Mask String - ipv4Subnet
Mask StringVariable - Variable name
- ipv6Address String
- Assign IPv6 address
- ipv6Address
Variable String - Variable name
- mtu Number
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- The name of the Feature
- per
Tunnel BooleanQos - Per-tunnel Qos
- per
Tunnel BooleanQos Aggregator - Per-tunnel QoS Aggregator
- per
Tunnel StringQos Aggregator Variable - Variable name
- per
Tunnel StringQos Variable - Variable name
- qos
Shaping NumberRate - 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- qos
Shaping StringRate Variable - Variable name
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- tloc
Extension String - Extends a local TLOC to a remote node only for vpn 0
- tloc
Extension StringVariable - Variable name
- transport
Wan StringVpn Feature Id - Transport WAN VPN Feature ID
- tunnel
Interface Boolean - Tunnel Interface
- tunnel
Interface BooleanAllow All - Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel
Interface StringAllow All Variable - Variable name
- tunnel
Interface BooleanAllow Bfd - Allow/Deny BFD
- tunnel
Interface StringAllow Bfd Variable - Variable name
- tunnel
Interface BooleanAllow Bgp - Allow/deny BGP
- tunnel
Interface StringAllow Bgp Variable - Variable name
- tunnel
Interface BooleanAllow Dhcp - Allow/Deny DHCP
- tunnel
Interface StringAllow Dhcp Variable - Variable name
- tunnel
Interface BooleanAllow Dns - Allow/Deny DNS
- tunnel
Interface StringAllow Dns Variable - Variable name
- tunnel
Interface BooleanAllow Https - Allow/Deny Https
- tunnel
Interface StringAllow Https Variable - Variable name
- tunnel
Interface BooleanAllow Icmp - Allow/Deny ICMP
- tunnel
Interface StringAllow Icmp Variable - Variable name
- tunnel
Interface BooleanAllow Netconf - Allow/Deny NETCONF
- tunnel
Interface StringAllow Netconf Variable - Variable name
- tunnel
Interface BooleanAllow Ntp - Allow/Deny NTP
- tunnel
Interface StringAllow Ntp Variable - Variable name
- tunnel
Interface BooleanAllow Ospf - Allow/Deny OSPF
- tunnel
Interface StringAllow Ospf Variable - Variable name
- tunnel
Interface BooleanAllow Snmp - Allow/Deny SNMP
- tunnel
Interface StringAllow Snmp Variable - Variable name
- tunnel
Interface BooleanAllow Ssh - Allow/Deny SSH
- tunnel
Interface StringAllow Ssh Variable - Variable name
- tunnel
Interface BooleanAllow Stun - Allow/Deny STUN
- tunnel
Interface StringAllow Stun Variable - Variable name
- tunnel
Interface StringBind Loopback Tunnel - Bind loopback tunnel interface to a physical interface
- tunnel
Interface StringBind Loopback Tunnel Variable - Variable name
- tunnel
Interface BooleanBorder - Set TLOC as border TLOC
- tunnel
Interface StringBorder Variable - Variable name
- tunnel
Interface StringCarrier - Set carrier for TLOC
- tunnel
Interface StringCarrier Variable - Variable name
- tunnel
Interface BooleanClear Dont Fragment - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel
Interface StringClear Dont Fragment Variable - Variable name
- tunnel
Interface BooleanClear Network Broadcast - Accept and respond to network-prefix-directed broadcasts)
- tunnel
Interface StringClear Network Broadcast Variable - Variable name
- tunnel
Interface StringColor - Set color for TLOC
- tunnel
Interface StringColor Variable - Variable name
- tunnel
Interface List<Property Map>Encapsulations - Encapsulation for TLOC
- tunnel
Interface StringExclude Controller Group List Variable - Variable name
- tunnel
Interface List<Number>Exclude Controller Group Lists - Exclude the following controller groups defined in this list
- tunnel
Interface NumberGroups - List of groups
- tunnel
Interface StringGroups Variable - Variable name
- tunnel
Interface NumberHello Interval - Set time period of control hello packets \n\n milli seconds
- tunnel
Interface StringHello Interval Variable - Variable name
- tunnel
Interface NumberHello Tolerance - Set tolerance of control hello packets \n\n seconds
- tunnel
Interface StringHello Tolerance Variable - Variable name
- tunnel
Interface BooleanLast Resort Circuit - Set TLOC as last resort
- tunnel
Interface StringLast Resort Circuit Variable - Variable name
- tunnel
Interface BooleanLow Bandwidth Link - Set the interface as a low-bandwidth circuit
- tunnel
Interface StringLow Bandwidth Link Variable - Variable name
- tunnel
Interface NumberMax Control Connections - Set the maximum number of control connections for this TLOC
- tunnel
Interface StringMax Control Connections Variable - Variable name
- tunnel
Interface NumberNat Refresh Interval - Set time period of nat refresh packets \n\n seconds
- tunnel
Interface StringNat Refresh Interval Variable - Variable name
- tunnel
Interface BooleanPort Hop - Disallow port hopping on the tunnel interface
- tunnel
Interface StringPort Hop Variable - Variable name
- tunnel
Interface BooleanRestrict - Restrict this TLOC behavior
- tunnel
Interface StringRestrict Variable - Variable name
- tunnel
Interface NumberTunnel Tcp Mss - Tunnel TCP MSS on SYN packets, in bytes
- tunnel
Interface StringTunnel Tcp Mss Variable - Variable name
- tunnel
Interface BooleanVbond As Stun Server - Put this wan interface in STUN mode only
- tunnel
Interface StringVbond As Stun Server Variable - Variable name
- tunnel
Interface NumberVmanage Connection Preference - Set interface preference for control connection to vManage \n\n
- tunnel
Interface StringVmanage Connection Preference Variable - Variable name
- tunnel
Qos StringMode - Set tunnel QoS mode
- tunnel
Qos StringMode Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
GetTransportWanVpnInterfaceT1E1SerialFeatureTunnelInterfaceEncapsulation
- Encapsulation string
- Encapsulation
- Preference int
- Set preference for TLOC
- Preference
Variable string - Variable name
- Weight int
- Set weight for TLOC
- Weight
Variable string - Variable name
- Encapsulation string
- Encapsulation
- Preference int
- Set preference for TLOC
- Preference
Variable string - Variable name
- Weight int
- Set weight for TLOC
- Weight
Variable string - Variable name
- encapsulation String
- Encapsulation
- preference Integer
- Set preference for TLOC
- preference
Variable String - Variable name
- weight Integer
- Set weight for TLOC
- weight
Variable String - Variable name
- encapsulation string
- Encapsulation
- preference number
- Set preference for TLOC
- preference
Variable string - Variable name
- weight number
- Set weight for TLOC
- weight
Variable string - Variable name
- encapsulation str
- Encapsulation
- preference int
- Set preference for TLOC
- preference_
variable str - Variable name
- weight int
- Set weight for TLOC
- weight_
variable str - Variable name
- encapsulation String
- Encapsulation
- preference Number
- Set preference for TLOC
- preference
Variable String - Variable name
- weight Number
- Set weight for TLOC
- weight
Variable String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
