Cisco IOS XE v0.0.1 published on Friday, Sep 22, 2023 by lbrlabs
iosxe.getInterfaceTunnel
Explore with Pulumi AI
This data source can read the Interface Tunnel configuration.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Iosxe = Pulumi.Iosxe;
return await Deployment.RunAsync(() => 
{
    var example = Iosxe.GetInterfaceTunnel.Invoke(new()
    {
        Name = 90,
    });
});
package main
import (
	"github.com/lbrlabs/pulumi-iosxe/sdk/go/iosxe"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := iosxe.LookupInterfaceTunnel(ctx, &iosxe.LookupInterfaceTunnelArgs{
			Name: 90,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.iosxe.IosxeFunctions;
import com.pulumi.iosxe.inputs.GetInterfaceTunnelArgs;
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 = IosxeFunctions.getInterfaceTunnel(GetInterfaceTunnelArgs.builder()
            .name(90)
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as iosxe from "@pulumi/iosxe";
const example = iosxe.getInterfaceTunnel({
    name: 90,
});
import pulumi
import pulumi_iosxe as iosxe
example = iosxe.get_interface_tunnel(name=90)
variables:
  example:
    fn::invoke:
      Function: iosxe:getInterfaceTunnel
      Arguments:
        name: 90
Using getInterfaceTunnel
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 getInterfaceTunnel(args: GetInterfaceTunnelArgs, opts?: InvokeOptions): Promise<GetInterfaceTunnelResult>
function getInterfaceTunnelOutput(args: GetInterfaceTunnelOutputArgs, opts?: InvokeOptions): Output<GetInterfaceTunnelResult>def get_interface_tunnel(device: Optional[str] = None,
                         name: Optional[int] = None,
                         opts: Optional[InvokeOptions] = None) -> GetInterfaceTunnelResult
def get_interface_tunnel_output(device: Optional[pulumi.Input[str]] = None,
                         name: Optional[pulumi.Input[int]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetInterfaceTunnelResult]func LookupInterfaceTunnel(ctx *Context, args *LookupInterfaceTunnelArgs, opts ...InvokeOption) (*LookupInterfaceTunnelResult, error)
func LookupInterfaceTunnelOutput(ctx *Context, args *LookupInterfaceTunnelOutputArgs, opts ...InvokeOption) LookupInterfaceTunnelResultOutput> Note: This function is named LookupInterfaceTunnel in the Go SDK.
public static class GetInterfaceTunnel 
{
    public static Task<GetInterfaceTunnelResult> InvokeAsync(GetInterfaceTunnelArgs args, InvokeOptions? opts = null)
    public static Output<GetInterfaceTunnelResult> Invoke(GetInterfaceTunnelInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInterfaceTunnelResult> getInterfaceTunnel(GetInterfaceTunnelArgs args, InvokeOptions options)
public static Output<GetInterfaceTunnelResult> getInterfaceTunnel(GetInterfaceTunnelArgs args, InvokeOptions options)
fn::invoke:
  function: iosxe:index/getInterfaceTunnel:getInterfaceTunnel
  arguments:
    # arguments dictionaryThe following arguments are supported:
getInterfaceTunnel Result
The following output properties are available:
- ArpTimeout int
- Set ARP cache timeout
- BfdEcho bool
- Use echo adjunct as bfd detection mechanism
- BfdEnable bool
- Enable BFD under the interface
- BfdInterval int
- BfdInterval intMin Rx 
- Minimum receive interval capability
- BfdInterval intMultiplier 
- Multiplier value used to compute holddown
- BfdLocal stringAddress 
- The Source IP address to be used for BFD sessions over this interface.
- BfdTemplate string
- BFD template
- CryptoIpsec stringDf Bit 
- Handling of encapsulated DF bit.
- Description string
- Interface specific description
- HelperAddresses List<Lbrlabs.Pulumi Package. Iosxe. Outputs. Get Interface Tunnel Helper Address> 
- Specify a destination address for UDP broadcasts
- Id string
- The path of the retrieved object.
- IpAccess stringGroup In 
- IpAccess boolGroup In Enable 
- inbound packets
- IpAccess stringGroup Out 
- IpAccess boolGroup Out Enable 
- outbound packets
- IpDhcp stringRelay Source Interface 
- Set source interface for relayed messages
- IpProxy boolArp 
- Enable proxy ARP
- IpRedirects bool
- Enable sending ICMP Redirect messages
- IpUnreachables bool
- Enable sending ICMP Unreachable messages
- Ipv4Address string
- Ipv4AddressMask string
- Ipv6AddressAutoconfig boolDefault 
- Insert default route
- Ipv6AddressDhcp bool
- Obtain IPv6 address from DHCP server
- Ipv6Addresses
List<Lbrlabs.Pulumi Package. Iosxe. Outputs. Get Interface Tunnel Ipv6Address> 
- Ipv6Enable bool
- Enable IPv6 on interface
- Ipv6LinkLocal List<Lbrlabs.Addresses Pulumi Package. Iosxe. Outputs. Get Interface Tunnel Ipv6Link Local Address> 
- Ipv6Mtu int
- Set IPv6 Maximum Transmission Unit
- Ipv6NdRa boolSuppress All 
- Suppress all IPv6 RA
- Name int
- Shutdown bool
- Shutdown the selected interface
- TunnelDestination stringIpv4 
- ip address or host name
- TunnelMode boolIpsec Ipv4 
- over IPv4
- TunnelProtection stringIpsec Profile 
- Determine the ipsec policy profile to use.
- TunnelSource string
- source of tunnel packets
- Unnumbered string
- Enable IP processing without an explicit address
- VrfForwarding string
- Configure forwarding table
- Device string
- A device name from the provider configuration.
- ArpTimeout int
- Set ARP cache timeout
- BfdEcho bool
- Use echo adjunct as bfd detection mechanism
- BfdEnable bool
- Enable BFD under the interface
- BfdInterval int
- BfdInterval intMin Rx 
- Minimum receive interval capability
- BfdInterval intMultiplier 
- Multiplier value used to compute holddown
- BfdLocal stringAddress 
- The Source IP address to be used for BFD sessions over this interface.
- BfdTemplate string
- BFD template
- CryptoIpsec stringDf Bit 
- Handling of encapsulated DF bit.
- Description string
- Interface specific description
- HelperAddresses []GetInterface Tunnel Helper Address 
- Specify a destination address for UDP broadcasts
- Id string
- The path of the retrieved object.
- IpAccess stringGroup In 
- IpAccess boolGroup In Enable 
- inbound packets
- IpAccess stringGroup Out 
- IpAccess boolGroup Out Enable 
- outbound packets
- IpDhcp stringRelay Source Interface 
- Set source interface for relayed messages
- IpProxy boolArp 
- Enable proxy ARP
- IpRedirects bool
- Enable sending ICMP Redirect messages
- IpUnreachables bool
- Enable sending ICMP Unreachable messages
- Ipv4Address string
- Ipv4AddressMask string
- Ipv6AddressAutoconfig boolDefault 
- Insert default route
- Ipv6AddressDhcp bool
- Obtain IPv6 address from DHCP server
- Ipv6Addresses
[]GetInterface Tunnel Ipv6Address 
- Ipv6Enable bool
- Enable IPv6 on interface
- Ipv6LinkLocal []GetAddresses Interface Tunnel Ipv6Link Local Address 
- Ipv6Mtu int
- Set IPv6 Maximum Transmission Unit
- Ipv6NdRa boolSuppress All 
- Suppress all IPv6 RA
- Name int
- Shutdown bool
- Shutdown the selected interface
- TunnelDestination stringIpv4 
- ip address or host name
- TunnelMode boolIpsec Ipv4 
- over IPv4
- TunnelProtection stringIpsec Profile 
- Determine the ipsec policy profile to use.
- TunnelSource string
- source of tunnel packets
- Unnumbered string
- Enable IP processing without an explicit address
- VrfForwarding string
- Configure forwarding table
- Device string
- A device name from the provider configuration.
- arpTimeout Integer
- Set ARP cache timeout
- bfdEcho Boolean
- Use echo adjunct as bfd detection mechanism
- bfdEnable Boolean
- Enable BFD under the interface
- bfdInterval Integer
- bfdInterval IntegerMin Rx 
- Minimum receive interval capability
- bfdInterval IntegerMultiplier 
- Multiplier value used to compute holddown
- bfdLocal StringAddress 
- The Source IP address to be used for BFD sessions over this interface.
- bfdTemplate String
- BFD template
- cryptoIpsec StringDf Bit 
- Handling of encapsulated DF bit.
- description String
- Interface specific description
- helperAddresses List<GetInterface Tunnel Helper Address> 
- Specify a destination address for UDP broadcasts
- id String
- The path of the retrieved object.
- ipAccess StringGroup In 
- ipAccess BooleanGroup In Enable 
- inbound packets
- ipAccess StringGroup Out 
- ipAccess BooleanGroup Out Enable 
- outbound packets
- ipDhcp StringRelay Source Interface 
- Set source interface for relayed messages
- ipProxy BooleanArp 
- Enable proxy ARP
- ipRedirects Boolean
- Enable sending ICMP Redirect messages
- ipUnreachables Boolean
- Enable sending ICMP Unreachable messages
- ipv4Address String
- ipv4AddressMask String
- ipv6AddressAutoconfig BooleanDefault 
- Insert default route
- ipv6AddressDhcp Boolean
- Obtain IPv6 address from DHCP server
- ipv6Addresses
List<GetInterface Tunnel Ipv6Address> 
- ipv6Enable Boolean
- Enable IPv6 on interface
- ipv6LinkLocal List<GetAddresses Interface Tunnel Ipv6Link Local Address> 
- ipv6Mtu Integer
- Set IPv6 Maximum Transmission Unit
- ipv6NdRa BooleanSuppress All 
- Suppress all IPv6 RA
- name Integer
- shutdown Boolean
- Shutdown the selected interface
- tunnelDestination StringIpv4 
- ip address or host name
- tunnelMode BooleanIpsec Ipv4 
- over IPv4
- tunnelProtection StringIpsec Profile 
- Determine the ipsec policy profile to use.
- tunnelSource String
- source of tunnel packets
- unnumbered String
- Enable IP processing without an explicit address
- vrfForwarding String
- Configure forwarding table
- device String
- A device name from the provider configuration.
- arpTimeout number
- Set ARP cache timeout
- bfdEcho boolean
- Use echo adjunct as bfd detection mechanism
- bfdEnable boolean
- Enable BFD under the interface
- bfdInterval number
- bfdInterval numberMin Rx 
- Minimum receive interval capability
- bfdInterval numberMultiplier 
- Multiplier value used to compute holddown
- bfdLocal stringAddress 
- The Source IP address to be used for BFD sessions over this interface.
- bfdTemplate string
- BFD template
- cryptoIpsec stringDf Bit 
- Handling of encapsulated DF bit.
- description string
- Interface specific description
- helperAddresses GetInterface Tunnel Helper Address[] 
- Specify a destination address for UDP broadcasts
- id string
- The path of the retrieved object.
- ipAccess stringGroup In 
- ipAccess booleanGroup In Enable 
- inbound packets
- ipAccess stringGroup Out 
- ipAccess booleanGroup Out Enable 
- outbound packets
- ipDhcp stringRelay Source Interface 
- Set source interface for relayed messages
- ipProxy booleanArp 
- Enable proxy ARP
- ipRedirects boolean
- Enable sending ICMP Redirect messages
- ipUnreachables boolean
- Enable sending ICMP Unreachable messages
- ipv4Address string
- ipv4AddressMask string
- ipv6AddressAutoconfig booleanDefault 
- Insert default route
- ipv6AddressDhcp boolean
- Obtain IPv6 address from DHCP server
- ipv6Addresses
GetInterface Tunnel Ipv6Address[] 
- ipv6Enable boolean
- Enable IPv6 on interface
- ipv6LinkLocal GetAddresses Interface Tunnel Ipv6Link Local Address[] 
- ipv6Mtu number
- Set IPv6 Maximum Transmission Unit
- ipv6NdRa booleanSuppress All 
- Suppress all IPv6 RA
- name number
- shutdown boolean
- Shutdown the selected interface
- tunnelDestination stringIpv4 
- ip address or host name
- tunnelMode booleanIpsec Ipv4 
- over IPv4
- tunnelProtection stringIpsec Profile 
- Determine the ipsec policy profile to use.
- tunnelSource string
- source of tunnel packets
- unnumbered string
- Enable IP processing without an explicit address
- vrfForwarding string
- Configure forwarding table
- device string
- A device name from the provider configuration.
- arp_timeout int
- Set ARP cache timeout
- bfd_echo bool
- Use echo adjunct as bfd detection mechanism
- bfd_enable bool
- Enable BFD under the interface
- bfd_interval int
- bfd_interval_ intmin_ rx 
- Minimum receive interval capability
- bfd_interval_ intmultiplier 
- Multiplier value used to compute holddown
- bfd_local_ straddress 
- The Source IP address to be used for BFD sessions over this interface.
- bfd_template str
- BFD template
- crypto_ipsec_ strdf_ bit 
- Handling of encapsulated DF bit.
- description str
- Interface specific description
- helper_addresses Sequence[GetInterface Tunnel Helper Address] 
- Specify a destination address for UDP broadcasts
- id str
- The path of the retrieved object.
- ip_access_ strgroup_ in 
- ip_access_ boolgroup_ in_ enable 
- inbound packets
- ip_access_ strgroup_ out 
- ip_access_ boolgroup_ out_ enable 
- outbound packets
- ip_dhcp_ strrelay_ source_ interface 
- Set source interface for relayed messages
- ip_proxy_ boolarp 
- Enable proxy ARP
- ip_redirects bool
- Enable sending ICMP Redirect messages
- ip_unreachables bool
- Enable sending ICMP Unreachable messages
- ipv4_address str
- ipv4_address_ strmask 
- ipv6_address_ boolautoconfig_ default 
- Insert default route
- ipv6_address_ booldhcp 
- Obtain IPv6 address from DHCP server
- ipv6_addresses Sequence[GetInterface Tunnel Ipv6Address] 
- ipv6_enable bool
- Enable IPv6 on interface
- ipv6_link_ Sequence[Getlocal_ addresses Interface Tunnel Ipv6Link Local Address] 
- ipv6_mtu int
- Set IPv6 Maximum Transmission Unit
- ipv6_nd_ boolra_ suppress_ all 
- Suppress all IPv6 RA
- name int
- shutdown bool
- Shutdown the selected interface
- tunnel_destination_ stripv4 
- ip address or host name
- tunnel_mode_ boolipsec_ ipv4 
- over IPv4
- tunnel_protection_ stripsec_ profile 
- Determine the ipsec policy profile to use.
- tunnel_source str
- source of tunnel packets
- unnumbered str
- Enable IP processing without an explicit address
- vrf_forwarding str
- Configure forwarding table
- device str
- A device name from the provider configuration.
- arpTimeout Number
- Set ARP cache timeout
- bfdEcho Boolean
- Use echo adjunct as bfd detection mechanism
- bfdEnable Boolean
- Enable BFD under the interface
- bfdInterval Number
- bfdInterval NumberMin Rx 
- Minimum receive interval capability
- bfdInterval NumberMultiplier 
- Multiplier value used to compute holddown
- bfdLocal StringAddress 
- The Source IP address to be used for BFD sessions over this interface.
- bfdTemplate String
- BFD template
- cryptoIpsec StringDf Bit 
- Handling of encapsulated DF bit.
- description String
- Interface specific description
- helperAddresses List<Property Map>
- Specify a destination address for UDP broadcasts
- id String
- The path of the retrieved object.
- ipAccess StringGroup In 
- ipAccess BooleanGroup In Enable 
- inbound packets
- ipAccess StringGroup Out 
- ipAccess BooleanGroup Out Enable 
- outbound packets
- ipDhcp StringRelay Source Interface 
- Set source interface for relayed messages
- ipProxy BooleanArp 
- Enable proxy ARP
- ipRedirects Boolean
- Enable sending ICMP Redirect messages
- ipUnreachables Boolean
- Enable sending ICMP Unreachable messages
- ipv4Address String
- ipv4AddressMask String
- ipv6AddressAutoconfig BooleanDefault 
- Insert default route
- ipv6AddressDhcp Boolean
- Obtain IPv6 address from DHCP server
- ipv6Addresses List<Property Map>
- ipv6Enable Boolean
- Enable IPv6 on interface
- ipv6LinkLocal List<Property Map>Addresses 
- ipv6Mtu Number
- Set IPv6 Maximum Transmission Unit
- ipv6NdRa BooleanSuppress All 
- Suppress all IPv6 RA
- name Number
- shutdown Boolean
- Shutdown the selected interface
- tunnelDestination StringIpv4 
- ip address or host name
- tunnelMode BooleanIpsec Ipv4 
- over IPv4
- tunnelProtection StringIpsec Profile 
- Determine the ipsec policy profile to use.
- tunnelSource String
- source of tunnel packets
- unnumbered String
- Enable IP processing without an explicit address
- vrfForwarding String
- Configure forwarding table
- device String
- A device name from the provider configuration.
Supporting Types
GetInterfaceTunnelHelperAddress    
GetInterfaceTunnelIpv6Address   
GetInterfaceTunnelIpv6LinkLocalAddress     
- address str
- link_local bool
- Use link-local address
Package Details
- Repository
- iosxe lbrlabs/pulumi-iosxe
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the iosxeTerraform Provider.